Server Utilities FileNotFoundException - playerdata.dat.tmp not found #18344
Labels
Bug: Minor
Mod: Server Utilities
Status: Ready for Developer
Issue ready for a developer to pick up and implement
Your GTNH Discord Username
Matejko124
Your Pack Version
2.7.0
Your Server
Private Server
Java Version
Java 21
Type of Server
None
Your Expectation
I run my server with Server Utilities on so that it backs up every 30 minutes. It ran without issues on the previous version, 2.6.2.
The Reality
The backup semi-frequently fails to save the world with the following error:
Note that a manual backup does not have this issue, nor does it happen with single-threaded backups enabled. It fails to find any UUID, not just the one listed. Appears to be some sort of race condition where it tries to read the .tmp file instead of .dat file for playerdata. World saves might not be closing correctly.
I am attaching a log file along with the SU config. (Ctrl + F ".tmp")
serverutilities.txt
fml-server-log.txt
Your Proposal
Check if vanilla server saves are paused when backups run. Prevent SU to read said .tmp files.
Final Checklist
The text was updated successfully, but these errors were encountered: