http://bugs.winehq.org/show_bug.cgi?id=26242
--- Comment #2 from GyB gyebro69@gmail.com 2011-02-25 06:10:03 CST --- (In reply to comment #1)
That app is seriously broken. It allocates a bunch of memory at fixed addresses without checking that the addresses are available, and crashes if they aren't. You can probably work around it by setting something like WINEPRELOADRESERVE=0-70000000
Indeed, starting the game with WINEPRELOADRESERVE=0-70000000 makes it happy and starts fine with Wine-1.3.14. Thanks for pointing that out. Does that mean this bugreport is invalid?