12 lines
412 B
Bash
12 lines
412 B
Bash
#!/bin/bash
|
|
|
|
export DISPLAY=:0
|
|
export WINEARCH=win64
|
|
export HOME=/root
|
|
export LANG=en_US.UTF-8
|
|
#export WINEDEBUG="+alsa,+pulse,+winealsa,+winepulse,+d3d,+ddraw,+opengl,+winediag",
|
|
cd "/root/prefix32/drive_c/Program Files (x86)/AgeOfTime"
|
|
#sleep 5
|
|
# have to start with wineconsole as wine will cause a crash
|
|
# for some weird reason. wine works fine outside of supervisor though strangely
|
|
wineconsole AgeOfTime.exe |