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

WebKitPath doesnt work #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
i use WebKit.GlobalPreferences.WebKitPath 
and give it the path to core folder but it fail to load for now using
default folder until a solution

Original issue reported on code.google.com by meirb...@gmail.com on 5 Dec 2011 at 12:39

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
now it loads but crash when navigating

Original comment by meirb...@gmail.com on 5 Dec 2011 at 1:28

GoogleCodeExporter commented 9 years ago
WebKitPath is actually used to find OpenWebKitSharp.manifest but WebKit files 
must be included in the same directory as your exe's. (at least for now r90)

Original comment by tsumalis96@gmail.com on 5 Dec 2011 at 1:44

GoogleCodeExporter commented 9 years ago
i used it for core folder ,and put webkit file in exe path and core folder its
starts and crash when navigating IF YOU SAY ITS FOR OpenWebKitSharp.manifest 
what about core folder?

Original comment by meirb...@gmail.com on 5 Dec 2011 at 2:05

GoogleCodeExporter commented 9 years ago
During the build process all the core files (which are necessary) are 
automatically copied. Anyway, I changed some things that will possibly fix your 
problem and now i am commiting the changes. Use SVN Update to download the new 
files. r99

Original comment by tsumalis96@gmail.com on 5 Dec 2011 at 3:35

GoogleCodeExporter commented 9 years ago
tried r99 still crashing second webpage i navigate 

Original comment by meirb...@gmail.com on 5 Dec 2011 at 4:45

GoogleCodeExporter commented 9 years ago
the OpenWebKitSharp.manifest and dll in the webkit folder looks the same date
in r98 and still crashing

Original comment by meirb...@gmail.com on 5 Dec 2011 at 4:58

GoogleCodeExporter commented 9 years ago
Try creating a new folder and adding the OpenWebKitSharp files there instead of 
copying the new files over the old ones. Also, if you are using WebKit in your 
project delete all the WeKit files from your exe's folder and copy the files 
from the Core folder to that folder.

Original comment by tsumalis96@gmail.com on 6 Dec 2011 at 1:10

GoogleCodeExporter commented 9 years ago
WebKitPath works in the latest revision and different path than exe's for 
WebKit files is now supported

Original comment by tsumalis96@gmail.com on 30 Dec 2011 at 11:22