Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Error when loading #22

Closed
EvertonMJr opened this issue Jan 25, 2017 · 5 comments
Closed

Error when loading #22

EvertonMJr opened this issue Jan 25, 2017 · 5 comments

Comments

@EvertonMJr
Copy link

EvertonMJr commented Jan 25, 2017

Error:

02:01:03 [WARNING] Exception encountered when loading plugin: BungeeUtil
java.lang.NoClassDefFoundError: dev/wolveringer/configuration/Configuration
    at dev.wolveringer.bungeeutil.plugin.Main.onEnable(Main.java:49)
    at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:227)
    at net.md_5.bungee.BungeeCord.start(BungeeCord.java:272)
    at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:55)
    at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
Caused by: java.lang.ClassNotFoundException: dev.wolveringer.configuration.Configuration
    at net.md_5.bungee.api.plugin.PluginClassloader.loadClass0(PluginClassloader.java:53)
    at net.md_5.bungee.api.plugin.PluginClassloader.loadClass(PluginClassloader.java:27)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 5 more

BungeeUtil Version: 2.1.2

BungeeCord Version: Build #1222

When it happened: When I started Bungeecord, while loading.

Computer system and architecture: Windows 10, 64 bits

Thank you! I hope you can solve this. This plugin is the most amazing one I've ever seen.

@WolverinDEV
Copy link
Owner

Hey are you using the standalone version?

@EvertonMJr
Copy link
Author

Sorry, the standalone version would be...?

@EvertonMJr
Copy link
Author

Oh, I'm sorry. I didn't know that I needed to use the standalone version in order for it to work. Now I used it and everything is running fine. Sorry!

@WolverinDEV
Copy link
Owner

No problem my friend.

Well of you only usses the "normal" version than you havnt included the dependencies and you have to install it by your own. (The missiong dependency courses also the class not found error)

At the standalone version all this dependencies are alredy included (via maven-shade)

@EvertonMJr
Copy link
Author

Oh, thanks! I didn't know what the standalone version was at all. Thank you for the help!

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

No branches or pull requests

2 participants