Solved Stuck with 32-bit Wine

I've installed 32-bit Wine via /usr/local/share/wine/pkg32.sh. However, I can't get back to 64-bit Wine, even after installing it system-wide as root:

Code:
% pkg info | grep wine
wine-devel-7.22,1              Microsoft Windows compatibility environment
wine-mono-devel-7.4.0          Mono .NET implementation for Wine development branch
winetricks-20220411            Easy way to work around problems in Wine

When running wine or winecfg:

Code:
% wine
/home/blackhaz/.i386-wine-pkg//usr/local/bin/wine doesn't exist!

Try installing 32-bit Wine with
    /usr/local/share/wine/pkg32.sh install wine mesa-dri

If using Poudriere, please make sure your repo is setup to use FreeBSD:13:i386
and create symlinks for
  FreeBSD:13:amd64 and
  FreeBSD:13:i386
to the relevant output directories. See pkg.conf(5) for more info.

Absolutely nothing helps. How do I get back to 64-bit Wine? Thanks!
 
But what to do with, say, winecfg, wineconsole, etc? Everything outputs that message above.
 
Back
Top