wine: failed to open ... c0000135

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
MissingVertexShader
Level 2
Level 2
Posts: 10
Joined: Wed Jun 08, 2022 11:14 pm

wine: failed to open ... c0000135

Post by MissingVertexShader »

Using the Wine flatpak:

Code: Select all

$ flatpak run org.winehq.Wine '/var/home/baseline/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/Neverwinter Nights/bin/win32/nwtoolset.exe' -userdirectory '/var/home/baseline/.var/app/com.valvesoftware.Steam/.local/share/Neverwinter Nights'
Get the following message:
wine: failed to open "/var/home/baseline/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/Neverwinter Nights/bin/win32/nwtoolset.exe": c0000135
The file exists:

Code: Select all

$ ls -aFlv "/var/home/baseline/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/Neverwinter Nights/bin/win32/nwtoolset.exe"
-rw-r--r--. 1 baseline baseline 10867200 Dec 13 15:01 '/var/home/baseline/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/Neverwinter Nights/bin/win32/nwtoolset.exe'
Any clues as to why it failed to open the file?
Locked