It just failed.

Questions about Wine on Linux
Locked
dsJjj
Newbie
Newbie
Posts: 1
Joined: Mon Oct 28, 2024 5:47 pm

It just failed.

Post by dsJjj »

Ok, this is it. No other error messages.

Code: Select all

$ wine /play/exes/flstd.exe
wine: failed to open "/play/exes/flstd.exe": c0000135
If it helps, there is nothing in the .wine directory. Maybe that's the problem. What do I put in it?
invisible kid
Level 5
Level 5
Posts: 368
Joined: Tue Dec 24, 2019 3:23 pm

Re: It just failed.

Post by invisible kid »

Make sure the exe file is where you are saying it is and you have permission for the directory and file. Just for kicks, I tried your exact command, knowing it would fail and it failed just like yours did:

Code: Select all

wine: failed to open "/play/exes/flstd.exe": c0000135
Locked