Serene Seasons

Serene Seasons

53M Downloads

Game crashes due to negative time

Nubidubi23 opened this issue ยท 7 comments

commented

Crash log : https://pastebin.com/1qvLxf8Z

Tried editing the SeasonCycleTicks value with NBTexplorer but that wasn't it , removing the config didn't work either

commented

So far the only people that have reported this issue have all been using the Better Minecraft modpack

Send everyone screaming at me. I fucked up when I changed some code in one version/added some sleep configs with my morpheus compat and that pack updates mods fairly frequently >>> Harvest-Festival/Simply-Seasons@c35caee#diff-98dc2a66f822211db20556660b55ee9014d2b98f544da2b0b427b39a5cb8f36dL27

(Folks using the pack either remove my mod or morpheus to prevent it in the future until the pack either updates my mod or removes it :P, although would have to fix the world time with nbt editor i assume too to sort it now)

commented

Send everyone screaming at me. I fucked up when I changed some code in one version/added some sleep configs with my morpheus compat and that pack updates mods fairly frequently >>> Harvest-Festival/Simply-Seasons@c35caee#diff-98dc2a66f822211db20556660b55ee9014d2b98f544da2b0b427b39a5cb8f36dL27

I'm not quite sure I understand what you linked, or how that relates to Serene Seasons/the Better Minecraft modpack lol

commented

Wait what the hell...? They included BOTH Serene Seasons and Simply Seasons in the modpack...

Yeah, I think this can be closed at this point.

commented

I'm not quite sure I understand what you linked, or how that relates to Serene Seasons/the Better Minecraft modpack lol

I was accidentally setting the time to (the current time + the current time + the next day) with morpheus so it would overflow and cause the negative time. (Had to add support because morpheus doesn't wake players up after sleeping automatically and my mod changes the day length based on the season). (Mod is in that pack that's why it's relevant :P). (There's no issue with using both since I use your seasons if it's there).

commented

Same thing happened to me on my dedicated server. I'm not able to relaunch the server at all. Getting the same crash log. Playing the modpack "Better Minecraft [PLUS]".

commented

So far the only people that have reported this issue have all been using the Better Minecraft modpack, and nothing in the mod has changed within the past 7 months or so that would cause this. You may need to report the issue to them as well, as right now they're the common denominator with this.

Likewise, if you are doing something like /time add 9999d, as someone else who had the same issue did, do not do this. You are going past the max integer value, and while yes, we can probably add a check for this, doing something like this is deliberately screwing up your own world.

commented

Copy that! Thank you!