#please help me identify what line is causing the crashes when creating world
1 messages · Page 1 of 1 (latest)
like are these lines the problem
LOG : Lua f:0, t:1771701186789> : Initializing Randomized World Tabletop Clutter Tables
WARN : Lua f:0, t:1771701187096> LuaManager.RunLua > recursive require(): C:/Program Files (x86)/Steam/steamapps/common/ProjectZomboid/media/lua/server/WorldGen/WorldGen.lua
WARN : Lua f:0, t:1771701187848> LuaManager.RunLua > recursive require(): C:/Program Files (x86)/Steam/steamapps/common/ProjectZomboid/media/lua/server/WorldGen/WorldGen.lua
WARN : Lua f:0, t:1771701187860> LuaManager.RunLua > recursive require(): C:/Program Files (x86)/Steam/steamapps/common/ProjectZomboid/media/lua/server/WorldGen/WorldGen.lua
WARN : Lua f:0, t:1771701187872> LuaManager.RunLua > recursive require(): C:/Program Files (x86)/Steam/steamapps/common/ProjectZomboid/media/lua/server/WorldGen/WorldGen.lua
WARN : Lua f:0, t:1771701187882> LuaManager.RunLua > recursive require(): C:/Program Files (x86)/Steam/steamapps/common/ProjectZomboid/media/lua/server/WorldGen/WorldGen.lua
WARN : Lua f:0, t:1771701187882> LuaManager.RunLua > recursive require(): C:/Program Files (x86)/Steam/steamapps/common/ProjectZomboid/media/lua/server/WorldGen/attachments/Priorities.lua
If you have issues with mods, try disabling them one by one or in batches to figure out which specific mod is causing the problems.
Do it on a new save to to prevent any issues on your current playthrough as removing mods can cause items to be permanently deleted.
After you find out which mod is problematic, consider reporting the problem to the mod creator on their workshop page.
Console logs will rarely point to specifc mod errors
But if they do, you have to search for "STACK TRACE" in the log
The ones you listed do not do anything bad, they are just warnings, not errors
ok then no idea why my game is crashing? i recently also got this one
ERROR: General f:0, t:1771703370859> RenderThread.logGLException > OpenGLException thrown: Out of memory (1285)
here a bit more
Just means you ran out of video memory afaik, can be caused by mods, or your GPU not being good enough
Best to do what Serious Spiffo says
Ok thanks I'll see what I can do maybe it's a drivers issue
I would love to learn about analyzing logs, could you just tell me what type of errors can cause crashes ? Besides the stack trace one
There are various ones, usually with crashes you also want to look at the “hs_err_pid” files found in your main game folder “Steam\steamapps\common\ProjectZomboid” for further info
The memory one is usually related to Vram or more rarely actually running out of RAM
Sound issues can cause crashes if you see "fmod" right before the crash
Graphics card issues can cause crashes if you see anything OpenGL related before the crash
Thanks
@deep forum can I send my hs_err_pid here for you to look at? Will that help pinpointing what's the problem
It can if it is an error that generates one
here you go
Does imply a graphics issue, but it just specifies that it is of a graphic nature, not what caused it
Could be from mods triggering a graphical glitch, could be from a driver issue in your GPU
Best to check removing all mods first
and if it does still happen without mods?
could it be from using a resolution thats not my pcs
If it happens without them, I would suggest updating your graphic drivers to the latest version and doing a clean reinstall of them
For Nvidia, you select the "Clean Install" option during the install process for that
I have not come across that, but I would not rule it out
Why are you using an unsupported resolution?
i was using a smaller res so it would cause less load on my graphics card since i have many texture mods
could this error cause crashes?? ERROR: Multiplayer f:0, t:1771706705232> PacketTypes$PacketType.<init> > The AnimalPacket class doesn't have PacketSetting attributes
ERROR: Multiplayer f:0, t:1771706705236> PacketTypes$PacketType.<init> > The AnimalEventPacket class doesn't have PacketSetting attributes
or this one ERROR: General f:0, t:1771706746706> ImportedSkeleton.collectBoneFrames > Could not find bone index for node name: "Body"
ERROR: General f:0, t:1771706746707> ImportedSkeleton.collectBoneFrames > Could not find bone index for node name: "Body"
ERROR: General f:0, t:1771706746744> ImportedSkeleton.collectBoneFrames > Could not find bone index for node name: "Body"
No
my game starts loading a new world and then it just shuts down
You still have mods loaded
Please disable all of them, then retry
i did
i know its a mod issue, i was just hoping something in the logs would point me in the right direction
can the missing templates for vehicles be causing the crashes?
Usually not, at this point you would likely have found the issue several times by just following what spiffo said
Instead of trying to do the impossible