Blade issue on reload lisp
When I use it and I reload some function Bricscad give me error such as:
; ----- Error around expression -----
; (ENTGET ENT_ID)
;
; error : Unknown Error in Lisp or CAD system or 'Stack Overflow'
After restarted bricscad the same function works well (or give some different error).
The problem come back again if i restart Blade.
Anyone else noticed this behaviour? How to resolve this issue?
; ----- Error around expression -----
; (ENTGET ENT_ID)
;
; error : Unknown Error in Lisp or CAD system or 'Stack Overflow'
After restarted bricscad the same function works well (or give some different error).
The problem come back again if i restart Blade.
Anyone else noticed this behaviour? How to resolve this issue?
0
Comments
-
Hello,
no clear answer yet, too many possible reasons - seems, the "ent_id" is no longer a valid entity (of current drawing) ?
You might add a SupportRequest, with a sample dwg containing the entity to be used as "ent_id", a small Lisp routine of yours where is happens, and provide a clear step-by-step instruction how to reproduce.
Of course, we will immediately check to get the potential defect fixed.
many greetings !0 -
Sorry, I've been out, and I read the post only today. Thank you for the answer, I'll try the support request.0
-
Did you find an answer to this. I have the same error on a lisp routine that worked fine but after installing a plugin it now comes up with the same error.0
-
The plugin may have a function of same name, did you also localise your variable name ent_id in your lisp.0