https://bugs.winehq.org/show_bug.cgi?id=44988
--- Comment #8 from Austin English austinenglish@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