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

Error on proxy startup #39

Open
prototype464 opened this issue Sep 2, 2021 · 3 comments
Open

Error on proxy startup #39

prototype464 opened this issue Sep 2, 2021 · 3 comments

Comments

@prototype464
Copy link

Using Velocity 3.0.1

This error pops up when starting the proxy:

java.lang.NoClassDefFoundError: net/kyori/text/Component
	at me.crypnotic.neutron.manager.ModuleManager.registerSerializers(ModuleManager.java:150) ~[?:?]
	at me.crypnotic.neutron.manager.ModuleManager.init(ModuleManager.java:62) ~[?:?]
	at me.crypnotic.neutron.event.StateHandler.init(StateHandler.java:61) ~[?:?]
	at me.crypnotic.neutron.event.StateHandler.init(StateHandler.java:43) ~[?:?]
	at me.crypnotic.neutron.NeutronPlugin.onProxyInitialize(NeutronPlugin.java:86) ~[?:?]
	at me.crypnotic.neutron.Lmbda$12.execute(Unknown Source) ~[?:?]
	at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:47) ~[velocity.jar:3.0.1]
	at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:585) ~[velocity.jar:3.0.1]
	at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:466) ~[velocity.jar:3.0.1]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) ~[?:?]
	at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.ClassNotFoundException: net.kyori.text.Component
	at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass0(PluginClassLoader.java:83) ~[velocity.jar:3.0.1]
	at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:60) ~[velocity.jar:3.0.1]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:519) ~[?:?]
	... 12 more```
@supern64
Copy link

This plugin hasn't been updated in a long while, so you'll need to use dhiepp's fork.

@MacScooby
Copy link

I searched for the fork and can't seem to find it
Really looking for something like anvil and catalyst, but those don't seem to work either. Yes I have LP. Yes I tried different versions to check compatibility. No, I am running NO other plugins specifically to isolate the problem before moving on.
Thanks

@supern64
Copy link

supern64 commented Dec 3, 2021

It's at https://github.com/dhiepp/Neutron

For your convenience (and mine), I made a build of it so you don't have to: https://www.mediafire.com/file/3ypmq3u2gb2i783/Neutron-3.0.0-SNAPSHOT.jar/file

Feel free to check it however you like if you don't trust the build, or just build it yourself 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants