[Bug 18363] New: [Win 3.11/16-bit] [Bermuda Syndrome] In-game menu buttons unclickable
http://bugs.winehq.org/show_bug.cgi?id=18363 Summary: [Win 3.11/16-bit] [Bermuda Syndrome] In-game menu buttons unclickable Product: Wine Version: 1.1.20 Platform: PC-x86-64 URL: http://abandonia.com/en/downloadgame/24561 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: nugrud(a)gmail.com This 16-bit game is from 1995, and was written for 3.1x family of windows. "Bermuda Syndrome.zip" md5: c43b012e7342e56510983f75b91f8be3 After unzip you have to reedit BERMUDA.INI and set correct SRCPATH and DSTPATH (Z:\path\to\BERMUDA\SCN and Z:\path\to\BERMUDA). This doesn't seem to help in any way but the windows version in winecfg should be also set to "Windows 3.1". Run the game in one of two ways: 1) wineconsole bermuda.bat 2) cd BERMUDA/SCN && wine BERMUDA.EXE As of wine 1.1.20 the main menu should appear, but on mouse-hover buttons don't enlight and are unclickable. The wine output does not complaint about anything, output is empty, but the only way to quit is wineserver -k. I tried running the game in dosbox/win311 environment and before the menu appears first credits are run, which can be interrupted by mouse click. The wine's problem maybe caused by unimplemented codecs only if this credit are indeed a movie, but I'm not sure. I think running this game would very nicely prove wine's claimed compatibility with pre-NT windows versions :) -- 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=18363 Dawid Hanak <nugrud(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, win16 -- 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=18363 --- Comment #1 from Dawid Hanak <nugrud(a)gmail.com> 2009-06-20 05:14:09 --- The same in 1.1.24 -- 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=18363 Peter Dons Tychsen <donpedro(a)tdcadsl.dk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |donpedro(a)tdcadsl.dk --- Comment #2 from Peter Dons Tychsen <donpedro(a)tdcadsl.dk> 2009-06-21 17:33:25 --- I located the bug in mciav32 which causes a deadlock because of bad code when the MCI_WAIT flag is used. Please try this patch and see if it helps. Works on my setup with this patch. -- 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=18363 --- Comment #3 from Peter Dons Tychsen <donpedro(a)tdcadsl.dk> 2009-06-21 17:34:52 --- Created an attachment (id=21943) --> (http://bugs.winehq.org/attachment.cgi?id=21943) Fix for deadlock in mciavi32 -- 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=18363 --- Comment #4 from Dawid Hanak <nugrud(a)gmail.com> 2009-06-22 04:56:49 --- (In reply to comment #2)
I located the bug in mciav32 which causes a deadlock because of bad code when the MCI_WAIT flag is used. Please try this patch and see if it helps. Works on my setup with this patch.
The patch applied on 1.1.24 sources works for me too, the game is now launchable from it's menu. Thank you. -- 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=18363 --- Comment #5 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-06-22 11:44:13 --- Looks like the same problem as in the bug 15669. Please send the patch to wine-patches. -- 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=18363 --- Comment #6 from Dawid Hanak <nugrud(a)gmail.com> 2009-07-03 16:05:50 --- Well, the patch do not seem to be in 1.1.25. -- 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=18363 --- Comment #7 from Dawid Hanak <nugrud(a)gmail.com> 2009-07-18 11:46:23 --- Neither in 1.1.26, was the patch rejected or what? -- 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=18363 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy(a)gmail.com --- Comment #8 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2009-07-20 18:59:51 --- (In reply to comment #7)
Neither in 1.1.26, was the patch rejected or what?
Most probably. You should send it again on wine-patches (or discuss it first on wine-devel) -- 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=18363 --- Comment #9 from Peter Dons Tychsen <donpedro(a)tdcadsl.dk> 2009-08-29 15:41:25 --- Sorry for the long delay. Patch sent to wine-patches. -- 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=18363 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arethusa26(a)gmail.com --- Comment #10 from Andrew Nguyen <arethusa26(a)gmail.com> 2009-09-23 23:25:55 --- *** Bug 15669 has been marked as a duplicate of this bug. *** -- 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=18363 --- Comment #11 from Dawid Hanak <nugrud(a)gmail.com> 2009-10-11 11:48:28 --- Fix not present in 1.1.31 -- 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=18363 --- Comment #12 from Peter Dons Tychsen <donpedro(a)tdcadsl.dk> 2009-10-11 12:22:28 --- Patch was rejected. I will submit it for review on wine-devel. -- 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=18363 Lukas Jirkovsky <l.jirkovsky(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |l.jirkovsky(a)gmail.com --- Comment #13 from Lukas Jirkovsky <l.jirkovsky(a)gmail.com> 2010-07-03 01:33:04 --- Confirmed with wine 1.2-rc6 -- 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=18363 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #14 from Dan Kegel <dank(a)kegel.com> 2010-08-07 16:03:31 --- Lego Loco still hangs. I started it with CTL-ALT-F1 dir="$HOME/.wine/drive_c/Program Files/LEGO Media/Constructive/LEGO LOCO" xinit /usr/bin/wine "$dir/Exe/Loco.exe" -- :1 -ac -depth 16 as suggested by http://wiki.winehq.org/256ColorMode Hang log looks similar to that of bug 15669. -- 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=18363 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #15 from joaopa <jeremielapuree(a)yahoo.fr> 2011-06-25 09:18:57 CDT --- still a bug in current wine? -- 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=18363 --- Comment #16 from Lukas Jirkovsky <l.jirkovsky(a)gmail.com> 2011-06-25 10:48:35 CDT --- It works for me, but I had to download a version different from the abandonia version, because download on abandonia didn't work. -- 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=18363 --- Comment #17 from joaopa <jeremielapuree(a)yahoo.fr> 2011-06-25 14:53:43 CDT --- reported FIXED -- 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=18363 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #18 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2011-06-25 16:29:14 CDT --- Works in current version -- 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=18363 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #19 from Alexandre Julliard <julliard(a)winehq.org> 2011-07-08 13:48:23 CDT --- Closing bugs fixed in 1.3.24. -- 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