https://bugs.winehq.org/show_bug.cgi?id=51562
Bug ID: 51562 Summary: wine cannot run with <4GB virtual memory Product: Wine Version: 6.14 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: xantares09@hotmail.com Distribution: ---
if I set the virtual memory limit to <4G wine cannot boot: $ ulimit -v 3800000 && wine wineboot ... 0090:err:module:relocate_ntdll ntdll could not be mapped at preferred address (0x230000), expect trouble ... 0098:err:module:LdrInitializeThunk Importing dlls for L"C:\windows\syswow64\iexplore.exe" failed, status c0000135
The same happens trying to run anything: $ ulimit -v 3800000 && wine a.exe ... 18: 002c:err:module:relocate_ntdll ntdll could not be mapped at preferred address (0x340000), expect trouble ... 18: wine: could not load kernel32.dll, status c0000135
the relevant error message seems to be about relocate_ntdll not mapped at preferred address
maybe wine wants to allocate more memory than allowed here
https://bugs.winehq.org/show_bug.cgi?id=51562
xantares xantares09@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |ArchLinux
https://bugs.winehq.org/show_bug.cgi?id=51562
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Alexandre Julliard julliard@winehq.org --- You can't do that, Wine needs to reserve the entire address space to make sure that things are loaded in the right place.
https://bugs.winehq.org/show_bug.cgi?id=51562
--- Comment #2 from xantares xantares09@hotmail.com --- ok, thanks
https://bugs.winehq.org/show_bug.cgi?id=51562
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |nerv@dawncrow.de
--- Comment #3 from André H. nerv@dawncrow.de --- closing wontfix