#Modpack crashing

1 messages · Page 1 of 1 (latest)

tender peak
#

I've tried for hours and I can't figure out what is crashing the game, I spent hours on this modpack and more troubleshooting it and I'm so tired of it and just want to play the game so I would really appreciate if someone can help me

clear nova
#

!!logspls

quiet hollyBOT
# clear nova !!logspls
📄 Please provide logs

Logs are necessary to know what went wrong with your game. Please don't manually copy logs from your launcher to Discord.

Instead, please [follow our guide](#1194471048238874754 message) to upload the correct log file to mclo.gs, so it is easier to review and all the private information is censored.

If your issue is related to a crash, make sure to reproduce it before uploading the log file, since it is cleared every time you start the game.

clear nova
tender peak
clear nova
tender peak
clear nova
tender peak
#

Classic.. :p

#

Let me remove it real quick and test launch

#

There we go!
what a headache.. lol

#

Though, my server is still crashing and I can't seem to upload the crash logs to mclo.gs?

#

so something is still crashing on the server's end and I can't figure out what it is :x

clear nova
#

modrinth server ?

tender peak
#

yeah, it's on the same version

#

fabric 1.21.1

clear nova
#

what happens when you try to upload the crash log to mclogs?

#

or whatever logs are available

tender peak
#

nothing, it just doesn't upload

clear nova
#

thats weird

tender peak
#

I downloaded the file from the server's files and when I try to upload it, nothing happens

clear nova
#

what's the file extension? i wonder if the log is compressed

tender peak
#

it's a .gz file, I actually thought the same thing but when I attempted to extract it, it said there was nothing to extract

clear nova
#

yea, that is a compressed file, just compressed in a way common on Linux

#

If you use a third-party unzipper tool such as WinRAR or 7Zip I think you should be able to decompress it and get the actual log file

tender peak
#

ah, yeah that makes sense because I use windows and have never seen the file extension before

#

Well damn, I tried to unzip and it gives me an error saying it can't

clear nova
#

is that with winrar? You could try 7zip or nanazip

#

I have nanazip on my PC and it works with that

#

another possibility is maybe the file was corrupted when downloading it from the server so you could try redownload just to be safe?

tender peak
#

yeah I'm stumped, I tried 7zip and winzip and got nothing

clear nova
#

id try the redownload in that case

tender peak
#

found out the latest.log is in the folder and just uploaded that

clear nova
#

You might need to downgrade Geckolib, it's a crash between Zigy's Player Animator API and Geckolib.

Zigy's Player Animator API last updated 5 months ago
Geckolib last updated a month ago -> probably made changes that broke the Player Animator API compat

Try version 4.7 of Geckolib and see if that works

tender peak
#

Ohhh, I see.

#

I'll try that

tender peak
#

I'm wondering if it's something else?

clear nova
#

It looks like it’s still Zigy’s Player Animator API that’s causing the crash, you might have to remove that mod and other mods that were depending on it.
If you do remove it then you can probably go back to latest version of Geckolib.

Other option would be removing Geckolib and the mods that depend on it instead

#

seems like an unfortunate conflict between the two mods

tender peak
#

Weird... I can launch the game in singleplayer with both of them installed yet on the server it won't work

tender peak
tender peak
clear nova
tender peak
tender peak
clear nova
#

np! hope we finally fixed it up :)

tender peak
#

I'm not technical at all so I can't read the crashlogs to save my life, I'm grateful that we have people here to help :')

tender peak
#

@clear nova apologies for the ping, but do you know what this mod is? I can't figure it out for the life of me because it doesn't say-

#

uploaded the log just in case it helps

#

it only says "tutorialmod" but there's nothing by that name installed on the server

clear nova
#

This one might be tricky to track down because there's a chance someone making their first mod ever followed a tutorial using the name "tutorialmod" and never changed the name lol

#

This part of the log might help, do you recall any mods you added that add these food items?

#

Once you know which mod it is, I think you'd just need to install it onto the server since right now it's only on the client

tender peak
#

Let me see if I can find it

tender peak
quiet hollyBOT
tender peak
#

I guess they didn't name the mod properly

clear nova
tender peak
clear nova
tender peak
#

Yeah when connecting

clear nova
clear nova
tender peak
#

Hopefully it's not too much of a bother for me to ask you so many questions LOL
I would be so lost without the help

clear nova
tender peak
clear nova
tender peak
clear nova
#

possibly, feel free to send new log

tender peak
clear nova
tender peak
clear nova
tender peak
#

I'm.. pretty sure I do? I can double check

#

Yeah I do, it's version 2.5.8

#

I'm wondering if I did something wrong? am I missing something?

clear nova
tender peak
#

Ohhh, I was thinking about that
I'm not home atm since I'm with family but I will definitely check it when I get home, appreciate you looking for me :')

clear nova
#

np!

tender peak
# clear nova np!

so I'm noticing something really weird.. the accessories mod is showing in my mods list despite not being installed? not sure why..

clear nova
tender peak
#

Ohhh, I see. Should I keep it installed?

#

The only reason I removed it was because I couldn't find any items that fit into the slots

#

but I feel like I might as well just leave it installed if it's embedded by another mod

tender peak
#

I think I'm done and then I run into another crash.. lol

#

when I open the accessories menu, it crashes the server and it shuts down but it doesn't crash in singleplayer?

clear nova
# tender peak https://mclo.gs/nKLeDmh

Looked into this one for a bit, unfortunately I don't have an easy solution to this problem.

The error is very odd here as the code is trying to find something that should exist... but for some reason does not. This "something that should exist" should have been added by the Fabric API, and there doesn't seem to be anything wrong with the version of Fabric API you used.
So my best guess is that one of the mods in your modlist is doing something very weird and unfortunately I wouldn't be able to tell which mod is doing it.

You'll probably need to try the "binary search" method here:
https://support.modrinth.com/en/articles/8792916-debugging-minecraft-crashes#h_d792d394c1
though will be a bit inconvenient as you will need to do this process on both client and server, since the issue only appears once the player connects to the server.

Sorry I can't be of more help here :(

#

information on the problem for any modders that happen to stumble across this thread:

error causing the server to crash is java.lang.NoSuchMethodError: 'boolean net.minecraft.class_3908.shouldCloseCurrentScreen()

class_3908 -> NamedScreenHandlerFactory

This should be added by fabric-screen-handler-api, I don't understand what would have caused it to stop existing aside from a mod doing something weird
https://github.com/FabricMC/fabric/blob/1.21.5/fabric-screen-handler-api-v1/src/main/java/net/fabricmc/fabric/mixin/screenhandler/NamedScreenHandlerFactoryMixin.java
https://github.com/FabricMC/fabric/blob/1.21.5/fabric-screen-handler-api-v1/src/main/java/net/fabricmc/fabric/api/screenhandler/v1/FabricScreenHandlerFactory.java

tender peak