FIX

In PythonApplication.cpp

Change this 

#if defined(INGAME_WIKI) 	if (CPythonWikiRenderTarget::instance().CanRenderWikiModules()) { 		CWikiRenderTargetManager::Instance().ReleaseRenderTargetTextures(); 	} #endif

With this

#if defined(INGAME_WIKI) 	CWikiRenderTargetManager::Instance().ReleaseRenderTargetTextures(); #endif