-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
ATM10 Server Crashing #4165
Comments
In a part of working on #4165, there's several redirects and general incompatibilities that Sponge can introduce with other mods. Notably out of the box, there's Observable, which aims to provide per-chunk based observability of things that are occurring. It is not confirmed this alone is enough to make it work.
So one incompatibility:
|
Just giving an update:
There is still a startup issue that I'm tracing down that's still not resolved in the modpack. |
About the snakeyaml issue: A temporary workaround is to remove the A proper fix might be to update snakeyaml to a newer version in sponge. |
Affected Product(s)
SpongeForge
Version
SpongeNeo 1.21.1-21.1.35-12.0.0-RC2002
Operating System
Windows 11
Java Version
1.21.1
Plugins/Mods
Describe the bug
When I run ATM10 without Sponge it works perfectly fine, but when I add SpongeNeo it crashes with the following console error:
[14:00:46.198] [main/ERROR] [loading.moddiscovery.ModFile/LOADING]: Access transformer file META-INF/accesstransformer.cfg provided by mod allthewizardgear does not exist!
Exception in thread “main” java.lang.module.FindException: Module org.yaml.snakeyaml not found, required by space.arim.dazzleconf.ext.snakeyaml
at java.base/java.lang.module.Resolver.findFail(Resolver.java:892)
at java.base/java.lang.module.Resolver.resolve(Resolver.java:192)
at java.base/java.lang.module.Resolver.resolve(Resolver.java:141)
at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:491)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.ModuleLayerHandler.buildLayer(ModuleLayerHandler.java:75)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.ModuleLayerHandler.buildLayer(ModuleLayerHandler.java:87)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:90)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:74)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210)
at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69)
I also attached the full log file if needed.
Link to logs
https://pastebin.com/1RY2DDSz
The text was updated successfully, but these errors were encountered: