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

Plugin Loading Error #96

Closed
jaekwon-park opened this issue Jun 29, 2021 · 0 comments
Closed

Plugin Loading Error #96

jaekwon-park opened this issue Jun 29, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@jaekwon-park
Copy link

Describe the bug
Mindustry 7.0 Essenstial plugin Load Error

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
[06-29-2021 16:16:30] [I] Plugin language: English
[06-29-2021 16:16:30] [E] Failed to load mod file config/mods/Essentials.jar. Skipping.
[06-29-2021 16:16:30] [E] java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
at mindustry.mod.Mods.loadMod(Mods.java:788)
at mindustry.mod.Mods.loadMod(Mods.java:701)
at mindustry.mod.Mods.load(Mods.java:355)
at mindustry.Vars.init(Vars.java:308)
at mindustry.server.ServerLauncher.init(ServerLauncher.java:47)
at arc.backend.headless.HeadlessApplication.mainLoop(HeadlessApplication.java:66)
at arc.backend.headless.HeadlessApplication$1.run(HeadlessApplication.java:54)
Caused by: java.lang.NoSuchFieldError: player
at essentials.PluginData.(PluginData.kt:32)
at essentials.Main.(Main.kt:67)
... 12 more

Server (please complete the following information):

  • OS: Ubuntu 20.04

Additional context
Add any other context about the problem here.

@jaekwon-park jaekwon-park added the bug Something isn't working label Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant