[Bug 20639] New: dsound:IDirectSoundBufferImpl_AcquireResources must return DS_OK for some games

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Nov 9 10:50:16 CST 2009


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

           Summary: dsound:IDirectSoundBufferImpl_AcquireResources must
                    return DS_OK for some games
           Product: Wine
           Version: unspecified
          Platform: PC
               URL: http://jkansoft.mine.nu/cgi-bin/jkansoft.cgi?page=7&o=
                    7
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: directx-dsound
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: jkxx2 at yahoo.com


The url above is a link on how to patch Wine to make two games (Rail Simulator,
 RailWorks) playable.

The issue is that both games call IDirectSoundBufferImpl_AcquireResources and
then crash unless the return value is DS_OK. Neither game actually calls any
related functions or requires the functionality of the real dsound function.
Upon returning DS_OK, sound works correctly in both games.

Returning DS_OK is definitely not the solution to the problem since the
function is still unimplemented but it fixes the above and maybe some other
games.

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