Advanced XRay (xray) has failed to load properly
ColinShark opened this issue ยท 4 comments
Describe the bug
When starting up Minecraft, Forge reports that XRay failed to load properly.
This happened with OptiFine 1.16.1 HD U G2 pre10
and Forge 1.16.1 - 32.0.93
.
To Reproduce
Steps to reproduce the behavior:
- Launch Minecraft.
Expected behavior
I would have expected to land in the main menu of the game.
Screenshots
https://i.imgur.com/XDhMJtV.png
Minecraft Enviorment
- Minecraft Version:
1.16.1
- XRay Mod Version:
2.3.1
- Forge Version:
Forge 1.16.1 - 32.0.93
Additional context
I have several other mods in my folder, such as Xaero's Mini- and Worldmap, Giselbaer's Durabilityviewer, Shulker Tooptip. Lastly there's also AppleSkin.
I have pasted my latest.log
over on Pastebin: https://pastebin.com/raw/zAE90465
Basically Forge updated their EventBus system to actually error check events configured to the wrong Event Bus. I wasn't the original implementor of the code that caused the crash so I never thought to make sure it was the right event... Now I've moved it onto the right event bus it's no longer causing the game to crash. The only way for me to have been able to tell would have been to investigate the issue but I never knew it was one until today ๐
Edit: thanks for an excellently composed issue btw โค๏ธ