[Bug 29887] New: FarCry 1.4 crashed while use mouse wheel
http://bugs.winehq.org/show_bug.cgi?id=29887 Bug #: 29887 Summary: FarCry 1.4 crashed while use mouse wheel Product: Wine Version: 1.4-rc2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: ntdll AssignedTo: wine-bugs(a)winehq.org ReportedBy: sekras(a)gmail.com Classification: Unclassified Created attachment 38865 --> http://bugs.winehq.org/attachment.cgi?id=38865 backtrace Kubuntu 11.10.. wine 1.4-rc2 from ppa wine: Unhandled page fault on read access to 0xffffffff at address 0x37001376 (thread 0009), starting debugger... xxx(a)xxx:~/.wine/drive_c/Program Files/Crytek/FarCry/Bin32$ err:ntdll:RtlDeleteResource Deleting active MRSW lock (0x1130ac), expect failure p.s. this is regression bug.. it appear from version ~1.3.36 (may be early) -- 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.
http://bugs.winehq.org/show_bug.cgi?id=29887 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Component|ntdll |-unknown Severity|major |normal --- Comment #1 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2012-02-14 02:36:34 CST --- Please post the results of your regression testing: http://wiki.winehq.org/RegressionTesting -- 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.
http://bugs.winehq.org/show_bug.cgi?id=29887 James Eder <jimportal(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jimportal(a)gmail.com --- Comment #2 from James Eder <jimportal(a)gmail.com> 2012-02-14 12:43:57 CST --- Reminds me of Bug 9614 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=29887 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2012-02-14 13:11:27 CST --- Demo works fine in wine-1.4-rc3-22-g2e90188 (http://www.gamefront.com/files/1790095). Can you try rc3 / the demo? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=29887 James Eder <jimportal(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard(a)winehq.org --- Comment #4 from James Eder <jimportal(a)gmail.com> 2012-02-14 17:41:35 CST --- I don't know about the demo, but with the retail game git says: f6368c4202afd47685d2d727c728a2e62dbe9735 is the first bad commit commit f6368c4202afd47685d2d727c728a2e62dbe9735 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Jan 19 13:34:55 2012 +0100 dinput: Clip the mouse to the entire window instead of a 1x1 rectangle in exclusive mode. :040000 040000 b1b2df8675424a34a2c311303c0b5c9f6dddc4f4 0dc6e2b22a0a7c45ae550787aa89dfb8031e832c M dlls -- 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.
http://bugs.winehq.org/show_bug.cgi?id=29887 --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> 2012-02-15 08:25:39 CST --- Please install debug symbols to get a proper backtrace. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=29887 --- Comment #6 from James Eder <jimportal(a)gmail.com> 2012-02-15 10:28:22 CST --- Created attachment 38890 --> http://bugs.winehq.org/attachment.cgi?id=38890 backtrace with wine built with -ggdb There's some annoyance in generating a backtrace since the application has its own catchall debug dialog that pops up. Fortunately we can trigger the bug early during the introductory video before the application gets its hooks in. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=29887 --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2012-02-15 11:03:54 CST --- Created attachment 38891 --> http://bugs.winehq.org/attachment.cgi?id=38891 Filter out mouse wheel Does this help? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=29887 --- Comment #8 from James Eder <jimportal(a)gmail.com> 2012-02-15 11:28:15 CST --- (In reply to comment #7)
Created attachment 38891 [details] Filter out mouse wheel
Does this help?
Yes. With patch applied the game does not crash and the mouse wheel works as expected. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=29887 --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2012-02-15 12:17:07 CST --- OK, thanks. We should probably filter out other messages too but I'll leave that for after 1.4. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=29887 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |011a3523aa2921c03766155e866 | |9e08db4a6989f Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2012-02-15 13:15:19 CST --- Fix committed. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=29887 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2012-02-17 13:50:47 CST --- Closing bugs fixed in 1.4-rc4. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=29887 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com Regression SHA1| |f6368c4202afd47685d2d727c72 | |8a2e62dbe9735 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=29887 --- Comment #12 from Johannes Brandstätter <jbrandstaetter(a)gmail.com> 2012-04-06 06:41:03 CDT --- Created attachment 39695 --> http://bugs.winehq.org/attachment.cgi?id=39695 Backtrace FarCry 1.4 crash in Wine-1.4 -- 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.
participants (1)
-
wine-bugs@winehq.org