Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción








From looking at it the PsiTech devs are patching a vanilla method then passing in something that at this point in the game (since it's in the settings menu) won't exist yet !
Since they're patching that method every time it's called it's throwing an exception way before their stuff is initialised or they're passing something in that doesn't exist on the items at that point (I think) Not sure what if anything I can do to fix, think if they put a bit of defensive code around their patch call and/or in their PsiTechCachingUtility.EverAffectsStat method that will fix it.