https://bugs.winehq.org/show_bug.cgi?id=44211
--- Comment #8 from Adrien Fernandes adrien_fernandes2@hotmail.com --- Created attachment 67530 --> https://bugs.winehq.org/attachment.cgi?id=67530 patch for libs/wine/mmap.c (workaround)
Actually, I apply a workaround I found 6 months ago. It can not be committed as-is but it made me finish Call of Duty games, Far Cry 2, Assassin's Creed and other big games that were crashing back in the days.
I attached the patch so you can have a look, what the patch does is :
- char *user_space_limit = (char *)0x7ffe0000; + char *user_space_limit = (char *)0xbffe0000;