Code: Select all
/home/johnm/bin/LINT-NT.EXE: /home/johnm/bin/LINT-NT.EXE: cannot execute binary file
What is it I haven't done?
Cheers
John
Code: Select all
/home/johnm/bin/LINT-NT.EXE: /home/johnm/bin/LINT-NT.EXE: cannot execute binary file
You missing binfmt configuration part. It's not default part of Wine but rather the package you are installing. So you should ask the distro / packager.matth1j wrote:Hi- I recently updated my Wine from 9.something to the latest version. Before I updated, I could run Windows apps from a terminal command line by just entering the app name, but now I get (for example):
which I guess means it is just trying to execute the app as a 'normal' Linux app.Code: Select all
/home/johnm/bin/LINT-NT.EXE: /home/johnm/bin/LINT-NT.EXE: cannot execute binary file
What is it I haven't done?
Cheers
John