http://bugs.winehq.org/show_bug.cgi?id=14922
--- Comment #8 from Mariusz magmp1@gmail.com 2009-02-19 07:28:46 --- (In reply to comment #7)
I already added the audio dlls as recommended above to my version (1.1.4 with a patched pixel format recognition). Without the dlls the application crashes with the following message: "Audio::Server::Open(): failed to open Nebula2 nAudioServer3 sound server!"
I can start the application with the "-novideo" flag, but have no sound: neither with alsa, nor with oss. Except from that (and the white trees) the application runs quiet well. I also played with several other settings as presented by winecfg like hardware emulation, sample rate, etc.
I tried the installation of DirectX via winetricks. After that I was able to see the intro video with sound. Nonetheless the application itself is still mute.
Other applications seem to work fine.
I had the same problem. Set in System->Preferences-> sound change it to alsa all. install alsaoss. Set in winecfg sound to OSS. Finally change your activator to the game like:
env WINEPREFIX="/home/your_username/.wine" aoss wine "C:\Drakensang\drakensang.exe" -fullscreen -novideo.
Hope this help.