Project Zomboid

Project Zomboid

CDDA Zomboids
 This topic has been pinned, so it's probably important
DETOX  [developer] Mar 4, 2023 @ 2:28am
Bugs
please report the errors here
< >
Showing 1-15 of 17 comments
DETOX  [developer] Jul 13, 2024 @ 12:35am 
All bugs have been removed and moved to "fixed list"
myong Nov 2, 2024 @ 5:42pm 
`attempted index: canSpawn of non-table: null
function: CDDA_UpdateZombie -- file: CDDAZombies.lua line # 220 | MOD: Cataclysm: dark days ahead - Core
function: CDDA_ZombieUpdate -- file: CDDAZombies.lua line # 1121 | MOD: Cataclysm: dark days ahead - Core
java.lang.RuntimeException: attempted index: canSpawn of non-table: null
at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1689)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:492)
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.IsoZombie.updateInternal(IsoZombie.java:2342)
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.IsoZombie.update(IsoZombie.java:2219)
at zombie.MovingObjectUpdateSchedulerUpdateBucket.update(MovingObjectUpdateSchedulerUpdateBucket.java:79)
at zombie.MovingObjectUpdateScheduler.update(MovingObjectUpdateScheduler.java:162)
at zombie.iso.IsoCell.ProcessObjects(IsoCell.java:2955)
at zombie.iso.IsoCell.updateInternal(IsoCell.java:5750)
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:667)
at zombie.GameWindow.mainThread(GameWindow.java:495)
at java.base/java.lang.Thread.run(Unknown Source)
`
DETOX  [developer] Nov 3, 2024 @ 2:56am 
Originally posted by myong:
`attempted index: canSpawn of non-table: null
function: CDDA_UpdateZombie -- file: CDDAZombies.lua line # 220 | MOD: Cataclysm: dark days ahead - Core
function: CDDA_ZombieUpdate -- file: CDDAZombies.lua line # 1121 | MOD: Cataclysm: dark days ahead - Core
java.lang.RuntimeException: attempted index: canSpawn of non-table: null
at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1689)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:492)
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.IsoZombie.updateInternal(IsoZombie.java:2342)
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.IsoZombie.update(IsoZombie.java:2219)
at zombie.MovingObjectUpdateSchedulerUpdateBucket.update(MovingObjectUpdateSchedulerUpdateBucket.java:79)
at zombie.MovingObjectUpdateScheduler.update(MovingObjectUpdateScheduler.java:162)
at zombie.iso.IsoCell.ProcessObjects(IsoCell.java:2955)
at zombie.iso.IsoCell.updateInternal(IsoCell.java:5750)
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:667)
at zombie.GameWindow.mainThread(GameWindow.java:495)
at java.base/java.lang.Thread.run(Unknown Source)
`

i may have fixed the issue i will upload the update later this day :) , thx for the report
HuntHost Nov 16, 2024 @ 8:58pm 
the police zombies when shoot walk in place ignoring the player and then when hit, they disappear
Last edited by HuntHost; Nov 16, 2024 @ 10:16pm
DETOX  [developer] Nov 17, 2024 @ 1:31am 
Originally posted by HuntHost:
the police zombies when shoot walk in place ignoring the player and then when hit, they disappear

Pz issue after reload chunk they will respawn
Gen Dec 10, 2024 @ 12:38pm 
It says the files dont match the servers , but i downloaded it from the server itself?
DETOX  [developer] Dec 11, 2024 @ 2:24am 
Originally posted by Gen:
It says the files dont match the servers , but i downloaded it from the server itself?
This issue comes from pz not the mod, every other mod experience this type of issue, enable it in sp and mp side and try it if it doesnt work look for the files and delete the mod in workshop
Peeper May 16 @ 3:01am 
Not sure if it's others mod problem our this. But game likes to lag for 0.5 second or so when it suddenly needs to "draw" for me more than 10 zombies and everytime i run fast/ride i get microlag for some time and 1 core of my CPU gets loaded for 100%. Is this okey? I know how zomboid is awfully coded, so i'm just asking. Without CDDA everything runs+- normally.
Gotta mention that i've got all 3 CDDA mods activated as my friend said to.
Last edited by Peeper; May 16 @ 3:04am
DETOX  [developer] May 19 @ 9:30pm 
Originally posted by Peeper:
Not sure if it's others mod problem our this. But game likes to lag for 0.5 second or so when it suddenly needs to "draw" for me more than 10 zombies and everytime i run fast/ride i get microlag for some time and 1 core of my CPU gets loaded for 100%. Is this okey? I know how zomboid is awfully coded, so i'm just asking. Without CDDA everything runs+- normally.
Gotta mention that i've got all 3 CDDA mods activated as my friend said to.
Itq the drawing system that causes lag like that, it happens to all devices.
Adi Jun 24 @ 6:33am 
In multiplayer, there seems to be quite a bit of desync related to this mod. In particular, if one client thinks a grabber grabbed another player, and that player wasn't actually grabbed, they're still simulated with the grabber speed debuff, which completely messes up the client synchronization and can result in someone being an entire screen away from where they appear to be
DETOX  [developer] Jun 24 @ 9:06am 
Originally posted by Adi:
In multiplayer, there seems to be quite a bit of desync related to this mod. In particular, if one client thinks a grabber grabbed another player, and that player wasn't actually grabbed, they're still simulated with the grabber speed debuff, which completely messes up the client synchronization and can result in someone being an entire screen away from where they appear to be
Hosted stuff always bugs out, in my experience MP DS is the way to play this mod, i didnt have any issues for months do note that this mod has a calculation and sync fonction that tries to sync the type for all players. lag is always bound to be.
Adi Jun 24 @ 5:23pm 
I'm playing on a dedicated server @DETOX
this is happening basically every hour, if not more frequently than that
Last edited by Adi; Jun 24 @ 5:25pm
DETOX  [developer] Jun 24 @ 10:12pm 
Originally posted by Adi:
I'm playing on a dedicated server @DETOX
this is happening basically every hour, if not more frequently than that
As i told you the fonction that tries to sync zombie types is laggy since i cant remove what is already spawned and died offscreen see it as a table that starts to pile up for each zombie detected by a player it register them

In the future i will see if there is more simpler way to make zed types without impacting lag that leads to desync
Hi, I`m not sure if this a bug or a compatibility problem with some mod. The Blacksmith profession seems broken. It does not give any XP boost or level in BlackSmith. I tested this in MP and SP with Blacksmith41 (Workshop ID: 1997530421) and S4BlackSmith_Main (Workshop ID: 3364946887). Am I using the wrong mods or might this be a bug?
DETOX  [developer] Jul 2 @ 9:47pm 
Originally posted by Dr.Gonzo:
Hi, I`m not sure if this a bug or a compatibility problem with some mod. The Blacksmith profession seems broken. It does not give any XP boost or level in BlackSmith. I tested this in MP and SP with Blacksmith41 (Workshop ID: 1997530421) and S4BlackSmith_Main (Workshop ID: 3364946887). Am I using the wrong mods or might this be a bug?

They are using a diffrent variable to register the blacksmith occupation maybe mine uses the vanilla one to load exp for Blacksmith
< >
Showing 1-15 of 17 comments
Per page: 1530 50