Well where to begin...
I love the idea for this game, It's like MoM on steroids. BUT do others also experience game crashes?
I'm Running WIN7 all drivers updated and 4 GB system RAM.. It's not my HW or OS, its a stable system and stable OS. In fact Win7 is likely MSFT's best OS to date and I'm no MSFT fan but I digress.
I get OUT OF MEMORY game crashes between 200-400 Turns into every game. Most often I'v be working around it myself by reloading the game and then from the latest autosave game feature... TYVM for that! But it is annoying to have to suffer so from MEMORY LEAKS!
Developers need to first go through their design and figure out where the MALLOC() and DEALLOC() are performed this is the most common source of memory leaks in source code. Developers will not properly make Memory ALLOCation requests of the OS and/or DEALLOCate the memory once done playing/using it. More memory just means there is more time needed before the leak crashes the appilication. There are other ways but this is basic to all Professional Coders, but I have run into many in my life who simply are not aware, this game may have other memory leaks too but there are tools and analyzers available to make the tough job of finding them easier.
I'd rather be playing the game than typing this post up... so the Game crashes have reach a threshold to motivate me to make this post... Yes I have the latest Game Patches and understand its better than the GOLD RTM version....all I can Say to that is ... GOLD RTM or RC must have been really bad then...
Again Great GAME if ou can just patch the memory leaks!