http://bugs.winehq.org/show_bug.cgi?id=30849 Jason Parker <north(a)ntbox.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |north(a)ntbox.com --- Comment #60 from Jason Parker <north(a)ntbox.com> 2012-06-07 12:44:42 CDT --- You've got an off-by-*mumblemumble* on your 2GB example, Erich. 0x80000000 == 2GB (0x00000000 -> 0x7FFFFFFF) 0xC0000000 == 3GB (0x00000000 -> 0xBFFFFFFF) 3GB should be just fine - this is what setarch -3 is doing, which Windows (What versions? Does that matter?) supports. Also it should be pointed out that 64-bit wine compiles needs to not have this limit. -- 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.