RobertSkalko/Library-of-Exile

Database line 27 ("Restoring registry backup...") Getting called on multiplayer server

Opened this issue · 1 comments

you can install Kaleidio's Battle Pack 1.16.5 5.4.0 or later to find this issue.

Something in the pack from the first 2 letters of alphabet list of mods in the pack is causing this message to appear.

If a player joins the server, the first player to join will cause this message to appear just behind the next line of actual log.

additionally, this logger is not wrapped by System.out, so it causes it to never show up in latest.log, but it does on the command prompt or pterodactyl multiplayer panel.

Here's an example of what prints in the console before it shows up (note, you will not find this in any latest.log, only a multiplayer server console, and it only fires when a player is joining)

[22Nov2023 19:16:37.366] [Server thread/INFO] [STDOUT/]: [com.robertx22.library_of_exile.registry.Database:unregisterInvalidEntries:72]: Starting Age of Exile Registry auto validation.
[22Nov2023 19:16:37.366] [Server thread/INFO] [STDOUT/]: [com.robertx22.library_of_exile.registry.Database:unregisterInvalidEntries:88]: All Age of Exile registries appear valid.
[22Nov2023 19:16:41.030] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 3614ms or 72 ticks behind
[22Nov2023 19:19:46.196] [User Authenticator #1/INFO] [net.minecraft.network.login.ServerLoginNetHandler/]: UUID of player KaleidioPlays is

I will binary search for the exact incompatible mod later if you desire.