Failing to run CefInitialize

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

Failing to run CefInitialize

Postby yosy » Sat Dec 29, 2012 2:21 pm

Hi,
I am trying to embed CEF3 in win32 application, I am getting weird error in Visual Studio 2012.
This is the code I am running -
https://gist.github.com/4408772

And this is the error I am getting while trying to run from Visual Studio 2012 (Windows 8) -
Image


Does some one know what is the problem in here? How can I fix it? and how I can get more info in Visual studio about this error?


Thanks in advance,
Yosy
Attachments
Exception.png
Exception.png (64.55 KiB) Viewed 3052 times
yosy
Newbie
 
Posts: 2
Joined: Sat Dec 29, 2012 1:49 pm

Re: Failing to run CefInitialize

Postby ryanmolden » Mon Dec 31, 2012 11:31 am

Does some one know what is the problem in here? How can I fix it?


You are doing a DEBUG build and hitting a CEF assertion. The callstack will show you exactly what source file and line you are hitting it on, then you can look at the CEF sources online (or download them locally) to see what the assertion is complaining about.

and how I can get more info in Visual studio about this error?


Visual studio has no idea what is going on, other than CEF called something like DebugBreak (from inside its assert macro).

Ryan
ryanmolden
Techie
 
Posts: 12
Joined: Mon Dec 17, 2012 2:56 pm


Return to Support Forum

Who is online

Users browsing this forum: No registered users and 174 guests