Project Zomboid

Project Zomboid

Maximum Display Bars (B41)
Vhegar 2 Mar, 2024 @ 9:49am
Bug Report/ Compatability Issue
This mod and any of the minimal or maximum displays bars are not compatible specifically line #3421 on the lua of the display bars. I have tested it with alot of other mods but anytime I put both of these together I get the same issue. I have coop-splitscreen off and still get the issue.

LOG : General , 1709659759442> 0> SERVER: process-status@terminated
LOG : General , 1709659759471> 0> -------------------------------------------------------------
attempted index: isLocalPlayer of non-table: null

LOG : General , 1709659759478> 0> -----------------------------------------
STACK TRACE
-----------------------------------------
function: OnLocalPlayerDisconnect -- file: Minimal Display Bars (A).lua line # 3421 | MOD: Maximum Display Bars

ERROR: General , 1709659759481> 0> ExceptionLogger.logException> Exception thrown java.lang.RuntimeException: attempted index: isLocalPlayer of non-table: null at KahluaThread.tableget line:1689.
ERROR: General , 1709659759482> 0> DebugLogStream.printException> Stack trace:
java.lang.RuntimeException: attempted index: isLocalPlayer 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:65)
at zombie.network.GameClient.update(GameClient.java:355)
at zombie.GameWindow.logic(GameWindow.java:232)
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)
LOG : General , 1709659759487> 0> -----------------------------------------
STACK TRACE
-----------------------------------------
function: OnLocalPlayerDisconnect -- file: Minimal Display Bars (A).lua line # 3421 | MOD: Maximum Display Bars

LOG : General , 1709659759492> 0> LuaEventManager: adding unknown event "OnPreUIDraw"
LOG : General , 1709659759492> 0> LuaEventManager: adding unknown event "OnPostUIDraw"
LOG : General , 1709659759784> 0> loading 100034 zones from map_zone.bin
LOG : General , 1709659760661> 0> Max #ZONES on one chunk is 31
LOG : General , 1709659760662> 0> LuaEventManager: adding unknown event "OnLoadedMapZones"
LOG : General , 1709659760711> 0> Requested 529 chunks from the server
LOG : General , 1709659761715> 0> Received 0 / 529 chunks
LOG : General , 1709659762719> 0> Received 0 / 529 chunks
LOG : General , 1709659763527> 0> EXITDEBUG: Core.quit 1
LOG : General , 1709659763527> 0> EXITDEBUG: Core.quit 3
LOG : General , 1709659763529> 0> waiting for UdpEngine thread termination
LOG : Network , 1709659763541> 0> [05-03-24 12:29:23.541] > ZNet: [-> CZombienet: RakNetPeerInterface_Shutdown
LOG : Network , 1709659763541> 0> [05-03-24 12:29:23.541] > ZNet: CZombienet -> CZombienet: shutdown
LOG : Network , 1709659763541> 0> [05-03-24 12:29:23.541] > ZNet: CZombienet -> CZombienet: CancelAuth
LOG : Network , 1709659763541> 0> [05-03-24 12:29:23.541] > ZNet: Shutdown: CloseP2PSessionWithServer
LOG : Network , 1709659763542> 0> [05-03-24 12:29:23.542] > ZNet: CZombienet -> CZombienet: CloseConnection
LOG : Network , 1709659763542> 0> [05-03-24 12:29:23.542] > ZNet: CloseConnection: Shutdown (1204)
LOG : Network , 1709659763542> 0> [05-03-24 12:29:23.542] > ZNet: CZombienet -> CZombienet: CancelAuth
LOG : General , 1709659763736> 0> Received 0 / 529 chunks
LOG : General , 1709659764617> 0> EXITDEBUG: Core.quit 4
Last edited by Vhegar; 5 Mar, 2024 @ 9:33am