#startup crash on 1.20.6
32 messages · Page 1 of 1 (latest)
Can you send the full crash log?
why is it 'failed injection check' instead of 'not found'?
It's just mixins having confusing crash reports
Basically it looked for targets (injection check) and it didn't find any targets (failed)
Ok
Weird, because I just looked in that file and the handler method just doesn't exist
https://github.com/FabricMC/fabric/blob/1.20.6/fabric-lifecycle-events-v1/src/client/java/net/fabricmc/fabric/mixin/event/lifecycle/client/ClientPlayNetworkHandlerMixin.java
https://github.com/search?q=repo%3AFabricMC%2Ffabric hookOnSynchronizeTags&type=code
I can't find hookOnSynchronizeTags anywhere
it exists in my sources
I'll do a fresh clone to see if it's a workspace issue I guess?
It seems to be removed in https://github.com/FabricMC/fabric/commit/109a837c6e49b5cc10cba53936af3fc1dcb53140
-
Bump yarn
-
Fix TagsLoaded event again
-
Resource Loader: internal refactor (name to ID)
-
More refactors
-
Reset ignoreFallDamageAboveY when using custom elytra
-
fix checkstyle
I'll run and see if I get the same error
Okay, I got the same crash
oh it's probably being pulled in by modmenu
yes it was from modmenu
god i hate gradle
sigh. back to porting my screens
thanks for the help!
I got it to not crash
By updating modmenu version to 10.0.0-beta.1 and adding its required fapi modules
yeah I did the exact same thing lol
already did them baybee
I'm struggling with my screens, I'm tired of spruceui so I'm making them vanilla