[Bug 28677] New: Problem with wine
http://bugs.winehq.org/show_bug.cgi?id=28677 Bug #: 28677 Summary: Problem with wine Product: Wine Version: 1.3.25 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: addos2(a)interia.pl Classification: Unclassified Sorry for my english. There is a problem with freeware game: Mini Boluder Dash 2 Please see the attachment below or follow this link: http://www.megaupload.com/?d=YYDAJSWD wine-1.2.3 game runs OK wine-1.3.24 game runs OK from wine-1.3.24 to wine-1.3.30 - game does not run Error: wine: configuration in '/home/USER/.wine' has been updated. err:ntdll:RtlpWaitForCriticalSection section 0x7efec2a4 "../../../wine-1.3.25/dlls/ntdll/loader.c: loader_section" wait timed out in thread 0034, blocked by 0009, retrying (60 sec) -- 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=28677 --- Comment #1 from addos2(a)interia.pl 2011-10-12 08:48:44 CDT --- This game does not require installation and it's size is around 1 MB -- 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=28677 addos2(a)interia.pl changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Problem with wine |Mini Boulder Dash 2 - | |problem from wine-1.3.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=28677 addos2(a)interia.pl changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Mini Boulder Dash 2 - |Mini Boulder Dash 2 - |problem from wine-1.3.25 |problem from wine-1.3.25 to | |wine-1.3.30 -- 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=28677 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Summary|Mini Boulder Dash 2 - |Mini Boluder Dash 2 won't |problem from wine-1.3.25 to |start |wine-1.3.30 | --- Comment #2 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2011-10-12 10:56:22 CDT --- If this is a regression 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=28677 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Mini Boluder Dash 2 won't |Mini Boulder Dash 2 won't |start |start -- 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=28677 Caron <caron(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Regression SHA1| |be158e48ad8ee556941bd3f1ff9 | |4ca7116680d00 --- Comment #3 from Caron <caron(a)codeweavers.com> 2011-10-17 16:05:40 CDT --- Regression confirmed. Worked in 1.3.24, stopped working in 1.3.25. Bisect Results: be158e48ad8ee556941bd3f1ff94ca7116680d00 is the first bad commit commit be158e48ad8ee556941bd3f1ff94ca7116680d00 Author: Andrew Eikum <aeikum(a)codeweavers.com> Date: Mon Jul 11 08:28:30 2011 -0500 winmm: Implement waveOut* on top of MMDevAPI. :040000 040000 428f760df6efda7a37b4a84f97721523ab72863f 2b94a3c0b7a42f4f83b037adc317d17565c1f7a9 M dlls Could not revert this patch. Tested the prior commit: 901af51ea32f2d192a598808abab2d1b6a940773, and the application does work there (with errors in sound to be 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=28677 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeikum(a)codeweavers.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.
http://bugs.winehq.org/show_bug.cgi?id=28677 --- Comment #4 from Andrew Eikum <aeikum(a)codeweavers.com> 2011-10-18 08:42:22 CDT --- This looks like the dsound compliment to Bug 28042. The application is calling DirectSoundEnumerate() from a DllMain(). dsound launches its own thread during that call, and that thread gets stuck on the loader lock because it's already in a DllMain(). However, this does seem to work on Win Vista and Win 7 without any compatibility setting requirements. We need to figure out a solution to this launching a thread from DllMain() problem. -- 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=28677 Andrew Eikum <aeikum(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mistmuell(a)web.de --- Comment #5 from Andrew Eikum <aeikum(a)codeweavers.com> 2012-01-09 07:38:15 CST --- *** Bug 29510 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=28677 --- Comment #6 from Andrew Eikum <aeikum(a)codeweavers.com> 2012-01-16 13:40:13 CST --- This should be fixed by 6d391df4aaefaef1e13ff2dd3571f96fdff6405d. Please retest. -- 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=28677 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69(a)gmail.com --- Comment #7 from GyB <gyebro69(a)gmail.com> 2012-01-17 09:22:33 CST --- I can confirm that the games Mini Boulder Dash 2 and Clusterball demo are starting fine with wine-1.3.37-66-g6d391df. -- 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=28677 Andrew Eikum <aeikum(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |6d391df4aaefaef1e13ff2dd357 | |1f96fdff6405d Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Andrew Eikum <aeikum(a)codeweavers.com> 2012-01-18 08:19:12 CST --- Thanks for reporting and testing! -- 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=28677 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2012-01-27 14:17:22 CST --- Closing bugs fixed in 1.4-rc1. -- 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=28677 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Component|-unknown |directx-dsound -- 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