Page 1 of 1

Problem running demo

PostPosted: Mon Jul 06, 2015 5:51 pm
by jkman
App crashesh and gives me the following error in cef.log:
[0707/004751:FATAL:content_main_runner.cc(754)] Check failed: gin::V8Initializer::LoadV8Snapshot().

Any help?

Re: Problem running demo

PostPosted: Tue Jul 07, 2015 10:39 am
by magreenblatt
You're likely missing the natives_blob.bin and/or snapshot_blob.bin files. Where did you get the demo that you're running? What CEF version is it using?

Re: Problem running demo

PostPosted: Wed Jul 08, 2015 5:15 am
by jkman
Got the demo from the most up to date repository download, tried compiling using both the included scripts and appropriately set Visual Studio.
I included the cef binaries of the according version it asked for - CEF 3.2424.1287.gaefb5cc and it gave me that error.

Nonetheles, I downloaded older CefGlue repository (13.6. date) and the appropriate libraries - 3.2357.1280.geba024d and IT WORKS beautifuly.

What is hot for me now is the unability to disable js dialogs as asked in this thread:
viewtopic.php?f=14&t=13169

I relied upon this feature, reading docs it would be possible, the project deadline is coming and I see no solution so far. Could you please have a look at this or am I doing anything wrong?

Thank you very much!