Posted November 02, 2010
The first time I started 1NSANE on my 64 Bit Ubuntu 10.10 Linux with wine 1.2.1 the game worked with sound. But since I played with the game controls (joyped, keyboards), sound only comes in the menu and not in game anymore. I tried to change wine config to use ALSA or OSS, also killed pulseaudio, but it didn't help.
In WineHQ, it states that sound works. But with my config (Ubuntu 10.10, Wine 1.2.1) I can only hear sound on the first start in the menu. When I start a game, sound vanishes and never reappears. :-(
I found this hint (disable mmdevapi) but it didn't work for 1NSANE: Torchlight, Wine, and the Case of the Missing Audio.
YAHOO! I found the problem: after I deinstalled the package pulseaudio, it works!!!
And if you want to keep pulseaudio, you can start 1NSANE with a script like this:
[code]
#!/bin/sh
#
# Deactivate PulseAudio as 1NSANE has no in game sound with pulseaudio:
pulseaudio -k
# Start 1NSANE:
env WINEPREFIX="$HOME/.wine" wine D:\\1NSANE\\gogwrap.exe GOG1NSANE
# Reactivate PulseAudio:
pulseaudio -D
[/code]
In WineHQ, it states that sound works. But with my config (Ubuntu 10.10, Wine 1.2.1) I can only hear sound on the first start in the menu. When I start a game, sound vanishes and never reappears. :-(
I found this hint (disable mmdevapi) but it didn't work for 1NSANE: Torchlight, Wine, and the Case of the Missing Audio.
YAHOO! I found the problem: after I deinstalled the package pulseaudio, it works!!!
And if you want to keep pulseaudio, you can start 1NSANE with a script like this:
[code]
#!/bin/sh
#
# Deactivate PulseAudio as 1NSANE has no in game sound with pulseaudio:
pulseaudio -k
# Start 1NSANE:
env WINEPREFIX="$HOME/.wine" wine D:\\1NSANE\\gogwrap.exe GOG1NSANE
# Reactivate PulseAudio:
pulseaudio -D
[/code]
Post edited November 13, 2010 by outcast1