[Bug 46099] Star Citizen not loading after implementation of WaitOnAddress () in wine

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 17 23:35:20 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=46099

--- Comment #14 from Greg Smith <codedonewell at gmail.com> ---
Created attachment 62807
  --> https://bugs.winehq.org/attachment.cgi?id=62807
Bug shown here. Waiting thread not notified.

This is a snippet of the wine debug output. It clearly shows that thread 009e
waits on address 02c7cf00, and thread 0090 subsequently calls RtlWakeAddressAll
on 02c7cf00, but 009e is never sent a *wakeup*.
The only mention of thread 009e after this is when it is killed by my <ctrl>+c
when I gave up waiting for the app to continue.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list