Help for ERROR Autocad 2015

Started by mclisp, October 28, 2015, 06:23:47 AM

Previous topic - Next topic

mclisp

I have some macro work well with AutoCAD 2014.
Now I'm installing Autocad 2015 OpenDCL 8.0.2.0,
and I get this message (see attachment)
any help is good.
thank you

owenwengerd

Maybe it has something to do with the removal of fibers in AutoCAD 2015. A small sample to reproduce the problem would be helpful in finding a solution.

mclisp

#2
hello and thank you for your answers
This is a video where you see the error. https://youtu.be/gdEn4Rkizp0
Sometimes I get a message ":CALLBACK-ENTRY"

function (Creaprof3d ...) and function (ent_sec_gruppo) I also use it in other macro and they work well.
I do not understand.....

Thank

mclisp

Hello
no idea?
How can I reproduce the error?
The macro hangs ALWAYS in a selection point:
see video: https://youtu.be/gdEn4Rkizp0
errors do not always occur, sometimes
except the command ARX VEVAL-STR + (what does it mean?)
other times ": CALLBACK-ENTRY"
some macros without OpenDCL use the same routine and work well
I do not know if it's Autocad or OpenDCL
I am going crazy
thanks

mclisp

Hello
I SOLVED
add "-s" to the command example. (command-s "_.SELECT" (entlast) "")
it is not necessary to replace all command
only where the command contains functions such as
(command-s "_rotate" "_Last" "" p8 (angtoc (90g + n1)))
Hello to all  :D