Crash when looking up the use for Condensed Blood in JEI.
SephirothWS opened this issue ยท 7 comments
Issue type:
- ๐ Bug
Short description:
Looking up the uses of Condensed Blood in JEI crashes the client.
Steps to reproduce the problem:
- ... Search JEI for Condensed Blood
- Mouse Over Condensed Blood in JEI's listing
- Press U on the keyboard to look up what its used in.
- ???
- Profit.
Expected behaviour:
JEI would display what Condensed Blood can be used for.
Versions:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_301, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3534355088 bytes (3370 MB) / 7121928192 bytes (6792 MB) up to 7635730432 bytes (7282 MB)
CPUs: 16
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx8192m
FML: 36.1
Forge: net.minecraftforge:36.1.65
EvilCraft: EvilCraft-1.16.5-1.1.6
Log file:
That's a first...
Probably shouldn't be creating immutable lists in places like this: https://github.com/CyclopsMC/EvilCraft-Compat/blob/master-1.16/src/main/java/org/cyclops/evilcraftcompat/modcompat/jei/bloodinfuser/BloodInfuserRecipeJEI.java#L85-L89
EvilCraft compatibility with other mods. Contribute to CyclopsMC/EvilCraft-Compat development by creating an account on GitHub.
Actually, that should be mutable...
@SephirothWS I see you have a bunch of other mods installed. So chances are big that another mod is causing the problem. Could you try again without any other mods installed?
Can't load up the mod just on its own because it complains about requiring some cyclopscore mod. I miss when mods didn't need multiple jars to operate.
That said, an instance with just JEI, CyclopsCore and Evilcraft does NOT crash when looking up the uses of condensed blood. So ... guess its down to figure out what mod is causing the incompatibility here.
e: Trying to enable mods one by one on my list and getting extremely frustrated with mods that need multiple jars as I'm loading the instance and getting screen about mods whining some stupid coremod isn't installed. ... Its something I don't have the patience to wade through, so I am not sure which mod is causing this problem. So what I have done is cleared the logs directory, caused the crash and I am attaching it here.
@rubensworks Cool, glad the issue is closed. Do you have any idea what is causing the crash or is that up to me to find the cause?