herobrine99dan / NESS-Reloaded

NESS Reloaded is an anticheat that aims to support lots of minecraft versions (from 1.8 to 1.17.1) without losing the advantage of having powerful checks
GNU General Public License v3.0
47 stars 5 forks source link

Player moving spams console with errors #51

Closed Robert9157 closed 4 years ago

Robert9157 commented 4 years ago

What server version are you running? 1.15.1. Using ViaVersion plugin to extend support to 1.12-1.16.1. When noticing the error, I was logged in with 1.15.2

What version of NESS Reloaded are you running? Version 0.1.0-SNAPSHOT

Describe the Bug Making any sort of movement spams the console with an error, which is listed below.

Do you have some videos / screenshots? kép

If it is an error, do you have logs? [22:45:23] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to NESS v0.1.0-SNAPSHOT org.bukkit.event.EventException: NESS made a mistake in listening to an event. Please report this error on Github. at com.github.ness.CheckManager$1.execute(CheckManager.java:111) ~[?:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[minecraft_server.jar:git-Spigot-037559e-5c6b0dc] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) ~[minecraft_server.jar:git-Spigot-037559e-5c6b0dc] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:514) ~[minecraft_server.jar:git-Spigot-037559e-5c6b0dc] at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:998) ~[minecraft_server.jar:git-Spigot-037559e-5c6b0dc] at net.minecraft.server.v1_15_R1.PacketPlayInFlying.a(SourceFile:122) ~[minecraft_server.jar:git-Spigot-037559e-5c6b0dc] at net.minecraft.server.v1_15_R1.PacketPlayInFlying$PacketPlayInPosition.a(SourceFile:56) ~[minecraft_server.jar:git-Spigot-037559e-5c6b0dc] at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[minecraft_server.jar:git-Spigot-037559e-5c6b0dc] at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) [minecraft_server.jar:git-Spigot-037559e-5c6b0dc] at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [minecraft_server.jar:git-Spigot-037559e-5c6b0dc] at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [minecraft_server.jar:git-Spigot-037559e-5c6b0dc] at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [minecraft_server.jar:git-Spigot-037559e-5c6b0dc] at net.minecraft.server.v1_15_R1.MinecraftServer.aZ(MinecraftServer.java:917) [minecraft_server.jar:git-Spigot-037559e-5c6b0dc] at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:910) [minecraft_server.jar:git-Spigot-037559e-5c6b0dc] at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeAll(SourceFile:103) [minecraft_server.jar:git-Spigot-037559e-5c6b0dc] at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:893) [minecraft_server.jar:git-Spigot-037559e-5c6b0dc] at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:827) [minecraft_server.jar:git-Spigot-037559e-5c6b0dc] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265] Caused by: java.lang.NoSuchFieldError: WEB at com.github.ness.check.Fly.Check4(Fly.java:136) ~[?:?] at com.github.ness.check.Fly.checkEvent(Fly.java:33) ~[?:?] at com.github.ness.check.Fly.checkEvent(Fly.java:1) ~[?:?] at com.github.ness.check.AbstractCheck.checkAnyEvent(AbstractCheck.java:60) ~[?:?] at com.github.ness.CheckManager$1.lambda$0(CheckManager.java:108) ~[?:?] at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_265] at com.github.ness.CheckManager$1.execute(CheckManager.java:108) ~[?:?] ... 17 more

herobrine99dan commented 4 years ago

Okay so this error doesn't exist on 1.12.2, so It Is an error with the Materiale Enum. I Will make a fix later

Robert9157 commented 4 years ago

Okay thank you. Please let me know when it is fixed

herobrine99dan commented 4 years ago

Here there is a developer build which should fix these errors. If you can, try it and say to me if you get these errors. NESS.zip

herobrine99dan commented 4 years ago

Can you try that build?

Robert9157 commented 4 years ago

I can't, our hosting provider does not allow direct plugin uploading.

Dqgs commented 4 years ago

What server hosting company do you use because i recommend switching i can suggest you one if herobrine99dan doesn't mind

herobrine99dan commented 4 years ago

Okay you are using Aternos, After i have to test a lot of things, i Will test also this and i Will release an update.

Robert9157 commented 4 years ago

Okay thank you. And yeah, I'm using Aternos. How did you know that?

herobrine99dan commented 4 years ago

Because another user use this Host and he needs a real update from spigot Page

Robert9157 commented 4 years ago

Oh okay. Actually, about the dev build, I can try downloading it to my private 1.15.2 server on my PC for testing, it it could help.

herobrine99dan commented 4 years ago

There are some errors i have found in that build and i'm fixing them. Anyway i think i've fixed the bug but i Will test Better and tomorrow i Will give to you a developer build.

herobrine99dan commented 4 years ago

Oh okay. Actually, about the dev build, I can try downloading it to my private 1.15.2 server on my PC for testing, it it could help.

NESS.zip If you can try this build in your computer to check if there are errors

herobrine99dan commented 4 years ago

I've released the new version which fix this error, anyway i will not close this issue until Aternos updates the jar file. (Sometimes Aternos forget to update, so if Aternos doesn't update NESS, i will contact the Aternos team).

herobrine99dan commented 4 years ago

I don't get this error anymore and i've fixed all material errors, so i can close this issue.