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
function: pickUpMoveable -- file: disassemble.lua line # 1196 | MOD: Disassemble Container With Items
function: pickUpMoveableViaCursor -- file: disassemble.lua line # 1166 | MOD: Disassemble Container With Items
function: complete -- file: ISMoveablesAction.lua line # 187 | Vanilla
java.lang.RuntimeException: Object tried to call nil in pickUpMoveableInternal
at se.krka.kahlua.vm.KahluaUtil.fail(KahluaUtil.java:100)
The update of 2025.3.7 means that users who use this Mod will encounter an error when moving any object, and the item cannot be removed properly. Additionally, there will be a copy of the corresponding item in the backpack,Please fix it
Reloading your save without the mod, then reloading again with the mod enabled appears to fix it. No idea how stable this workaround is, but its seemed to have worked for me.
Waiting for a fix for B42.4.X
To reproduce, all you need to do is start a new game, give yourself a wrench, move a kitchen sink and then try to place it on any container that will accept it. If you're in debug, the F11 script debugger will pop up once the timed action is complete. If you're not in debug mode, the timed action to place the sink will complete, but the sink won't be placed. The comment on that line of code is --set water to zero after moving
After disabling this mod, I was able to place sinks down.
Apparently "setWaterAmount" now takes two arguments, from a quick research:
(method) IsoObject:setWaterAmount(arg0: number, arg1: boolean)
A temporary band-aid fix that worked for me:
In disassemble.lua line #2268 (and #2272), modify the function
obj:setWaterAmount(0) ---> obj:setWaterAmount(0, true)
the other errors (line 1844, 1765, 189) are calling the line above and failing, so just changing #2268 should be enough (because of setWaterAmount)
Haven't looked too deep into the function, so I'm not sure if setting arg1 to true or false is better, but at least I can place toilets and sinks now without getting errors with this mod enabled
Disabling both allowed me to place sinks again.
Callframe at: setWaterAmount
function: placeMoveableInternal -- file: disassemble.lua line # 2268 | MOD: Disassemble Container With Items
function: placeMoveable -- file: disassemble.lua line # 1844 | MOD: Disassemble Container With Items
function: placeMoveableViaCursor -- file: disassemble.lua line # 1765 | MOD: Disassemble Container With Items
function: complete -- file: ISMoveablesAction.lua line # 189 | Vanilla
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2932632173
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2699828474
May be it is conflict with "Tetris Inventory mod" as some user said above
the mod itself worked fine however i ran into a bug where
when i picked up large items (like the Metal Shelf or the plastic table)
i could not place them back down no matter where i moved the shelf it was always red and unplaceable
i went into my mods list and disabled some and after an hour of making new worlds with dif mods
i found out this mod is what caused it
i do hope it gets fixed soon i love this mod
i hope this feedback helps i also sadly dont have any error logs cause it did not give an error it just made multi tile items unplaceable anywhere
however oddly enough single tile items like the tool shelf and small tables worked fine
please let me know when this error is fixed thanks
When disable this mod it turns green and everything back to normal.