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

Right clicking kicks the client #74

Open
notfoundname opened this issue Feb 11, 2022 · 3 comments
Open

Right clicking kicks the client #74

notfoundname opened this issue Feb 11, 2022 · 3 comments

Comments

@notfoundname
Copy link

Description

When player right clicks any block (or tries to place some), he gets kicked with an error in console.

Steps to reproduce

  1. Start the server;
  2. Connect to it;
  3. Right click on a block / place a block
  4. :)

Expected behaviour

Client should not get kicked

Details

https://paste.gg/p/anonymous/c22beb302ef34da6904283b838617838

  • Server version: Krypton 0.60.4
  • Java version:
    openjdk 17.0.1 2021-10-19
    OpenJDK Runtime Environment Temurin-17.0.1+12 (build 17.0.1+12)
    OpenJDK 64-Bit Server VM Temurin-17.0.1+12 (build 17.0.1+12, mixed mode, sharing)
@BomBardyGamer
Copy link
Member

Well this is a strange one. I think block placing is still unfinished, but I will investigate this and see if I can find the problem. Thanks for the report!

@StarL0st
Copy link

StarL0st commented May 10, 2022

Quite late but I think it has to do with the block handling, possibly having to do with some sort of illegal interaction for notchian clients that causes them to be kicked, from what I can see, it has to do that it is receiving an illegal block pos?, I dont know much kotlin but I'm willing to help

Edit: Looks like it has to do with the heightmaps

@BomBardyGamer
Copy link
Member

Yeah that sounds about right. As I said, block placing is still unfinished, and still needs to be done. It hasn't been done yet because there is a lot for us to do when blocks get placed, a lot of actions to process, and I need to figure out what actually needs to be done and when, and I've been focusing on other things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

3 participants