Issue running .exes after Wine update

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
matth1j
Newbie
Newbie
Posts: 1
Joined: Fri Jul 04, 2008 7:54 am

Issue running .exes after Wine update

Post by matth1j »

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):

Code: Select all

/home/johnm/bin/LINT-NT.EXE: /home/johnm/bin/LINT-NT.EXE: cannot execute binary file
which I guess means it is just trying to execute the app as a 'normal' Linux app.

What is it I haven't done?

Cheers
John
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Issue running .exes after Wine update

Post by vitamin »

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):

Code: Select all

/home/johnm/bin/LINT-NT.EXE: /home/johnm/bin/LINT-NT.EXE: cannot execute binary file
which I guess means it is just trying to execute the app as a 'normal' Linux app.

What is it I haven't done?

Cheers
John
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.
Locked