Code: Select all
#!/bin/sh
export WOW_PATH=~/".wine/drive_c/Program Files/World of Warcraft" # Installation path
X :3 -ac -terminate & # Launch on a new X session on display 3
cd "${WOW_PATH}" # Goto WoW dir
sleep 2
DISPLAY=:3 `which wine` Wow.exe -opengl # Launches WoW
Has anyone run WoW using this script? Or have a better one that allows sound to work?
I have tried the following:
Adding and removing the Sound options in the WTF/Config.wtf file
Switched between OSS and ALSA
And yes, pulseaudio isn't installed.
Here is a log of what the terminal outputs:
http://fpaste.org/paste/5592
Line 18: states
Code: Select all
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: Permission denied
PJ