Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/Internet/Controls/TWebBrowser    [ Add a report in this area ]  
Report #:  72256   Status: Open
TWebBrowser crashes when displaying Silverlight
Project:  Delphi Build #:  12.0.3210.17555
Version:    12.1 Submitted By:   Anders Evensen
Report Type:  Crash / Data loss / Total failure Date Reported:  3/16/2009 10:35:24 AM
Severity:    Infrequently encountered problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All versions Internal Tracking #:   268580
Resolution: None (Resolution Comments) Resolved in Build: : None
Duplicate of:  None
Voting and Rating
Overall Rating: (1 Total Rating)
5.00 out of 5
Total Votes: 22
Description
An application using the TWebBrowser component crashes with an unhandled exception when navigating to a web page containing a Silverlight application. It crashes on Windows XP, but works fine onn Windows Vista.

If you create a WinForms application in .Net (3.5 was used for testing this) doing the same, it works on both XP and Vista.
Steps to Reproduce:
Use the demo project in the Coolstuff directory and navigate to a silverlight containing web page.
Workarounds
No known workarround when you need to support XP.
Attachment
None
Comments

Tomohiro Takahashi at 3/16/2009 8:45:54 PM -
> a web page containing a Silverlight application.
Could you please provide the URL to reproduce your issue?

kris tiebos at 4/30/2009 2:42:17 AM -
same problem, although I have D2006. some more test links:

http://demo.mapdotnet.com/MDNUXHurricaneDemo/http://www.retouchgenie.com/Default.aspx?RID=RG3423fPhttp://demos.telerik.com/silverlight/default.aspx#Chart/FirstLookhttp://www.wintellect.com/silverlight/pageturndemo/http://mosaicmaniac.com/?c=Zoom&i=horse5

try clicking some links on these pages.
The app will crash after the silverlight loading screen reaches 99%.
This is definitely a problem on the delphi side because I created a windowsapp in VS.NET 2008 studio with a browser and there I can navigate the pages without any problem...

kris tiebos at 4/30/2009 2:46:21 AM -
copy/past links were not ok:

http://demo.mapdotnet.com/MDNUXHurricaneDemo/
http://www.retouchgenie.com/Default.aspx?RID=RG3423fP
http://demos.telerik.com/silverlight/default.aspx#Chart/FirstLook
http://www.wintellect.com/silverlight/pageturndemo/http://mosaicmaniac.com/?c=Zoom&i=horse5

/Kris

Anders Evensen at 3/17/2009 2:09:39 AM -
In fact, it crashes when navigating to any web page containing a Silverlight control. It seems to crash as the Silverlight application initiates. Try, for example:

http://www.trt.net.tr/Canli/AnaSayfa.aspx?Kanal=TV1

(This is a showcase pointer to from www.silverlight.net)

Anders Evensen at 3/17/2009 2:13:23 AM -
The same problem can be found inside Delphi 2009 IDE itself, if you go to the welcome page, and navigate to a web page containing Silverlight, the whole IDE crashes with an unhandled exception.

Anders Evensen at 3/17/2009 2:18:18 AM -
After more testing, in the case of the Delphi IDE the crash does not happen consequently.

Adrian Estran at 5/1/2009 9:27:29 AM -
I have noted that certain Silverlight pages do work correctly, but if you try to load that same page 5 minutes later it will crash. Really strange..

Adrian Estran at 5/1/2009 6:24:55 AM -
I am experiencing this problem as well using windows XP and D7. Is delphi9 not supposed to have full support for Silverlight?

Kenneth Clubb at 6/1/2009 8:28:24 AM -
I am also have this problem.  Please identify if this problem is being fixed.

Jason DeBettencourt at 10/22/2009 1:39:20 PM -
It is trivial to reproduce. On XP, create a new VCL Forms app and drop a TWeBrowser on it.

Add a button, and a click handler, then in the click handler, add a call to: Navigate("http://silverlight.net")  
Crashes every time.

Server Response from: ETNACODE01