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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.