edusis / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
1 stars 1 forks source link

only works when targetting NET Framework 4 in visual basic 2010 #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. using visual basic 2010 project
2.  targetting NET Framework 2 not working only 4

Original issue reported on code.google.com by meirb...@gmail.com on 28 Nov 2011 at 9:24

GoogleCodeExporter commented 9 years ago
I have successfully compiled all the examples using .NET Framework 2.0 and 
other projects also without any problem. Do you mean that OWS will not run 
unless .NET 4 is installed?

Original comment by tsumalis96@gmail.com on 29 Nov 2011 at 1:20

GoogleCodeExporter commented 9 years ago
it doesnt work at all with visual basic 2008 only 2010 with  Framework 4 
targeted

Original comment by meirb...@gmail.com on 29 Nov 2011 at 2:15

GoogleCodeExporter commented 9 years ago
What problems exactly do you face with 2008? Please make sure that you are 
using the latest revision because for r55 or 56 the project was targetting 4.0. 
Try downloading the latest build using SVN Update: 
http://openwebkitsharp-tutorials.blogspot.com/2011/11/tutorial-2-openwebkitsharp
s-development.html (go to the Being up-to-date section)

Original comment by tsumalis96@gmail.com on 29 Nov 2011 at 2:42

GoogleCodeExporter commented 9 years ago
i have used r55 from  this web page 
http://code.google.com/p/open-webkit-sharp/downloads/list
where would i find version with Framework 2?

Original comment by meirb...@gmail.com on 29 Nov 2011 at 2:59

GoogleCodeExporter commented 9 years ago
I am going to pack another build and upload it there in the downloads list.

Original comment by tsumalis96@gmail.com on 29 Nov 2011 at 5:16

GoogleCodeExporter commented 9 years ago
Build packed: 
http://code.google.com/p/open-webkit-sharp/downloads/detail?name=OpenWebKitSharp
%20r67%20-%20Built%2029.11.2011.rar&can=2&q=

Please tell me if you have fixed your problem so that I can close the issue

Original comment by tsumalis96@gmail.com on 29 Nov 2011 at 5:41

GoogleCodeExporter commented 9 years ago
it works now with net 2.0  on windows 7 thank you

 i still cant run it in xp something with  Microsoft.VC80.CRT i have installed all c++ 2005 +sp1+update and c++ 2008 on that machine ,what is the problem?

this from windows log

Details 
Product: Windows Operating System 
ID: 59 
Source: SideBySide 
Version: 5.2 
Symbolic Name: MSG_SXS_FUNCTION_CALL_FAIL 

Original comment by meirb...@gmail.com on 29 Nov 2011 at 6:23

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
sorry there is now problem with this version when navigating i get:

attempted to read or write protected memory. this is often an indication that 
other memory is corrupt. 

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name: WindowsApplication1.exe
  Application Version:  1.0.0.0
  Application Timestamp:    4ed5283f
  Fault Module Name:    unknown
  Fault Module Version: 0.0.0.0
  Fault Module Timestamp:   00000000
  Exception Code:   c0000005
  Exception Offset: 7fe4943f
  OS Version:   6.1.7601.2.1.0.256.1
  Locale ID:    1037

thank you for fixing net 2.0 but this problem is serious bug with this version

the first address i nvaigate is ok from it the problem starts

Original comment by meirb...@gmail.com on 29 Nov 2011 at 6:55

GoogleCodeExporter commented 9 years ago
Try clearing your folder from all webkit related files and copy the files from 
the Core folder to your exe's folder. The core folder can be found inside the 
package you downloaded.

As for XP, there is a known bug that was present even in WebKit.NET for XP SP3 
but the only thing that could help is installing C++ redistributables and 
nothing else, but if this also fails then it seems to be a problem of the 
engine itself.

Original comment by tsumalis96@gmail.com on 29 Nov 2011 at 7:29

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
i checked your new build in new folder and new project not my old one

the crash comes after you navigate to a second web site or even reload current 
page
 so first web page ok second one crash if i disable UseJavaScript no crash if true
it crashes maybe JavaScriptCore.dll is responsible  

Original comment by meirb...@gmail.com on 29 Nov 2011 at 7:56

GoogleCodeExporter commented 9 years ago
Does the example project that comes with the build also expeience this problem?

Original comment by tsumalis96@gmail.com on 30 Nov 2011 at 3:33

GoogleCodeExporter commented 9 years ago
i only use visual basic your example project isnt visual basic. r55 didnt have 
this problm .this is serious bug crashing after two web sites r67 r68 have this 
problem i think its JavaScriptCore.dll problem

Original comment by meirb...@gmail.com on 30 Nov 2011 at 3:46

GoogleCodeExporter commented 9 years ago
To run the example project you can just open OpenWebKitSharp.sln and hit 
"debug". It is important for me to know if this bug exists also in the example 
so that i can look into it further.

Original comment by tsumalis96@gmail.com on 30 Nov 2011 at 5:16

GoogleCodeExporter commented 9 years ago
when i try to open its says: THAT THE FILE WAS CREATED IN NEWER VERSION I HAVE 
2010
INSTALLED IT CANT OPEN OpenWebKitSharp.sln 

Original comment by meirb...@gmail.com on 30 Nov 2011 at 5:29

GoogleCodeExporter commented 9 years ago
It seems that since I compiled it with VS11 it requires that version. Don't 
worry! I will change the Core and this problem will be fixed within the next 
1-2 days

Original comment by tsumalis96@gmail.com on 30 Nov 2011 at 7:35

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I suppose I fixed all the bugs related to crashes. Download the latest 
revision. If you want to open the solution you must install VS 2010 SP1

Original comment by tsumalis96@gmail.com on 1 Dec 2011 at 4:12

GoogleCodeExporter commented 9 years ago
with r70 it works  with net 2.0. i also found the xp issue since i had that 
problem on windows 7 i instaled all type of c++ updates more 9 i found that you 
need this version 8.0.61001 for c++ 2005 this solved xp and w7 machines unable 
to run the software 

Original comment by meirb...@gmail.com on 1 Dec 2011 at 6:42

GoogleCodeExporter commented 9 years ago
Thanks for the info! Could you provide me with a link for this update so that I 
can add it to requirements? Thanks in advance

Original comment by tsumalis96@gmail.com on 2 Dec 2011 at 12:16

GoogleCodeExporter commented 9 years ago
this is the link http://www.microsoft.com/download/en/details.aspx?id=26347

Original comment by meirb...@gmail.com on 2 Dec 2011 at 12:56

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by tsumalis96@gmail.com on 2 Dec 2011 at 3:40

GoogleCodeExporter commented 9 years ago
It doesn't work.

Original comment by 314m...@gmail.com on 8 Jun 2013 at 1:34