Questions about Wine on Linux
-
ahmedgomaa
- Level 1

- Posts: 5
- Joined: Sun Jan 09, 2022 7:02 am
Post
by ahmedgomaa »
Hello
I am using Wine 7.0-rc4.
I am trying to start an application without typing its extension (.exe):
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:
it runs normally ![/b]
-
jkfloris
- Level 12

- Posts: 3201
- Joined: Thu Aug 14, 2014 10:10 am
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

- Posts: 5
- Joined: Sun Jan 09, 2022 7:02 am
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.