chromiumembedded / cef

Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
https://bitbucket.org/chromiumembedded/cef/
Other
3.4k stars 468 forks source link

CEF3: Web navigation fails visiting html5test.com > R823 #750

Closed magreenblatt closed 12 years ago

magreenblatt commented 12 years ago

Original report by Black Axiom (Bitbucket: blackaxiom, GitHub: blackaxiom).


Original issue 750 created by blackaxiom on 2012-10-11T04:45:35.000Z:

What steps will reproduce the problem?

  1. Visiting html5test.com causes console.log info messagebox, cefclient then reloads google.com
    2.
    3.

What is the expected output? What do you see instead?
html5test.com webpage displayed

What version of the product are you using? On what operating system?
R838 compiled with VS2010 on Win7. R823 (cef_binary_3.1180.823_windows.zip) shows console message, but continues to load page correctly.

Please provide any additional information below.
Debug log has the following messages:
[1011/153141:ERROR:scoped_com_initializer.h(56)] Multiple CoInitialize() called for thread 4704
[1011/153141:ERROR:renderer_main.cc(214)] Running without renderer sandbox
[1011/153145:ERROR:renderer_main.cc(214)] Running without renderer sandbox
[1011/153147:ERROR:ipc_channel_win.cc(130)] pipe error: 109
[1011/153147:INFO:CONSOLE(12)] "Viewport argument value "device-width;" for key "width" not recognized. Content ignored.", source: http://html5test.com/ (12)
[1011/153204:ERROR:renderer_main.cc(214)] Running without renderer sandbox
[1011/153208:ERROR:window_impl.cc(55)] Failed to unregister class Chrome_WidgetWin_0. Error = 1412

magreenblatt commented 12 years ago

Comment 2. originally posted by magreenblatt on 2012-10-11T14:11:12.000Z:

@ original poster: What branch did you use for the r838 build?

magreenblatt commented 12 years ago

Original comment by Black Axiom (Bitbucket: blackaxiom, GitHub: blackaxiom).


Comment 4. originally posted by blackaxiom on 2012-10-12T23:26:05.000Z:

Hi Marshall,

I'm using the 1271/cef3 build.

I note that Dmitiry (Xilium project) has a link to his build R838 here: http://cefglue.dmitriid.com/download/cef/cef\_binary\_3.1271.838\_windows\_xilium.zip

It also appears to exhibit the same issue (when run from my machine at least).

Thanks

magreenblatt commented 12 years ago

Original comment by Dmitry Azaraev (Bitbucket: Mystic Artifact).


Comment 5. originally posted by fddima on 2012-10-22T13:36:58.000Z:

My R838 build was be incorrectly named (but it actually match 838 rev to cef3 trunk revision). I will try test in on more recent revisions (of cef3/trunk), then problem may be gone.

magreenblatt commented 12 years ago

Original comment by Dmitry Azaraev (Bitbucket: Mystic Artifact).


Comment 6. originally posted by fddima on 2012-10-26T20:40:54.000Z:

I test latest cef3 trunk - it load and show correctly html5test.com now. I don't know what the problem actually was - may be my build was broken, or may be it persistent bug. In any case i make new build, it will be available to download after weekend.
So i think, this issue can be closed as invalid/wontfix.

magreenblatt commented 12 years ago

Original comment by Dmitry Azaraev (Bitbucket: Mystic Artifact).


Comment 7. originally posted by fddima on 2012-10-28T12:31:56.000Z:

New build available. Get latest sources and build for R880 at xilium cefglue project page.

magreenblatt commented 12 years ago

Original comment by Black Axiom (Bitbucket: blackaxiom, GitHub: blackaxiom).


Comment 8. originally posted by blackaxiom on 2012-11-01T19:51:59.000Z:

Hi, yes confirmed all fixed.

Dmitiry, thanks for the update. The cause was persistent on the actual CEF builds themselves, and it seemed to affect Xilium in the same way.

In any event, later builds seem to have corrected the issue.

Thanks

magreenblatt commented 12 years ago

Comment 9. originally posted by magreenblatt on 2012-11-01T20:25:51.000Z:

magreenblatt commented 12 years ago