https://bugs.winehq.org/show_bug.cgi?id=47129
--- Comment #10 from BieHDC byi5000@gmail.com --- Indeed its a directory issue. For example i start steam like this:
WINEDEBUG=-all wine64 .wine/drive_c/Program\ Files\ (x86)/Steam/Steam.exe -no-cef-sandbox<<
which works fine.
and i have started ballerburg like this:
WINEARCH=win32 WINEPREFIX=~/.ballerburg wine "/home/biehdc/.ballerburg/drive_c/Program Files/Ballerburg/Ballerburg.exe"<<
and it fails.
however when i do this:
cd "/home/biehdc/.ballerburg/drive_c/Program Files/Ballerburg/" WINEARCH=win32 WINEPREFIX=~/.ballerburg wine "Ballerburg.exe" << it works fine. (missing the patch ofc it doesnt render properly)
So is it wine's fault? that start method works for any other program i have.