Jump to content

[41.71][Singleplayer][no mods][in Debug mode] Option "Grow Long" for beards produces error


razab

Recommended Posts

When playing the game in debug mode with a male character who has a Goatee-type of beard, the Beard-option "[Debug] Grow Long" produces an error (red box) and the "grow long" does not takes place. The option "[Debug] Grow Long" is the one in the character info screen while in game (see screenshot below). Does not seem to affect actual gameplay since it only occurs in debug mode. But I thought I report it anyway.

 

 

Here is the error shown in the console:

 

LOG  : General     , 1656397814302> Calculate weather front strength = 0.0
LOG  : General     , 1656397814302> Reseeding weather period, new seed: 623010
LOG  : General     , 1656397814303> Init ISContextManager
LOG  : General     , 1656397814652> FirstNAME:ToryWalker
LOG  : General     , 1656397817789> -----------------------------------------
STACK TRACE
-----------------------------------------
Callframe at: getFirstTypeEvalRecurse
function: equip -- file: ISWorldObjectContextMenu.lua line # 4043
function: onTrimBeard -- file: ISCharacterScreen.lua line # 556
function: onMouseUp -- file: ISContextMenu.lua line # 90

ERROR: General     , 1656397817790> ExceptionLogger.logException> Exception thrown java.lang.reflect.InvocationTargetException at NativeMethodAccessorImpl.invoke0 (Native Method).
ERROR: General     , 1656397817790> DebugLogStream.printException> Stack trace:
java.lang.reflect.InvocationTargetException
    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:198)
    at se.krka.kahlua.integration.expose.LuaJavaInvoker.call(LuaJavaInvoker.java:188)
    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.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.UIManager.update(UIManager.java:808)
    at zombie.GameWindow.logic(GameWindow.java:261)
    at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71)
    at zombie.GameWindow.frameStep(GameWindow.java:764)
    at zombie.GameWindow.run_ez(GameWindow.java:680)
    at zombie.GameWindow.mainThread(GameWindow.java:494)
    at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because "<parameter1>" is null
    at zombie.inventory.ItemContainer.compareType(ItemContainer.java:1351)
    at zombie.inventory.ItemContainer.compareType(ItemContainer.java:1358)
    at zombie.inventory.ItemContainer$TypeEvalPredicate.test(ItemContainer.java:1393)
    at zombie.inventory.ItemContainer$TypeEvalPredicate.test(ItemContainer.java:1378)
    at zombie.inventory.ItemContainer.getFirstRecurse(ItemContainer.java:1470)
    at zombie.inventory.ItemContainer.getFirstTypeEvalRecurse(ItemContainer.java:1870)
    ... 21 more
LOG  : General     , 1656397817797> bugged action, cleared queue     ISTrimBeard
LOG  : General     , 1656397832836> EXITDEBUG: ToggleEscapeMenu 1
LOG  : General     , 1656397832837> EXITDEBUG: ToggleEscapeMenu 3
LOG  : General     , 1656397832837> EXITDEBUG: ToggleEscapeMenu 4
LOG  : General     , 1656397832838> EXITDEBUG: ToggleEscapeMenu 5

 

 

 

 

 

 

 

 

Screenshot from 2022-06-28 08-36-47.png

Edited by razab
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...