-
-
Notifications
You must be signed in to change notification settings - Fork 247
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
Problem with some mods #1011
Comments
sadly this issue has been around since arc1.19.2 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This reverts commit 1cf5eb2.
still happen in newest neoforge 1.21.1 nightly build |
@InitAuther97 would you like to fix it? |
The solution for this is WIP. Thanks for your feedback :) |
* fix forge JIJ locator; support forge transforming BucketItem.fluid * fix forge crashing GameTest * Fix duplicated dependencies causing module resolution failure; Fixes #1011 * Fix forge launch crashing! * Remove redundant injection. * Move forge injection to corresponding bootstrap class * Move forge injection to corresponding bootstrap class * Add a check to avoid possible redundant modification of ModDiscoverer * We don't need to check since ModBootstrap won't run in application bootstrap mode
I have confirmed that ...
Arclight version
1.19.2.1.0.2
OS & Java versions
Centos 7 - Java 17
Plugins and Mods
Description
The server does not load using some mods, for example SecurityCraft, blue_skies, botarium, the error log says:
java.lang.module.ResolutionException: Module securitycraft reads more than one module named org.yaml.snakeyaml
Same error happens with the other two mods mentioned.
It does not happen with only Forge, and i have to mention that i have no plugins installed.
Step to reproduce
Install the mods mentioned and start the server using 1.19.2 arclight 1.0.2
Logs
java.lang.module.ResolutionException: Module securitycraft reads more than one module named org.yaml.snakeyaml
Server pack link (Optional)
https://www.mediafire.com/file/513dhv0rt9sypp4/mods.rar/file - we removed the mod AdAstra
The text was updated successfully, but these errors were encountered: