https://bugs.winehq.org/show_bug.cgi?id=41915
Bug ID: 41915 Summary: Crimzon Clover WORLD IGNITION - No music playback, sound effects missing Product: Wine Version: 1.9.23 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: irrenhaus3@gmail.com Distribution: ---
Created attachment 56296 --> https://bugs.winehq.org/attachment.cgi?id=56296 wine output, up until the game shows its loading screen
The Steam version of Yotsubane's shooting game "Crimzon Clover WORLD IGNITION" doesn't play any background music, misses most of its sound effects and the few effects it does play are not mixed properly (most of the time they are too loud).
I believe this bug to be OpenAL-related due to this specific line in the log:
err:winediag:IXAudio2Impl_CreateSourceVoice OpenAL ran out of sources, consider increasing its source limit.
This bug still prevails in 1.9.23, but it has been present for roughly 2 or 3 earlier releases in the winehq-repository.
Thank you for your time.
https://bugs.winehq.org/show_bug.cgi?id=41915
irrenhaus3 irrenhaus3@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Mint
https://bugs.winehq.org/show_bug.cgi?id=41915
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com --- To check if that is the problem you can raise the limit, read https://bugs.winehq.org/show_bug.cgi?id=39591#c26 onwards.
https://bugs.winehq.org/show_bug.cgi?id=41915
--- Comment #2 from irrenhaus3 irrenhaus3@gmail.com --- (In reply to Bruno Jesus from comment #1)
To check if that is the problem you can raise the limit, read https://bugs.winehq.org/show_bug.cgi?id=39591#c26 onwards.
Thank you very much, that fixed the playback issues. For search engine people stumbling about this thread: Add the following configuration to the OpenAL config file, on Ubuntu/Mint located at ~/.alsoftrc:
[General] sources=1024
The sound mixing issue seems to be present still - all sound effects play at full volume, disregarding the game's settings.
https://bugs.winehq.org/show_bug.cgi?id=41915
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #3 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occur with wine-9.0-rc5 in a fresh wine prefix?