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

Warn Task #10 Movecraft not working #261

Open
1crimsonfalcon opened this issue Jul 8, 2017 · 6 comments
Open

Warn Task #10 Movecraft not working #261

1crimsonfalcon opened this issue Jul 8, 2017 · 6 comments

Comments

@1crimsonfalcon
Copy link

We are setting up movecraft for the first time and we cannot get it to work. In the log there is an error for task # 10.
Here is the log showing the error, twice in this clip of the log:
08.07 15:06:32 [Server] WARN [Movecraft] Task #10 for Movecraft v5.0.0 generated an exception
08.07 15:06:32 [Server] INFO java.lang.NoClassDefFoundError: net/minecraft/server/v1_9_R1/Packet
08.07 15:06:32 [Server] INFO at net.countercraft.movecraft.async.AsyncManager.run(AsyncManager.java:1525) ~[?:?]
08.07 15:06:32 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.12.jar:git-Spigot-7228328-50b75cd]
08.07 15:06:32 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot-1.12.jar:git-Spigot-7228328-50b75cd]
08.07 15:06:32 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:738) [spigot-1.12.jar:git-Spigot-7228328-50b75cd]
08.07 15:06:32 [Server] INFO at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-7228328-50b75cd]
08.07 15:06:32 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-7228328-50b75cd]
08.07 15:06:32 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-7228328-50b75cd]
08.07 15:06:32 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_112]
08.07 15:06:32 [Server] INFO Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_9_R1.Packet
08.07 15:06:32 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot-1.12.jar:git-Spigot-7228328-50b75cd]
08.07 15:06:32 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.12.jar:git-Spigot-7228328-50b75cd]
08.07 15:06:32 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_112]
08.07 15:06:32 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_112]
08.07 15:06:32 [Server] INFO ... 8 more

08.07 15:06:36 [Server] INFO at net.countercraft.movecraft.async.AsyncManager.run(AsyncManager.java:1525) ~[?:?]
08.07 15:06:36 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.12.jar:git-Spigot-7228328-50b75cd]
08.07 15:06:36 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot-1.12.jar:git-Spigot-7228328-50b75cd]
08.07 15:06:36 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:738) [spigot-1.12.jar:git-Spigot-7228328-50b75cd]
08.07 15:06:36 [Server] INFO at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-7228328-50b75cd]
08.07 15:06:36 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-7228328-50b75cd]
08.07 15:06:36 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-7228328-50b75cd]
08.07 15:06:36 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_112]
08.07 15:06:36 [Server] INFO Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_9_R1.Packet
08.07 15:06:36 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot-1.12.jar:git-Spigot-7228328-50b75cd]
08.07 15:06:36 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.12.jar:git-Spigot-7228328-50b75cd]
08.07 15:06:36 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_112]
08.07 15:06:36 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_112]
08.07 15:06:36 [Server] INFO ... 8 more
08.07 15:06:36 [Server] WARN [Movecraft] Task #10 for Movecraft v5.0.0 generated an exception

config.txt

permissions.txt

Thank you for your help

@oh-noey
Copy link

oh-noey commented Jul 9, 2017

In the movecraft config set compatibility mode to true

@1crimsonfalcon
Copy link
Author

the error is still there

thanks though

@oh-noey
Copy link

oh-noey commented Jul 9, 2017

Are you sure it's the same error? activating compatibility mode should completely disable 1.9 specific code, which is what's causing the error here.

@1crimsonfalcon
Copy link
Author

No error now, but still not working. Says Insufficient permissions when clicking on sign for airship or airskiff, both spelled lowercase. I removed worldguard just to simplify and get rid of any extra errors. Also correct the previous error with default by naming it Default capitalized under groups and that fixed that error, we are error free now. Just one warning in the file. I appreciate the help!

Here are the files:
latest .txt

config.txt

permissions.txt

@1crimsonfalcon
Copy link
Author

I found out there was an extra dash - in the moderator that admin inherits, and I removed that and it works! Thank you cccm5 for taking the time to try to help me!

@pistols12
Copy link

be sure to close ticket!

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