Infinite loading time when Indium is installed
remidu64 opened this issue ยท 5 comments
Whenever Indium is installed and i try to load the game, the loading bar just goes back and does that forever.
Here is a video of the game loading with Indium installed
the version used is 1.17 with fabric loader 0.11.6 if i remember correctly
ok here it is
latest.log
btw i just checked my fabric loader version and its 0.11.6
This looks like an issue with CTMF, not Indium; see the stack trace of the crash:
Caused by: java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1584) ~[?:?]
at java.util.HashMap$EntryIterator.next(HashMap.java:1617) ~[?:?]
at java.util.HashMap$EntryIterator.next(HashMap.java:1615) ~[?:?]
at team.chisel.ctm.client.handler.CTMModelsAddedCallbackHandler.onModelsAdded(CTMModelsAddedCallbackHandler.java:39) ~[ctm-fabric-0.5.0+1.17.jar:?]
at team.chisel.ctm.client.event.ModelsAddedCallback.lambda$static$0(ModelsAddedCallback.java:18) ~[ctm-fabric-0.5.0+1.17.jar:?]
at net.minecraft.class_1088.handler$bnb000$onFinishAddingModels(class_1088.java:2116) ~[intermediary-fabric-loader-0.11.6-1.17.jar:?]
...