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
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3400854913
Not sure what might be affecting it, but I'm using Mutie's context menu icons (among others of course, but that's the only thing I could imagine touching the same code).
But it looks similar in one of the two cases to the other errors reported here, so throwing in the 4 mods im suspecting cause issues that mainly litter the debuglog in case it is helpful.
function: handleSubItems -- file: nested_for_cleanui.lua line # 12 | MOD: (This)
function: handleItems -- file: nested_for_cleanui.lua line # 68 | MOD: This)
function: OnRefreshInventoryWindowContainers -- file: nested_for_cleanui.lua line # 96 | MOD: (This)
Callframe at: se.krka.kahlua.integration.expose.MultiLuaJavaInvoker@4d51cda7
(Vanilla functions here)
attempted index: getItems of non-table: null at KahluaThread.tableget(KahluaThread.java:1667)
&
function: handleSubItems -- file: nested_for_cleanui.lua line # 12 | MOD: (This)
function: handleItems -- file: nested_for_cleanui.lua line # 68 | MOD: (This)
function: OnRefreshInventoryWindowContainers -- file: nested_for_cleanui.lua line # 96 | MOD: (This)
Callframe at: se.krka.kahlua.integration.expose.MultiLuaJavaInvoker@4d51cda7
(Vanilla functions)
attempted index: getItems of non-table: null.
Hey no worries at all, thanks for responding and putting this up to work with Clean UI!
Can you make your collection public?
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails?id=3496590694
Hope it helps.
Can you export your mods to a steam collection so I can subscribe to all of them?
Thank you for checking it out and I am sorry I wasted your time! Let me figure it out and I will let you know! Thanks for doing this. I will post an error screenshot
If it is working for the containers in the "loot inventory" but not in the "players inventory" you can use the "accessible containers" mod ( https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3400854913 ) in addition to "nested containers".
It exactly fills the gap and nothing more. So if you still want to be able to nest your containers you have to keep "nested containers" active, too. Actually, I think it might not even work for the "loot inventory" anymore without "nested containers" mod. Did not test it though.
Error: attempted index: getItems of non-table:null
on line 12: local container = item.container.getItems(),
The current item is the HikingBag Tier 3 of that mod.
How would you go around fixing this? Would I have to interface with the mod items?