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
Thanks for the report. This is the part of the operation that lights the campfire or like something using books, etc. I have checked the mod implementation and actually executed the relevant part and no error occurred. Also, the detailed error is not in my mod part, but in the vanilla part beyond it, so there is a possibility that there is a problem with something other than the mod. Are there any conditions under which the error occurs? Also, is it possible that other mods are affecting the error, or (I don't think so) is it possible that the vanilla side is the latest version or corrupted?
function: OnCraft -- file: ISInventoryPaneContextMenu.lua line # 2891 | Vanilla
function: onMouseUp -- file: ISContextMenu.lua line # 90 | Vanilla
ERROR: General , 1712826332866> 285,565,497> ExceptionLogger.logException> Exception thrown java.lang.RuntimeException: attempted index: getInventory of non-table: null at KahluaThread.tableget line:1689.
ERROR: General , 1712826332866> 285,565,497> DebugLogStream.printException> Stack trace:
java.lang.RuntimeException: attempted index: getInventory of non-table: null
at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1689)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:641)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:163)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1980)
at se.krka.kahlua.vm.KahluaThread.pcallBoolean(KahluaThread.java:1924)
at se.krka.kahlua.integration.LuaCaller.protectedCallBoolean(LuaCaller.java:104)
at zombie.ui.UIElement.onMouseUp(UIElement.java:1228)
at zombie.ui.UIManager.update(UIManager.java:816)
at zombie.GameWindow.logic(GameWindow.java:262)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71)
at zombie.GameWindow.frameStep(GameWindow.java:765)
at zombie.GameWindow.run_ez(GameWindow.java:681)
at zombie.GameWindow.mainThread(GameWindow.java:495)
at java.base/java.lang.Thread.run(Unknown Source)
LOG : General , 1712826332867> 285,565,498> -----------------------------------------
STACK TRACE
-----------------------------------------
function: OnCraft -- file: ISInventoryPaneContextMenu.lua line # 2891 | Vanilla
function: onMouseUp -- file: ISContextMenu.lua line # 90 | Vanilla
?
Thanks for the detailed information. Even if my mod was not the cause, I will help you as much as I can find out, so don't worry about it.
Now, it still seems that there is something wrong with your vanilla client as far as the symptoms and error content are concerned. What happens if you disable my mod and other mods completely disabled and run it in a purely vanilla? If you still get the error without the mods, you may want to reinstall the client.