Jump to content

Forums

  1. News & Announcements

    1. News

      Blog posts, interesting news, and forum announcements.

      5.2k
      posts
  2. Project Zomboid

    1. PZ Updates

      Patch notes and announcement threads for PZ builds.

      23.2k
      posts
    2. General Discussions

      Just the general place to natter about zombie apocal-em-upse, Project Zomboid.

      68.6k
      posts
    3. Bug Reports

      Bugs go here. Please save us the time to translate all the posts in different languages and post them in English instead.

      36.4k
      posts
    4. PZ Support

      For any problems about purchasing, the actual running of the game, crash reports, etc.
      Bug reports go here (click).

      31.2k
      posts
    5. 23.3k
      posts
    6. 8.7k
      posts
    7. PZ Suggestions

      Got things you want to see in PZ? Post here! Tip: search to see if there's already an existing thread.

      57.6k
      posts
  3. PZ Modding

    1. Tutorials & Resources

      The place to learn and gather everything you could need for modding PZ!

      2.5k
      posts
    2. Mods

      Anything that alters gameplay mechanics or the UI and doesn't fit into the other categories.

      18k
      posts
    3. Items

      Weapons, food, recipes, clothes. All the items you need (or not) for survival.

      9.7k
      posts
    4. Mapping

      Visit exotic places.

      8.5k
      posts
    5. Mod Ideas and Requests

      For the creative minds and everyone else.

      2.8k
      posts
  4. General Games Development

    1. Indie Scene

      Talk about the Indie scene, promote your work, and get feedback about all aspects of game development!

      2.3k
      posts
  5. Other Discussions

    1. General Discussion

      Talk about anything you like!

      21.6k
      posts
    2. Forum Games & Activities

      Relax with some good ol' fashioned forum tomfoolery and creative fun!

      9.3k
      posts
  • New Topics

  • 2790 The Ultimate Question!

    1. 1. Which is better: pancakes or waffles?


      • PANCAKES
      • WAFFLES

  • Posts

    • Build: 42.19.0 — 1aa820d7bb66c4e55513cae04022bdacdac5b34e (2026-06-01) Mode: Dedicated server (client → server command path) Severity: Low (debug-only tool), but the action is fully broken — nothing gets added. Summary The in-game debug option that fills a FluidContainer (e.g. a rain barrel) with water throws a RuntimeException server-side. addFluidDebug passes the fluid as a Java String ("Water") to FluidContainer:addFluid(...), but the exposed Java method has no overload taking a String — it expects a FluidType. Kahlua's MultiLuaJavaInvoker cannot resolve an overload, so the call aborts and the container is left untouched. Steps to reproduce 1. Start a dedicated server with debug enabled; join as a client. 2. Place/select a rain barrel (any FluidContainer). 3. Use the debug menu to fill it with water. 4. Server throws; the container is not filled. Expected: container is filled with fresh water. Actual: RuntimeException, nothing added. Server stack trace ERROR: General  Lua(Vanilla).addFluidDebug> Exception thrown java.lang.RuntimeException: No implementation found for function: addFluid(class zombie.entity.components.fluids.FluidContainer [component: FluidContainer],class java.lang.String Water)) at MultiLuaJavaInvoker.call(MultiLuaJavaInvoker.java:113). se.krka.kahlua.integration.expose.MultiLuaJavaInvoker.call(MultiLuaJavaInvoker.java:113) se.krka.kahlua.vm.KahluaThread.callJava(KahluaThread.java:177) Lua(Vanilla).addFluidDebug(ClientCommands.lua:304) Lua(Vanilla).OnClientCommand(ClientCommands.lua:1253) ... zombie.network.GameServer.receiveClientCommand(GameServer.java:2429) zombie.network.GameServer.mainLoopDealWithNetData(GameServer.java:1606) zombie.network.GameServer.main(GameServer.java:905) Root cause At ClientCommands.lua:304, addFluidDebug calls FluidContainer:addFluid(<container>, "Water") with the fluid as a String literal. The Java-exposed FluidContainer.addFluid(...) signatures take a FluidType (e.g. FluidType.Water), not a String, so no overload resolves → "No implementation found". The debug command is dispatched client → server (OnClientCommand → addFluidDebug), so it fails on the server. Suggested fix Pass a FluidType rather than a string in addFluidDebug, e.g. container:addFluid(FluidType.Water, amount) — or resolve the fluid name to a FluidType via the fluid registry before the call. Worth auditing other debug helpers that may still pass fluid names as strings. Notes Reproduced through the standard OnClientCommand → addFluidDebug path. Our server runs a few mods (PSR/PFR/PIP/OrgCatFix); none appear in the stack — the trace is pure Lua(Vanilla), so this is not mod-related.
    • Some new crashes. I changed the minimum and maximum ram usage to 6Gb and 8Gb in the ProjectZomboid64.json and at first it looked like the crashes stopped in game, but i got new ones today and yesterday on startup or 5 mins after loading my save. Im putting them there in case it can help.
    • Version: [42.19.0 ] Mode: [Singleplayer] Server settings: [N/A] Mods: [None] Save: [New Save] Reproduction steps:         1. Equip long gloves.         2. Walk througth bush cause long gloves damage with hole on it.         3. Fix it with needle、thead and rag.         4. Repeat step 2~3, then long gloves auto drop on floor  wth boeken status.          5. Pick it up, fix it with needle、thead and rag, euqip it again.         6. Repeat step 2~5 , then long gloves auto drop on floor with condition bar empty.         7. Can't pick it up T T. screen record
    • i notice that's am XBox controller. don't forget the Playstation style controllers
    • On the new unstable patch, when I try to update the mods used for a MP server using the Host option in the main title screen the mods don't update when I add new mods. I haven't tried removing mods out of fear they would be impossible to put back. When creating a new server setting, none of the mods except for 1 loads properly. The solution found here: https://steamcommunity.com/app/108600/discussions/0/3198115500363908004 and I tried to re-sub to all my mods.
×
×
  • Create New...