Sinytra / Connector

A compatibility layer that allows running Fabric mods on NeoForge
https://sinytra.org/docs/connector
MIT License
504 stars 20 forks source link

I'm crashing and I don't know what to do #1162

Closed neaxy0 closed 3 months ago

neaxy0 commented 3 months ago

Minecraft version

1.20.1

Describe the bug

when I try to join the server it crashes and gives this error

Steps to reproduce

  1. I opened the game
  2. Tried to join to server
  3. Crash

Logs

https://gist.github.com/neaxy0/81b2d9e39f45ce99e9278f2a6c5dd55c

Additional context

game gives this error when it crashes

The game crashed whilst unexpected error Error: java.lang.NullPointerException: Cannot invoke "net.minecraft.client.player.LocalPlayer.m21023(net.minecraft.world.effect.MobEffect)" because "this.f109876.f91074" is null

Su5eD commented 3 months ago

Please read the issue template more carefully. For modpack related issues, use the support channel on our discord server.

Before reporting, please ensure that:

  • You've installed a minimal set of mods required to reproduce the issue. Issues with modpacks and excessive amount of mods will not be accepted, as they take a long time to diagnose. Knowing which mods are causing problems allows us to focus on fixing the issue as soon as possible. If you're unsure which mods might be at fault, try using binary search - removing half of installed mods repeatedly until the faulty mod is found.