<?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: Help! appears for Autocad error reports without crashing in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-appears-for-autocad-error-reports-without-crashing/m-p/12797402#M13481</link>
    <description>&lt;P&gt;Enter About command do a screenshot and share that here&lt;/P&gt;</description>
    <pubDate>Sat, 25 May 2024 14:37:49 GMT</pubDate>
    <dc:creator>paullimapa</dc:creator>
    <dc:date>2024-05-25T14:37:49Z</dc:date>
    <item>
      <title>Help! appears for Autocad error reports without crashing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-appears-for-autocad-error-reports-without-crashing/m-p/12797185#M13480</link>
      <description>&lt;P&gt;I'm updating Autocad 2020 with Autocad 2024&lt;BR /&gt;the following lisp code I used with Autocad 2020 works fine&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;(command "filedia" "0")&lt;BR /&gt;(command "_insert" "pview$1$" pause "1" "1" pause )&lt;BR /&gt;(command "_explode" "_last" )&lt;BR /&gt;(command "purge" "Y" "Y" "Y" "Y" "Y" "B" "pview$1$" "N" )&lt;BR /&gt;(command "filedia" "1")&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;in Autocad 2024 the AUTOCAD ERROR REPORT form appears, see image&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="errore codice.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1367315i80057C4881CDC789/image-size/medium?v=v2&amp;amp;px=400" role="button" title="errore codice.png" alt="errore codice.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I would like to point out that the folder where the dwg is located, in options, is both in the support path and in the trusted path&lt;BR /&gt;Autocad does not crash&lt;BR /&gt;the acminidump.dmp and dmpuserinfo.xml files are created&lt;BR /&gt;then the form disappears after a short time&lt;BR /&gt;and you can continue with your work as if nothing had happened&lt;BR /&gt;but this is very annoying&lt;/P&gt;&lt;P&gt;I also tried to simplify the code with the -inser command&lt;/P&gt;&lt;P&gt;(command "-inser" "pview$1$" "_e" "" pause "1" "1" pause )&lt;BR /&gt;(command "purge" "S" "S" "S" "S" "S" "B" "pview$1$" "n" )&lt;/P&gt;&lt;P&gt;nothing changes, the AUTOCAD ERROR REPORT form appears&lt;/P&gt;&lt;P&gt;any help is appreciated&lt;/P&gt;&lt;P&gt;I apologize for my bad English&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 25 May 2024 10:30:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-appears-for-autocad-error-reports-without-crashing/m-p/12797185#M13480</guid>
      <dc:creator>info</dc:creator>
      <dc:date>2024-05-25T10:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help! appears for Autocad error reports without crashing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-appears-for-autocad-error-reports-without-crashing/m-p/12797402#M13481</link>
      <description>&lt;P&gt;Enter About command do a screenshot and share that here&lt;/P&gt;</description>
      <pubDate>Sat, 25 May 2024 14:37:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-appears-for-autocad-error-reports-without-crashing/m-p/12797402#M13481</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-05-25T14:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help! appears for Autocad error reports without crashing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-appears-for-autocad-error-reports-without-crashing/m-p/12797717#M13482</link>
      <description>&lt;P&gt;Probably due to your (command "_purge" ..... line.&lt;/P&gt;&lt;P&gt;try:&lt;/P&gt;&lt;P&gt;(command "_purge" "B" "&lt;SPAN&gt;pview$1$" "N" )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And, if you also want to purge something else, add another purge command.&lt;/P&gt;&lt;P&gt;For the USA, Acad versions, English, the (command "purge&lt;SPAN&gt;" "Y" "Y" "Y" "Y" "Y" "B" "pview$1$" "N" )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;line will just return 'Bad Option' or something like that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ECCAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 May 2024 20:55:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-appears-for-autocad-error-reports-without-crashing/m-p/12797717#M13482</guid>
      <dc:creator>ec-cad</dc:creator>
      <dc:date>2024-05-25T20:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help! appears for Autocad error reports without crashing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-appears-for-autocad-error-reports-without-crashing/m-p/12798063#M13483</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10118775"&gt;@info&lt;/a&gt;&amp;nbsp;I agree with&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15306255"&gt;@ec-cad&lt;/a&gt;&amp;nbsp;The AutoCAD 2024 US version does not crash and the prompts only appear when you respond Yes to Verify each name to be purged? And there is only a prompt when there is something that requires purging:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paullimapa_0-1716703289608.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1367425iB52BBD181505D30E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paullimapa_0-1716703289608.png" alt="paullimapa_0-1716703289608.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below is the Purge command sequence when you don't want to verify:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paullimapa_1-1716703368449.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1367426i6509E84F19AD7729/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paullimapa_1-1716703368449.png" alt="paullimapa_1-1716703368449.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm still hoping you would do a screenshot of ABOUT command so you can show if you've installed the latest 2024 version&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 06:04:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-appears-for-autocad-error-reports-without-crashing/m-p/12798063#M13483</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-05-26T06:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help! appears for Autocad error reports without crashing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-appears-for-autocad-error-reports-without-crashing/m-p/12798104#M13484</link>
      <description>&lt;P&gt;Thank you for the replies and I ask you to excuse me because I forgot to mention that&lt;BR /&gt;together with Autocad I use an application for carpentry.&lt;BR /&gt;The dwg that I import into Autocad is a dwg created by this application.&lt;BR /&gt;By doing the purge command with this application the sequence of requests changes like this:&lt;/P&gt;&lt;P&gt;Comando: _PURGE&lt;BR /&gt;Check Drawing Integrity&lt;BR /&gt;Checked Database in Time=0 Tenth of Seconds&lt;BR /&gt;Number of BlockRecords checked 36&lt;BR /&gt;Number of BlockRecord Objects checked 176&lt;BR /&gt;Number of Layers checked 28&lt;BR /&gt;Number of Linetypes checked 6&lt;BR /&gt;Number of Named Object Dictionary checked 36&lt;BR /&gt;Number of Named Dictionarys checked 138&lt;BR /&gt;Vuoi eliminare i Riferimenti dei Profili non utilizzati? Si,&amp;lt;No&amp;gt; [Si/No]S&lt;BR /&gt;Vuoi eliminare gli Stili delle Bandierine di Posizione non utilizzati? No,&amp;lt;Si&amp;gt; [Si/No]S&lt;BR /&gt;Vuoi eliminare gli Stili dei Bulloni non utilizzati? No,&amp;lt;Si&amp;gt; [Si/No]S&lt;BR /&gt;Vuoi eliminare gli Stili delle Quote Altimetriche non utilizzati? No,&amp;lt;Si&amp;gt; [Si/No]S&lt;BR /&gt;Vuoi eliminare gli Stili dei Simboli di Saldatura non utilizzati? No,&amp;lt;Si&amp;gt; [Si/No]S&lt;BR /&gt;Elementi nidificati = Off Dati isolati = Off&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the tests I'm doing, I think it's a problem with the application itself&lt;BR /&gt;I noticed that if an application block already exists in the drawing, the error does not occur.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;the Autocad version is: Product version U.171.0.0 Autocad 2024.1.3&lt;BR /&gt;I hope it's the last&lt;/P&gt;&lt;P&gt;I'll let you know&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ciao&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 07:01:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-appears-for-autocad-error-reports-without-crashing/m-p/12798104#M13484</guid>
      <dc:creator>info</dc:creator>
      <dc:date>2024-05-26T07:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help! appears for Autocad error reports without crashing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-appears-for-autocad-error-reports-without-crashing/m-p/12798108#M13485</link>
      <description>&lt;P&gt;Yes, you do have the latest 2024 installed.&lt;/P&gt;&lt;P&gt;I wonder the crash may be caused by the dwg being created by your carpentry application.&lt;/P&gt;&lt;P&gt;If you can share this dwg with the community here, then I'm sure any one of us can test to confirm if this is the case.&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 07:05:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-appears-for-autocad-error-reports-without-crashing/m-p/12798108#M13485</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-05-26T07:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help! appears for Autocad error reports without crashing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-appears-for-autocad-error-reports-without-crashing/m-p/12798134#M13486</link>
      <description>&lt;P&gt;Thanks for your answers&lt;BR /&gt;I share the dwg, but without the application I'm sure it won't be possible to view it, I managed to capture the screen on the error, I'm also attaching this screen&lt;BR /&gt;I don't know if it can be useful.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ERROR 3.png" style="width: 482px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1367431iC9CFBC673BD861CA/image-dimensions/482x221?v=v2" width="482" height="221" role="button" title="ERROR 3.png" alt="ERROR 3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 07:56:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-appears-for-autocad-error-reports-without-crashing/m-p/12798134#M13486</guid>
      <dc:creator>info</dc:creator>
      <dc:date>2024-05-26T07:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help! appears for Autocad error reports without crashing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-appears-for-autocad-error-reports-without-crashing/m-p/12798668#M13487</link>
      <description>&lt;P&gt;Looks like an application / Acad version issue.&lt;/P&gt;&lt;P&gt;Did you 'update' the Pro_Stahl_3d Object Enabler when you upgraded from 2020 to 2024 ?&lt;/P&gt;&lt;P&gt;Try finding the latest update / download and install.&lt;/P&gt;&lt;P&gt;Your attached drawing loaded OK in Mechanical 2021, and Purge All removed some Layers,&lt;/P&gt;&lt;P&gt;an Audit reported 0 errors. So, I don't think it's an issue with the .dwg itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ECCAD&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 17:26:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-appears-for-autocad-error-reports-without-crashing/m-p/12798668#M13487</guid>
      <dc:creator>ec-cad</dc:creator>
      <dc:date>2024-05-26T17:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help! appears for Autocad error reports without crashing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-appears-for-autocad-error-reports-without-crashing/m-p/12799336#M13488</link>
      <description>&lt;P&gt;Thanks for your answers&lt;BR /&gt;yes, obviously I updated Pro_hl_3d otherwise the application doesn't work, at this point I think it's a problem with the application&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 06:27:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-appears-for-autocad-error-reports-without-crashing/m-p/12799336#M13488</guid>
      <dc:creator>info</dc:creator>
      <dc:date>2024-05-27T06:27:59Z</dc:date>
    </item>
  </channel>
</rss>

