https://bugs.winehq.org/show_bug.cgi?id=45451 Robert Walker <bob.mt.wya(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bob.mt.wya(a)gmail.com --- Comment #8 from Robert Walker <bob.mt.wya(a)gmail.com> --- This is not a standard path for a Steam library game: /home/linards/.wine/drive_c/Program Files (x86)/Doom/Doomx64vk.exe Is this really the legit Steam version of DOOM 2016 - or some cracked version? You should be starting Wine applications with: wine start /unix "/home/linards/.wine/drive_c/Program Files (x86)/Doom/Doomx64vk.exe" or cd "/home/linards/.wine/drive_c/Program Files (x86)/Doom/" wine "Doomx64vk.exe" Not all Windows applications will correctly determine the PATH for their binary (which includes the PWD). See: https://wiki.winehq.org/Wine_User%27s_Guide#Using_Wine -- 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.