Hi there,
thanks for looking into the issue:
Wahcade-version: 152 built from wahcade-bzr using
https://aur.archlinux.org/packages/wahcade-bzrDistro: Archlinux
Kernel: 3.17.1
Wine: 1.7.29
Any more versions needed?
Log looks like only some wine warnings to me:
- Code: Select all
[Tue Nov 11 16:46:35 2014]: [LAUNCH] Setting extension to: win
[Tue Nov 11 16:46:35 2014]: [PLUGIN] No plugin found for launcher_win
[Tue Nov 11 16:46:35 2014]: ******** Command from Wah!Cade is: /games/winspielstarten.sh "/games/winscripte/Harveys neue Augen.win"
[Tue Nov 11 16:46:35 2014]: ******** Begin command output
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:win:EnumDisplayDevicesW ((null),0,0x32f928,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x32f928,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x32f57c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",1,0x32f928,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32f928,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f928,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32f928,0x00000000), stub!
err:ole:CoCreateInstance apartment not initialised
Starting skript does:
cd into the directory of the game
env XMODIFIERS='' WINEPREFIX="/home/cab/.wine" wine "$(cat "$1")"
with $1 being the name of the file with the path to the exe in it.
Simplified:
env XMODIFIERS='' WINEPREFIX="/home/cab/.wine" wine "/home/cab/.wine/…/Harvey.exe"
Any errors seen? But as I said… have the same issue when running linux games with the script you are using.