TechReborn / StevesCarts

A carttastic mod adding a near infinite number of carts possible to the game, through the creation of modular carts.
MIT License
30 stars 25 forks source link

Santa resource breaks global servers #192

Closed Routhinator closed 4 years ago

Routhinator commented 4 years ago

Server is in UTC, user is in PST. Any timezone that is behind UTC and has not passed midnight fails to connect because the santa resource is not loaded unless the client is booted on or after the 30th.

This resource should always be loaded.

16:38:16] [Client thread/ERROR] [FML]: Unidentified mapping from registry minecraft:villagerprofessions
[16:38:16] [Client thread/ERROR] [FML]:     stevescarts:santa: 11
[16:38:16] [Netty Epoll Client IO #0/ERROR] [FML]: Network Disconnect: Fatally missing registry entries
Routhinator commented 4 years ago

Setting the holidays to false and restarting the server and clients also fails to workaround this

SomberDwarf commented 4 years ago

com.google.common.util.concurrent.UncheckedExecutionException: java.lang.IllegalStateException: Recipe minecraft:wooden_door (net.minecraft.item.crafting.ShapedRecipes@847dd5a1) produces unregistered item minecraft:wooden_door (net.minecraft.item.ItemDoor@d04e10e)

clients kicked with this message

mcrewson commented 4 years ago

Disabling the the christmas event in the mod's configuration, both server and client, does not solve this problem.

However, changing the client computers clock to Nov 30, so it is on the same "local" date as the server, allows the client to login.

modmuss50 commented 4 years ago

I didnt even know we had stanta things (or atleast I forgot).

modmuss50 commented 4 years ago

released a new vesion that just stright up disables the easter eggs, If someone actaully wants to play with them please fix them via a PR.

LaysDragon commented 4 years ago

Shouldn't only register entity in holiday It is toooooo easy to break the save file after the holiday if there is any easter egg entity in the world… My server crash due to this implement of Easter egg,not big problem to deal,but I have to say it is not a good way to make a easter egg in mods :(

Tulwean commented 4 years ago

This mod has completely broken my server because of the holiday crap. Now that xmas is over my server is missing the registry for the Santa villager. I do /ftb confirm and my server hangs for 4 plus hours, creating a 100gig plus back up that exceeds my hosts storage space. I cant finished the back up so I cant launch my server.

modmuss50 commented 4 years ago

Update the mod to prevent it happening again.

I wasnt aware that the easter eggs added registry entries, they NEVER should have done that.