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

Neoforge really supported? #530

Open
oxodao opened this issue Sep 6, 2024 · 1 comment
Open

Neoforge really supported? #530

oxodao opened this issue Sep 6, 2024 · 1 comment
Labels

Comments

@oxodao
Copy link

oxodao commented Sep 6, 2024

Hi,

I was wondering if neoforged was really supported ? I've seen this commit b5fe175 but it doesn't look like it works on my end (1.21 though):

The game is running. Please wait.
Exception in thread "main" java.lang.module.ResolutionException: Modules org.apache.logging.log4j.slf4j and org.apache.logging.log4j.slf4j2.impl export package org.apache.logging.slf4j to module net.neoforged.mergetool.api
	at java.base/java.lang.module.Resolver.resolveFail(Resolver.java:900)
	at java.base/java.lang.module.Resolver.failTwoSuppliers(Resolver.java:814)
	at java.base/java.lang.module.Resolver.checkExportSuppliers(Resolver.java:735)
	at java.base/java.lang.module.Resolver.finish(Resolver.java:380)
	at java.base/java.lang.module.Configuration.<init>(Configuration.java:139)
	at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:493)
	at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:297)
	at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:196)
	at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69)
Process ended with code: 1

I have been using SKCraft for a long time so I don't think I'm doing something wrong though it might still be the case.

I've downloaded NeoForge from here selecting the 1.21.0 version and putting it in loaders as I've always done for Forge.

I'm running Java 21.0.3 since 17 is no longer supported on MC1.21, maybe this is related ?

@hedgehog1029
Copy link
Member

It's very possible that a new step was added to the Neoforge installer in 1.21 that the launcher doesn't implement yet - I'll have to take a look. That error implies they've started doing some Jigsaw module stuff...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants