https://bugs.winehq.org/show_bug.cgi?id=47129 --- Comment #10 from BieHDC <byi5000(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.