AndrePapchenko / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
0 stars 0 forks source link

Exception in 1.9 #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create new form
2. Add Openwebkitsharp to form
3. Set a URL for the control
4. compile and execute.  I get the following exception:

System.NullReferenceException was unhandled by user code
  Message=Object reference not set to an instance of an object.
  Source=OpenWebKitSharp
  StackTrace:
       at WebKit.ResourcesIntercepter.ResStart(WebURLResponse res) in D:\Projects\OpenWebKitSharp\OpenWebKitSharp\ReourcesIntercepter.cs:line 77
       at WebKit.WebKitBrowser.resourcesLoadDelegate_ResourceLoading(WebURLResponse res) in D:\Projects\OpenWebKitSharp\OpenWebKitSharp\WebKitBrowser.cs:line 1125
       at WebKit.WebResourceLoadDelegate.didReceiveResponse(WebView WebView, UInt32 identifier, WebURLResponse response, IWebDataSource dataSource) in D:\Projects\OpenWebKitSharp\OpenWebKitSharp\WebResourceLoadDelegate.cs:line 74
  InnerException: 

Thanks!

Original issue reported on code.google.com by james...@gmail.com on 18 Oct 2011 at 3:50

GoogleCodeExporter commented 8 years ago
Clicking continue will continue your application. This exceptio probably occurs 
because a Resource is null. I will try to fix is ASAP

Original comment by tsumalis96@gmail.com on 18 Oct 2011 at 4:04

GoogleCodeExporter commented 8 years ago
I have the same problem - continuing application is not an option either - a 
few dozens of other exceptions (all related to resources) are followed...
Eventually, event if I click and continue through all of them the webKitBrowser 
control (which I embed in the form and display that form in a pane on a 
slitter) is not displayed at all...

Original comment by i...@securigy.com on 18 Oct 2011 at 7:56

GoogleCodeExporter commented 8 years ago
I will have this fixed for at least Version 2.0 Pre-Release.

Original comment by tsumalis96@gmail.com on 19 Oct 2011 at 3:49

GoogleCodeExporter commented 8 years ago
Speaking of 2.0, do you have an estimated release date for it?

Original comment by Knuckles...@gmail.com on 28 Oct 2011 at 1:08

GoogleCodeExporter commented 8 years ago
I don't know...I have made a lot of changes but there are still some issues 
that I cannot solve. e.g. I advanced to a newer version of WebKit and logging 
into sites doesn't work...I will try to fix these problems asap and release 2.0 
Pre-Release soon. Thanks for your interest

Original comment by tsumalis96@gmail.com on 28 Oct 2011 at 6:39

GoogleCodeExporter commented 8 years ago
Bug fixed

Original comment by tsumalis96@gmail.com on 24 Nov 2011 at 5:50