wine: failed to open "/myfiles/my_app": c0000135

Questions about Wine on Linux
Locked
ahmedgomaa
Level 1
Level 1
Posts: 5
Joined: Sun Jan 09, 2022 7:02 am

wine: failed to open "/myfiles/my_app": c0000135

Post by ahmedgomaa »

Hello

I am using Wine 7.0-rc4.

I am trying to start an application without typing its extension (.exe):

Code: Select all

wine /myfiles/my_app
and the output is:

Code: Select all

wine: failed to open "/myfiles/my_app": c0000135
------------------------------------
Note that all applications are the same as this problem, and when I type the extension:

Code: Select all

wine /myfiles/my_app.exe
it runs normally ![/b]
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: wine: failed to open "/myfiles/my_app": c0000135

Post by jkfloris »

That's right, isn't it?
There is no file named my_app
The name of the file is my_app.exe
ahmedgomaa
Level 1
Level 1
Posts: 5
Joined: Sun Jan 09, 2022 7:02 am

Re: wine: failed to open "/myfiles/my_app": c0000135

Post by ahmedgomaa »

jkfloris:
Yes, there's no file named my_app, but older Wine (v4.xx) was able to run applications without their extensions.
Locked