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

Forge 1.20.1 - Modules flow.math and bluemap export package com.flowpowered.math.vector to module - 3.20/4.0 tested #516

Closed
gurrrrrrett3 opened this issue Feb 28, 2024 · 0 comments · Fixed by #574
Labels
bug Something isn't working

Comments

@gurrrrrrett3
Copy link

gurrrrrrett3 commented Feb 28, 2024

What i did / Steps to reproduce

Added the mod to the server and started it.

Expected result

The server to start normally.

Actual result

The server crashes with the following error:

Exception in thread "main" java.lang.module.ResolutionException: Modules flow.math and bluemap export package com.flowpowered.math.vector to module starlight
        at java.base/java.lang.module.Resolver.resolveFail(Resolver.java:901)
        at java.base/java.lang.module.Resolver.failTwoSuppliers(Resolver.java:815)
        at java.base/java.lang.module.Resolver.checkExportSuppliers(Resolver.java:736)
        at java.base/java.lang.module.Resolver.finish(Resolver.java:380)
        at java.base/java.lang.module.Configuration.<init>(Configuration.java:140)
        at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:494)
        at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.ModuleLayerHandler.buildLayer(ModuleLayerHandler.java:75)
        at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.TransformationServicesHandler.buildTransformingClassLoader(TransformationServicesHandler.java:60)
        at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.Launcher.run(Launcher.java:106)
        at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.Launcher.main(Launcher.java:78)
        at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
        at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
        at cpw.mods.bootstraplauncher@1.1.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)

The second mod (in this case starlight) is different every time the server crashes. Can get a full list of mods if needed.

Context

BlueMap Version: BlueMap-3.20-forge-1.20 / BlueMap-4.0-forge-1.20
Forge Version: 1.20.1 - 47.2.20
Environment:
Host: Ubuntu 22.04.4 LTS (GNU/Linux 5.15.0-94-generic x86_64) / OpenJDK 17.0.2 (using Docker)
Container: image

Log: https://bin.gart.sh/mvph
Mod List: https://bin.gart.sh/juiw

@gurrrrrrett3 gurrrrrrett3 changed the title Forge 1.20.1 - Crash on startup - 3.20/4.0 tested Forge 1.20.1 - Modules flow.math and bluemap export package com.flowpowered.math.vector to module - 3.20/4.0 tested Feb 28, 2024
@TBlueF TBlueF added the bug Something isn't working label Feb 28, 2024
@github-project-automation github-project-automation bot moved this to TODO (Unordered) in TODO / Idea board Feb 28, 2024
@TBlueF TBlueF moved this from Planned (unordered) to In progress in TODO / Idea board Jul 22, 2024
@github-project-automation github-project-automation bot moved this from In progress to Ready for next release in TODO / Idea board Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants