Error AutoCAD 2016

Started by dgpuertas · 2015-05-20 09:59 UTC · 11 replies · SMF topic #2268

Hi,

When i use opendcl file in Autocad 2016, the form show well. But when the form close, autocad crash (see attachment)
I use the last opendcl file (v 8.0.0.14) and the arx is OpenDCL.x64.20.arx (2044kb create jun-22-2014)

I cant use the opendcl dialog.

Can you help me?

Thanks and sorry about my english.,.

Attachments
Hi, it depends on the lisp code. We need to know what happens in the code.
Greetings, Fred

oppps

When i use
(dcl-Project-Load  "Media.odcl" nil) -> "Media" and run ok but AutoCAD crash when dialog close.

But if i use:
(dcl-Project-Load  "Media.odcl" T) -> nil and AutoCAD show the following error:

it's strange because (dcl-Project-Load  "Media.odcl" nil) run when autocad is clear, nothing load before.
Attachments
Hi, please upload the project for debugging.
Regards, Fred
I have a lot of odcl, here I show simply one.

I thing that the code is not the problem cause its too simply but......

Thanks
Attachments
Hi, call me silly, but (odcl-define_datum "ED-50" "45" nil) works fine, as well as (dcl-Project-Load  "d:\\temp\\Media.odcl" T). One, two three, four times.  What to do for crashing?

Befehl: (dcl-getversionex)
"8.0.0.13"


Regards, Fred
author=dgpuertas link=topic=2268.msg11408#msg11408 date=1432115966 wrote:...I use the last opendcl file (v 8.0.0.14) and the arx is OpenDCL.x64.20.arx (2044kb create jun-22-2014)...

June 2014? Here are my data:
OpenDCL.x64.20.arx 2.068 k 14.05.2015 21:59 -a--

Sorry for this days outside..

its the versión,
(dcl-getversionex)
"8.0.0.7"
_$

Where can i download the arx file? Because i download the Opendcl Studio (v8.0.0.13) and i dont know where is the arx file

Thanks and sorry about my english.


Its fine, im sorry.

i thougth that download the Opendcl Studio the arx its downloaded too. :-\
Now i download de Runtime (last versión) and works fine. :D

Thanks and Sorry

OpenDCL Studio does also include the runtime. Unless you made some manual copies of the runtime files and loaded the copies, updating OpenDCL Studio should also update the runtime files.
Hi there,

now i got the same Prob.
But im shure it's not on the Runtimes part.
I found out, that the error encoures, when leaving the opendcl box using the ok or cancel Button.
Debugging the code finding out, that the error encoures, while leaving the odcl box and swiching back to lisp function.

Hi, CADwiesel, I cannot reproduce the problem.
Do you have an example to demonstrate?
Fred