[Bug 44211] Wine (2.21) doesn't work anymore on some games with FreeBSD (Assassin's Creed)

WineHQ Bugzilla wine-bugs at winehq.org
Tue Jun 23 04:56:15 CDT 2020


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

--- Comment #8 from Adrien Fernandes <adrien_fernandes2 at 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;

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