Friends unable to join world in new update
SMHShark opened this issue ยท 12 comments
After updating the mod my friends are unable to join they just get stuck on "Joining World"
1.20.1
@SMHShark you can copy and paste your log here https://mclo.gs/ then copy the page link and it will share you log.
Github doesn't allow files bigger than 25mbs and even mclo didn't like it either idk what's up with this log but zipping it got it small enough to post here. Sorry for the confusion and the wait.
do you have serene seasons and snowy spirit installed? If so i'll have a fix out that will resolve this.
If not, i'll need latest.log from one of your friends and the server
I don't have either of those mods and the latest.log is 55mbs big no site I upload it to will allow the whole log
Experienced similar issue as described by OP (log overflowing at login) and removing meadow resolved it.
Edit: bit further testing, didn't crash with just rats + meadow for me, also required Suspicious Zombification to replicate crash. Removing any one of the three seems to allow world to load.
alright this is a super strange issue. Looks like when im caching the mobs for the mob filter, Mooshrooms are throwing an error because someone is injecting a data accessor into cows. I think it may be [Lets Do] Meadow that's causing the issue. Can you try removing that and get back to me about it? If thats the problem I can look into this further, otherwise we'll keep looking.
If that isnt the problem mod send me another latest.log after removing the mod so I can look again
ok thats very good to know, thank you! I'll see whats causing the issue since its been narrowed to those 2 mods
@GizmoTheMoonPig Can also confirm removing meadow with my modlist works. I don't have Suspicious Zombification so let me know whenever you're able to fix it! Thanks.
alright I did some more testing and I'm fairly sure this is an issue with meadow and how they add variants to mobs. If any mod adds a mob that extends the vanilla cow, chicken, or sheep class and they add data accessors this issue will show up. I have no way of preventing this from my end as far as I'm aware, but I did change it so the game will properly crash when opening the mob filter instead of hanging on login.
I would let the people who work on meadow know this is an issue. I don't know a better way to inject data accessors into mobs, but the way they're doing it doesn't work properly. Feel free to link them back to this issue!