Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem








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.