[Bug 20493] New: Sherlock Holmes vs Jack the Ripper DEMO (CZ): Crash when closing the game
http://bugs.winehq.org/show_bug.cgi?id=20493 Summary: Sherlock Holmes vs Jack the Ripper DEMO (CZ): Crash when closing the game Product: Wine Version: 1.1.32 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: jaromir.obr(a)gmail.com Created an attachment (id=24403) --> (http://bugs.winehq.org/attachment.cgi?id=24403) log + backtrace Sherlock Holmes vs Jack the Ripper DEMO (CZ): Crash when closing the game Steps to reproduce: 1) Install game "Sherlock Holmes vs Jack the Ripper DEMO (CZ)" from http://download.doupe.cz/2009_rijen/sh5_demo_cz.exe 2) The game needs library PhysXLoader.dll. Install PhysX from http://us.download.nvidia.com/Windows/9.09.0814/PhysX_9.09.0814_SystemSoftwa... 3) Run the game, it starts in full screen, menu appears. 4) End the game using mouse - confirm "Close". Finally you have to close it by pressing "Escape" because game's background screen is still displayed after you confirm closing. Expected result: No crash Actual result: Crash See attached log and backtrace Used SW: Ubuntu 9.10 amd64 Graphics: Ati Mobility Radeon HD 3400, fglrx ver. 8.660 -- 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=20493 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #24403|application/octet-stream |text/plain mime type| | -- 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=20493 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://download.doupe.cz/20 | |09_rijen/sh5_demo_cz.exe -- 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=20493 --- Comment #1 from GyB <gyebro69(a)gmail.com> 2010-04-18 05:29:44 --- Created an attachment (id=27428) --> (http://bugs.winehq.org/attachment.cgi?id=27428) running the demo under winedbg I can confirm the crash on exit in the English version of the demo, too. Using Wine-1.1.43. I attached a winedbg backtrace, but I'm unsure if it would be useful.. Note: the demo contains Tages protection (atksgt.sys,lirsgt.sys are installed in /system32/drivers), might it cause the crash? -- 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=20493 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27428|0 |1 is obsolete| | --- Comment #2 from GyB <gyebro69(a)gmail.com> 2011-10-24 09:22:01 CDT --- Created attachment 37107 --> http://bugs.winehq.org/attachment.cgi?id=37107 crash log, Wine-1.3.31 I tried again the demo in Wine-1.3.31: it still crashes on exit. Fedora 15 x86 Nvidia 250 / driver 280.13 -- 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=20493 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://download.doupe.cz/20 |http://fileframe.sector.sk/ |09_rijen/sh5_demo_cz.exe |files/demo/2009-09/sh5_demo | |_cz.exe CC| |gyebro69(a)gmail.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=20493 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #3 from Austin English <austinenglish(a)gmail.com> --- Still in wine-1.7.10-311-gdc27a38: =>0 0x7e984b9d MENU_NormalizeMenuItemInfoStruct+0xd() in user32 (0x010dfc38) 1 0x7e98d6f0 SetMenuItemInfoW+0x2f(hmenu=0x6003c, item=0xf060, bypos=0, lpmii=(nil)) [/home/austin/wine-git/dlls/user32/menu.c:4858] in user32 (0x010dfca4) 2 0x005ff3e9 in demo (+0x1ff3e8) (0x007f3a30) 3 0x00000000 (0x001107ff) 4 0x1111e800 (0x110dc000) 0x7e984b9d MENU_NormalizeMenuItemInfoStruct+0xd in user32: movl 0x0(%eax),%ecx [austin(a)localhost Sherlock Holmes vs Jack Rozparovaè demo]$ cd [austin(a)localhost ~]$ sha1sum sh5_demo_cz.exe cd4a1024cd8304adb015f8e431eeadcd72e752d5 sh5_demo_cz.exe [austin(a)localhost ~]$ du -h sh5_demo_cz.exe 837M sh5_demo_cz.exe -- 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.
https://bugs.winehq.org/show_bug.cgi?id=20493 --- Comment #4 from Bruno Jesus <00cpxxx(a)gmail.com> --- Created attachment 47227 --> https://bugs.winehq.org/attachment.cgi?id=47227 Avoid invalid lpmii Currently there are no tests for a NULL lpmii, maybe that is valid on windows. The attached hack should help. -- 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=20493 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrey.goosev(a)gmail.com --- Comment #5 from GyB <gyebro69(a)gmail.com> --- *** Bug 33826 has been marked as a duplicate of this bug. *** -- 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=20493 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |06a6b189f6c9712e64f3f7da908 | |403f410295785 Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #6 from Bruno Jesus <00cpxxx(a)gmail.com> --- Patch commited: http://source.winehq.org/git/wine.git/?a=commit;h=06a6b189f6c9712e64f3f7da90... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=20493 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.12. -- 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