Fabric 1.19.2 Issue
AzureDoom opened this issue ยท 8 comments
Mod Version: 1.3.3
Fabric Version: 0.14.9
Fabric API Version: 0.61.0
Prism Version: 1.0.1
Iceberg Version: 1.0.46
Forge Config API Port: 4.2.6
Issue:
[22:28:22] [Render thread/INFO]: Caught error loading resourcepacks, removing all selected resourcepacks
java.util.concurrent.CompletionException: java.lang.ClassCastException: class net.minecraft.class_5251 cannot be cast to class com.anthonyhilyard.prism.util.IColor (net.minecraft.class_5251 and com.anthonyhilyard.prism.util.IColor are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @21a947fe)
Reverting to 1.2.6 allows the to launch correctly.
Alright, this is good to close now, illusivesoulworks/veinmining#66 is marked as fixed and the new release is working great with Prism and the latest Tooltips!
I've reported this to the mod's author here: illusivesoulworks/veinmining#66
Hopefully we can get it resolved soon.
Could you please post your latest.log from when this crash occurred? It contains some more context that will be helpful tracking this issue down.
Yup, https://gist.github.com/AzureDoom/b21dbfbbcc06b646c354e6cfbb835067#file-gistfile1-txt-L1102
Will just set there and loop until I kill the game.
Very strange, it's taken me a while to track it down but there appears to be an incompatibility with the Vein Mining mod. I am debugging to determine exactly why, but this mod is preventing one of Prism's mixins from applying which is causing the crash. I will let you know when I know more.