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

Not compatible with EcoEnchants #572

Open
5 tasks done
serbinskis opened this issue Jan 25, 2025 · 1 comment
Open
5 tasks done

Not compatible with EcoEnchants #572

serbinskis opened this issue Jan 25, 2025 · 1 comment
Labels
type: bug Something isn't working

Comments

@serbinskis
Copy link

serbinskis commented Jan 25, 2025

Agreements

  • I am using an official build of Nova.
  • I am running the latest version of Nova.
  • I am using a server software supported by Nova
  • I am running the latest version of my server software.
  • I have checked for similar issues.

Check for plugin incompatibilites

This issue is about a specific plugin incompatibility.

Plugin Version, Server Software, Server Version

Nova v0.18-alpha.17, paper-1.21.4-113

Nova Addons and Versions

None

Expected behavior

Before 1.21.4 everything was working together, after 1.21.4 something broke and now it throws this error.

Observed/Actual behavior

EcoEcnahnts fails to load kotlin dependencies.

Steps to reproduce

Image

Server log

latest.log

Errors

java.lang.NoClassDefFoundError: kotlin/io/CloseableKt
        at EcoEnchants v12.20.0.jar/com.willfp.ecoenchants.libreforge.loader.internal.LibreforgeLoaderKt.loadHighestLibreforgeVersion(LibreforgeLoader.kt:69) ~[EcoEnchants v12.20.0.jar:?]
        at EcoEnchants v12.20.0.jar/com.willfp.ecoenchants.libreforge.loader.LibreforgePlugin._init_$lambda$0(LibreforgePlugin.kt:43) ~[EcoEnchants v12.20.0.jar:?]
        at eco-6.75.0-all.jar/com.willfp.eco.core.EcoPlugin.handleLifecycle(EcoPlugin.java:729) ~[eco-6.75.0-all.jar:?]
        at eco-6.75.0-all.jar/com.willfp.eco.core.EcoPlugin.onLoad(EcoPlugin.java:542) ~[eco-6.75.0-all.jar:?]
        at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:59) ~[paper-1.21.4.jar:1.21.4-113-8e80d4e]
        at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:18) ~[paper-1.21.4.jar:1.21.4-113-8e80d4e]
        at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39) ~[paper-1.21.4.jar:1.21.4-113-8e80d4e]
        at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:39) ~[paper-1.21.4.jar:1.21.4-113-8e80d4e]
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:562) ~[paper-1.21.4.jar:1.21.4-113-8e80d4e]
        at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:277) ~[paper-1.21.4.jar:1.21.4-113-8e80d4e]
        at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1163) ~[paper-1.21.4.jar:1.21.4-113-8e80d4e]
        at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:310) ~[paper-1.21.4.jar:1.21.4-113-8e80d4e]
        at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.ClassNotFoundException: kotlin.io.CloseableKt
        ... 13 more

Additional context

No response

@serbinskis serbinskis added the type: bug Something isn't working label Jan 25, 2025
@serbinskis
Copy link
Author

EcoEnchants.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant