> >fixme:winmm:MIDI_StreamOpen *lpuDeviceID=1
> >fixme:dsound:IDirectSoundImpl_SetCooperativeLevel
> >(0x403ab930,0001003c,3):stub
try changing in dlls/winmm/winmm.c
        lpwm->mld.uDeviceID = *lpuDeviceID = 0;
into
        lpwm->mld.uDeviceID = *lpuDeviceID;

and see what gives

(the second fixme is harmless)

A+

Reply via email to