6 Nov
2020
6 Nov
'20
10:56 a.m.
https://bugs.winehq.org/show_bug.cgi?id=50099 --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> --- Probably you are running your app from the shell, so it inherits the current directory from there. If you want the cwd to be the app dir, you have to set it explicitly (cd MyWineBottle/drive_c/MyApp; wine App.exe). I expect that you'd see the same thing on Windows if you run it from the command line. -- 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.