some kind of launch crash with GUI
netcore10 opened this issue ยท 2 comments
Describe the Bug
launch crash ```java.lang.NullPointerException: Cannot invoke "net.minecraft.client.render.model.BakedModel.getOverrides()" because "$$6" is null
### Reproduction Steps
I'm not too sure
### Expected Result
launching
### Screenshots and Videos
_No response_
### Crash Report or Log
https://mclo.gs/7JKXOff
### Operating System
windows 11
### Mod Version
0.5.1f
### Minecraft Version
1.20.1
### Other Mods
i launched with create only but somethings off.
### Additional Context
_No response_
You'll need to find which mod is conflicting with create here, do the following
Try a binary search:
The binary search is a way of finding a faulty thing amongst a lot of other things, without having to remove the things one-by-one. This is useful for finding a broken mod among hundreds of mods, without having to spend time testing the mods one-by-one.
The procedure is simple:
- Remove half of the existing things, and put them aside.
- Run the program / game.
- Does the issue still exist?
If YES: Repeat from step 1 with the current things.
IF NO: Swap out the current things with the ones set aside, and repeat from step 1. - Repeat this process until the problematic thing/s have been found.