Project Zomboid

Project Zomboid

More Smokes
Lil Boogie 22 Oct, 2023 @ 10:42pm
MoreSmokes Crop Tooltip Errors
So for a vanilla crop, the tooltip displayed is supposed to be this when hovering over a plant: https://imgur.com/a/e4eYFau

However, in my server it seems only More Smokes is effected by this tooltip error when hovering over any crop that is growing from MoreSmokes

attempted index: escapeString of non-table: null
function: DrawTextCentre -- file: Farming_C.lua line # 46 | MOD: More Smokes
function: DoSpecialTooltip1 -- file: CFarmingSystem.lua line # 79 | Vanilla
function: DoSpecialTooltip -- file: CFarmingSystem.lua line # 102 | Vanilla
java.lang.RuntimeException: attempted index: escapeString 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:134)
at zombie.iso.IsoObject.DoSpecialTooltip(IsoObject.java:2427)

As far as I know MoreSmokes is the only mod that adds anything to farming that I'm running so I'm not sure what would be causing a conflict.

Current mods server is running: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3032509798

Debug Screenshot when hovering over a MoreSmokes crop.
https://imgur.com/a/vY68n90
Last edited by Lil Boogie; 22 Oct, 2023 @ 10:57pm