Hello, quick question. I've already tried a Google search, couldn't turn anything up. I'm trying to play a somewhat older game, Space Empires V. I've installed it in a 32-bit prefix and enabled orm=backbuffer, which was enough for someone else running Linux Mint to get it to work. The main menu opens fine, but immediately in the Terminal the following starts printing:
fixme:amstream:AudioMediaStreamImpl_IAudioMediaStream_GetFormat (0x3b22154/0x3b22150)->(0xe6c178) stub!
fixme:amstream:AudioMediaStreamImpl_IAudioMediaStream_GetFormat (0x3b22fdc/0x3b22fd8)->(0xe6c1f4) stub!
fixme:amstream:AudioMediaStreamImpl_IAudioMediaStream_GetFormat (0x3b23e64/0x3b23e60)->(0xe6c270) stub!
fixme:amstream:AudioMediaStreamImpl_IAudioMediaStream_GetFormat (0x3b24cec/0x3b24ce8)->(0xe6c2ec) stub!
That's just a small sample. It keeps going until it crashes and Wine gives me an error about too many files open, which I assume is because the above happens several thousand times. I think it's something simple to do with an audio device or something, but I can't figure it out.
Thanks in advance for your help!
Problem with Older Game
Re: Problem with Older Game
If you want hear in-game music you need to install some native dlls, use
For some reason this must be repeated *twice* in order to successfully register quartz.dll
If you can live without music provided by the game, open up regedit and navigate to
and change the value of the 'Play Music' registry key from 1 to 0.
Even with orm=backbuffer the game is barely playable for me.
Code: Select all
winetricks --force devenum amstream quartz
If you can live without music provided by the game, open up regedit and navigate to
Code: Select all
HKEY_CURRENT_USER\Software\Malfador Machinations\Space Empires V
Even with orm=backbuffer the game is barely playable for me.
-
- Newbie
- Posts: 2
- Joined: Sun Jul 20, 2014 8:11 pm
Re: Problem with Older Game
Ehh, the music isn't that great anyway. Thanks! I'll try that out in a bit, soon as this render is done.
Also, the game was often "barely playable" even under Windows, so here's hoping...
Also, the game was often "barely playable" even under Windows, so here's hoping...