安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








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.