Project Zomboid

Project Zomboid

In The End death music
Princess abby 19 Apr, 2023 @ 10:50pm
Bug Report Here for the mod developer
Post your Error reports Below to make it easier for the mod developer to help others and fix any issues that may arise
< >
Showing 1-1 of 1 comments
Princess abby 19 Apr, 2023 @ 10:53pm 
Hey there I really this make but i was not aware of this Error until i died honestly i should of tested the basic foundations of the game as i test all the modded features i'v added so far but in game dying was not one of them which is odd regardless.

This is a strange error i'm no coder or mod developer so you may know whats going on but upon dying my favourite song linken park death music mod seems to make 1 error pop up for the mod buffy role play chat granted this happens in SP but i always test my mods in SP and if works without error giving it 50% green light then i carry it over to my local hosted MP server and test it there to give it 100% green light that it works as intended without any issues at all.

So here is the song mod that plays when dying

Linken Buffy's Roleplay Chat

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2688851521

And i'll let the other mod developer know that his song triggers an error for your mod to see if there can be a fix in the future now i'll paste the error logs that my mod allows me to copy from within the game to paste anywhere for easy error finds down below.

_______________________________________________________________

Buffy Roleplay Chat Error log

`function: ResetLanguages -- file: InvContextLanguageBooks.lua line # 66 | MOD: buffy's roleplay chat
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:1726)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:594)
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.characters.IsoPlayer.OnDeath(IsoPlayer.java:7930)
at zombie.characters.IsoGameCharacter.DoDeath(IsoGameCharacter.java:1525)
at zombie.characters.IsoGameCharacter.DoDeath(IsoGameCharacter.java:1519)
at zombie.characters.IsoPlayer.Kill(IsoPlayer.java:9810)
at zombie.ai.states.PlayerHitReactionState.animEvent(PlayerHitReactionState.java:69)
at zombie.ai.StateMachine.stateAnimEvent(StateMachine.java:259)
at zombie.characters.IsoGameCharacter.OnAnimEvent(IsoGameCharacter.java:4235)
at zombie.characters.IsoPlayer.OnAnimEvent(IsoPlayer.java:9401)
at zombie.core.skinnedmodel.advancedanimation.AdvancedAnimator.OnAnimEvent(AdvancedAnimator.java:264)
at zombie.core.skinnedmodel.advancedanimation.AnimLayer.invokeAnimEvent(AnimLayer.java:211)
at zombie.core.skinnedmodel.advancedanimation.LiveAnimNode.invokeAnimTimeEvent(LiveAnimNode.java:552)
at zombie.core.skinnedmodel.advancedanimation.LiveAnimNode.invokeAnimEndTimeEvent(LiveAnimNode.java:541)
at zombie.core.skinnedmodel.advancedanimation.LiveAnimNode.onLoopedAnim(LiveAnimNode.java:493)
at zombie.util.lambda.Consumers$Params1$CallbackStackItem.accept(Consumers.java:39)
at zombie.core.skinnedmodel.animation.AnimationTrack.invokeListeners(AnimationTrack.java:527)
at zombie.core.skinnedmodel.animation.AnimationTrack.lambda$invokeListeners$0(AnimationTrack.java:535)
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.skinnedmodel.animation.AnimationTrack.invokeListeners(AnimationTrack.java:533)
at zombie.core.skinnedmodel.animation.AnimationTrack.invokeOnLoopedAnimEvent(AnimationTrack.java:547)
at zombie.core.skinnedmodel.animation.AnimationTrack.tickCurrentTimeInternal(AnimationTrack.java:496)
at zombie.util.lambda.Invokers$Params2$CallbackStackItem.run(Invokers.java:91)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71)
at zombie.core.profiling.AbstractPerformanceProfileProbe.lambda$invokeAndMeasure$1(AbstractPerformanceProfileProbe.java:91)
at zombie.util.lambda.Stacks$Params4$CallbackStackItem.invoke(Stacks.java:286)
at zombie.util.lambda.Stacks$GenericStack.invokeAndRelease(Stacks.java:26)
at zombie.util.Lambda.capture(Lambda.java:136)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:89)
at zombie.core.skinnedmodel.animation.AnimationTrack.TickCurrentTime(AnimationTrack.java:435)
at zombie.core.skinnedmodel.animation.AnimationTrack.updateKeyframesInternal(AnimationTrack.java:227)
at zombie.util.lambda.Invokers$Params2$CallbackStackItem.run(Invokers.java:91)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71)
at zombie.core.profiling.AbstractPerformanceProfileProbe.lambda$invokeAndMeasure$1(AbstractPerformanceProfileProbe.java:91)
at zombie.util.lambda.Stacks$Params4$CallbackStackItem.invoke(Stacks.java:286)
at zombie.util.lambda.Stacks$GenericStack.invokeAndRelease(Stacks.java:26)
at zombie.util.Lambda.capture(Lambda.java:136)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:89)
at zombie.core.skinnedmodel.animation.AnimationTrack.UpdateKeyframes(AnimationTrack.java:215)
at zombie.core.skinnedmodel.animation.AnimationTrack.Update(AnimationTrack.java:202)
at zombie.core.skinnedmodel.animation.AnimationMultiTrack.Update(AnimationMultiTrack.java:89)
at zombie.core.skinnedmodel.animation.AnimationPlayer.updateInternal(AnimationPlayer.java:478)
at zombie.GameProfiler.invokeAndMeasure(GameProfiler.java:182)
at zombie.core.skinnedmodel.animation.AnimationPlayer.Update(AnimationPlayer.java:467)
at zombie.core.skinnedmodel.model.ModelInstance.Update(ModelInstance.java:224)
at zombie.core.skinnedmodel.ModelManager$ModelSlot.Update(ModelManager.java:1723)
at zombie.characters.IsoGameCharacter.postUpdateInternal(IsoGameCharacter.java:12148)
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.characters.IsoGameCharacter.postupdate(IsoGameCharacter.java:12063)
at zombie.characters.IsoPlayer.postupdateInternal(IsoPlayer.java:3740)
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.characters.IsoPlayer.postupdate(IsoPlayer.java:3733)
at zombie.MovingObjectUpdateSchedulerUpdateBucket.postupdate(MovingObjectUpdateSchedulerUpdateBucket.java:97)
at zombie.MovingObjectUpdateScheduler.postupdate(MovingObjectUpdateScheduler.java:168)
at zombie.CollisionManager.resolveContactsInternal(CollisionManager.java:411)
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.CollisionManager.ResolveContacts(CollisionManager.java:236)
at zombie.iso.IsoWorld.updateInternal(IsoWorld.java:3502)
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)
`
_______________________________________________________________

Hope This helps in finding the error in question :)
< >
Showing 1-1 of 1 comments
Per page: 1530 50