-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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:
#if ENABLE(WORKERS)
ASSERT((m_scriptExecutionContext->isDocument() && isMainThread())
|| (m_scriptExecutionContext->isWorkerContext() && currentThread() == static_cast<WorkerContext*>(m_scriptExecutionContext)->thread()->threadID()));
#endif
Has anyone succesfully run the Debug version on Windows?
Metadata
Metadata
Assignees
Labels
No labels