Bug Closed · Resolved

SkillTrigger NoSuchMethodError!

#2745 opened by Unknown 4 years ago

Unknownreported this bug

When you start the latest version of dev build, the following message appears:

[12:07:22 ERROR]: [org.bukkit.craftbukkit.v1_18_R1.CraftServer] 'io.lumine.mythic.api.skills.SkillTrigger io.lumine.mythic.api.skills.SkillTrigger.trigger(java.lang.String)' initializing MythicCrucible v1.2.0 (Is it up to date?)
java.lang.NoSuchMethodError: 'io.lumine.mythic.api.skills.SkillTrigger io.lumine.mythic.api.skills.SkillTrigger.trigger(java.lang.String)'
        at io.lumine.mythiccrucible.skills.Triggers.<clinit>(Triggers.java:7) ~[MythicCrucible-1.2.0.jar:?]
        at io.lumine.mythiccrucible.MythicCrucible.load(MythicCrucible.java:48) ~[MythicCrucible-1.2.0.jar:?]
        at io.lumine.mythic.utils.plugin.LuminePlugin.onLoad(LuminePlugin.java:56) ~[MythicLib-1.3.1.jar:?]
        at org.bukkit.craftbukkit.v1_18_R1.CraftServer.loadPlugins(CraftServer.java:426) ~[purpur-1.18.1.jar:git-Purpur-1566]
        at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:320) ~[purpur-1.18.1.jar:git-Purpur-1566]
        at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1227) ~[purpur-1.18.1.jar:git-Purpur-1566]
        at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:322) ~[purpur-1.18.1.jar:git-Purpur-1566]
        at java.lang.Thread.run(Thread.java:833) ~[?:?]
Unknowncommented

Make sure you're using latest MM dev build for latest Crucible dev. Or downgrade to another crucible dev build.

Unknowncommented

They all use the latest build, but they happen.

[01:49:07 INFO]: [MythicMobs] Loading MythicMobs v5.0.2-SNAPSHOT-2aacc516
[01:49:07 INFO]: [LumineUtils] (io.lumine.mythic.utils.) is bound to plugin MythicMobs - io.lumine.mythic.bukkit.MythicBukkit
[01:49:07 INFO]: [MythicCrucible] Loading MythicCrucible v1.2.0
[01:49:07 ERROR]: [org.bukkit.craftbukkit.v1_18_R1.CraftServer] 'io.lumine.mythic.api.skills.SkillTrigger io.lumine.mythic.api.skills.SkillTrigger.trigger(java.lang.String)' initializing MythicCrucible v1.2.0 (Is it up to date?)
java.lang.NoSuchMethodError: 'io.lumine.mythic.api.skills.SkillTrigger io.lumine.mythic.api.skills.SkillTrigger.trigger(java.lang.String)'
        at io.lumine.mythiccrucible.skills.Triggers.<clinit>(Triggers.java:7) ~[MythicCrucible-1.2.0.jar:?]
        at io.lumine.mythiccrucible.MythicCrucible.load(MythicCrucible.java:48) ~[MythicCrucible-1.2.0.jar:?]
        at io.lumine.mythic.utils.plugin.LuminePlugin.onLoad(LuminePlugin.java:57) ~[MythicMobs-5.0.2-SNAPSHOT.jar:?]
        at org.bukkit.craftbukkit.v1_18_R1.CraftServer.loadPlugins(CraftServer.java:428) ~[purpur-1.18.1.jar:git-Purpur-1544]
        at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:320) ~[purpur-1.18.1.jar:git-Purpur-1544]
        at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1218) ~[purpur-1.18.1.jar:git-Purpur-1544]
        at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:322) ~[purpur-1.18.1.jar:git-Purpur-1544]
        at java.lang.Thread.run(Thread.java:833) ~[?:?]
[01:49:07 INFO]: [MythicLib] Loading MythicLib v1.3.1
[01:49:07 INFO]: [LumineUtils] (io.lumine.mythic.utils.) is bound to plugin MythicLib - io.lumine.mythic.lib.MythicLib
[01:49:07 INFO]: [MythicLib] Detected Bukkit Version: v1_18_R1
...
[01:49:08 INFO]: [MythicMobs] Enabling MythicMobs v5.0.2-SNAPSHOT-2aacc516
[01:49:08 INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.18.1)...
[01:49:08 INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality
[01:49:09 INFO]: [MythicMobs] MythicMobs MythicCrucible Support has been enabled!
[01:49:09 INFO]: [MythicMobs] MythicMobs MythicLib Support has been enabled!
...
> pl
[01:49:49 INFO]: Plugins (3): MythicCrucible, MythicLib, MythicMobs

And I tested it with stable build (v1.0.1) and v1.1.0 (3597build), but it doesn't work with 1.18.1 server.

Unknowncommented

outdated MM dev

Sign in to join the discussion.