lucko / gChat

A simple global chat plugin for BungeeCord.
MIT License
11 stars 17 forks source link

Error on enable on latest waterfall version #16

Open lusu007 opened 4 years ago

lusu007 commented 4 years ago

Im getting an error when using gChat on the latest Waterfall version.


[21:22:38] [main/WARN]: Error enabling plugin gChat
java.lang.NoClassDefFoundError: net/md_5/bungee/log/ConciseFormatter
    at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:?]
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:3215) ~[?:?]
    at java.lang.Class.getConstructor0(Class.java:3420) ~[?:?]
    at java.lang.Class.getDeclaredConstructor(Class.java:2631) ~[?:?]
    at net.md_5.bungee.api.plugin.PluginManager.enablePlugin(PluginManager.java:382) ~[proxy.jar:git:Waterfall-Bootstrap:1.16-R0.4-SNAPSHOT:8afc4e2:366]
    at net.md_5.bungee.api.plugin.PluginManager.loadPlugins(PluginManager.java:285) ~[proxy.jar:git:Waterfall-Bootstrap:1.16-R0.4-SNAPSHOT:8afc4e2:366]
    at net.md_5.bungee.BungeeCord.start(BungeeCord.java:277) ~[proxy.jar:git:Waterfall-Bootstrap:1.16-R0.4-SNAPSHOT:8afc4e2:366]
    at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:62) ~[proxy.jar:git:Waterfall-Bootstrap:1.16-R0.4-SNAPSHOT:8afc4e2:366]
    at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15) ~[proxy.jar:git:Waterfall-Bootstrap:1.16-R0.4-SNAPSHOT:8afc4e2:366]
Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.log.ConciseFormatter
    at net.md_5.bungee.api.plugin.PluginClassloader.loadClass0(PluginClassloader.java:63) ~[proxy.jar:git:Waterfall-Bootstrap:1.16-R0.4-SNAPSHOT:8afc4e2:366]
    at net.md_5.bungee.api.plugin.PluginClassloader.loadClass(PluginClassloader.java:37) ~[proxy.jar:git:Waterfall-Bootstrap:1.16-R0.4-SNAPSHOT:8afc4e2:366]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
    ... 9 more```
mdcfe commented 4 years ago

This seems like a duplicate of #11 - what build of gChat are you running?

lusu007 commented 4 years ago

Oh sorry, I didnt saw the existing issue. I'm using the newest one (build 10).

magrigry commented 3 years ago

Hey, it looks like same error is occuring with build #11 and waterfall 384.


java.lang.NoClassDefFoundError: net/md_5/bungee/log/ConciseFormatter
        at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.8.0_275]
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) ~[?:1.8.0_275]
        at java.lang.Class.getConstructor0(Class.java:3075) ~[?:1.8.0_275]
        at java.lang.Class.getDeclaredConstructor(Class.java:2178) ~[?:1.8.0_275]
        at net.md_5.bungee.api.plugin.PluginManager.enablePlugin(PluginManager.java:382) ~[waterfall-1.16-384.jar:git:Waterfall-Bootstrap:1.16-R0.4-SNAPSHOT:1d2221d:384]
        at net.md_5.bungee.api.plugin.PluginManager.loadPlugins(PluginManager.java:285) ~[waterfall-1.16-384.jar:git:Waterfall-Bootstrap:1.16-R0.4-SNAPSHOT:1d2221d:384]
        at net.md_5.bungee.BungeeCord.start(BungeeCord.java:277) ~[waterfall-1.16-384.jar:git:Waterfall-Bootstrap:1.16-R0.4-SNAPSHOT:1d2221d:384]
        at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:62) ~[waterfall-1.16-384.jar:git:Waterfall-Bootstrap:1.16-R0.4-SNAPSHOT:1d2221d:384]
        at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15) ~[waterfall-1.16-384.jar:git:Waterfall-Bootstrap:1.16-R0.4-SNAPSHOT:1d2221d:384]
Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.log.ConciseFormatter
        at net.md_5.bungee.api.plugin.PluginClassloader.loadClass0(PluginClassloader.java:63) ~[waterfall-1.16-384.jar:git:Waterfall-Bootstrap:1.16-R0.4-SNAPSHOT:1d2221d:384]
        at net.md_5.bungee.api.plugin.PluginClassloader.loadClass(PluginClassloader.java:37) ~[waterfall-1.16-384.jar:git:Waterfall-Bootstrap:1.16-R0.4-SNAPSHOT:1d2221d:384]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_275]
        ... 9 more``` 
strich3 commented 3 years ago

pls fix it :)

KnightBlood commented 3 years ago

pls fix it :)

Nooxico commented 11 months ago

Well i guess i'm just posting this hoping he'll see the issue and that he'll fix it