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: canBuild -- file: ISBuildMenu.lua line # 2304 | MOD: Improved Build Menu [Build 41.73]
function: doBuildMenu -- file: SFBuild_CarpentryMenu.lua line # 54 | MOD: Soul Filcher's Awesome Time
Callframe at: se.krka.kahlua.integration.expose.MultiLuaJavaInvoker@14436c33
function: createMenu -- file: ISWorldObjectContextMenu.lua line # 1532 | Vanilla
function: createMenu -- file: LTN_SL_ISWorldObjectContextMenu.lua line # 35 | MOD: Lantern
function: createMenu -- file: ISMenuContextWorld.lua line # 50 | Vanilla
function: createWorldMenu -- file: ISContextManager.lua line # 28 | Vanilla
function: doRClick -- file: ISObjectClickHandler.lua line # 60 | Vanilla
function: onObjectRightMouseButtonUp -- file: ISObjectClickHandler.lua line # 369 | Vanilla
if I switch to the old version of the build menu or remove awesome time this error is gone. It happens whenever I have a hammer in my inventory and tap/hold right click. Please tell me this is an easy patch. I REALLY want the garage and extra builds you added.
*Edit*
Forgot to mention, it doesn't matter what order I place them in or where on the list, the error always occurs as long as the two are run together. I can't just remove Soul Filchers mod either, it destroys the save if I remove it.
--Edit
I figured out why, it's because I changed one of the functions to include an extra item, leave it with me and I'll revert it back, should fix the issues. Same will happen with metalworking now.
--Edit 2
Pushed out a new update. Shouldn't cause any issues now. Tested with only both mods enabled.
function: buildOutdoorMenu -- file: ISBuildMenu.lua line # 1570 | MOD: Improved Build Menu [Build 41.73]
function: doBuildMenu -- file: ISBuildMenu.lua line # 216 | MOD: Improved Build Menu [Build 41.73]
Callframe at: se.krka.kahlua.integration.expose.MultiLuaJavaInvoker@1cebf2ac
function: createMenu -- file: ISWorldObjectContextMenu.lua line # 1532 | Vanilla
function: createMenu -- file: LTN_SL_ISWorldObjectContextMenu.lua line # 35 | MOD: Lantern
function: createMenu -- file: ISMenuContextWorld.lua line # 50 | Vanilla
function: createWorldMenu -- file: ISContextManager.lua line # 28 | Vanilla
function: doRClick -- file: ISObjectClickHandler.lua line # 60 | Vanilla
function: onObjectRightMouseButtonUp -- file: ISObjectClickHandler.lua line # 369 | Vanilla
It's bizarre because if I disable Awesome Time this error doesn't appear, but when all three mods as in Build Menu, Awesome Time and Lantern are enabled these errors appear. I guess that might be the last conflict that at least I'm seeing
*Edit* Well now I disabled lanterns in my MP to test and the error still appears but only with the "Vanilla" lines now. I have no idea what the hell Vanilla is suppose to be, if its referring to a mod or literally vanilla zomboid or not. I will do more testing
--Edit
Tested it with all the mods mentioned on here after I pushed out the newest update and not getting any errors with the "Real Ladders" mod. Let me know if you still get it.
Callframe at: getSpecificPlayer
function: getSpriteLvl -- file: ISBuildMenu.lua line # 2325 | MOD: Improved Build Menu [Build 41.73]
function: getWoodenFloorSprites -- file: ISBuildMenu.lua line # 2048 | MOD: Improved Build Menu [Build 41.73]
function: buildFloorMenu -- file: ISAquaBuildMenu.lua line # 3 | MOD: Aquatsar Yacht Club v.1.16
function: doBuildMenu -- file: ISBuildMenu.lua line # 204 | MOD: Improved Build Menu [Build 41.73]
Callframe at: se.krka.kahlua.integration.expose.MultiLuaJavaInvoker@ffaebf9d
function: createMenu -- file: ISWorldObjectContextMenu.lua line # 1507 | MOD: Let Me Think
function: createMenu -- file: ISMenuContextWorld.lua line # 50 | MOD: Let Me Think
function: createWorldMenu -- file: ISContextManager.lua line # 28 | Vanilla
function: doRClick -- file: ISObjectClickHandler.lua line # 56 | MOD: Let Me Think
function: onObjectRightMouseButtonUp -- file: ISObjectClickHandler.lua line # 360 | MOD: Let Me Think
Basically, errors with aquatsar (using it to swim to the island maps). Can't build floors with both of the mods enabled, or rather can't build wooden floors, metal works fine.
The reason for the error is because I made the floors into a category rather than just in the main context menu. The Yacht mod is missing a parameter required in order for it to work.
--Edit
Added some form of compatability back in, should work now as I've tested it with the mod.