Skip to content

Conversation

@Riflusso
Copy link

@Riflusso Riflusso commented Oct 6, 2024

Ported to 1.21.x, everything works well with 1.0.6 bukkit plugin
Fixed some setting screens rendering issues at newer versions and added more translations for flexibility
Especially thanks to @toxicity188 for new implementation of CustomPayload networking
2024-10-06_15 02 45

@toxicity188
Copy link

Wow...

@ds58
Copy link
Contributor

ds58 commented Oct 22, 2024

Thank you very much for working on this @Riflusso @toxicity188. Sorry for the delay, but I will be going through and reviewing this soon. I just wanted to let you know I have not ignored or forgotten about it.

@Riflusso
Copy link
Author

Riflusso commented Oct 28, 2024

Okay, after some testing found critical bug with CHANNEL_VIDEO_LIST_HISTORY_SPLIT inbound that causes server disconnecting with io.netty.handler.codec.DecoderException: failed to decode packet 'clientbound/minecraft:custom_payload' message. Actually don't know what happens

@Riflusso
Copy link
Author

In the end it's not a problem with the port itself, but a problem with remapping the final jar to add CEF and idk how to fix it

@ds58
Copy link
Contributor

ds58 commented Nov 1, 2024

Alright, thanks for letting me know. I should have time to get to this PR over the weekend

},
b -> {
PreviewScreen previewScreen = new PreviewScreen().fromBytes(b);
VideoInfo videoInfo = b.readBoolean() ? new VideoInfo().fromBytes(b) : null;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bivashy
Copy link

bivashy commented Dec 1, 2024

I think the error io.netty.handler.codec.DecoderException: failed to decode packet 'clientbound/minecraft:custom_payload' happens because we are trying to find video service inside VideoInfo. But the video service could not be resolved because the "services" payload might take some time and might not be registered before other packets are processed.

@ronitmb
Copy link

ronitmb commented Feb 28, 2025

Hi, can someone upload a ready-made version of the plugin in the format.jar for version 1.21.1 please, I just don't know much about java.

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

Successfully merging this pull request may close these issues.

5 participants