pacificIT / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Adding libcef as dependency to MFC VC++ 9 triggered exception #611

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I worked on a VC++ 9 project which made libcef.lib as dependency.
Then when I run the application I kept getting exception triggered.

Original issue reported on code.google.com by twmzhu@gmail.com on 31 May 2012 at 6:10

GoogleCodeExporter commented 9 years ago
Can you provide a call stack? Did you set up the libcef_dll_wrapper project 
linker settings correctly for your application as described at 
http://code.google.com/p/chromiumembedded/wiki/LinkingDifferentRunTimeLibraries 
?

Original comment by magreenb...@gmail.com on 31 May 2012 at 6:12

GoogleCodeExporter commented 9 years ago
Thank you for the quick response.
I have reviewed cefclient sample program thoroughly.
I have made libcef_dll_wrapper as dependency of my test program and made sure 
it was compiled correctly.
I also made sure chrome.pak and locals folder are in the same folder as my 
application.
It is odd that the exception was triggered without even called any CEF 
implementation.
I believe it had some thing to do with the loading of libcef.dll.
I was able to compile and run cefclient sample without a problem.
Thanks,
Michael

Original comment by twmzhu@gmail.com on 31 May 2012 at 6:19

GoogleCodeExporter commented 9 years ago
Here is the call stack:
>   libcef.dll!1008f1a6()   
    [Frames below may be incorrect and/or missing, no symbols loaded for libcef.dll]    
    libcef.dll!1007c193()   
    libcef.dll!1008f871()   
    libcef.dll!1007bf9f()   
    libcef.dll!11099db5()   
    libcef.dll!101a2f9f()   
    libcef.dll!101a2f06()   
    libcef.dll!10140b19()   
    libcef.dll!1013fabe()   
    libcef.dll!1013fa06()   
    libcef.dll!100e2929()   
    libcef.dll!100e1081()   
    libcef.dll!100e09ea()   
    libcef.dll!100e0996()   
    libcef.dll!100e0928()   
    libcef.dll!100e52ea()   
    libcef.dll!13147b8d()   
    libcef.dll!11024ce4()   
    libcef.dll!11024a30()   
    libcef.dll!110210ba()   
    libcef.dll!1102131d()   
    libcef.dll!110211e1()   
    ntdll.dll!_LdrpCallInitRoutine@16()  + 0x14 bytes   
    cc000cc2()  

Original comment by twmzhu@gmail.com on 31 May 2012 at 6:33

GoogleCodeExporter commented 9 years ago
Not enough information for this bug report to be actionable.

Original comment by magreenb...@gmail.com on 3 Oct 2012 at 6:01