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

Server crashes when breaking a block with a snow layer in your hand #3621

Open
Freshmilkymilk opened this issue Feb 2, 2022 · 5 comments
Open
Labels
platform: forge Affects SpongeForge type: bug Something isn't working version: 1.16 (u) API: 8

Comments

@Freshmilkymilk
Copy link

Freshmilkymilk commented Feb 2, 2022

Affected Product(s)

SpongeForge

Version

1.16.5-36.2.5-8.0.0-RC1061

Operating System

Alpine Linux (itzg docker container)

Java Version

openjdk version "1.8.0_212"

Plugins/Mods

- ConquestReforged-mc1.16.5-5.0.6.jar (https://www.curseforge.com/minecraft/mc-mods/conquest-reforged)

Describe the bug

When breaking a block that was under a snow layer the server crashes.

I deleted the original world where this happened, created a new one, and placed snow layers on a block and broke it to get the same error.

Removing ConquestReforged and breaking a snow block the game does not crash.

Link to logs

https://gist.github.com/Freshmilkymilk/bde9f7280b9d152421911ff8c33d6209

@Freshmilkymilk Freshmilkymilk added status: needs triage This label is automatically applied to new issues and pull requests to indicate they require triage type: bug Something isn't working labels Feb 2, 2022
@ImMorpheus ImMorpheus added platform: forge Affects SpongeForge version: 1.16 (u) API: 8 and removed status: needs triage This label is automatically applied to new issues and pull requests to indicate they require triage labels Feb 5, 2022
@gabizou
Copy link
Member

gabizou commented Feb 8, 2022

I'm not able to reproduce this with just Conquest Reforged (from 5 days ago)

I built a custom SF off of the latest: spongeforge-1.16.5-36.2.5-8.0.0-RC0-universal.jar.zip it has a simple change to the thread wrapper to better capture errors like this (hopefully).

Could you re-test and provide a full debug log and maybe a zip of a server with a flat world where this happens?

• spongeforge spongeforge-1.16.5-36.2.5-8.0.0-RC0-universal.jar : spongeforge (1.16.5-36.2.5-8.0.0-RC0) - 1
• mods_folder ConquestReforged-
mc1.16.5-5.0.6.jar : conquest (5.0.6) - 1

Note, I tried to reproduce this by placing Snow on a grass block and then breaking the grass block. Nothing happened aside from the expected block breaking.

@Freshmilkymilk
Copy link
Author

Still getting the same thing.

Here's a gist of both normal log and debug, as well as the docker-compose file: Gist

Here's a zip of the world: World

Here's a zip of my whole server folder: Server

@gabizou
Copy link
Member

gabizou commented Feb 10, 2022

I can’t complete the server download (it keeps capping at 100kbps) is it reproducible without the world itself? A fresh world being created and just placing snow on grass and breaking it? Is this reproducible outside of this special docker setup?

@Freshmilkymilk
Copy link
Author

Freshmilkymilk commented Feb 23, 2022

I created a new server on my Windows 10 computer with the same Forge and the spongeforge jar you provided. I also updated Conquest Reforged to 5.0.7. I still get the same error.

I've tried placing the snow on different blocks and I still get the same crash.

This breaks weather I am in survival or creative, and op or nonop.

Sorry about that. Guess my upload speed just sucks.. Anyway here's some Google Drive links:
World Docker
Server Docker

EDIT:
After some testing it looks like the true error is that breaking a block with a snow layer in your hand is the issue. If i place a snow layer down, then switch to an empty hand. It works as intended. But as soon as I break any block with or without a snow layer on top of the block with a snow layer in my hand the server crashes.

@Freshmilkymilk
Copy link
Author

Still getting this same error with Conquest Reforged 5.0.8 and RC1112 of spongeforge.

@Freshmilkymilk Freshmilkymilk changed the title Server crashes when breaking a block under a snow layer Server crashes when breaking a block with a snow layer in your hand Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: forge Affects SpongeForge type: bug Something isn't working version: 1.16 (u) API: 8
Projects
None yet
Development

No branches or pull requests

3 participants