OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: stephan_35 on September 16, 2009, 09:47:12 AM

Title: An error occur with htmlcontrol "unhandled access violation"
Post by: stephan_35 on September 16, 2009, 09:47:12 AM
Hello,

Here is my example :

Code (autolisp) Select

(defun c:test ()
  (dcl_project_load "D:/html" T)
  (dcl_Form_Show html_html:demo)
  (dcl_Html_Navigate html_html:demo_Html "http://www.ad-informatique.net/pages/mentions-legales/licences-dutilisation.php")
)



Thanks.
Title: Re: An error occur with htmlcontrol "unhandled access violation"
Post by: owenwengerd on September 16, 2009, 12:31:28 PM
I loaded your test in AutoCAD 2010 on Vista and all worked as expected.  Which AutoCAD version are you using?  Can you reproduce the crash on another computer?
Title: Re: An error occur with htmlcontrol "unhandled access violation"
Post by: stephan_35 on September 16, 2009, 01:13:08 PM
Quote from: owenwengerd on September 16, 2009, 12:31:28 PM
I loaded your test in AutoCAD 2010 on Vista and all worked as expected.  Which AutoCAD version are you using?  Can you reproduce the crash on another computer?

I use AutoCAD 2008, but seem to crash only with url wich use yahoo messenger pingbox ??? (write in flash and use active X)

Work fine :
Code (autolisp) Select

(dcl_Html_Navigate html_html:demo_Html "http://www.google.fr")


I tried this, wich also use yahoo messenger pingbox (was not active), and also failed !!!
Code (autolisp) Select

(dcl_Html_Navigate html_html:demo_Html "http://blog.dabsnet.com/")


Cannot make a try with another computer yet, maybe tomorrow.

Hope this will help together  ....

Thanks.
Title: Re: An error occur with htmlcontrol "unhandled access violation"
Post by: Fred Tomke on September 16, 2009, 01:17:42 PM
Hi,

I had a test with Map 2010 on Vista and Acad 2008 on XP with no crash with both your web addresses.

Fred
Title: Re: An error occur with htmlcontrol "unhandled access violation"
Post by: stephan_35 on September 16, 2009, 01:21:55 PM
Quote from: Fred Tomke on September 16, 2009, 01:17:42 PM
Hi,

I had a test with Map 2010 on Vista and Acad 2008 on XP with no crash with both your web addresses.

Fred

Thanks fred for your help .... maybe that mean a bug or something going wrong on my computer ???

Maybe need to be rebooted  ;D

Best regards.
Title: Re: An error occur with htmlcontrol "unhandled access violation"
Post by: stephan_35 on September 16, 2009, 03:28:04 PM
I tried to install autocad 2010 on my computer, work fine, and html control work fine too.

Still crash with my autocad 2008 .....

Best regards
Title: Re: An error occur with htmlcontrol "unhandled access violation"
Post by: Fred Tomke on September 16, 2009, 10:02:45 PM
Hi stephan,

hm, delete (or move or rename) the existing user profile for AutoCAD 2008 and restart. Does it still crash now?

Fred
Title: Re: An error occur with htmlcontrol "unhandled access violation"
Post by: stephan_35 on September 17, 2009, 12:25:07 AM
Quote from: Fred Tomke on September 16, 2009, 10:02:45 PM
Hi stephan,

hm, delete (or move or rename) the existing user profile for AutoCAD 2008 and restart. Does it still crash now?

  • C:\Dokumente und Einstellungen\Fred Tomke\Anwendungsdaten\Autodesk\AutoCAD 2008
  • C:\Dokumente und Einstellungen\Fred Tomke\Lokale Einstellungen\Anwendungsdaten\Autodesk\AutoCAD 2008
  • HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R17.1\ACAD-6001:407

Fred

Hi fred,

I did it as you explain, after making a backup, deleted this elements :

Autocad install itself all data .... but after another try, same problem .

I tried with an older arx opendcl runtime , keep crash with flash, i'll try to uninstall flash.

Best regards.
Title: Re: An error occur with htmlcontrol "unhandled access violation"
Post by: stephan_35 on September 17, 2009, 12:51:05 AM
I remove adobe flash active X and plugin, now, works fine with all arx version, but not display flash in html control  :P

oops, Windows ask me permission to install a complemantary module of internet explorer , no describe exactly what  ! , should it be adobe flash ???

only this key {BDB57FF2-79B9-4205-9447-F5FE85F37312} , sorry, it's immpossible to make a screenshot !

Best regards,

I'll try with an older active X

Title: Re: An error occur with htmlcontrol "unhandled access violation"
Post by: owenwengerd on September 17, 2009, 01:27:42 AM
I am able to reproduce the crash in AutoCAD 2008 with the dabsnet.com URL. The exception occurs in flash10c.ocx, but I can't tell why.
Title: Re: An error occur with htmlcontrol "unhandled access violation"
Post by: stephan_35 on September 17, 2009, 02:00:49 AM
Seems to be a bug only whith yahoo messenger pingbox !

I tried this :
uninstall all adobe flash plugin
clean my registry
clean all internet cach files and cookies
reboot,
install again adobe flash.

Now, if my pingbox not appear, no crash in autocad ....
Livestats is also an adobe flash plugin .... an works fine !

Best regards


Title: Re: An error occur with htmlcontrol "unhandled access violation"
Post by: stephan_35 on September 17, 2009, 03:01:52 AM
After several try, still crash only with yahoo Pingbox, and don't really know why.

I also tried meebo wich work fine with flash ....

Best regards