Open GoogleCodeExporter opened 9 years ago
It seems to me that directsound should only install dsound.dll, and its
dependencies, not directmusic.
Does dsound.dll depend on directmusic?
Original comment by austinenglish@gmail.com
on 12 Sep 2010 at 5:42
dsound.dll has no direct dependency on directmusic, no, so I agree.
I'll have a quick look at the game to see if I can tell what's going on.
Original comment by eibol...@gmail.com
on 17 Sep 2010 at 8:11
Looks like native directmusic in this case wants an undocumented dsound
interface wine doesn't implement.
warn:dsound:DSOUND_QueryInterface8 Unknown IID
{2a8af120-e9de-4132-aaa5-4bdda5f325b8}
(See http://www.mail-archive.com/wine-devel@winehq.org/msg41048.html )
Original comment by eibol...@gmail.com
on 17 Sep 2010 at 8:46
Looks like it has a stub now:
http://source.winehq.org/git/wine.git/?a=blob;f=dlls/dmime/performance.c#l797
though that probably isn't enough...I'm fine with using native dsound.dll in
this case. Dan?
Original comment by austinenglish@gmail.com
on 20 Sep 2010 at 9:23
The dsound verb added for issue 175 is probably enough?
Original comment by eibol...@gmail.com
on 26 Sep 2010 at 2:18
Original issue reported on code.google.com by
marcmagus@gmail.com
on 9 Sep 2010 at 4:40Attachments: