[Bug 43120] Battle.net fails to launch with Wine 2.9-staging or development builds

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jun 5 19:33:29 CDT 2017


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

--- Comment #15 from Sebastian Lackner <sebastian at fds-team.de> ---
Based on the log there is an attempt to write past the end of the df->rgodf
memory block, most likely here:

https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/dinput/joystick_linux.c#l475

This is not really surprising because dwAxes + dwPOVs = 8 + 4 = 12, but the
code attempts to write device_axis_count = 24 entries.

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