Having issues with wine32 install

Hello Folks,

Just wanted to ask you how do I install wine32 in 13.2-RELEASE-p3 ?

I installed the following packages:

Code:
root@pc:/home/user/Downloads # pkg version -v | grep wine

wine-8.0.2,1                       =   up-to-date with remote
wine-gecko-2.47.2                  =   up-to-date with remote
wine-mono-7.4.0                    =   up-to-date with remote
wine-proton-7.0.5_2                =   up-to-date with remote
winetricks-20230212                =   up-to-date with remote


When I try to run the application I get the following:

Code:
user@pc:~/Downloads % wine N1MM-Logger-FullInstaller-1.0.10001.exe
/home/user/.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.


Code:
user@pc:~/Downloads % wine64 N1MM-Logger-FullInstaller-1.0.10001.exe
0024:fixme:ntdll:create_logical_proc_info stub
0024:fixme:ntdll:init_cpu_info Failed to get logical processor information, status 0xc0000002.
002c:fixme:ntdll:create_logical_proc_info stub
002c:fixme:ntdll:init_cpu_info Failed to get logical processor information, status 0xc0000002.
002c:fixme:ntdll:get_firmware_info info_class SYSTEM_FIRMWARE_TABLE_INFORMATION
002c:fixme:ntdll:get_firmware_info info_class SYSTEM_FIRMWARE_TABLE_INFORMATION
002c:err:winediag:getaddrinfo Failed to resolve your host name IP
0034:fixme:ntdll:create_logical_proc_info stub
0034:fixme:ntdll:init_cpu_info Failed to get logical processor information, status 0xc0000002.
003c:fixme:ntdll:create_logical_proc_info stub
003c:fixme:ntdll:init_cpu_info Failed to get logical processor information, status 0xc0000002.
0040:fixme:thread:set_native_thread_name not implemented on this platform
0048:fixme:ntdll:create_logical_proc_info stub
0048:fixme:ntdll:init_cpu_info Failed to get logical processor information, status 0xc0000002.
0050:fixme:ntdll:create_logical_proc_info stub
0050:fixme:ntdll:init_cpu_info Failed to get logical processor information, status 0xc0000002.
0060:fixme:thread:set_native_thread_name not implemented on this platform
0074:fixme:ntdll:create_logical_proc_info stub
0074:fixme:ntdll:init_cpu_info Failed to get logical processor information, status 0xc0000002.
0080:fixme:thread:set_native_thread_name not implemented on this platform
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0094:fixme:ntdll:create_logical_proc_info stub
0094:fixme:ntdll:init_cpu_info Failed to get logical processor information, status 0xc0000002.
00a8:fixme:thread:set_native_thread_name not implemented on this platform
00b4:fixme:ntdll:create_logical_proc_info stub
00b4:fixme:ntdll:init_cpu_info Failed to get logical processor information, status 0xc0000002.
00c4:fixme:thread:set_native_thread_name not implemented on this platform
00cc:fixme:thread:set_native_thread_name not implemented on this platform
00dc:fixme:ntdll:create_logical_proc_info stub
00dc:fixme:ntdll:init_cpu_info Failed to get logical processor information, status 0xc0000002.
00e8:fixme:thread:set_native_thread_name not implemented on this platform
00fc:fixme:ntdll:create_logical_proc_info stub
00fc:fixme:ntdll:init_cpu_info Failed to get logical processor information, status 0xc0000002.
0108:fixme:ntdll:create_logical_proc_info stub
0108:fixme:ntdll:init_cpu_info Failed to get logical processor information, status 0xc0000002.
0108:err:environ:init_peb starting L"Z:\\home\\user\\Downloads\\N1MM-Logger-FullInstaller-1.0.10001.exe" in experimental wow64 mode
0108:err:module:load_wow64_ntdll failed to load L"\\??\\C:\\windows\\syswow64\\ntdll.dll" error c0000135
0108:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6f012a2b


When I try to run the command to install wine32 it couldn't find the packages.

Code:
user@pc:~/Downloads % /usr/local/share/wine/pkg32.sh install wine mesa-dri
pkg -o ABI=FreeBSD:13:i386 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir /home/user/.i386-wine-pkg install wine mesa-dri
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: No packages available to install matching 'wine' have been found in the repositories

Any help is appreciated.

Thanks
 
If you want to run 32-bit Windows programs, you have to use or emulators/wine7/ or emulators/wine-proton. As far I remember, Wine in version 8.0 and above doesn't compile with the default version of Clang used by FreeBSD 13.x.

Eventually, wait until release of FreeBSD 14 or use the beta release. I had some successes with 32-bit Wine there.
 
If you want to run 32-bit Windows programs, you have to use or emulators/wine7/ or emulators/wine-proton. As far I remember, Wine in version 8.0 and above doesn't compile with the default version of Clang used by FreeBSD 13.x.

Eventually, wait until release of FreeBSD 14 or use the beta release. I had some successes with 32-bit Wine there.
I installed wine7 and I was able to install it. Now I'm getting another error but I'm not sure if this is from wine or from the application itself.

is it complaining about wine7 being old?

Thanks


1696557594961.png
 
Back
Top