安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:624)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:173)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1963)
at se.krka.kahlua.vm.KahluaThread.pcallBoolean(KahluaThread.java:1902)
at se.krka.kahlua.integration.LuaCaller.protectedCallBoolean(LuaCaller.java:104)
at zombie.ui.UIElement.onRightMouseUp(UIElement.java:1927)
at zombie.ui.UIElement.onConsumeMouseButtonUp(UIElement.java:1699)
at zombie.ui.UIManager.updateMouseButtons(UIManager.java:857)
at zombie.ui.UIManager.update(UIManager.java:716)
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)
`
`attempted index: addOptionOnTop of non-table: null
function: doMenu -- file: ISHotbar.lua line # 136 | Vanilla
function: doMenu -- file: MutiesContextMenuIconsAttach.lua line # 11 | MOD: Mutie's Context Menu icons
function: doMenu -- file: ReorderTheHotbar_ISHotbar.lua line # 191 | MOD: Reorder The Hotbar
function: onRightMouseUp -- file: ISHotbar.lua line # 292 | Vanilla
function: onRightMouseUp -- file: ReorderTheHotbar_ISHotbar.lua line # 178 | MOD: Reorder The Hotbar
java.lang.RuntimeException: attempted index: addOptionOnTop of non-table: null
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3293222249
attempted index: getOptionFromName of non-table: null
function: createMenu -- file: PutInContainer.lua line # 6 | MOD: [B42] Mutie's Context Menu icons Expanded
function: GetInventoryCreateMenuContext -- file: BaseFunctions.lua line # 16 | MOD: [B42] Mutie's Context Menu icons Storage
function: GetInventoryCreateMenuContextIconized -- file: BaseFunctions.lua line # 53 | MOD: [B42] Mutie's Context Menu icons Storage
function: onRightMouseUp -- file: ISInventoryPane.lua line # 1459 | Vanilla
java.lang.RuntimeException: attempted index: getOptionFromName of non-table: null
Although I haven't tried any of them, since I am actively debugging all the time these days.
It's the redrawn icons for this, but I just removed that entirely and still get an error. And I did the manual un-installation, and then reinstall and it still popped the error.
Should I go post the issue there too or?
Otherwise, you have an old version of the mod or a third-party version of the mod and there's not a lot I can do. In fact, I think you have a mod called "Mutie's Context Menu icons Storage" and that is where the error is coming from.
The issue happens that when I right click a toilet to use it, an error pops up (below is log) and the option to use the toilet is not there at all.
If you need more information or if it's just my fault, let me know
Error log: https://pastebin.com/yW3RGtHY
The mod: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1436878551
@jarpiz87 - It does work in b42, but I need to re-upload with the new folder structure, expect an update before the new year ❤
Suggestion: Could you change COLORS of some of the options? So we can at-a-glance choose the correct action?
Colorize the most commonly-used action.
IE, DROP = red. Rip sheet = green (action on clothes.) That would be amazing in conjunction with the icons.
has to do something with this function
function ApplyOptionIconsToWorldContextMenu(player, context, worldobjects, test)
if test and ISWorldObjectContextMenu.Test then return true end
if not context then return end
for optionName in pairs(MutiesContextMenuIcons.Options) do
local option = context:getOptionFromName(getText(optionName));
if option then
local texturePath = MutiesContextMenuIcons.Options[optionName];
option.iconTexture = getTexture(texturePath); -- this one
end
end
end
And I still need to look at the DupeZed, MultipleGenerators, Plumbing, and Building Menu mod compatibilities.