Project Zomboid

Project Zomboid

Simple Show XP
GuiriGuy  [developer] 27 Nov, 2022 @ 6:14pm
Bug Report
Hi there, first of all I'm sorry if there's a bug affecting your gameplay. Having said that, let's get into reporting it for a fix as soon as I'm available.

Template for reporting:
- Image of your console.txt:

- In case of having more mods and it happens with these mods active, please indicate the active mods or the mod that makes it incompatible:

- Any more info:

Thanks for reporting!
< >
Showing 1-3 of 3 comments
Lina 10 Oct, 2024 @ 6:33am 
Foraging xp is shown two times. (one is vanilla)

To fix this, please change
at SSXP.lua:32
SSXP.IgnorePerks = {Foraging=true}
to
SSXP.IgnorePerks = {PlantScavenging=true}

And one more thing. I think it's better to make SSXP a global variable.
GuiriGuy  [developer] 21 Dec, 2024 @ 6:45am 
Thanks for the fix, I've just solved it now. Lots of love!
On SteamDeck.

`function: SSXPOptions.lua -- file: SSXPOptions.lua line # 17 | MOD: Simple Show XP
java.lang.RuntimeException: attempted index of non-table
at se.krka.kahlua.vm.KahluaUtil.fail(KahluaUtil.java:82)
at se.krka.kahlua.vm.KahluaUtil.luaAssert(KahluaUtil.java:70)
at se.krka.kahlua.vm.KahluaThread.tableSet(KahluaThread.java:1704)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:579)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:173)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1963)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1760)
at se.krka.kahlua.integration.LuaCaller.pcall(LuaCaller.java:76)
at se.krka.kahlua.integration.LuaCaller.protectedCall(LuaCaller.java:117)
at zombie.Lua.LuaManager.RunLuaInternal(LuaManager.java:630)
at zombie.Lua.LuaManager.RunLua(LuaManager.java:573)
at zombie.Lua.LuaManager.RunLua(LuaManager.java:559)
at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:418)
at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:310)
at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:471)
at zombie.core.Core.ResetLua(Core.java:4888)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at se.krka.kahlua.integration.expose.caller.MethodCaller.call(MethodCaller.java:62)
at se.krka.kahlua.integration.expose.LuaJavaInvoker.call(LuaJavaInvoker.java:211)
at se.krka.kahlua.integration.expose.MultiLuaJavaInvoker.call(MultiLuaJavaInvoker.java:60)
at se.krka.kahlua.vm.KahluaThread.callJava(KahluaThread.java:192)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:988)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:173)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1963)
at se.krka.kahlua.vm.KahluaThread.pcallBoolean(KahluaThread.java:1902)
at se.krka.kahlua.integration.LuaCaller.protectedCallBoolean(LuaCaller.java:104)
at zombie.ui.UIElement.onMouseUp(UIElement.java:1626)
at zombie.ui.UIElement.onMouseUp(UIElement.java:1581)
at zombie.ui.UIElement.onMouseUp(UIElement.java:1581)
at zombie.ui.UIElement.onConsumeMouseButtonUp(UIElement.java:1688)
at zombie.ui.UIManager.updateMouseButtons(UIManager.java:861)
at zombie.ui.UIManager.update(UIManager.java:721)
at zombie.GameProfiler.invokeAndMeasure(GameProfiler.java:176)
at zombie.GameWindow.logic(GameWindow.java:324)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:76)
at zombie.GameWindow.frameStep(GameWindow.java:924)
at zombie.GameWindow.run_ez(GameWindow.java:817)
at zombie.GameWindow.mainThread(GameWindow.java:615)
at java.base/java.lang.Thread.run(Unknown Source)
`
< >
Showing 1-3 of 3 comments
Per page: 1530 50