[Bug 36915] Among the Sleep crashes when starting a new game (Oculusplugin.dll needs to be disabled)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jul 16 11:03:37 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=36915

--- Comment #3 from Béla Gyebrószki <gyebro69 at gmail.com> ---
(In reply to Bruno Jesus from comment #2)
> Change the line from file dlls/winex11.drv/mouse.c:
> 466	    else if (hwnd == data->clip_hwnd)
> 
> To:
> 466	    else if (data && hwnd == data->clip_hwnd)
> 
> It may help you move forward (or crash a little bit later), but it's very
> weird that x11drv_init_thread_data was not called previously to fill the
> "data" variable.

Instead of crashing the game is freezing now when starting a new game. Bruno,
do you need a debug log with specific debug channels enabled?

-- 
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