You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get Awesomium up and running on Windows. Here's my config:
XPSP2, Visual Studio 2008 SP1, Windows SDK 7.0.
The Release version compiles and runs ok (with minor adjustments).
The Debug version crashes soon after startup. It's in a different spot depending on which revision you're trying, but I think it's centered around isMainThread(). For example in one test, it failed the Assert() in ActiveDOMObject.cpp on this bit:
Yeah, Chromium added an assert checking for the main thread, which actually checks the thread ID itself, rather than if you are in the same thread that started chromium
I don't think there's a way around this without a complete rewrite because awesomium is built from just the webkit layer and bypasses most of chromium's IPC code.
Hi,
I am trying to get Awesomium up and running on Windows. Here's my config:
XPSP2, Visual Studio 2008 SP1, Windows SDK 7.0.
The Release version compiles and runs ok (with minor adjustments).
The Debug version crashes soon after startup. It's in a different spot depending on which revision you're trying, but I think it's centered around isMainThread(). For example in one test, it failed the Assert() in ActiveDOMObject.cpp on this bit:
Has anyone succesfully run the Debug version on Windows?
The text was updated successfully, but these errors were encountered: