You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a loading error occurs (ie: bad depency), and Oculus/Iris is present, the error will not be displayed, and the game will crash, blaming Oculus.
#195
Closed
Lolothepro opened this issue
Oct 26, 2023
· 3 comments
Loading error: [main/ERROR] [ne.mi.fm.lo.LanguageLoadingProvider/LOADING]: Missing language kotlinforforge version [1,) wanted by Resourcify (1.20-1.20.1-forge)-1.2.1.jar
Current crash message:
java.lang.IncompatibleClassChangeError: class net.coderbot.iris.gui.option.ShadowDistanceOption cannot inherit from final class net.minecraft.client.OptionInstance
The text was updated successfully, but these errors were encountered:
The problem here is ATs being turned off when a dependency error occurs, but not core mods. Either we should find a way to turn AT back on, or we should find a way to turn off core mods. Personally I'd prefer the latter option.
Oculus discord:
Example with Iris and Forge:
https://mclo.gs/Gho52SG
Loading error:
[main/ERROR] [ne.mi.fm.lo.LanguageLoadingProvider/LOADING]: Missing language kotlinforforge version [1,) wanted by Resourcify (1.20-1.20.1-forge)-1.2.1.jar
Current crash message:
java.lang.IncompatibleClassChangeError: class net.coderbot.iris.gui.option.ShadowDistanceOption cannot inherit from final class net.minecraft.client.OptionInstance
The text was updated successfully, but these errors were encountered: