Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Labels
enhancement New (or improvement to existing) feature or request loading Related to loading the game

Comments

@Lolothepro
Copy link
Contributor

Lolothepro commented Oct 26, 2023

Oculus discord:
image

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

@Technici4n Technici4n added enhancement New (or improvement to existing) feature or request loading Related to loading the game labels Oct 26, 2023
@Technici4n
Copy link
Member

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.

@XFactHD
Copy link
Member

XFactHD commented Nov 7, 2023

Fixed by neoforged/FancyModLoader#31.

@XFactHD XFactHD closed this as completed Nov 7, 2023
@Lolothepro
Copy link
Contributor Author

I forgot to close it myself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New (or improvement to existing) feature or request loading Related to loading the game
Projects
None yet
Development

No branches or pull requests

3 participants