Wine Commands

Questions about Wine on macOS.
Locked
Joiker34
Newbie
Newbie
Posts: 1
Joined: Mon Jan 23, 2017 6:30 pm

Wine Commands

Post by Joiker34 »

Whenever I try to use a wine command(winecfg,etc.) in terminal it always comes up with the same result, command not found. can someone please tell me what is wrong? In more detail i type

Code: Select all

WINEARCH=win32 WINEPREFIX=/users/myname/desktop/prefix/.32bit winecfg
It says that winecfg is not found.
Hans_N
Level 1
Level 1
Posts: 6
Joined: Sun Jan 22, 2017 10:18 am

Re: Wine Commands

Post by Hans_N »

How did you install Wine (official pkg/tarball, MacPorts, Homebrew, ...)? To what install path?
User avatar
sprezzatura
Level 1
Level 1
Posts: 9
Joined: Sat Dec 16, 2017 10:09 am

Re: Wine Commands

Post by sprezzatura »

You can't run Wine straight from a regular Terminal session. You have to launch a special Wine Terminal by double-clicking on "Wine Devel.app". It sets some environment variables.
Locked