https://bugs.winehq.org/show_bug.cgi?id=51929
Bug ID: 51929 Summary: `../wine/dlls/ntdll/unix/virtual.c:1029: alloc_pages_vprot: Assertion `end <= pages_vprot_size << pages_vprot_shift' failed.` Product: Wine Version: 6.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: glgjpbezbmgbz@trythe.net Distribution: ---
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.