安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
I have the same error with a Fridges.
When looking in the logs, I can see this error repeating itself :
function: _getOrCreateSearchSession -- file: ItemGrid.lua line # 618 | MOD: Inventory Tetris
function: updateSearch -- file: ItemGrid.lua line # 636 | MOD: Inventory Tetris
function: update -- file: SearchGridAction.lua line # 48 | MOD: Inventory Tetris.
[02-11-23 23:21:50.847] ERROR: General , 1698963710847> ExceptionLogger.logException> Exception thrown java.lang.RuntimeException: attempted index: 14.0 of non-table: null at KahluaThread.tableget line:1689..
[02-11-23 23:21:50.847] ERROR: General , 1698963710847> DebugLogStream.printException> Stack trace:.
[02-11-23 23:21:50.849] LOG : General , 1698963710849> -----------------------------------------
STACK TRACE
The core of the error seem to be : "attempted index: XX.X of non-table: null", the mod is trying to access an object as a table but the object in question is NOT a table, thus the error.
In fact, it seem to be a null object, so it could be that something is missing maybe...
I have around 30 mods installed so I guess I could try to look if another one is causing the problem, but before, Rukio, could you tell me if you have other mods installed ? This could reduce the possible incompatibilities =)