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

Client Crash with version 1.20.40 in worlds with missing tile #12

Closed
Nat392 opened this issue Oct 26, 2023 · 10 comments
Closed

Client Crash with version 1.20.40 in worlds with missing tile #12

Nat392 opened this issue Oct 26, 2023 · 10 comments
Labels
bug Something isn't working Invalid This doesn't seem right

Comments

@Nat392
Copy link

Nat392 commented Oct 26, 2023

Hello, your plugin crashes & timeouts minecraft with update 1.20.40. When we join, our minecraft closes

@Nat392 Nat392 added bug Something isn't working TBC To Be Confirmed labels Oct 26, 2023
@diamond-gold
Copy link
Owner

I am not able to reproduce this bug using a vanilla world that contains every block, would it be possible to share the world that is affected?

@Nat392
Copy link
Author

Nat392 commented Oct 26, 2023

The thing is, this is our spawn... But if you look in #support on the Pocketmine server several people are also complaining about the bug with your plugin.

I am not able to reproduce this bug using a vanilla world that contains every block, would it be possible to share the world that is affected?

@Nat392
Copy link
Author

Nat392 commented Oct 26, 2023

@diamond-gold
Copy link
Owner

I need to identify which block is causing this bug, as far as I can see none of the blocks added by this plugin changed
pmmp/BedrockData@37e780d

@stevsee
Copy link

stevsee commented Oct 26, 2023

I need to identify which block is causing this bug, as far as I can see none of the blocks added by this plugin changed pmmp/BedrockData@37e780d

I am not able to reproduce this bug using a vanilla world that contains every block, would it be possible to share the world that is affected?

hub.tar.gz

try my hub spawn

@dzolnowski
Copy link

From Bedrock Gopher discord: the crashing issue is coming from blocks not having a tile send with them in the levelchunk packet that the block is sent in (examples are dispenser, dropper and chiseled bookshelf)

@VisKaRaZe
Copy link

I have same bug

@diamond-gold
Copy link
Owner

From Bedrock Gopher discord: the crashing issue is coming from blocks not having a tile send with them in the levelchunk packet that the block is sent in (examples are dispenser, dropper and chiseled bookshelf)

In that case, it is not the fault of this plugin. The plugin places the tile when you place the block.
Plus it is also not possible to add a tile when the block is loaded, so there is nothing that can be done on my side.

Your best bet is to load the world in vanilla, which will help you add the tile.

@diamond-gold diamond-gold added Invalid This doesn't seem right and removed TBC To Be Confirmed labels Oct 26, 2023
@MateusBlackyOFC
Copy link

From Bedrock Gopher discord: the crashing issue is coming from blocks not having a tile send with them in the levelchunk packet that the block is sent in (examples are dispenser, dropper and chiseled bookshelf)

In that case, it is not the fault of this plugin. The plugin places the tile when you place the block. Plus it is also not possible to add a tile when the block is loaded, so there is nothing that can be done on my side.

Your best bet is to load the world in vanilla, which will help you add the tile.

It may not be an error in your plugin, but it only occurs if your plugin is on the server!!!

@diamond-gold
Copy link
Owner

From Bedrock Gopher discord: the crashing issue is coming from blocks not having a tile send with them in the levelchunk packet that the block is sent in (examples are dispenser, dropper and chiseled bookshelf)

In that case, it is not the fault of this plugin. The plugin places the tile when you place the block. Plus it is also not possible to add a tile when the block is loaded, so there is nothing that can be done on my side.
Your best bet is to load the world in vanilla, which will help you add the tile.

It may not be an error in your plugin, but it only occurs if your plugin is on the server!!!

The same crash will occur if you try to place a dispenser in PM4 without a plugin that adds it. Blame Mojang ¯(°_o)/¯
Anyway you can choose to remove those blocks in config.yml

@diamond-gold diamond-gold changed the title Crash with version 1.20.40 Client Crash with version 1.20.40 in worlds with missing tile Oct 30, 2023
@diamond-gold diamond-gold closed this as not planned Won't fix, can't repro, duplicate, stale Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

6 participants