Civ crashes

alireza1354

Emperor
Joined
Jun 11, 2001
Messages
1,056
I was playing a MP game with my bro, suddenly the game crashed.

I got the error as seen in the attachment.


What does it mean, does anyone have had this problem too?

And most important... what can I do to fix this?

Thanks!!
 

Attachments

wcsncpy() is a function that copies unicode strings. RtlInitializeCriticalSection() is a function used to synchronize threads accessing global variables. When your computer is very low on memory, the function RtlInitializeCriticalSection() will raise a STATUS_NO_MEMORY exception.

In a nutshell... Civ4 was trying to copy a string... the program tried to initialize a synchronization lock but it did not have enough memory.

Try increasing the size of your virtual memory.

Best regards.
 
Back
Top Bottom