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.
https://bugs.winehq.org/show_bug.cgi?id=51929
SuperCow glgjpbezbmgbz@trythe.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|`../wine/dlls/ntdll/unix/vi |Wine32 works, but wine64 |rtual.c:1029: |quits with |alloc_pages_vprot: |`../wine/dlls/ntdll/unix/vi |Assertion `end <= |rtual.c:1029: |pages_vprot_size << |alloc_pages_vprot: |pages_vprot_shift' failed.` |Assertion `end <= | |pages_vprot_size << | |pages_vprot_shift' failed.`
https://bugs.winehq.org/show_bug.cgi?id=51929
SuperCow glgjpbezbmgbz@trythe.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86-64 |aarch64
https://bugs.winehq.org/show_bug.cgi?id=51929
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- What is FEX? Why are you using it?
https://bugs.winehq.org/show_bug.cgi?id=51929
--- Comment #2 from SuperCow glgjpbezbmgbz@trythe.net --- (In reply to Ken Sharp from comment #1)
What is FEX? Why are you using it?
FEX is an emulator of the x86-64 architecture for aarch64. I was using QEMU, but it doesn't provide graphics acceleration, which FEX does.
https://bugs.winehq.org/show_bug.cgi?id=51929
--- Comment #3 from SuperCow glgjpbezbmgbz@trythe.net --- When I say QEMU, I mean QEMU's user-mode emulation.
https://bugs.winehq.org/show_bug.cgi?id=51929
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #4 from André H. nerv@dawncrow.de --- Sounds a bit like bug 44432 But you're running the amd64 version of wine on arm64, right?
https://bugs.winehq.org/show_bug.cgi?id=51929
mitchpk kphctim@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kphctim@gmail.com
--- Comment #5 from mitchpk kphctim@gmail.com --- I am also encountering this issue with wine64 in an AMD64-based Docker container, running on an ARM64 host through binfmt (which uses QEMU v6.1.0).
https://bugs.winehq.org/show_bug.cgi?id=51929
SuperCow1 fefuluri@thecarinformation.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fefuluri@thecarinformation. | |com
--- Comment #6 from SuperCow1 fefuluri@thecarinformation.com --- Andre: yes (I'm SuperCow).