DirectX 8 crashes after sound related error

Questions about Wine on Linux
Locked
saileh
Newbie
Newbie
Posts: 1
Joined: Thu Mar 19, 2020 6:20 pm

DirectX 8 crashes after sound related error

Post by saileh »

Hello, I try to run old Windows game Tank-o-box (http://www.tank-o-box.com/). It's an old Windows 98-XP game created for DirectX 8.0. Just after running: 'wine Tank-o-box.exe' game closes and I see a window with error message:

Code: Select all

In: liba::noise::hard::directx8::ChannelStaticRep::ChannelStatisRep
Description: Could not create DataSource for static channel
Resource: data/sounds/click
Only console output is this line:

Code: Select all

0009:fixme:win:EnumDisplayDevicesW ((null),0,0x33e624,0x00000000), stub!
I assume "data/sounds/click" is audio file, because there is a file "/game/Data/Sounds/click.ogg" in the game directory. But I don't now how to fix this error.
I use Linux Mint 19.1. "wine --version" returns: wine-4.0

I tried installing directplay, directmusic, dsound and dwave with winetricks. I also tried installing directx9 dlls with winetricks. Later I tried extracting "dgVoodoo 2" to game directory. Nothing changes.
Locked