Help! appears for Autocad error reports without crashing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm updating Autocad 2020 with Autocad 2024
the following lisp code I used with Autocad 2020 works fine
(command "filedia" "0")
(command "_insert" "pview$1$" pause "1" "1" pause )
(command "_explode" "_last" )
(command "purge" "Y" "Y" "Y" "Y" "Y" "B" "pview$1$" "N" )
(command "filedia" "1")
in Autocad 2024 the AUTOCAD ERROR REPORT form appears, see image
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
Autocad does not crash
the acminidump.dmp and dmpuserinfo.xml files are created
then the form disappears after a short time
and you can continue with your work as if nothing had happened
but this is very annoying
I also tried to simplify the code with the -inser command
(command "-inser" "pview$1$" "_e" "" pause "1" "1" pause )
(command "purge" "S" "S" "S" "S" "S" "B" "pview$1$" "n" )
nothing changes, the AUTOCAD ERROR REPORT form appears
any help is appreciated
I apologize for my bad English
Thank you