An error occur with htmlcontrol "unhandled access violation"

Started by stephan_35, September 16, 2009, 09:47:12 AM

Previous topic - Next topic

stephan_35

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.
OpenDCL 6.0.0.6 / Editor 5.1.2.3  / Vista 32 Bits
Development of  specific tools for trades in AutoLisp - php - sql

owenwengerd

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?

stephan_35

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.
OpenDCL 6.0.0.6 / Editor 5.1.2.3  / Vista 32 Bits
Development of  specific tools for trades in AutoLisp - php - sql

Fred Tomke

Hi,

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

Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

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

stephan_35

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.
OpenDCL 6.0.0.6 / Editor 5.1.2.3  / Vista 32 Bits
Development of  specific tools for trades in AutoLisp - php - sql

stephan_35

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
OpenDCL 6.0.0.6 / Editor 5.1.2.3  / Vista 32 Bits
Development of  specific tools for trades in AutoLisp - php - sql

Fred Tomke

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

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

stephan_35

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 :

  • C:\Users\myusername\AppData\Local\Autodesk\AutoCAD 2008
  • C:\Users\myusername\AppData\Roaming\Autodesk\AutoCAD 2008
  • HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R17.1\ACAD-6001:40C

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.
OpenDCL 6.0.0.6 / Editor 5.1.2.3  / Vista 32 Bits
Development of  specific tools for trades in AutoLisp - php - sql

stephan_35

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

OpenDCL 6.0.0.6 / Editor 5.1.2.3  / Vista 32 Bits
Development of  specific tools for trades in AutoLisp - php - sql

owenwengerd

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.

stephan_35

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


OpenDCL 6.0.0.6 / Editor 5.1.2.3  / Vista 32 Bits
Development of  specific tools for trades in AutoLisp - php - sql

stephan_35

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

OpenDCL 6.0.0.6 / Editor 5.1.2.3  / Vista 32 Bits
Development of  specific tools for trades in AutoLisp - php - sql