<?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: Custom Macro Crashing AutoCAD LT ... sometimes in AutoCAD for Mac Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6981987#M21410</link>
    <description>What do you see at the command window when it pop ups at the end of the macro?&lt;BR /&gt;&lt;BR /&gt;When AutoCAD vanishing from the screen - does it still run? You can check this with a small dot on the AutoCAD icon in the Dock.&lt;BR /&gt;&lt;BR /&gt;Have you tried to assign macro to the button on Tool Sets palette instead of menu item?&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
    <pubDate>Wed, 29 Mar 2017 16:37:25 GMT</pubDate>
    <dc:creator>maxim_k</dc:creator>
    <dc:date>2017-03-29T16:37:25Z</dc:date>
    <item>
      <title>Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6954744#M21397</link>
      <description>&lt;P&gt;I have a custom macro that I use to set the proper draw order of a standard set of layers in each of my drawings. &amp;nbsp;About half the time, this macro will crash AutoCAD. &amp;nbsp;Every drawing has the same set of layers, so I am at a loss as to what could be setting off the crash occasionally.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've posted the macro here and would appreciate any assistance in debugging.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;^C^Cexpert;1;;^C^C-La;A;d;temp;s;temp;;;;GRAPHSCR;-layer;thaw;"l-hardscape-hatch";;-layer;set;l-hardscape-hatch;freeze;*;;_select;_auto;all;;draworder;previous;;back;-la;thaw;l-water;set;l-water;freeze;*;;_select;_auto;all;;draworder;previous;;back;-la;thaw;l-mulch;set;l-mulch;freeze;*;;_select;_auto;all;;draworder;previous;;back;-la;thaw;l-features-hatch;set;l-features-hatch;freeze;*;;_select;_auto;all;;draworder;previous;;back;-la;thaw;l-fines;set;l-fines;freeze;*;;_select;_auto;all;;draworder;previous;;back;-la;thaw;l-lawn;set;l-lawn;freeze;*;;_select;_auto;all;;draworder;previous;;back;-la;thaw;l-stone;set;l-stone;freeze;*;;_select;_auto;all;;draworder;previous;;back;-la;thaw;-render;set;-render;freeze;*;;_select;_auto;all;;draworder;previous;;back;-la;thaw;-calcs;set;-calcs;freeze;*;;_select;_auto;all;;draworder;previous;;back;-la;thaw;l-pl-groundcover;set;l-pl-groundcover;freeze;*;;_select;_auto;all;;draworder;previous;;front;-la;thaw;l-pl-groundcover-e;set;l-pl-groundcover-e;freeze;*;;_select;_auto;all;;draworder;previous;;front;-la;thaw;l-furniture;set;l-furniture;freeze;*;;_select;_auto;all;;draworder;previous;;front;-la;thaw;l-features;set;l-features;freeze;*;;_select;_auto;all;;draworder;previous;;front;-la;thaw;l-pl-shrubs;set;l-pl-shrubs;freeze;*;;_select;_auto;all;;draworder;previous;;front;-la;thaw;l-pl-label;set;l-pl-label;freeze;*;;_select;_auto;all;;draworder;previous;;front;-la;thaw;l-pl-shrubs-e-shade;set;l-pl-shrubs-e-shade;freeze;*;;_select;_auto;all;;draworder;previous;;front;-la;thaw;l-pl-shrubs-e;set;l-pl-shrubs-e;freeze;*;;_select;_auto;all;;draworder;previous;;front;-la;thaw;l-pl-trees;set;l-pl-trees;freeze;*;;_select;_auto;all;;draworder;previous;;front;-la;thaw;l-pl-trees-e-shade;set;l-pl-trees-e-shade;freeze;*;;_select;_auto;all;;draworder;previous;;front;-la;thaw;l-pl-trees-e;set;l-pl-trees-e;freeze;*;;_select;_auto;all;;draworder;previous;;front;-la;a;r;temp;;;re;&lt;/PRE&gt;</description>
      <pubDate>Fri, 17 Mar 2017 19:51:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6954744#M21397</guid>
      <dc:creator>seedstudiolandscapedesign</dc:creator>
      <dc:date>2017-03-17T19:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6955262#M21398</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Does AutoCAD crashes completely? Or only macro stops to work correctly?&lt;BR /&gt;Can you attach one of your drawings where the macro crashing AutoCAD?&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Sat, 18 Mar 2017 04:18:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6955262#M21398</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-03-18T04:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6957177#M21399</link>
      <description>&lt;P&gt;Hi Maxim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The macro completely crashes AutoCAD. &amp;nbsp;The files have a lot of custom blocks for my company so I'd rather not post it publicly. &amp;nbsp;I could possibly send you a stripped down file if that would be helpful, let me know.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 01:02:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6957177#M21399</guid>
      <dc:creator>seedstudiolandscapedesign</dc:creator>
      <dc:date>2017-03-20T01:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6957344#M21400</link>
      <description>If the crash happens occasionally, than I'm afraid, it will be very difficult to diagnose the problem without real life drawing.&lt;BR /&gt;Maybe something goes incorrectly with a certain combination of the objects in the drawing, or for some other reason.&lt;BR /&gt;You can attach stripped version of one of your drawings, but I cannot guarantee that I'll be able to reproduce the crash.&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Mon, 20 Mar 2017 04:47:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6957344#M21400</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-03-20T04:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6962882#M21401</link>
      <description>&lt;P&gt;Hi Maxim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok, thanks for the info. &amp;nbsp;For now I'd rather not post the drawing publicly and understand stripping down the drawing might not reproduce the crash.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could I send it to you personally? &amp;nbsp;Or could you give me some things I might look for in the drawing first before sending over?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 22:06:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6962882#M21401</guid>
      <dc:creator>seedstudiolandscapedesign</dc:creator>
      <dc:date>2017-03-21T22:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6963322#M21402</link>
      <description>Yes, you can send one of your drawings where the macro crashes AutoCAD to my mail:&lt;BR /&gt;mkanaev at yandex.ru &lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Wed, 22 Mar 2017 03:46:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6963322#M21402</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-03-22T03:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6969662#M21403</link>
      <description>&lt;P&gt;I just emailed you a file that has crashed using the macro above. &amp;nbsp;Let me know if you did not receive it for any reason.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 02:45:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6969662#M21403</guid>
      <dc:creator>seedstudiolandscapedesign</dc:creator>
      <dc:date>2017-03-24T02:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6969771#M21404</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;I received your email, but will be your look at your drawing only on Saturday.&lt;BR /&gt;Will inform you about the results.&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Fri, 24 Mar 2017 05:07:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6969771#M21404</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-03-24T05:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6971132#M21405</link>
      <description>&lt;P&gt;Sounds great, thank you Maxim.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 15:22:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6971132#M21405</guid>
      <dc:creator>seedstudiolandscapedesign</dc:creator>
      <dc:date>2017-03-24T15:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6972953#M21406</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;I tried the macro in the file you sent me and have not managed to crash AutoCAD.&lt;BR /&gt;Are you using the file you sent to me as a Template for your drawings?&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Sat, 25 Mar 2017 13:07:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6972953#M21406</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-03-25T13:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6973234#M21407</link>
      <description>&lt;P&gt;Hi Maxim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I use the file as a template base file, copying and pasting it to a new folder to begin a new project. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For clarity, I am using AutoCAD LT 2017 for Mac if that matters. &amp;nbsp;I would get the same crash on occasion using AutoCAD LT 2016 for Mac as well.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2017 18:18:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6973234#M21407</guid>
      <dc:creator>seedstudiolandscapedesign</dc:creator>
      <dc:date>2017-03-25T18:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6973268#M21408</link>
      <description>Just want to clarify once again:&lt;BR /&gt;Does AutoCAD crashes with CER? Do you see Custom Error Report window when it crashes?&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Sat, 25 Mar 2017 19:01:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6973268#M21408</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-03-25T19:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6981776#M21409</link>
      <description>&lt;P&gt;Hi Maxim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not 100% sure, but I'm pretty sure I've never seen a Custom Error Report window after the crash.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be really specific about what happens:&lt;/P&gt;&lt;P&gt;I've added the macro as a&amp;nbsp;menu item under the Customize Interface Dialog, so I click on the menu and then the menu item containing the macro. &amp;nbsp;Most of the time (maybe 60%) it works perfectly. &amp;nbsp;Sometimes it workes perfectly, however the command line pops up when the macro has finished (which I usually keep hidden). &amp;nbsp;And sometimes AutoCAD crashes by simply vanishing from the screen. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if I can provide any other details for you. &amp;nbsp;Thanks Maxim for your time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 15:54:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6981776#M21409</guid>
      <dc:creator>seedstudiolandscapedesign</dc:creator>
      <dc:date>2017-03-29T15:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6981987#M21410</link>
      <description>What do you see at the command window when it pop ups at the end of the macro?&lt;BR /&gt;&lt;BR /&gt;When AutoCAD vanishing from the screen - does it still run? You can check this with a small dot on the AutoCAD icon in the Dock.&lt;BR /&gt;&lt;BR /&gt;Have you tried to assign macro to the button on Tool Sets palette instead of menu item?&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Wed, 29 Mar 2017 16:37:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6981987#M21410</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-03-29T16:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6982444#M21411</link>
      <description>&lt;P&gt;Just ran the macro to get you some additional info. &amp;nbsp;See below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 - Using a freshly opened file, I got the command line to pop-up on the first try. &amp;nbsp;See below for the contents of the command line.&lt;/P&gt;&lt;P&gt;2 - When AutoCAD crashes it completely closes, I have to restart and go through the welcome screen and drawing recovery dialog to get going again. &amp;nbsp;I also get the below recovery dialog on crash.&lt;/P&gt;&lt;P&gt;3 - I have not tried this option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dialog appears on crash:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-03-29 at 12.03.15 PM.png" style="width: 532px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/339081iB9B4751BDCCB6980/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-03-29 at 12.03.15 PM.png" alt="Screen Shot 2017-03-29 at 12.03.15 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Command line contents after a successful run of macro (commandline pops up where it was previously hidden):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Command: draworder
Select objects: previous
7 found
Select objects:
Enter object ordering option [Above objects/Under objects/Front/Back] &amp;lt;Back&amp;gt;: back
Command: -la
-LAYER
Current layer:  "-CALCS"
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: thaw
Enter name list of layer(s) to thaw: l-pl-groundcover
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: set
Enter layer name to make current or &amp;lt;select object&amp;gt;: l-pl-groundcover
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: freeze
Enter name list of layer(s) to freeze or &amp;lt;select objects&amp;gt;: *
Cannot freeze layer "L-PL-GROUNDCOVER".  It is the CURRENT layer.
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]:
Command: _select
Select objects: _auto
Select objects: all
12 found
Select objects:
Command: draworder
Select objects: previous
12 found
Select objects:
Enter object ordering option [Above objects/Under objects/Front/Back] &amp;lt;Back&amp;gt;: front
Command: -la
-LAYER
Current layer:  "L-PL-GROUNDCOVER"
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: thaw
Enter name list of layer(s) to thaw: l-pl-groundcover-e
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: set
Enter layer name to make current or &amp;lt;select object&amp;gt;: l-pl-groundcover-e
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: freeze
Enter name list of layer(s) to freeze or &amp;lt;select objects&amp;gt;: *
Cannot freeze layer "L-PL-GROUNDCOVER-E".  It is the CURRENT layer.
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]:
Command: _select
Select objects: _auto
Select objects: all
2 found
Select objects:
Command: draworder
Select objects: previous
2 found
Select objects:
Enter object ordering option [Above objects/Under objects/Front/Back] &amp;lt;Back&amp;gt;: front
Command: -la
-LAYER
Current layer:  "L-PL-GROUNDCOVER-E"
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: thaw
Enter name list of layer(s) to thaw: l-furniture
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: set
Enter layer name to make current or &amp;lt;select object&amp;gt;: l-furniture
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: freeze
Enter name list of layer(s) to freeze or &amp;lt;select objects&amp;gt;: *
Cannot freeze layer "L-FURNITURE".  It is the CURRENT layer.
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]:
Command: _select
Select objects: _auto
Select objects: all
23 found
Select objects:
Command: draworder
Select objects: previous
23 found
Select objects:
Enter object ordering option [Above objects/Under objects/Front/Back] &amp;lt;Back&amp;gt;: front
Command: -la
-LAYER
Current layer:  "L-FURNITURE"
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: thaw
Enter name list of layer(s) to thaw: l-features
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: set
Enter layer name to make current or &amp;lt;select object&amp;gt;: l-features
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: freeze
Enter name list of layer(s) to freeze or &amp;lt;select objects&amp;gt;: *
Cannot freeze layer "L-FEATURES".  It is the CURRENT layer.
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]:
Command: _select
Select objects: _auto
Select objects: all
53 found
Select objects:
Command: draworder
Select objects: previous
53 found
Select objects:
Enter object ordering option [Above objects/Under objects/Front/Back] &amp;lt;Back&amp;gt;: front
Command: -la
-LAYER
Current layer:  "L-FEATURES"
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: thaw
Enter name list of layer(s) to thaw: l-pl-shrubs
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: set
Enter layer name to make current or &amp;lt;select object&amp;gt;: l-pl-shrubs
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: freeze
Enter name list of layer(s) to freeze or &amp;lt;select objects&amp;gt;: *
Cannot freeze layer "L-PL-SHRUBS".  It is the CURRENT layer.
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]:
Command: _select
Select objects: _auto
Select objects: all
95 found
Select objects:
Command: draworder
Select objects: previous
95 found
Select objects:
Enter object ordering option [Above objects/Under objects/Front/Back] &amp;lt;Back&amp;gt;: front
Command: -la
-LAYER
Current layer:  "L-PL-SHRUBS"
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: thaw
Enter name list of layer(s) to thaw: l-pl-label
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: set
Enter layer name to make current or &amp;lt;select object&amp;gt;: l-pl-label
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: freeze
Enter name list of layer(s) to freeze or &amp;lt;select objects&amp;gt;: *
Cannot freeze layer "L-PL-LABEL".  It is the CURRENT layer.
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]:
Command: _select
Select objects: _auto
Select objects: all
96 found
Select objects:
Command: draworder
Select objects: previous
96 found
Select objects:
Enter object ordering option [Above objects/Under objects/Front/Back] &amp;lt;Back&amp;gt;: front
Command: -la
-LAYER
Current layer:  "L-PL-LABEL"
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: thaw
Enter name list of layer(s) to thaw: l-pl-shrubs-e-shade
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: set
Enter layer name to make current or &amp;lt;select object&amp;gt;: l-pl-shrubs-e-shade
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: freeze
Enter name list of layer(s) to freeze or &amp;lt;select objects&amp;gt;: *
Cannot freeze layer "L-PL-SHRUBS-E-SHADE".  It is the CURRENT layer.
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]:
Command: _select
Select objects: _auto
Select objects: all
1 found
Select objects:
Command: draworder
Select objects: previous
1 found
Select objects:
Enter object ordering option [Above objects/Under objects/Front/Back] &amp;lt;Back&amp;gt;: front
Command: -la
-LAYER
Current layer:  "L-PL-SHRUBS-E-SHADE"
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: thaw
Enter name list of layer(s) to thaw: l-pl-shrubs-e
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: set
Enter layer name to make current or &amp;lt;select object&amp;gt;: l-pl-shrubs-e
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: freeze
Enter name list of layer(s) to freeze or &amp;lt;select objects&amp;gt;: *
Cannot freeze layer "L-PL-SHRUBS-E".  It is the CURRENT layer.
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]:
Command: _select
Select objects: _auto
Select objects: all
1 found
Select objects:
Command: draworder
Select objects: previous
1 found
Select objects:
Enter object ordering option [Above objects/Under objects/Front/Back] &amp;lt;Back&amp;gt;: front
Command: -la
-LAYER
Current layer:  "L-PL-SHRUBS-E"
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: thaw
Enter name list of layer(s) to thaw: l-pl-trees
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: set
Enter layer name to make current or &amp;lt;select object&amp;gt;: l-pl-trees
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: freeze
Enter name list of layer(s) to freeze or &amp;lt;select objects&amp;gt;: *
Cannot freeze layer "L-PL-TREES".  It is the CURRENT layer.
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]:
Command: _select
Select objects: _auto
Select objects: all
26 found
Select objects:
Command: draworder
Select objects: previous
26 found
Select objects:
Enter object ordering option [Above objects/Under objects/Front/Back] &amp;lt;Back&amp;gt;: front
Command: -la
-LAYER
Current layer:  "L-PL-TREES"
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: thaw
Enter name list of layer(s) to thaw: l-pl-trees-e-shade
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: set
Enter layer name to make current or &amp;lt;select object&amp;gt;: l-pl-trees-e-shade
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: freeze
Enter name list of layer(s) to freeze or &amp;lt;select objects&amp;gt;: *
Cannot freeze layer "L-PL-TREES-E-SHADE".  It is the CURRENT layer.
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]:
Command: _select
Select objects: _auto
Select objects: all
1 found
Select objects:
Command: draworder
Select objects: previous
1 found
Select objects:
Enter object ordering option [Above objects/Under objects/Front/Back] &amp;lt;Back&amp;gt;: front
Command: -la
-LAYER
Current layer:  "L-PL-TREES-E-SHADE"
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: thaw
Enter name list of layer(s) to thaw: l-pl-trees-e
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: set
Enter layer name to make current or &amp;lt;select object&amp;gt;: l-pl-trees-e
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: freeze
Enter name list of layer(s) to freeze or &amp;lt;select objects&amp;gt;: *
Cannot freeze layer "L-PL-TREES-E".  It is the CURRENT layer.
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]:
Command: _select
Select objects: _auto
Select objects: all
3 found
Select objects:
Command: draworder
Select objects: previous
3 found
Select objects:
Enter object ordering option [Above objects/Under objects/Front/Back] &amp;lt;Back&amp;gt;: front
Command: -la
-LAYER
Current layer:  "L-PL-TREES-E"
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: a
Enter an option [?/Save/Restore/Edit/Name/Delete/Import/EXport]: r
Enter name of layer state to restore or [?]: temp
Enter an option [?/Save/Restore/Edit/Name/Delete/Import/EXport]:
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]:
Regenerating model.
Command: re
REGEN Regenerating model.
Command:&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 19:11:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6982444#M21411</guid>
      <dc:creator>seedstudiolandscapedesign</dc:creator>
      <dc:date>2017-03-29T19:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6983775#M21412</link>
      <description>&amp;gt;&amp;gt;&amp;gt;&amp;gt;1 - Using a freshly opened file, I got the command line to pop-up on the first try.  See below for the contents of the command line.&lt;BR /&gt;&lt;BR /&gt;It is normal behavior.&lt;BR /&gt;&lt;BR /&gt;Try to put macro to Tool Sets, but I'm not sure it will resolve the problem.&lt;BR /&gt;&lt;BR /&gt;It is interesting to look at what the command window shows at the moment when the crash occurs.&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Thu, 30 Mar 2017 09:28:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/6983775#M21412</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-03-30T09:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/7004039#M21413</link>
      <description>&lt;P&gt;Hi Maxim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added the macro to the Tool Sets panel, and was able to get the crash to occur on occasion. &amp;nbsp;Does not appear to help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any way for me to grab the Command Line text during a crash?&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2017 00:45:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/7004039#M21413</guid>
      <dc:creator>seedstudiolandscapedesign</dc:creator>
      <dc:date>2017-04-08T00:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/7004164#M21414</link>
      <description>&lt;P&gt;You can try to enable drawing log and look at it after AutoCAD crash.&lt;BR /&gt;Here is how-to:&lt;BR /&gt;1/ at first, in order to be able to find drawing logs, which will be created for each file separately, you need to change "log file location" path in Application tab of AutoCAD preferences:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2017-04-08_08-36-50.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/342645i281A440591C68C88/image-size/large?v=v2&amp;amp;px=999" role="button" title="2017-04-08_08-36-50.png" alt="2017-04-08_08-36-50.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Set it to some specific folder you can easily find.&lt;BR /&gt;2/ Turn log file ON with LOGFILEON command. Now log file with all command line history will be created for each drawing session.&lt;/P&gt;
&lt;P&gt;After AutoCAD will crash, you will be able to find log file for the last opened drawing where the crash occurred.&lt;/P&gt;
&lt;P&gt;To avoid clogging the disk with unnecessary garbage - don't forget to turn log file off with LOGFILEOFF command after you will finish with investigation. You can also safely delete log files anytime.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maxim&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2017 05:40:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/7004164#M21414</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-04-08T05:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/7007481#M21415</link>
      <description>&lt;P&gt;Hi Maxim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just followed your steps for enabling the log file and got the crash to occur again. &amp;nbsp;See below for the contents of the log file, let me know if I should attach it for some reason.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[ AutoCAD LT - Mon Apr 10 11:39:39 2017  ]----------------------------------------

Opening an AutoCAD LT 2013/AutoCAD 2013 format file.
Substituting [simplex.shx] for [archquik.shx].
Regenerating model.


Command: 

Autodesk DWG.  This file is a TrustedDWG last saved by an Autodesk application or Autodesk licensed application.

Command: 

Command: 
Command: 
Command: 
Command: expert

Enter new value for EXPERT &amp;lt;1&amp;gt;: 1

Command: 
EXPERT

Enter new value for EXPERT &amp;lt;1&amp;gt;: *Cancel*

Command: 
Command: -La
-LAYER 
Current layer:  "0"
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: A

Enter an option [?/Save/Restore/Edit/Name/Delete/Import/EXport]: d

Enter name of layer state to delete or [?]: temp

Enter an option [?/Save/Restore/Edit/Name/Delete/Import/EXport]: s

Enter new layer state name: temp&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 18:42:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/7007481#M21415</guid>
      <dc:creator>seedstudiolandscapedesign</dc:creator>
      <dc:date>2017-04-10T18:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Crashing AutoCAD LT ... sometimes</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/7008233#M21416</link>
      <description>Looks like it crashes when macro perform operations with "temp" layer state with -LAYER command.&lt;BR /&gt;As I understand, there should be "temp" layer state in the drawing in order AutoCAD can run this macro successfully.&lt;BR /&gt;This is for test purchases only:&lt;BR /&gt;Can you try to verify the presence of the "temp" layer state each time before you use the macro? Can you reproduce the crash if "temp" layer state defined in the drawing?&lt;BR /&gt;Or you may delete "temp" layer state and than run the macro. Does AutoCAD crashes in this case?&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Tue, 11 Apr 2017 05:08:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-macro-crashing-autocad-lt-sometimes/m-p/7008233#M21416</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-04-11T05:08:47Z</dc:date>
    </item>
  </channel>
</rss>

