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

Finale unhandled exception #28

Open
wingzero54 opened this issue Mar 2, 2021 · 0 comments
Open

Finale unhandled exception #28

wingzero54 opened this issue Mar 2, 2021 · 0 comments
Labels
bug Something isnt working D3 - basic issue

Comments

@wingzero54
Copy link

[13:46:55] [Protocol Worker #9 - Finale - [recv: BLOCK_DIG[class=PacketPlayInBlockDig, id=27], ARM_ANIMATION[class=PacketPlayInArmAnimation, id=44], USE_ENTITY[class=PacketPlayInUseEntity, id=14], send: ]/ERROR]: [Finale] Unhandled exception occured in onAsyncPacket$
java.lang.IllegalArgumentException: entityID cannot be negative
at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[patched_1.16.4.jar:git-Paper-355]
at com.comphenix.protocol.injector.EntityUtilities.getEntityFromID(EntityUtilities.java:205) ~[?:?]
at com.comphenix.protocol.injector.PacketFilterManager.getEntityFromID(PacketFilterManager.java:851) ~[?:?]
at com.comphenix.protocol.wrappers.BukkitConverters$10.getSpecific(BukkitConverters.java:678) ~[?:?]
at com.comphenix.protocol.wrappers.BukkitConverters$10.getSpecific(BukkitConverters.java:663) ~[?:?]
at com.comphenix.protocol.reflect.StructureModifier.readInternal(StructureModifier.java:229) ~[?:?]
at com.comphenix.protocol.reflect.StructureModifier.read(StructureModifier.java:197) ~[?:?]
at com.github.maxopoly.finale.combat.AsyncPacketHandler.onPacketReceiving(AsyncPacketHandler.java:66) ~[?:?]
at com.comphenix.protocol.async.AsyncListenerHandler.processPacket(AsyncListenerHandler.java:642) ~[?:?]
at com.comphenix.protocol.async.AsyncListenerHandler.listenerLoop(AsyncListenerHandler.java:596) ~[?:?]
at com.comphenix.protocol.async.AsyncListenerHandler.access$200(AsyncListenerHandler.java:48) ~[?:?]
at com.comphenix.protocol.async.AsyncListenerHandler$2.run(AsyncListenerHandler.java:229) ~[?:?]
at com.comphenix.protocol.async.AsyncListenerHandler$3.run(AsyncListenerHandler.java:300) ~[?:?]
at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:99) ~[patched_1.16.4.jar:git-Paper-355]
at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.16.4.jar:git-Paper-355]
at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.16.4.jar:git-Paper-355]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]

@wingzero54 wingzero54 added the bug Something isnt working label Mar 2, 2021
@wingzero54 wingzero54 added this to Active To Dos - Unclaimed tasks looking for someone to fix them in Public Issue Board Mar 5, 2021
@wingzero54 wingzero54 moved this from Active To Dos - Unclaimed tasks looking for someone to fix them to Errors, Stacktraces, thread dumps in Public Issue Board Mar 22, 2021
Diet-Cola pushed a commit to Diet-Cola/Finale that referenced this issue Oct 11, 2022
Issue CivClassic#25: Finale throws error when player melee hits mobs and players
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isnt working D3 - basic issue
Projects
Public Issue Board
Errors, Stacktraces, thread dumps
Development

No branches or pull requests

2 participants