Error AutoCAD 2016

Started by dgpuertas, May 20, 2015, 02:59:26 AM

Previous topic - Next topic

dgpuertas

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.,.


Fred Tomke

Hi, it depends on the lisp code. We need to know what happens in the code.
Greetings, Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

dgpuertas


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.

Fred Tomke

Hi, please upload the project for debugging.
Regards, Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

dgpuertas

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

Fred Tomke

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
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

Peter2

Quote from: dgpuertas on May 20, 2015, 02:59:26 AM...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:
Code (autolisp) Select
OpenDCL.x64.20.arx 2.068 k 14.05.2015 21:59 -a--
Peter
ODCL 8.1.... German, AutoCAD 2017 - 2018, Win 7 x64, Win 10

dgpuertas


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.



dgpuertas

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


owenwengerd

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.

CADwiesel

#10
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.

Gruss,
CADwiesel
Besucht uns im CHAT

Fred Tomke

Hi, CADwiesel, I cannot reproduce the problem.
Do you have an example to demonstrate?
Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]