Lisp error code

Lisp error code

dominic_diluzio
Observer Observer
638 Views
5 Replies
Message 1 of 6

Lisp error code

dominic_diluzio
Observer
Observer

I have a lisp that my team uses that auto generate sequential when tagging, etc.  We migrated over to a new server and had to reload the lisp and it was working fine. Then it suddenly stopped working and gave me the error code below:

 

bad character read (octal): 0

 

I have unloaded and restarted CAD multiple times. I even downloaded the lisp again. My other team members are able to add and load the same lisp and it works fine for them without issue. I loaded it through the CUI and I even did through APPLOAD and I keep getting the same error. Nothing in the LISP has changed to give me that message and it works fine for everyone else. I do not know code at all. This is driving me crazy and I need this lisp to work again. I attached the lisp for reference. Thank you!

0 Likes
639 Views
5 Replies
Replies (5)
Message 2 of 6

paullimapa
Mentor
Mentor

Most likely some other code in your system is causing the conflict 

Try starting AutoCAD in safemode and run the code immediately to see if that works 

https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/How-to-launch-an-A....


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 3 of 6

dominic_diluzio
Observer
Observer

I work in state government and there are strict restrictions preventing me from adding and removing applications shortcuts on my desktop without admin rights. So since I couldn't create the shortcut, I edited the properties from the pinned app and tried it and no luck. Does Safemode looked like the regular program in AutoCAD.

0 Likes
Message 4 of 6

pendean
Community Legend
Community Legend

@dominic_diluzio wrote:

I work in state government and there are strict restrictions preventing me from adding and removing applications shortcuts on my desktop without admin rights. So since I couldn't create the shortcut, I edited the properties from the pinned app and tried it and no luck. Does Safemode looked like the regular program in AutoCAD.


Read this https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/How-to-launch-an-A... 

0 Likes
Message 5 of 6

paullimapa
Mentor
Mentor

same link I provided in my reply


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 6 of 6

paullimapa
Mentor
Mentor

Yes, AutoCAD looks like the same after adding the /safemode switch but the only difference is that no add-ins would be loaded at startup. 

But since you replied that this did not fix your problem, I did a further search on-line and I found this link to be of interest:

error: bad character read (octal): 0 - CAD Forum discussion (EN)

Now it's possible that you may have inherited this virus especially when everyone else has no problems loading this lisp and I did not either. So the worse case scenario may require a complete uninstall and removal of all related AutoCAD folders from your local drive as the recommended solution according to the thread.


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes