Wine32 through FEX works, but not wine64

Questions about Wine on Linux
Locked
SuperCow
Newbie
Newbie
Posts: 2
Joined: Mon Oct 25, 2021 9:45 pm

Wine32 through FEX works, but not wine64

Post by SuperCow »

To preface, I am running WINE through FEX (QEMU works fine, if a bit slow). Interestingly enough, wine32 works perfectly fine (with a `WINEARCH=win32`), but if I try to make a 64-bit wine prefix, it fails with
```
../wine/dlls/ntdll/unix/virtual.c:1029: alloc_pages_vprot: Assertion `end <= pages_vprot_size << pages_vprot_shift' failed.
0034:err:service:process_send_command receiving command result timed out
0034:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb" failed to start: 1053
../wine/dlls/ntdll/unix/virtual.c:1029: alloc_pages_vprot: Assertion `end <= pages_vprot_size << pages_vprot_shift' failed.
0034:err:service:process_send_command service protocol error - failed to read pipe r = 0 count = 0!
0034:fixme:service:scmdatabase_autostart_services Auto-start service L"MountMgr" failed to start: 1053
sktop: ../wine/dlls/ntdll/unix/virtual.c:1029: alloc_pages_vprot: Assertion `end <= pages_vprot_size << pages_vprot_shift' failed.
0084:err:module:open_builtin_so_file failed to load .so lib "/home/system/Downloads/WINE/usr/lib32/wine/i386-unix/l3codeca.acm.so"
../wine/dlls/ntdll/unix/virtual.c:1029: alloc_pages_vprot: Assertion `end <= pages_vprot_size << pages_vprot_shift' failed.
```
then just exits.
Locked