Running Executables

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
SourLemon
Newbie
Newbie
Posts: 4
Joined: Sat Jul 15, 2023 5:11 pm

Running Executables

Post by SourLemon »

I'm trying to run a .exe file, though I'm not sure if I'm doing it right. I'm right clicking the app I want to run, then trying to open it with Wine, but nothing pops up. Is this the right way? What do I need to do?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Running Executables

Post by jkfloris »

Often you can run an exe file this way. Unfortunately, sometimes something can go wrong. In this case, run the file from the command line.
SourLemon
Newbie
Newbie
Posts: 4
Joined: Sat Jul 15, 2023 5:11 pm

Re: Re: Running Executables

Post by SourLemon »

jkfloris wrote: Sun Jul 16, 2023 10:01 am ...In this case, run the file from the command line.
I assumed that the MacBook equivalent of a command line was the Terminal app, so I typed up commands in there. It worked when I changed directory, but then it returned "zsh: command not found: wine" when I was trying to actually open the file. Is Terminal even the right place for this?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Running Executables

Post by jkfloris »

The Terminal app is the right place.
How you run the "wine" command depends on how Wine is installed. The WineHQ wiki has some tips.
Locked