-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Problem
After Abiotic Factor Hotfix 1.0.0.21184 was released on 29 Sept. 2025, my server stopped appearing in the in-game server browser. Attempting to connect directly to the server by IP address failed with error "Hawking", and a message indicating that the server needed to be updated. I checked my docker-compose.yml file and confirmed that AutoUpdate=true was set in the environment section of the configuration, then restarted the container. The issue persisted.
Troubleshooting Performed
I established a shell session with docker exec -it <abiotic_container_name> /bin/sh, then executed the following in an attempt to update the server manually:
steamcmd
> force_install_dir /server
> login anonymous
> app_update 2857200 validate
This failed with Error! App '2857200' state is 0x6 after update job.
Workaround
I renamed the server's gamefiles directory and restarted the container again. After doing this the server reappeared in the in-game browser, and I was able to connect without issue.