https://bugs.winehq.org/show_bug.cgi?id=54205 Bernhard Übelacker <bernhardu(a)mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu(a)mailbox.org --- Comment #2 from Bernhard Übelacker <bernhardu(a)mailbox.org> --- The linked forum post mentions the use of GlobalMemoryStatus. Therefore, how much RAM did you assign to this windows XP VM for your test? Was it less than 2 GB? Does it also show this error message if you give it more than 2 or 4 GB ? If yes, then I guess wine works as expected. However, the forum posts sounds like reporting some low value could possibly make it work. Following commands create a fake meminfo, forcefully close all wine programs, and the third would start wine using that fake meminfo file. (Installing of the package bubblewrap might be needed before.) ``` echo -e "MemTotal: 32768 kB\nMemFree: 32768 kB\nSwapTotal: 32768 kB\nSwapFree: 32768 kB\nBuffers: 0\nCached: 0" > my-meminfo.txt wineserver -k bwrap --dev-bind / / --dev-bind my-meminfo.txt /proc/meminfo wine Golf2.exe ``` But I guess that is not helping the setup.exe crash. -- 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.