The Bumblezone (Quilt/Fabric)

The Bumblezone (Quilt/Fabric)

11M Downloads

[1.21] Players cannot join servers that has the bumblezone installed

NielsPilgaard opened this issue ยท 4 comments

commented

๐Ÿ‘‹

I re-added the Bumblezone, the server was able to start which was nice, but I was unable to join it. I get thrown out to the main menu a few seconds after trying to join.

relevant exert: https://gist.github.com/NielsPilgaard/bf559f23e8acfad74ad2eed262dc2acc
latest.log: https://gist.github.com/NielsPilgaard/5c6dcf2f8bbfefd509195bcbdf014b52

commented

I am able to connect to a server with bumblezone on
image

Reading your logs, I don't see how Bumblezone comes into play. I do see this
TRANSFORMER/[email protected]/it.hurts.sskirillss.relics.system.casts.handlers.CacheHandler.onPlayerTick(CacheHandler.java:26)

Is Relics mod doing anything special? Have you reached out to them with this log?

commented

Yep. Not a Bumblezone issue. Relics is using a clientside class directly in common code. This will always crash servers.
https://github.com/SSKirillSS/relics/blob/d0e2196ce6c7139b61acac9c799548db43b8366c/src/main/java/it/hurts/sskirillss/relics/system/casts/handlers/CacheHandler.java#L26

They need to switch to doing !level.isClient() check as that's safest
@SSKirillSS heads up, this is coming your way

commented

Oh I see, sorry for the wrong report, and thank you for helping regardless ๐Ÿ˜Š

commented

Closing here since I am moving this issue report to Relic: SSKirillSS/relics#144