Skip to content

NoClassDefFoundError: TypeSerializerCollection #10

@skerit

Description

@skerit

I'm trying to use version 2.1.0 (2.1.1 doesn't seem to have a prebuilt jar), but I get this error:

java.lang.NoClassDefFoundError: me/lucko/gchat/lib/configurate/objectmapping/serialize/TypeSerializerCollection
        at me.lucko.gchat.GChatPlugin.loadConfig(GChatPlugin.java:206) ~[?:?]
        at me.lucko.gchat.GChatPlugin.onEnable(GChatPlugin.java:104) ~[?:?]
        at net.kyori.event.asm.generated.592445aa1b.GChatPlugin-onEnable-ProxyInitializeEvent-8.invoke(Unknown Source) ~[?:?]
        at net.kyori.event.method.SimpleMethodSubscriptionAdapter$MethodEventSubscriber.invoke(SimpleMethodSubscriptionAdapter.java:148) ~[1.1.0.jar:1.1.0]
        at net.kyori.event.SimpleEventBus.post(SimpleEventBus.java:107) ~[1.1.0.jar:1.1.0]
        at com.velocitypowered.proxy.plugin.VelocityEventManager.fireEvent(VelocityEventManager.java:137) ~[1.1.0.jar:1.1.0]
        at com.velocitypowered.proxy.plugin.VelocityEventManager.lambda$fire$1(VelocityEventManager.java:119) ~[1.1.0.jar:1.1.0]
        at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700) ~[?:?]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
        at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: java.lang.ClassNotFoundException: me.lucko.gchat.lib.configurate.objectmapping.serialize.TypeSerializerCollection
        at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass0(PluginClassLoader.java:66) ~[1.1.0.jar:1.1.0]
        at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:43) ~[1.1.0.jar:1.1.0]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
        ... 11 more

I'm using the Velocity v1.1.0 stable release, do I have to be using 1.1.2?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions