-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Bungee] 1.7 Duplicate Scoreboard Crash #5
Comments
Logger - ViaRewind Objective Handler: One of this crashes appear randomly when switching servers. Crash 1: Crash 2: As you can see in the log, the objective is added twice without it getting removed. |
Alright, the problem seems to be that the connection re-inits on server switch which causes Bungee to not detect the old objectives before the switch was done so it can't remove the old objective. Before adding the "crashing" objective i am receiving a scoreboard packet (mode 1) which means the server is trying to remove the objective but ViaRewind doesn't detect it as an existing objective. I think this can be fixed by passing the old UserConnection scoreboard values to the new one or removing all scoreboard values before switching to a new server. |
Same issue here |
Please fix it! I have the same issue here :( |
Same issue anyone knows? |
This comment was marked as spam.
This comment was marked as spam.
The issue is still happening. The plugin cannot be run in BungeeCord if the sub-servers have same Scoreboards. |
|
Try Protocol Support? |
I just switched to ProtocolSupport on all Spigot servers and ViaVersion on BungeeCord. CPU Usage is lower for some reason. |
Can this be reproduced on latest Via* components? |
Environment:
Proxy: FlameCord (Travertine)
Server: SportPaper 1.8
Affected Client: Vanilla 1.7.10
Running ViaRewind (1.5.3) & ViaVersion (3.2.1) on Bungee
Steps:
This doesn't happen when using ViaRewind on all Spigot servers. This only happens on Bungee version.
The text was updated successfully, but these errors were encountered: