How to See the Project Zomboid Error Log

Find console.txt and the multiplayer server logs, then capture the useful lines without sharing private paths or unrelated log noise.

Which file should you open?

| Situation | File to check first | | --- | --- | | Single-player game or multiplayer client | console.txt | | Player-hosted co-op server | coop-console.txt | | Dedicated server | server-console.txt | | A support request that needs broader context | logs.zip |

The files are stored in the Project Zomboid user folder, not the Steam installation folder. On Windows that folder is normally %UserProfile%\Zomboid.

Capture a useful error sample

  1. Close Project Zomboid so you start with a clear test.
  2. Launch the game and reproduce the problem once.
  3. Open the matching console file and search for ERROR or STACK TRACE near the time of the failure.
  4. Copy the first relevant trace plus several lines before and after it. Include what you clicked or did when it appeared.
  5. If you ask for help, share the small relevant section or the requested logs.zip, not unrelated personal files.

What to look for

Start with the first trace associated with the failure. Look for a named Workshop item, mod ID, Lua file, Java class, missing resource, database file, port, or memory message. A line containing the word “error” can be harmless context, while the first repeatable stack trace is usually more useful.

Protect private information

Read the excerpt before posting it. Usernames, local folder names, server addresses, and account-related values can appear in diagnostic files. Redact private values without removing the error signature, file name, or surrounding trace.

Sources