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

Resource packs broken #454

Open
1 task done
Pokebrouserkat opened this issue Jan 4, 2025 · 3 comments
Open
1 task done

Resource packs broken #454

Pokebrouserkat opened this issue Jan 4, 2025 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Pokebrouserkat
Copy link

I've searched existing issues and couldn't find a duplicate.

  • I confirm this is not a duplicate.

Operating System

Client is MacOS Sequoia, server is Ubuntu

Server Software Version/Commit

0.1.0-dev f2cfad0

What happened?

the client could not connect because of a bad resource pack packet, if the resource pack is enabled, otherwise everything* works fine

To Reproduce

[resource_pack]
enabled = true
resource_pack_url = "https://memetech.ca/minecraft/pack.zip"
resource_pack_sha1 = "cedaa3d98df8e37a71dd960e23496c0dba660610"
prompt_message = "You should accept this"
force = true

Expected behavior

As a vanilla server would with resource packs enabled - the client prompts to install the resource pack, installs it successfully (unless it's a 1.20 pack for some reason, but that's not a Pumpkin bug so I won't report it here), and then I get blue hearts in the health bar or whatever I put in that pack

@Pokebrouserkat Pokebrouserkat added the bug Something isn't working label Jan 4, 2025
@Commandcracker
Copy link
Contributor

Commandcracker commented Jan 4, 2025

Can confirm

Screenshot 2025-01-04 233550

[23:35:35] [Render thread/INFO]: Connecting to localhost, 25565
[23:35:36] [Netty Client IO #11/ERROR]: Negative index in crash report handler (46/50)
[23:35:36] [Render thread/INFO]: [STDOUT]: Disconnected: translation{key='disconnect.genericReason', args=[Internal Exception: io.netty.handler.codec.DecoderException: Failed to decode packet 'clientbound/minecraft:resource_pack_push']}
[23:35:36] [Render thread/WARN]: Client disconnected with reason: Internal Exception: io.netty.handler.codec.DecoderException: Failed to decode packet 'clientbound/minecraft:resource_pack_push'

@Commandcracker
Copy link
Contributor

@Pokebrouserkat
Copy link
Author

Can confirm

Screenshot 2025-01-04 233550

[23:35:35] [Render thread/INFO]: Connecting to localhost, 25565
[23:35:36] [Netty Client IO #11/ERROR]: Negative index in crash report handler (46/50)
[23:35:36] [Render thread/INFO]: [STDOUT]: Disconnected: translation{key='disconnect.genericReason', args=[Internal Exception: io.netty.handler.codec.DecoderException: Failed to decode packet 'clientbound/minecraft:resource_pack_push']}
[23:35:36] [Render thread/WARN]: Client disconnected with reason: Internal Exception: io.netty.handler.codec.DecoderException: Failed to decode packet 'clientbound/minecraft:resource_pack_push'

pretty much the same screenshot as my game, but you have an AutoReconnect thing where I have a resource pack
Screenshot 2025-01-04 at 9 01 54 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants