Open Parties and Claims

Open Parties and Claims

30M Downloads

The server crashed

Closed this issue ยท 5 comments

commented

When trying to start the server with the open parties and claims mod, the server crashes with this error:

latest.log

[22:40:34 INFO] [main]: [Puzzles Lib] Constructing components for leavesbegone:common
[22:40:34 INFO] [main]: [Puzzles Lib] Constructing components for puzzleslib:common
[22:40:34 ERROR] [main]: [Main] Failed to start the minecraft server
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'adventure-platform-fabric' at 'net.kyori.adventure.platform.fabric.impl.AdventureFabricCommon'!
        at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:403) ~[fabric-loader-0.16.14.jar:?]
        at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) ~[fabric-loader-0.16.14.jar:?]
        at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:401) ~[fabric-loader-0.16.14.jar:?]
        at net.fabricmc.loader.impl.game.minecraft.Hooks.startServer(Hooks.java:63) ~[fabric-loader-0.16.14.jar:?]
        at knot/net.minecraft.server.Main.main(Main.java:114) [server-intermediary.jar:?]
        at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480) [fabric-loader-0.16.14.jar:?]
        at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.16.14.jar:?]
        at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) [fabric-loader-0.16.14.jar:?]
        at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) [fabric-loader-0.16.14.jar:?]
        at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:69) [fabric-server-mc.1.21.8-loader.0.16.14-launcher.1.1.0.jar:1.1.0]
Caused by: java.lang.ExceptionInInitializerError
        at knot/net.kyori.adventure.text.Component.text(Component.java:834) ~[net_kyori_adventure-api-4.23.0-f40b391a6eba8a33.jar:?]
        at knot/net.kyori.adventure.platform.modcommon.impl.ClickCallbackRegistry.<clinit>(ClickCallbackRegistry.java:58) ~[net_kyori_adventure-platform-mod.0-SNAPSHOT-8cc101dcf817c138.jar:?]
        at knot/net.kyori.adventure.platform.modcommon.impl.AdventureCommon.scheduleClickCallbackCleanup(AdventureCommon.java:169) ~[net_kyori_adventure-platform-mod.0-SNAPSHOT-8cc101dcf817c138.jar:?]
        at knot/net.kyori.adventure.platform.fabric.impl.AdventureFabricCommon.onInitialize(AdventureFabricCommon.java:101) ~[adventure-platform-fabric-6.5.0-SNAPSHOT-c7823d83e3dd89ba.jar:?]
        at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399) ~[fabric-loader-0.16.14.jar:?]
        ... 7 more
Caused by: java.lang.ClassCastException: class net.minecraft.class_2960 cannot be cast to class net.kyori.adventure.key.Key (net.minecraft.class_2960 and net.kyori.adventure.key.Key are in unnamed module of loader 'knot' @643b1d11)
        at knot/net.kyori.adventure.key.Key.key(Key.java:550) ~[net_kyori_adventure-key-4.23.0-1be35254973dcdc9.jar:?]
        at knot/net.kyori.adventure.key.Key.key(Key.java:113) ~[net_kyori_adventure-key-4.23.0-1be35254973dcdc9.jar:?]
        at knot/net.kyori.adventure.key.Key.key(Key.java:89) ~[net_kyori_adventure-key-4.23.0-1be35254973dcdc9.jar:?]
        at knot/net.kyori.adventure.text.format.Style.<clinit>(Style.java:71) ~[net_kyori_adventure-api-4.23.0-f40b391a6eba8a33.jar:?]
        at knot/net.kyori.adventure.text.Component.text(Component.java:834) ~[net_kyori_adventure-api-4.23.0-f40b391a6eba8a33.jar:?]
        at knot/net.kyori.adventure.platform.modcommon.impl.ClickCallbackRegistry.<clinit>(ClickCallbackRegistry.java:58) ~[net_kyori_adventure-platform-mod.0-SNAPSHOT-8cc101dcf817c138.jar:?]
        at knot/net.kyori.adventure.platform.modcommon.impl.AdventureCommon.scheduleClickCallbackCleanup(AdventureCommon.java:169) ~[net_kyori_adventure-platform-mod.0-SNAPSHOT-8cc101dcf817c138.jar:?]
        at knot/net.kyori.adventure.platform.fabric.impl.AdventureFabricCommon.onInitialize(AdventureFabricCommon.java:101) ~[adventure-platform-fabric-6.5.0-SNAPSHOT-c7823d83e3dd89ba.jar:?]
        at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399) ~[fabric-loader-0.16.14.jar:?]
        ... 7 more

I tried to find and install the adventure-platform-fabric mod that is listed in the error, but I can't find it anywhere. I tried to update all mods to the latest versions, install old versions of the open parties and claims mod, but nothing helped.

The server version is 1.21.8.

commented

This doesn't seem related to OPAC at all. Does this only happen with OPAC installed?

commented

Yes, this only happens when OPAC is installed. As soon as I delete it, everything works fine. The same assembly of mods for version 1.21.5 is working properly.

commented

Please test 0.25.4 and send me the new error you get, even if it looks the same.

commented

I do not know how you did it, but it worked. Literally a few dozen minutes before creating the issue, I tried this version and had the same error. If the error repeats, I will delve deeper into the problem and let you know. Thank you.

commented

Or maybe I saw a new version released 5 hours ago and thought that I was installing it and went to install the old versions. Maybe the problem is with me.