https://bugs.winehq.org/show_bug.cgi?id=44851
Bug ID: 44851 Summary: Unable to create 32-bit wineprefix in FreeBSD Product: Wine Version: 3.4 Hardware: x86-64 OS: FreeBSD Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: lehmannwer@gmail.com
Using FreeBSD amd64 11.1-RELEASE-p4, nvidia-driver-390.25, wine-devel 3.4 from packages.
After installing the wine package and running "wine winecfg", it successfully created a new .wine directory asking and downloading gecko.
But when additionally trying to create a 32-bit environment as described in section 6.5.3 of the FAQ, I get the following error:
$ WINEARCH=win32 WINEPREFIX=/home/werner/wine32bit winecfg wine: created the configuration directory '/home/werner/wine32bit' wine: '/home/werner/wine32bit' is a 32-bit installation, it cannot support 64-bit applications.
The folder wine32bit is actually created, but it looks like winecfg is not really executed, as the directory is not populated with anything but and empty folder "drive_c" and "dosdevices" with two links to "c" and "z".