[Bug 17592] New: La-Mulana: crash on startup due to problem with dmusic
http://bugs.winehq.org/show_bug.cgi?id=17592 Summary: La-Mulana: crash on startup due to problem with dmusic Product: Wine Version: 1.0.0 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-dmusic AssignedTo: wine-bugs(a)winehq.org ReportedBy: jgevaryahu(a)hotmail.com Created an attachment (id=19755) --> (http://bugs.winehq.org/attachment.cgi?id=19755) crash with no dll overrides La-Mulana will crash on startup due to incomplete dmusic support; If dmusic (and its related dlls) are set to override to native dlls, but no native dlls are supplied, the game will run, but without music. Sound effects will work fine. If native dlls are supplied for dmusic, dmime, dmsynth and dmband, the music will work as well.(This produces a slew of fixmes from dmstyle and dmloader, yet the builtin implementation of those two dlls are good enough for the music to work) If no overrides are set, the game will attempt to use the builtin implementation in wine, and will crash. The ONLY dll override necessary to make the game run without music(whether or not you supply a native dll) is WINEDLLOVERRIDES="dmime=n" with WINEDLLOVERRIDES left at "", we get a crash: <see attachment crash1.txt> Other crashes occur if of those 4 dlls listed above, dmusic is left as builtin and the others all native, or if dmusic is left native and all the rest builtin. The crash is slightly different if dmloader is native. La-Mulana is freeware and can be obtained from http://lamulana.super-turbo.net/LA-MULANA.zip The japanese to english translation patch inside that .zip file works fine in wine. P.S. Somewhat unrelated: with the builtin implemnentation of dmband (and native dmusic, dmime and dsynth, all others builtin), the console messages indicate that it is certainly trying to play the music and is incrementing through the music files (which are directmusic .sgt files) but is unable to actually produce sound -- 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=17592 Jonathan Gevaryahu <jgevaryahu(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jgevaryahu(a)hotmail.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=17592 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://lamulana.super- | |turbo.net/wiki/index.php5?ti | |tle=Main_Page Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |download --- Comment #1 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-03-02 19:11:29 --- confirming with 1.1.16 -- 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=17592 Elliot Womack <Elliotw2(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Elliotw2(a)gmail.com --- Comment #2 from Elliot Womack <Elliotw2(a)gmail.com> 2009-07-21 00:30:37 --- Still happens on 1.1.26 -- 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=17592 Pyrop <pyrop(a)livejournal.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pyrop(a)livejournal.com --- Comment #3 from Pyrop <pyrop(a)livejournal.com> 2009-10-18 16:30:20 --- Happens on 1.1.31 as well. -- 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=17592 Ville Aakko <ville.aakko(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ville.aakko(a)gmail.com --- Comment #4 from Ville Aakko <ville.aakko(a)gmail.com> 2010-04-20 15:11:57 --- Stil present on 1.1.43. -- 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=17592 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69(a)gmail.com --- Comment #5 from GyB <gyebro69(a)gmail.com> 2011-07-16 11:11:37 CDT --- Still a problem in 1.3.24. Either 'winetricks directmusic' or disabling audio in Wine work around 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=17592 Andrew Eikum <aeikum(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ed54e52590fb640ab7e72613c00 | |81d5c6e168af7 Status|NEW |RESOLVED CC| |aeikum(a)codeweavers.com Resolution| |FIXED --- Comment #6 from Andrew Eikum <aeikum(a)codeweavers.com> 2012-03-30 12:52:20 CDT --- This is fixed in Wine with ed54e52590fb640ab7e72613c0081d5c6e168af7. The game doesn't have any music, because that depends on dmusic being much more fully implemented. Sound effects do work, as those go through 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.
http://bugs.winehq.org/show_bug.cgi?id=17592 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2012-03-30 13:34:24 CDT --- Closing bugs fixed in 1.5.1. -- 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