Cracker's Wither Storm Mod

Cracker's Wither Storm Mod

5M Downloads

Witherstorm despawns in server after long period of inactivity.

NightInkGames opened this issue · 17 comments

commented

Whenever we log back onto the server in the morning to play on the server, the witherstorm is not on the horizon, and attempts to /kill it returns "No Entity found". We assume it has despawned. We are forced to OP ourselves and respawn it at phase 5 on 0 0, it is quite inconvenient since we are gonna travel further distances soon. The entity might still exist and just isn't within range, which could cause some issues (namely, extreme lag.)

I stop the server after we end for the day at approx. 2 AM, I start it back up at approx. 2pm.

Any way this can be prevented via. settings or similar?

commented

This is due to the server different from the single game. If you just close a console, server incorrect saves the world, try write in console "stop". It is helps me.

commented

It may still exist but just refuses to load, never had this happen (probably because I leave my servers running). I'll have to take a look. You could check if it exists by doing /witherstormmod chunks get

commented

image

commented
commented

You'll need to execute the command in the overworld, /execute in minecraft:overworld run witherstormmod chunks get

commented

thanks a bunch! I appreciate your investment and communication.

commented

I have shortly after, it returned the same message.

commented

I'm investigating it now. Not sure why this is happening

commented

Okay, I managed to reproduce it

commented

I'm not entirely sure if all of it is related specifically to the mod, I see a few lines where it is, but the server console is throwing some (fatal) errors at me, I'll send them here nonetheless if it helps in any way.

first it throws this at me

[15:29:26] [main/FATAL] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/renderer/GameRenderer for invalid dist DEDICATED_SERVER
[15:29:26] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/GameRenderer (java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/GameRenderer for invalid dist DEDICATED_SERVER)
[15:29:26] [main/WARN] [mixin/]: @mixin target net.minecraft.client.renderer.GameRenderer was not found witherstormmod.mixins.json:IMixinGameRenderer
[15:29:26] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/model/ModelRenderer (java.lang.ClassNotFoundException: null)
[15:29:26] [main/WARN] [mixin/]: @mixin target net.minecraft.client.renderer.model.ModelRenderer was not found witherstormmod.mixins.json:IMixinModelRenderer
[15:29:26] [main/FATAL] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/renderer/GameRenderer for invalid dist DEDICATED_SERVER
[15:29:26] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/GameRenderer (java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/GameRenderer for invalid dist DEDICATED_SERVER)
[15:29:26] [main/WARN] [mixin/]: @mixin target net.minecraft.client.renderer.GameRenderer was not found witherstormmod.mixins.json:MixinGameRenderer
[15:29:26] [main/FATAL] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/shader/ShaderGroup for invalid dist DEDICATED_SERVER
[15:29:26] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/shader/ShaderGroup (java.lang.RuntimeException: Attempted to load class net/minecraft/client/shader/ShaderGroup for invalid dist DEDICATED_SERVER)
[15:29:26] [main/WARN] [mixin/]: @mixin target net.minecraft.client.shader.ShaderGroup was not found witherstormmod.mixins.json:IMixinShaderGroup
[15:29:26] [main/FATAL] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/renderer/BlockModelRenderer for invalid dist DEDICATED_SERVER
[15:29:26] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/BlockModelRenderer (java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/BlockModelRenderer for invalid dist DEDICATED_SERVER)
[15:29:26] [main/WARN] [mixin/]: @mixin target net.minecraft.client.renderer.BlockModelRenderer was not found witherstormmod.mixins.json:IMixinBlockModelRenderer

and then shortly after

[15:29:37] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, {REMOVED BY AUTHOR}]
[15:29:37] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[15:29:37] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[15:29:37] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, {REMOVED BY AUTHOR}]
[15:29:37] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[15:29:37] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [witherstormmod, bowels, new] and [witherstormmod, bowels, entity] with inputs: [new]
[15:29:37] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [witherstormmod, cluster, create, pos] and [witherstormmod, cluster, create, start] with inputs: [^1 ^ ^-5, 0 0 0, ~ ~ ~, ^ ^ ^, ~0.5 ~1 ~-5]
[15:29:37] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [witherstormmod, cluster, create, start] and [witherstormmod, cluster, create, pos] with inputs: [^1 ^ ^-5, 0 0 0, ~ ~ ~, ^ ^ ^, ~0.5 ~1 ~-5]

Hope this helps.

commented

Oh yeah those can be ignored

commented

gotcha

commented

Should be fixed now, I'll get an update pushed out in the next little bit.

commented

Np

commented

thank you! I'll check it out.

commented

image
works! awesome stuff.