http://bugs.winehq.org/show_bug.cgi?id=20395 Inf L00p <infl00p(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |infl00p(a)gmail.com --- Comment #115 from Inf L00p <infl00p(a)gmail.com> 2012-07-21 03:20:38 CDT --- The game Guild Wars 2 does not expect a UINT -1 returned on the GetRawInputData function, you can change the patch to return size of buffer, single line change on patch. < return (UINT)-1;
return result;
-- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.