http://bugs.winehq.org/show_bug.cgi?id=30849
Jason Parker north@ntbox.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |north@ntbox.com
--- Comment #60 from Jason Parker north@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.