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 after dying in the void #60

Open
rafalohaki opened this issue Jul 15, 2022 · 1 comment
Open

Warn after dying in the void #60

rafalohaki opened this issue Jul 15, 2022 · 1 comment

Comments

@rafalohaki
Copy link

version client/server 1.19
When i jumped into a void:

[03:03:12] [Server thread/INFO]: [Matrix] (Via) Player rafalohaki joined with (1.19.x/759) client
[03:03:36] [Kauri Logging Threads/INFO]: [Dev] [Kauri] rafalohaki flagged Block (C) (x1.0) (Beta)
[03:03:45] [Server thread/INFO]: rafalohaki fell out of the world
[03:03:46] [Server thread/WARN]: java.lang.ExceptionInInitializerError
[03:03:46] [Server thread/WARN]: 	at Kauri-2.19.jar//dev.brighten.anticheat.processing.PacketProcessor.processServer(PacketProcessor.java:609)
[03:03:46] [Server thread/WARN]: 	at Kauri-2.19.jar//dev.brighten.anticheat.processing.PacketProcessor.lambda$new$3(PacketProcessor.java:67)
[03:03:46] [Server thread/WARN]: 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[03:03:46] [Server thread/WARN]: 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[03:03:46] [Server thread/WARN]: 	at java.base/java.lang.Thread.run(Unknown Source)
[03:03:46] [Server thread/WARN]: Caused by: java.lang.NullPointerException: Could not find method in DimensionManager with name a
[03:03:46] [Server thread/WARN]: 	at Atlas.jar//cc.funkemunky.api.reflections.types.WrappedClass.getMethod(WrappedClass.java:206)
[03:03:46] [Server thread/WARN]: 	at Atlas.jar//cc.funkemunky.api.tinyprotocol.packet.out.WrappedOutRespawnPacket.<clinit>(WrappedOutRespawnPacket.java:92)
[03:03:46] [Server thread/WARN]: 	... 5 more

second time i jumped:

[03:06:27] [Server thread/INFO]: rafalohaki fell out of the world
[03:06:30] [Server thread/WARN]: java.lang.NoClassDefFoundError: Could not initialize class cc.funkemunky.api.tinyprotocol.packet.out.WrappedOutRespawnPacket
[03:06:30] [Server thread/WARN]: 	at Kauri-2.19.jar//dev.brighten.anticheat.processing.PacketProcessor.processServer(PacketProcessor.java:609)
[03:06:30] [Server thread/WARN]: 	at Kauri-2.19.jar//dev.brighten.anticheat.processing.PacketProcessor.lambda$new$3(PacketProcessor.java:67)
[03:06:30] [Server thread/WARN]: 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[03:06:30] [Server thread/WARN]: 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[03:06:30] [Server thread/WARN]: 	at java.base/java.lang.Thread.run(Unknown Source)
@funkemunky
Copy link
Owner

We have temporary revoked support for 1.19 to give time for working on new changes. Logging for things to fix/

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

2 participants