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

Conflict with com.fasterxml.jackson.databind #13

Closed
Allo1237217 opened this issue Dec 9, 2024 · 5 comments
Closed

Conflict with com.fasterxml.jackson.databind #13

Allo1237217 opened this issue Dec 9, 2024 · 5 comments

Comments

@Allo1237217
Copy link

Hello im having a conflict between the playit mod and the com.fasterxml.jackson.databind please help. Here is the error:

Exception in thread "main" java.lang.module.ResolutionException: Modules playit_forge and com.fasterxml.jackson.databind export package com.fasterxml.jackson.databind to module attributefix
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.(Configuration.java:139)
at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:493)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.ModuleLayerHandler.buildLayer(ModuleLayerHandler.java:75)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.buildTransformingClassLoader(TransformationServicesHandler.java:60)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78)
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.main(BootstrapLauncher.java:141)

Thanks for help

@maxomatic458
Copy link
Owner

@Allo1237217 can you provide some more info (full crash log file, mc version, modloader, ...)

@FreudianFondue
Copy link

I'm also having this issue, as far as I can tell it's conflicting with other things that use the Jackson databind?
I've included my log below.

https://mclo.gs/lOQVBuj

@FreudianFondue
Copy link

Let me know if I can help with debugging this at all, I'm in need of the mod for a server asap.

@maxomatic458
Copy link
Owner

@FreudianFondue i believe its a dependency shadowing issue see #6 .
I already tried to fix that but i really wasnt getting anywhere.

Maybe use the playit program for now if possible https://playit.gg/

@maxomatic458
Copy link
Owner

ill close this because its a duplicate of #6

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

No branches or pull requests

3 participants