Wine can't run any programs

Questions about Wine on Linux
Locked
Ghoul
Newbie
Newbie
Posts: 1
Joined: Tue Jan 04, 2022 3:27 am

Wine can't run any programs

Post by Ghoul »

Hello,

I have a problem with my wine whereby wine does not run any applications with exceptions of those built-in to wine like 'winecfg', 'taskmgr' and others.

I have built wine from source and run `wine test.exe` to run an application but the response is always:

Code: Select all


user@metal:~/wine$ ./wine64 ../Downloads/test.exe 
MESA-INTEL: warning: Haswell Vulkan support is incomplete
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: Internal error.

user@metal:~/wine$ 

What exactly is wrong with my setup? Why am I not being able to run applications?
joaopa
Newbie
Newbie
Posts: 2
Joined: Sat Jan 15, 2022 2:55 pm

Re: Wine can't run any programs

Post by joaopa »

You should give some infos. What distro do you use. Did you upgrade to the latest devel verison of wine (wine-7.0-rc6)?
Locked