-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi,
I'm working for IglooVision and am new to both openFrameworks and CEF but I got the example running in Windows.
See attached for how I did it ( using VS2015 )
ofxCEF-Buld-Windows.txt
I resolved the speed issue by setting the ofFrameRate to 60 - it was running about 300fps.
Now some websites work well, eg https://threejs.org/examples/#webgl_geometries
But I am having problems when I type characters, eg into google search.
After every character I see several messages like this
ERROR:textbreakiteratoricu.cpp(74)] icu::BreakIterator construction failed with status 2
They don't seem to do any harm.
But then often the page freezes, I get a message saying example_ofxCEF has stopped working and I see this in the debug window:
[0103/105943:INFO:skscalercontext_win_dw.cpp(813)] y:\work\cef3_git\chromium\src\third_party\skia\src\ports\skscalercontext_win_dw.cpp:813: fatal error: "assert(false)"
Interestingly although the page freezes the framerate keeps updating in the title block and I can go to a new page with the up arrow.
It very intermittent, sometimes it works for a while, other times it crashes on the first key press.
Has anyone seen anything like this, any ideas on what could be causing it?
Thanks
Richard