Cresh report
Chinkrask opened this issue ยท 10 comments
Describe the bug
The game is uncapable of loading completely and crashes before the main menu.
To Reproduce
Steps to reproduce the behavior:
- Open the game launcher using CurseForge with the profile that has been attached to this post at the bottom.
- Login with you Microsoft account.
- Press the "Play button".
- Wait until it happens.
Expected behavior
The game should open without issues.
Screenshots
If applicable, add screenshots to help explain your problem.
Required informations (please complete the following information):
- Mod version: 1.19.2 - 8.2.6
- Mod Loader: Forge - 43.1.1
Additional context
According to the crash screen, it has relations with entities. I have know knowledge on this, so I can only especulate that has something to do with dying due to the "LivingChangeTargetEvent".
a.zip
Something I forgot to mention is that I did deleted the configuration files for Traveler's Backpack
having this same issue on a forge 1.18.2 server. Using forge 40.1.80, had to jar fix this file to get the server operational at all but my understanding is that "sometimes it be like that". The mod works as expected and without error in single player worlds.
Exact error is as follows:
Failure message: Traveler's Backpack (travelersbackpack) has failed to load correctly java.lang.NoClassDefFoundError: net/minecraftforge/event/entity/living/LivingChangeTargetEvent Mod Version: 7.1.14
having this same issue on a forge 1.18.2 server. Using forge 40.1.80, had to jar fix this file to get the server operational at all but my understanding is that "sometimes it be like that". The mod works as expected and without error in single player worlds.
Exact error is as follows:
Failure message: Traveler's Backpack (travelersbackpack) has failed to load correctly java.lang.NoClassDefFoundError: net/minecraftforge/event/entity/living/LivingChangeTargetEvent Mod Version: 7.1.14
This was resolved by downgrading/reverting the server's mod version to 7.1.13. The client still uses mod version 7.1.14 when connecting to the server but this has not produced any additional errors. I didn't end up trying to upgrade to forge version 40.1.84 but I will continue this thread if I do so and can confirm or deny that solution.