Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
A weapons and clothing filter would be helpful.
They're not supposed to be compatible.
Ok.
The filters haven't been modified and this is their normal behavior. What you're asking for can't be implemented because it's currently not possible to retrieve information about what tags a mod has in the workshop.
`function: storeCurrentValues -- file: MainOptions.lua line # 152 | Vanilla
function: toUI -- file: MainOptions.lua line # 4100 | Vanilla
function: onMenuItemMouseDownMainMenu -- file: MainScreen.lua line # 1523 | Vanilla
function: onMenuItemMouseDownMainMenu -- file: MainScreen.lua line # 101 | MOD: [B42] Mod Manager
java.lang.RuntimeException: Object tried to call nil in storeCurrentValues
at se.krka.kahlua.vm.KahluaUtil.fail(KahluaUtil.java:101)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:817)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:174)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1826)
at se.krka.kahlua.vm.KahluaThread.pcallBoolean(KahluaThread.java:1765)
at se.krka.kahlua.integration.LuaCaller.protectedCallBoolean(LuaCaller.java:104)
at zombie.ui.UIElement.onMouseDown(UIElement.java:1377)
at zombie.ui.UIElement.onMouseDown(UIElement.java:1340)
at zombie.ui.UIElement.onMouseDown(UIElement.java:1340)
at zombie.ui.UIElement.onConsumeMouseButtonDown(UIElement.java:1677)
at zombie.ui.UIManager.updateMouseButtons(UIManager.java:848)
at zombie.ui.UIManager.update(UIManager.java:725)
at zombie.GameWindow.logic(GameWindow.java:326)
at zombie.GameWindow.frameStep(GameWindow.java:916)
at zombie.GameWindow.mainThreadStep(GameWindow.java:642)
at zombie.MainThread.mainLoop(MainThread.java:76)
at java.base/java.lang.Thread.run(Unknown Source)
`
is what that error says, and both the error and the problem go away when this mod is disabled. any idea what might be causing this? could it be a mod order issue? mod compatibility issue?
The game is trying to access values from the old mod options, which the manager prevents from being created. This is likely due to a conflict with some mod, since this error doesn't occur in the vanilla game (or even with 300+ mods).