[Bug 26242] New: Bionic Heart demo crashes on launch
http://bugs.winehq.org/show_bug.cgi?id=26242 Summary: Bionic Heart demo crashes on launch Product: Wine Version: 1.3.14 Platform: x86 URL: http://www.tycoongames.eu/downloadgame.php?id=BHTrial. exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: loader AssignedTo: wine-bugs(a)winehq.org ReportedBy: gyebro69(a)gmail.com CC: julliard(a)winehq.org Created an attachment (id=33442) --> (http://bugs.winehq.org/attachment.cgi?id=33442) terminal output Installation of the demo went fine but the game crashes instantly after starting. The game received Gold rating on Appdb with Wine-1.1.28 (http://appdb.winehq.org/objectManager.php?sClass=version&iId=17976). On my system the game produces the crash since Wine-1.1.25: 4d35f3f2704fe2cda261af0e2d112bfde32fc60b is the first bad commit commit 4d35f3f2704fe2cda261af0e2d112bfde32fc60b Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Jul 1 16:02:55 2009 +0200 preloader: Reserve addresses only up to 0x68000000, that should be enough for ole32. :040000 040000 91dfc33522e92e5d5f2f454af5497b3492fabdbc 04830161bc77249573b690715cf87a1bb353b3f4 M loader I was able to revert the patch on wine-1.3.14-116-gf45b6c5 and the game started correctly again. Author of the patch added to CC. Link to the demo added to URL (~45 MB download size) Fedora 14 x86 -- 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=26242 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression -- 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=26242 --- Comment #1 from Alexandre Julliard <julliard(a)winehq.org> 2011-02-25 05:35:39 CST --- That app is seriously broken. It allocates a bunch of memory at fixed addresses without checking that the addresses are available, and crashes if they aren't. You can probably work around it by setting something like WINEPRELOADRESERVE=0-70000000 -- 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=26242 --- Comment #2 from GyB <gyebro69(a)gmail.com> 2011-02-25 06:10:03 CST --- (In reply to comment #1)
That app is seriously broken. It allocates a bunch of memory at fixed addresses without checking that the addresses are available, and crashes if they aren't. You can probably work around it by setting something like WINEPRELOADRESERVE=0-70000000
Indeed, starting the game with WINEPRELOADRESERVE=0-70000000 makes it happy and starts fine with Wine-1.3.14. Thanks for pointing that out. Does that mean this bugreport is invalid? -- 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=26242 --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> 2011-02-25 06:13:55 CST --- Not really, it's still a valid bug, even if the app is brain-damaged. -- 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=26242 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |4d35f3f2704fe2cda261af0e2d1 | |12bfde32fc60b -- 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=26242 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #4 from joaopa <jeremielapuree(a)yahoo.fr> 2012-01-25 01:11:51 CST --- working very fine here. -- 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=26242 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2012-01-25 17:00:25 CST --- (In reply to comment #4)
working very fine here.
As it does here, but also works fine in wine-1.3.15 on this system, so I think you're just getting lucky. -- 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=26242 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME --- Comment #6 from GyB <gyebro69(a)gmail.com> 2012-01-25 21:18:45 CST --- The demo starts fine for me too, tested with several Wine versions (1.3.14...1.3.35,1.3.37). Right now I can't reproduce the crash with any versions of Wine. This is kinda strange because I remember testing this bug a couple of weeks ago (1.3.35/1.3.36) and the demo crashed at the time. Resolving as "worksforme". -- 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=26242 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2012-01-28 14:04:20 CST --- Closing. -- 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