Hi, I am on FreeBSD 14.3-RELEASE, and I've installed the wine-devel pkg, version 10.10.
I am confused about what the following is saying:
I believe that above I am trying to run a 64-bit Windows application, so wine64 should do it.
And I shouldn't need 32-bit wine. Apparently not so?
Further confusion:
A web search seems to indicate that PE32+ is "Windows 64-bit format".
Thanks for any help.
I am confused about what the following is saying:
Code:
ko@hn ~]$ wine64 /usr/local/lib/wine/x86_64-windows/wineconsole.exe
/home/ko/.i386-wine-pkg//usr/local/bin/wine doesn't exist!
Try installing 32-bit Wine with
/usr/local/share/wine/pkg32.sh install wine-devel mesa-dri
If using Poudriere, please make sure your repo is setup to use FreeBSD:14:i386
and create symlinks for
FreeBSD:14:amd64 and
FreeBSD:14:i386
to the relevant output directories. See pkg.conf(5) for more info.
[ko@hn ~]$
I believe that above I am trying to run a 64-bit Windows application, so wine64 should do it.
And I shouldn't need 32-bit wine. Apparently not so?
Further confusion:
Code:
[ko@hn ~]$ file /usr/local/lib/wine/x86_64-windows/wineconsole.exe
/usr/local/lib/wine/x86_64-windows/wineconsole.exe: PE32+ executable for WINE (GUI), x86-64, 13 sections
[ko@hn ~]$
A web search seems to indicate that PE32+ is "Windows 64-bit format".
Thanks for any help.