Project Zomboid

Project Zomboid

Razzman0721 Nov 25, 2022 @ 9:25am
Does anyone have the same missing tooltips text problem as I do??
My friends are running a heavily modded server (around 130+ mods) Everything looks perfect at first, Zero error code pops up.
But there is one major problem that severely affects our game experience: The tooltip text of items and recipes is all missing. We checked the tooltips codes in the mods' lua scripts, they are all correctly written. Since there is no error code we can't even check which mod caused the problem.

Has anyone seen similar problem before?
Last edited by Razzman0721; Nov 25, 2022 @ 9:38am
< >
Showing 1-6 of 6 comments
Quill Nov 25, 2022 @ 10:16am 
Can we see a screenshot example of the issue?
Razzman0721 Nov 25, 2022 @ 12:59pm 
Originally posted by Quill:
Can we see a screenshot example of the issue?
Never mind, problem solved. Turns out to be the mod "Item Owner" that overrides everything's tooltip
Karas Dec 6, 2022 @ 1:41am 
There are some display errors about the tooltips. it appears on some clothes and wearables and keeps reporting errors.


ERROR: General , 1670316163733> ExceptionLogger.logException> Exception thrown java.lang.reflect.InvocationTargetException at GeneratedMethodAccessor805.invoke.
ERROR: General , 1670316163733> DebugLogStream.printException> Stack trace:
java.lang.reflect.InvocationTargetException
at jdk.internal.reflect.GeneratedMethodAccessor805.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:198)
at se.krka.kahlua.integration.expose.MultiLuaJavaInvoker.call(MultiLuaJavaInvoker.java:60)
at se.krka.kahlua.vm.KahluaThread.callJava(KahluaThread.java:182)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:1007)
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:1827)
at se.krka.kahlua.integration.LuaCaller.pcallvoid(LuaCaller.java:38)
at zombie.ui.UIElement.render(UIElement.java:1534)
at zombie.ui.UIManager.render(UIManager.java:446)
at zombie.gameStates.IngameState.renderFrameUI(IngameState.java:1183)
at zombie.util.lambda.Invokers$Params1$CallbackStackItem.run(Invokers.java:37)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71)
at zombie.core.profiling.AbstractPerformanceProfileProbe.lambda$invokeAndMeasure$0(AbstractPerformanceProfileProbe.java:83)
at zombie.util.lambda.Stacks$Params3$CallbackStackItem.invoke(Stacks.java:230)
at zombie.util.lambda.Stacks$GenericStack.invokeAndRelease(Stacks.java:26)
at zombie.util.Lambda.capture(Lambda.java:130)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:81)
at zombie.gameStates.IngameState.renderframeui(IngameState.java:1172)
at zombie.gameStates.IngameState.renderInternal(IngameState.java:1324)
at zombie.util.lambda.Invokers$Params1$CallbackStackItem.run(Invokers.java:37)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71)
at zombie.core.profiling.AbstractPerformanceProfileProbe.lambda$invokeAndMeasure$0(AbstractPerformanceProfileProbe.java:83)
at zombie.util.lambda.Stacks$Params3$CallbackStackItem.invoke(Stacks.java:230)
at zombie.util.lambda.Stacks$GenericStack.invokeAndRelease(Stacks.java:26)
at zombie.util.Lambda.capture(Lambda.java:130)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:81)
at zombie.gameStates.IngameState.render(IngameState.java:1271)
at zombie.gameStates.GameStateMachine.render(GameStateMachine.java:37)
at zombie.util.lambda.Invokers$Params1$CallbackStackItem.run(Invokers.java:37)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71)
at zombie.core.profiling.AbstractPerformanceProfileProbe.lambda$invokeAndMeasure$0(AbstractPerformanceProfileProbe.java:83)
at zombie.util.lambda.Stacks$Params3$CallbackStackItem.invoke(Stacks.java:230)
at zombie.util.lambda.Stacks$GenericStack.invokeAndRelease(Stacks.java:26)
at zombie.util.Lambda.capture(Lambda.java:130)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:81)
at zombie.GameWindow.renderInternal(GameWindow.java:340)
at zombie.GameWindow.frameStep(GameWindow.java:774)
at zombie.GameWindow.run_ez(GameWindow.java:681)
at zombie.GameWindow.mainThread(GameWindow.java:495)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassCastException: class zombie.inventory.types.InventoryContainer cannot be cast to class zombie.inventory.types.Clothing (zombie.inventory.types.InventoryContainer and zombie.inventory.types.Clothing are in unnamed module of loader 'app')
at zombie.inventory.types.Clothing.DoTooltip(Clothing.java:237)
at zombie.inventory.InventoryItem.DoTooltip(InventoryItem.java:619)
... 45 more
LOG : General , 1670316163736> -----------------------------------------
STACK TRACE
-----------------------------------------
Callframe at: se.krka.kahlua.integration.expose.MultiLuaJavaInvoker@42896dc3
function: render -- file: tooltip.lua line # 1157 | MOD: Snake's ModPack - Pack de Utilidades de Snake V1.35
function: render -- file: Skill Recovery Journal Tooltip.lua line # 182 | MOD: Skill Recovery Journal
function: render -- file: zNATT_Tooltip.lua line # 43 | MOD: Noir's Attachments
Karas Dec 6, 2022 @ 1:41am 
yes we have the same problem
Karas Dec 6, 2022 @ 1:43am 
This seems to be a problem with the official code. It appeared after 78.12. Today the official said that the problem has been fixed, but it still appears
BlackZero707 Nov 11, 2023 @ 9:47am 
Originally posted by Karas:
This seems to be a problem with the official code. It appeared after 78.12. Today the official said that the problem has been fixed, but it still appears
Did you found the way to fix it? I'm getting literally same error logs
< >
Showing 1-6 of 6 comments
Per page: 1530 50

Date Posted: Nov 25, 2022 @ 9:25am
Posts: 6