[Bug 23723] Multiple games from Sonalysts cannot play sound files (stored in Sfx.agg)

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Oct 17 03:24:53 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=23723

Pawel Stolowski <pawel.stolowski at wp.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pawel.stolowski at wp.pl

--- Comment #1 from Pawel Stolowski <pawel.stolowski at wp.pl> 2010-10-17 03:24:52 CDT ---
The workaround with placing the wavs in sfx.agg+ subdirectory didn't work for
me in Dangerous Waters. For Dangerous Waters the trick is to rename all the
wavs so that each name has "sfx.agg+" prefix. This can be done en masse with:
$ for p in *.WAV *.wav ; do mv "$p" "sfx.agg+$p"; done
(it has to be executed in each directory that has sfx.agg file).

-- 
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.



More information about the wine-bugs mailing list