Crashes when adding blocks
TheDarkLordZ10 opened this issue ยท 10 comments
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- open xray GUI
- Click on "add block" (not hand or looking at)
- scroll or type
- Game crashes
Expected behavior
To be able to add a block to the xray list using the gui
Screenshots
N/A
Minecraft Enviorment
- Minecraft Version: 1.12.2
- XRay Mod Version: 1.12.2-1.5.0
- Forge Version: 14.23.4.2739
Additional context
Tried multiple times and got the same crash.
Pastebin Crash Report
Thanks for the report. I'm looking to fix this. Please download the config from #76 in my first comment back. Could you confirm if this fixes it?
It only happens in Enigmatica 2 Expert, i dont crash with any other pack (as far as i know)
This has not fixed it, i tried that before uploading the issue just in case it worked
Sorry, I read the error wrong. Looks like you are using a pack, could you let me know which pack because the error being called is being called because one of the blocks appears to not have a display name which all of them should have! Damn modders :P
i think i know what mod crashed it, Recurrent complex, when i scroll down it crashed when i got to that mod, but it gave a different crashlog
2nd Crash Log
I am having the same issue with a custom mod pack. The stack trace shows it crashing at com.xray.common.reference.OreInfo.getDisplayName(OreInfo.java:91) but I don't see anything in the crash dump that shows which block does not have a display name. Is there any way to track that down?
Only through added a tighter exception to the list. I'll add a custom logger to allow people to see who hasn't set it.
Should be fixed now. #85