fatal error on opening autocad if bundle installed under %ProgramFiles% folder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
We created our AutoCAD 2018 add-on.
If we put our bundle under "C:\ProgramData\Autodesk\ApplicationPlugins\" folder, our add-on can be loaded in AutoCAD but the security warning - unknown publisher will show up.
If we put our bundle under "C:\Program Files\Autodesk\ApplicationPlugins\" folder, the fatal error shows up saying unhandled access violation reading 0x0658 Exception at ecec6447h.
Interesting thing is if we put our bundle under %ProgramData% folder first and load AutoCAD with our Add-on loaded. Then quit AutoCAD, copy our bundle under %ProgramFiles% folder and reload AutoCAD again. The fatal error is gone.
Since installing bundle under %ProgramData% folder needs users change setting to add the path to the trustedpath, we would like to install it under %ProgramFiles% folder, but the fatal error shows up.
Any suggestions on this issue?
Thanks in advance.
Best,
Gang