Project Zomboid

Project Zomboid

Tommy's Extra Degen Dakimakuras [B41]
Bugs or Error
Not sure why in B41 when I enable this mod
Can't open Q menu and crafting menu

It show this error

`function: items -- file: ISCraftingCategoryUI.lua line # 62 | Vanilla
function: @stdlib.lua -- file: null line # 52
function: filter -- file: ISCraftingCategoryUI.lua line # 61 | Vanilla
function: refresh -- file: ISCraftingUI.lua line # 81 | Vanilla
function: setVisible -- file: ISCraftingUI.lua line # 38 | Vanilla
function: toggleCraftingUI -- file: ISCraftingUI.lua line # 1371 | Vanilla
function: onOptionMouseDown -- file: ISEquippedItem.lua line # 403 | Vanilla
function: onMouseUp -- file: ISButton.lua line # 56 | Vanilla
java.lang.RuntimeException: Stack overflow
at se.krka.kahlua.vm.Coroutine.ensureStacksize(Coroutine.java:131)
at se.krka.kahlua.vm.Coroutine.setTop(Coroutine.java:147)
at se.krka.kahlua.vm.LuaCallFrame.setTop(LuaCallFrame.java:126)
at se.krka.kahlua.vm.LuaCallFrame.init(LuaCallFrame.java:151)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:999)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:163)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1980)
at se.krka.kahlua.vm.KahluaThread.pcallBoolean(KahluaThread.java:1924)
at se.krka.kahlua.integration.LuaCaller.protectedCallBoolean(LuaCaller.java:104)
at zombie.ui.UIElement.onMouseUp(UIElement.java:1228)
at zombie.ui.UIElement.onMouseUp(UIElement.java:1183)
at zombie.ui.UIManager.update(UIManager.java:816)
at zombie.GameWindow.logic(GameWindow.java:262)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71)
at zombie.GameWindow.frameStep(GameWindow.java:765)
at zombie.GameWindow.run_ez(GameWindow.java:681)
at zombie.GameWindow.mainThread(GameWindow.java:495)
at java.base/java.lang.Thread.run(Unknown Source)
`
< >
Showing 1-15 of 15 comments
`attempted index: isReallyVisible of non-table: null
function: onKeyPressed -- file: ISEmoteRadialMenu.lua line # 216 | Vanilla
java.lang.RuntimeException: attempted index: isReallyVisible of non-table: null
at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1689)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:641)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:163)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1980)
at se.krka.kahlua.vm.KahluaThread.pcallvoid(KahluaThread.java:1812)
at se.krka.kahlua.integration.LuaCaller.pcallvoid(LuaCaller.java:66)
at se.krka.kahlua.integration.LuaCaller.protectedCallVoid(LuaCaller.java:139)
at zombie.Lua.Event.trigger(Event.java:64)
at zombie.Lua.LuaEventManager.triggerEvent(LuaEventManager.java:92)
at zombie.input.GameKeyboard.update(GameKeyboard.java:106)
at zombie.GameWindow.logic(GameWindow.java:249)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71)
at zombie.GameWindow.frameStep(GameWindow.java:765)
at zombie.GameWindow.run_ez(GameWindow.java:681)
at zombie.GameWindow.mainThread(GameWindow.java:495)
at java.base/java.lang.Thread.run(Unknown Source)
`
トミー (Tommy)  [developer] 6 Sep @ 3:49am 
And it works fine without it?

That's pretty strange, in the log there are no mods listed, only vanilla. Are you using the Shop module by chance? I can't think of any other reason why, because the main mod doesn't touch the crafting menu at all.

Granted I personally don't like the shop addons, so the addon provided is straight from the template script provided by the creator of big degens and technically not tested.
Last edited by トミー (Tommy); 6 Sep @ 3:52am
It work fine without the mod enabled.
And I tried enable the shop addon and disable it , both show same error
Disappear when I disable the mod.
Last edited by DawwieLoper; 6 Sep @ 4:48am
i have the same issue (crafting menu) plus i can't open the map (Mbutton).
Last edited by bielazurlane; 6 Sep @ 5:26am
トミー (Tommy)  [developer] 6 Sep @ 3:39pm 
We're either of you using the addon before the inspect daki feature update? Can either one of you post your server.ini so I can test it on my end.
トミー (Tommy)  [developer] 6 Sep @ 7:21pm 
I was able to reproduce the issue, oddly I wasn't seeing this on my end because I was using a crafting lag reduce mod on my server and wasn't using the official addon during my production of the addon.

An update to fix this issue will be uploaded soon.

I also found a mod causing errors in your server, the known and found mod doesn't like inventory tetris.
Last edited by トミー (Tommy); 6 Sep @ 7:22pm
Oh woah thank u soo much
So the know and found mod doesn't like inventory tetrris?
トミー (Tommy)  [developer] 6 Sep @ 7:40pm 
1
Originally posted by DawwieLoper:
Oh woah thank u soo much
So the know and found mod doesn't like inventory tetrris?
It was throwing errors like crazy in debug, I disabled known and found and they stopped, so I assume so.
Huh maybe I should try use debug mode when I'm trying to make a new mod list

Thanks u for the help tho :steamthumbsup:
Last edited by DawwieLoper; 6 Sep @ 7:44pm
トミー (Tommy)  [developer] 6 Sep @ 7:49pm 
Originally posted by DawwieLoper:
Huh maybe I should try use debug mode when I'm trying to make a new mod list

Thanks u for the help tho :steamthumbsup:

You don't have to use debug mode, you can use a mod called Error Magnifier instead, debug does make it easier though.

No problem, let me know if any other issues pop up.
Somehow mine didn't show any error when I use Known and collect with inventory tetrris
トミー (Tommy)  [developer] 6 Sep @ 8:00pm 
Huh, maybe environment differences, I took your mod loadout and loaded it in SP.
Originally posted by トミー (Tommy):
I was able to reproduce the issue, oddly I wasn't seeing this on my end because I was using a crafting lag reduce mod on my server and wasn't using the official addon during my production of the addon.

An update to fix this issue will be uploaded soon.

I also found a mod causing errors in your server, the known and found mod doesn't like inventory tetris.
Hmm Which crafting lag reduce mod u are using?
トミー (Tommy)  [developer] 6 Sep @ 8:05pm 
This one. The other ones in my experience caused more trouble than fixed.
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2924204129
< >
Showing 1-15 of 15 comments
Per page: 1530 50