http://bugs.winehq.org/show_bug.cgi?id=10457
Summary: Application complains that directsound is not detected Product: Wine Version: 0.9.49. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx-dsound AssignedTo: wine-bugs@winehq.org ReportedBy: fry.kun@gmail.com
An application attempts to detect directsound and turns off sound option, internally. Attached errors show up on wine's stdout.
http://bugs.winehq.org/show_bug.cgi?id=10457
--- Comment #1 from Lei Zhang thestig@google.com 2007-11-15 11:57:05 --- What application? You didn't attach any output.
http://bugs.winehq.org/show_bug.cgi?id=10457
--- Comment #2 from Konstantin Svist fry.kun@gmail.com 2007-11-15 12:04:15 --- Created an attachment (id=9173) --> (http://bugs.winehq.org/attachment.cgi?id=9173) stdout errors
Ooops, sorry.. I'm 99% sure I attached the output to original post.. Attaching it again.
The application is a game "I'm Gonna Serve You 4". I'll also attach the executable (~540K) so you can reproduce the error. (It'll be the executable file only, not the entire game, so I hope it won't be a legal problem...)
http://bugs.winehq.org/show_bug.cgi?id=10457
--- Comment #3 from Konstantin Svist fry.kun@gmail.com 2007-11-15 12:05:44 --- Created an attachment (id=9174) --> (http://bugs.winehq.org/attachment.cgi?id=9174) executable which tries to detect directsound but fails
http://bugs.winehq.org/show_bug.cgi?id=10457
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #4 from Juan Lang juan_lang@yahoo.com 2007-11-15 12:55:28 --- Confirming, does the same for me.
http://bugs.winehq.org/show_bug.cgi?id=10457
--- Comment #5 from Konstantin Svist fry.kun@gmail.com 2007-12-18 02:08:16 --- So... what's the next move? Is anyone working on this?
I checked with latest version 0.9.51 - same problem (although no errors on stdout)
http://bugs.winehq.org/show_bug.cgi?id=10457
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #6 from Dan Kegel dank@kegel.com 2007-12-18 03:25:14 --- FWIW: This describes the game in english: http://pcgames.gwn.com/games/gameinfo.php/id/29674/platform/pc/title/Im_Gonn... This appears to be the game's home page: http://trb.cd-bros.co.jp/soft/tsuku4/ The game was released in 2002. There doesn't seem to be a demo.
http://bugs.winehq.org/show_bug.cgi?id=10457
--- Comment #7 from Konstantin Svist fry.kun@gmail.com 2007-12-18 12:28:42 --- Yeah, I thought since the game is pretty old, it should work in wine with no problems. I'd love to debug the issue myself, but need a running start (since I don't know wine code, and the program code is closed..). Let me know if you can help me get rolling.
http://bugs.winehq.org/show_bug.cgi?id=10457
--- Comment #8 from Konstantin Svist fry.kun@gmail.com 2007-12-20 01:36:47 --- Update: I don't see any failures in the debug traces (caveat: I'm a newbie), but I now suspect that this is related to this warning:
warn:dsound:DirectSoundDevice_SetCooperativeLevel level=DSSCL_PRIORITY not fully supported
If I use native dsound.dll, it takes a long time, and I hear some crackles and pops from the speakers - then the game fails with the same error.
http://bugs.winehq.org/show_bug.cgi?id=10457
Konstantin Svist fry.kun@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #9173 is|0 |1 obsolete| | Attachment #9174 is|0 |1 obsolete| |
--- Comment #9 from Konstantin Svist fry.kun@gmail.com 2007-12-21 04:39:21 --- Created an attachment (id=9731) --> (http://bugs.winehq.org/attachment.cgi?id=9731) proposed patch
http://bugs.winehq.org/show_bug.cgi?id=10457
--- Comment #10 from Konstantin Svist fry.kun@gmail.com 2007-12-21 04:44:34 --- dammit, patch got attached to the wrong bug.. can i roll it back somehow?
http://bugs.winehq.org/show_bug.cgi?id=10457
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #9731 is|0 |1 obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=10457
DL taedium_vitae@eml.cc changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |taedium_vitae@eml.cc
--- Comment #11 from DL taedium_vitae@eml.cc 2008-02-19 00:43:29 --- This bug also occurs with these games : Figures of Happiness Sagara Family Snow Sakura
All of these games are published by G-Collections (www.g-collections.com) and appear to use the same (or similar engine).I expect many of the other games released by GC use the same engine too.
http://bugs.winehq.org/show_bug.cgi?id=10457
--- Comment #12 from Austin English austinenglish@gmail.com 2008-06-04 14:29:30 --- Is this still an issue in 1.0-rc3?
http://bugs.winehq.org/show_bug.cgi?id=10457
--- Comment #13 from DL taedium_vitae@eml.cc 2008-06-04 21:30:11 --- (In reply to comment #12)
Is this still an issue in 1.0-rc3?
Yes, this bug still occurs.Also tested with a native dsound.dll which doesn't help at all.
http://bugs.winehq.org/show_bug.cgi?id=10457
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #14 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-06-05 01:32:40 --- Could yuo try using native imaadp32.acm , so
WINEDLLOVERRIDES="imaadp32.acm=n" wine TUKU4US
That way the error massage is gone for me, but i dunno if the sound works then
http://bugs.winehq.org/show_bug.cgi?id=10457
--- Comment #15 from DL taedium_vitae@eml.cc 2008-06-06 03:50:31 --- (In reply to comment #14)
Could yuo try using native imaadp32.acm , so
WINEDLLOVERRIDES="imaadp32.acm=n" wine TUKU4US
That way the error massage is gone for me, but i dunno if the sound works then
I wrote a longer message but it seems to be gone.Anyway, this does fix the issue with Snow Sakura, Sagara Family and Figures of Happiness.Don't know about I'm Gonna Serve You 4 as I don't own it , but I assume it will fix that game too. Figures of Happiness seems to be working completely but there are a few issues with Snow Sakura and Sagara Family, but are unrelated to this bug.
http://bugs.winehq.org/show_bug.cgi?id=10457
Jacob None none@emailmiser.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |none@emailmiser.com
http://bugs.winehq.org/show_bug.cgi?id=10457
--- Comment #16 from Jacob None none@emailmiser.com 2008-10-09 18:42:06 --- This issue appears to affect Kana Okaeri in 1.1.5 (この環境ではDirectSoundができないため、音声、効果音が再生できます). Overriding doesn't seem to work in this case, and sound is disabled.
http://bugs.winehq.org/show_bug.cgi?id=10457
--- Comment #17 from Jeff Zaroyko jeffz@jeffz.name 2008-12-07 01:45:25 --- Created an attachment (id=17709) --> (http://bugs.winehq.org/attachment.cgi?id=17709) The error nolonger occurs with this patch
http://bugs.winehq.org/show_bug.cgi?id=10457
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeffz@jeffz.name
http://bugs.winehq.org/show_bug.cgi?id=10457
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, patch
http://bugs.winehq.org/show_bug.cgi?id=10457
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #18 from Jeff Zaroyko jeffz@jeffz.name 2008-12-09 18:22:58 --- fixed by commit d31adc8eae00360afbde142796fbe2a1f75cc3cf
http://bugs.winehq.org/show_bug.cgi?id=10457
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #19 from Alexandre Julliard julliard@winehq.org 2008-12-20 09:03:18 --- Closing bugs fixed in 1.1.11.