[Bug 30849] Diablo 3: Hangs on "Authenticating Credentials"

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jun 7 12:18:19 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=30849

--- Comment #59 from Erich Hoover <ehoover at mines.edu> 2012-06-07 12:18:19 CDT ---
(In reply to comment #58)
> ...
> info->HighestUserAddress = (char*)min((char *)user_space_limit, 0xc0000000)-1;

Bah, hasty typing:
info->HighestUserAddress = (char*)min((int)user_space_limit, 0xc0000000)-1;

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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