[1.15.2] Null Pointer Exception Crash on Modpack Load up.
dreckz opened this issue ยท 1 comments
Environment And Mod Information:
- Minecraft Version: 1.15.2
- Forge Version: 31.1.1
- Doggy Talents Version: 1.15.2.1
- Java Version: 1.8.0_51
- Operating System (OS): Windows 10 (amd64) version 10.0
Logs
latest.log
crash-2020-02-10_17.20.18-client.txt
Issue Description:
Upon starting the loadup of the modpack, it crashes due to a null pointer exception from DoggyTalents
Steps to reproduce:
- Load up mod pack
- Modpack Initializes
- Crash
This is related to #194 . This is not actually doggytalents causing the crash but another mod failing to load meaning that some events are not fired causing doggytalents to also crash.
You have mods that are targeting 1.15.1, which if they have config files, are not compatible 1.15.2 forge as there was a binary breaking change with config events. I suggest removing/updating all 1.15.1 and this should resolve the issue.