<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: error in command in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6496034#M285133</link>
    <description>&lt;P&gt;It's not only FLATTEN that causes that error. BURST, for example, does the same occasionally, as well as other Express tools commands...&lt;/P&gt;</description>
    <pubDate>Fri, 12 Aug 2016 06:22:25 GMT</pubDate>
    <dc:creator>rmC86GJ</dc:creator>
    <dc:date>2016-08-12T06:22:25Z</dc:date>
    <item>
      <title>error in command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6257800#M285124</link>
      <description>&lt;P&gt;I just upgraded to 2016 a couple of weeks ago.&amp;nbsp; Got this error when using the flatten command.&amp;nbsp; I do not have any personal or special lisp programs in autocad.&amp;nbsp; I do run Carlson on top of autocad but have not had this error before.&amp;nbsp; How do I fix this or get past this.&amp;nbsp; Not sure what command-s is.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Command: FLATTEN&lt;BR /&gt;(*pop-error-mode*) underflow.&lt;BR /&gt;Cannot invoke (command) from *error* without prior call to (*push-error-using-command*).&lt;BR /&gt;Converting (command) calls to (command-s) is recommended.&lt;BR /&gt;Command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 16:10:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6257800#M285124</guid>
      <dc:creator>rcook</dc:creator>
      <dc:date>2016-04-07T16:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: error in command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6257878#M285125</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2899382"&gt;@rcook﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Welcome to the Forums!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The COMMAND-s function allows a command with arguments&amp;nbsp;in LISP. &lt;A href="https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/discussion/t5/Visual-LISP-AutoLISP-and-General-Customization/Command-S-Question/td-p/5165551.html" target="_blank"&gt;AKN Article&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To resolve your issue I suggest that you Restore your installation to defaults. If that does not correct the error than perhaps a Repair will do the job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know your results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please hit the Accept as Solution button if my post fully solves your issue or answers your question.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 16:40:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6257878#M285125</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-04-07T16:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: error in command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6258158#M285126</link>
      <description>&lt;P&gt;You don't need to reset or restore anything. It's simply an unhandled error in the flatten routine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To test this, restart AutoCAD, open a new empty drawing, draw a few objects and then run flatten on them.&lt;/P&gt;
&lt;P&gt;Any errors?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 18:56:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6258158#M285126</guid>
      <dc:creator>rkmcswain</dc:creator>
      <dc:date>2016-04-07T18:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: error in command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6259708#M285127</link>
      <description>&lt;P&gt;Good morning&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2899382"&gt;@rcook﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did the post from &amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/274358"&gt;@rkmcswain﻿&lt;/a&gt;&amp;nbsp;help you to resolve your problem? If so, please let us know so that other Forum users can benefit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please mark his post as an Accepted Solution if it resolved your problem.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 14:08:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6259708#M285127</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-04-08T14:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: error in command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6260302#M285128</link>
      <description>&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I closed out the program, restarted, created a new drawing and used the flatten command on some lines I drew.&amp;nbsp; appeared to work correctly.&amp;nbsp; Closed the drawing and opened the drawing I was working on and I still get the error when using the flatten.&amp;nbsp; Tried it on another drawing that I have been working on and it work correctly.&amp;nbsp; Not sure what is up.&amp;nbsp; Audited the file where I get the error and no errors found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;robert&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 17:37:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6260302#M285128</guid>
      <dc:creator>rcook</dc:creator>
      <dc:date>2016-04-08T17:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: error in command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6260327#M285129</link>
      <description>Well, as I indicated, it's an unhandled error in the decades old FLATTEN routine.&lt;BR /&gt;&lt;BR /&gt;My only other suggestions is to start narrowing down your selection set and do it trial and error style until you find what entity it's choking on.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Apr 2016 17:45:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6260327#M285129</guid>
      <dc:creator>rkmcswain</dc:creator>
      <dc:date>2016-04-08T17:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: error in command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6260343#M285130</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I closed out the program, restarted, created a new drawing and used the flatten command on some lines I drew.&amp;nbsp; appeared to work correctly.&amp;nbsp; Closed the drawing and opened the drawing I was working on and I still get the error when using the flatten.&amp;nbsp; Tried it on another drawing that I have been working on and it work correctly.&amp;nbsp; Not sure what is up.&amp;nbsp; Audited the file where I get the error and no errors found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;robert&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Please post your problem dwg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 17:51:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6260343#M285130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-08T17:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: error in command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6260353#M285131</link>
      <description>&lt;P&gt;Hi&amp;nbsp;rcook,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please feel free to attach the problem drawing, if you are able, so I can take a look at it. Maybe I can determine what is causing the error in the Flatten routine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 17:54:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6260353#M285131</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-04-08T17:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: error in command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6263366#M285132</link>
      <description>&lt;P&gt;Seems as though my flatten error is somewhat come and go.&amp;nbsp; Fought with it for 2 weeks.&amp;nbsp; I saved as another file this morning to strip survey point info to send the file and noticed the flatten command was working.&amp;nbsp; I then reopened my original file and for now it is working.&amp;nbsp; Maybe the weekend rest for the software corrected the issue (or more likely corrected me).&amp;nbsp; As for now it is working, so I am off and running.&amp;nbsp; If it returns I will let you know.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 13:40:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6263366#M285132</guid>
      <dc:creator>rcook</dc:creator>
      <dc:date>2016-04-11T13:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: error in command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6496034#M285133</link>
      <description>&lt;P&gt;It's not only FLATTEN that causes that error. BURST, for example, does the same occasionally, as well as other Express tools commands...&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2016 06:22:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/error-in-command/m-p/6496034#M285133</guid>
      <dc:creator>rmC86GJ</dc:creator>
      <dc:date>2016-08-12T06:22:25Z</dc:date>
    </item>
  </channel>
</rss>

