[Bug 36013] bleem! 1.4 (PlayStation emulator) fails on startup, complaining with 'Not enough memory to load program!'

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 8 03:25:36 CST 2016


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

--- Comment #3 from Sebastian Lackner <sebastian at fds-team.de> ---
(In reply to Bruno Jesus from comment #2)
> I don't understand this area of the API but I changed the 0 to
> PAGE_EXECUTE_READWRITE (which seemed like a good value for me) and the
> program went much further according to +vxd log and finally crashed.

Please note that PageReserve only reserves the memory without comitting it,
which means those permissions only matter for PageModifyPermissions calls if at
all. Before the app can access the memory, it has to call PageCommit first, and
afterwards the permissions will be set as expected. I think it definitely
should be safe to add such a change.

-- 
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