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 is spammed with unknown packet if mod is installed only server-side #4

Open
Owgla opened this issue Jan 3, 2023 · 1 comment

Comments

@Owgla
Copy link

Owgla commented Jan 3, 2023

If a server has the mod installed and a player joins it the player log is spammed with "Unknown custom packed identifier: flycommand:no_fall_mark_packet" multiple times a second.
It makes reading log files extremely hard, I have no idea what causes it since it seems to be spammed regardless of whether the player is currently flying or using the mod itself in any way.

This is not a game-breaking bug or anything like that, but it is really inconvenient and makes it hard to do any debugging.

(I also can only paste in the first 2002 lines because of size constraints, the total log is in two parts on my drive totaling 31865 lines)
https://pastebin.com/jLZmYG6P

(Here are the full logs)
2022-12-15-4.log.gz
2022-12-16-1.log.gz

@hamusuke0323
Copy link
Owner

hamusuke0323 commented Mar 17, 2023

ok, thx for issue. but it is general. server sends the packet, but client-side has not handler to handle the packet(the packet is not registered), then logs like it. probably, other mods that are installed only server-side may make the logs spammed.

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

No branches or pull requests

2 participants