Project Zomboid

Project Zomboid

Functional Appliances 2
Troggian 19 Jan, 2024 @ 7:34pm
Error in Magnifier
I had a repetitive error after applying the mod on server. I didn't see any indication of mod incompatibility, what could it be?

*All Anti-cheats are disable

attempted index: getName of non-table: null function: updateDisplayCounter -- file: FALoadGridsquare.lua line # 564 | MOD: Functional Appliances function: onLoadGridsquare -- file: FALoadGridsquare.lua line # 712 | MOD: Functional Appliances java.lang.RuntimeException: attempted index: getName 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:92) at zombie.iso.IsoChunk.doLoadGridsquare(IsoChunk.java:3333) at zombie.iso.IsoChunkMap.update(IsoChunkMap.java:199) at zombie.iso.IsoCell.updateInternal(IsoCell.java:5735) 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.iso.IsoCell.update(IsoCell.java:5696) at zombie.iso.IsoWorld.updateInternal(IsoWorld.java:3499) 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.iso.IsoWorld.update(IsoWorld.java:3427) at zombie.gameStates.IngameState.updateInternal(IngameState.java:1617) at zombie.gameStates.IngameState.update(IngameState.java:1333) at zombie.gameStates.GameStateMachine.update(GameStateMachine.java:101) at zombie.GameWindow.logic(GameWindow.java:298) 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) `
Last edited by Troggian; 19 Jan, 2024 @ 7:37pm
< >
Showing 1-4 of 4 comments
AGAGAGAG 19 Jan, 2024 @ 9:50pm 
im getting same thing,

function: updateDisplayCounter -- file: FALoadGridsquare.lua line # 564 | MOD: Functional Appliances
function: onLoadGridsquare -- file: FALoadGridsquare.lua line # 712 | MOD: Functional Appliances.

hopefully someone has an answer
norby007  [developer] 19 Jan, 2024 @ 10:37pm 
Originally posted by Anamist:
im getting same thing,

function: updateDisplayCounter -- file: FALoadGridsquare.lua line # 564 | MOD: Functional Appliances
function: onLoadGridsquare -- file: FALoadGridsquare.lua line # 712 | MOD: Functional Appliances.

hopefully someone has an answer

I think I know why and will work a patch now.
norby007  [developer] 19 Jan, 2024 @ 11:12pm 
Originally posted by Troggian:
I had a repetitive error after applying the mod on server. I didn't see any indication of mod incompatibility, what could it be?

*All Anti-cheats are disable

attempted index: getName of non-table: null function: updateDisplayCounter -- file: FALoadGridsquare.lua line # 564 | MOD: Functional Appliances function: onLoadGridsquare -- file: FALoadGridsquare.lua line # 712 | MOD: Functional Appliances java.lang.RuntimeException: attempted index: getName 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:92) at zombie.iso.IsoChunk.doLoadGridsquare(IsoChunk.java:3333) at zombie.iso.IsoChunkMap.update(IsoChunkMap.java:199) at zombie.iso.IsoCell.updateInternal(IsoCell.java:5735) 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.iso.IsoCell.update(IsoCell.java:5696) at zombie.iso.IsoWorld.updateInternal(IsoWorld.java:3499) 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.iso.IsoWorld.update(IsoWorld.java:3427) at zombie.gameStates.IngameState.updateInternal(IngameState.java:1617) at zombie.gameStates.IngameState.update(IngameState.java:1333) at zombie.gameStates.GameStateMachine.update(GameStateMachine.java:101) at zombie.GameWindow.logic(GameWindow.java:298) 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) `


This has been repaired, thank you for getting this to me. It only would error if a display counter was moved outside, surprised we did not see this with previous updates. Somewhere nearby you must have had one of the heated/cooled counters outside or a room not enclosed.
AGAGAGAG 20 Jan, 2024 @ 12:24pm 
Originally posted by norby007:
Originally posted by Anamist:
im getting same thing,

function: updateDisplayCounter -- file: FALoadGridsquare.lua line # 564 | MOD: Functional Appliances
function: onLoadGridsquare -- file: FALoadGridsquare.lua line # 712 | MOD: Functional Appliances.

hopefully someone has an answer

I think I know why and will work a patch now.
Ok cool. Thanks
< >
Showing 1-4 of 4 comments
Per page: 1530 50