[Bug 44988] Win86emu for Windows RT fails with error 'Can't reserve memory (file is too big or corrupted)' when trying to run x86 apps (PE loader / PE32 executables for ARMv7 require ASLR)

WineHQ Bugzilla wine-bugs at winehq.org
Fri May 29 01:53:08 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=44988

--- Comment #8 from Austin English <austinenglish at gmail.com> ---
Created attachment 67293
  --> https://bugs.winehq.org/attachment.cgi?id=67293
testcase/logs

> To be honest, at this point it might be easier if you just cross-compile
> this small example app which uses Toolhelp API for the Windows RT (ARMv7)
> device:
> 
> https://docs.microsoft.com/en-us/windows/win32/toolhelp/taking-a-snapshot-
> and-viewing-processes
> 
> It should do the same job ;-)

Heh, indeed, it was easy:

copy/paste > test.c
winemaker .
make

winemine.exe &

./foo.exe &> before.txt
notepad &
./foo.exe &> notepad1_process.txt
killall notepad
./foo.exe &> notepad2_process.txt

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list