I am writing to ask for help with an issue I am experiencing in Don't Starve Together. Currently, I am completely unable to enter the game. Every time I try to "Resume World", the connection fails during the loading screen, and I receive a message saying it cannot connect to the local server.
I attempted to roll back the world, but the problem persists. I would really appreciate any help or troubleshooting steps you can provide to resolve this. Thank you!
Best,W
The master log shows the sequence of events that triggered this edge-case crash:
-
The Attack: A Deciduous Root (spawned by a Poison Birchnut Tree) performed an area attack (
deciduous_root.lua). -
The Kill: Your Armored Bearger took damage from this root and died.
-
The Trigger: Because the mutated boss was defeated, the game tried to run
SetMutationDefeatedto signal that the fight was over. -
The Crash: This triggered
Trigger Wagstaff Appearanceso Wagstaff could show up and do his cinematic event. However, due to a bug in Klei's code—likely related to a non-player entity (the tree root) landing the killing blow—the game failed to properly reference the Wagstaff entity. It returned anil(non-existent) value, causing the server to crash immediately.
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now