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

Chat error message #3438

Closed
4 tasks done
BicigliKepu opened this issue Sep 24, 2023 · 25 comments
Closed
4 tasks done

Chat error message #3438

BicigliKepu opened this issue Sep 24, 2023 · 25 comments
Labels
Bug Confirmed bug

Comments

@BicigliKepu
Copy link

/viaversion dump Output

https://dump.viaversion.com/82846e490167681afdf28b316987f4cc04779bc39c3a1e35c3782dd315d8e5a0

Console Error

It's only in the client-side logs

[14:50:03] [Render thread/INFO]: [System] [CHAT] BicigliKepu joined the game
[14:50:03] [Render thread/INFO]: [System] [CHAT] Can't deliver chat message, check server logs: BicigliKepu joined the game

Bug Description

Using ViaVersion on a 1.20.1 server and connecting to it with 1.20.2 will result in a chat error message on join like this:
image

I tried with Paper and Spigot, on Spigot it's the same message on 1st join but after that it doesn't happen (?), meanwhile on Paper it happens on every join

Steps to Reproduce

  1. 1.20.1 Paper server
  2. ViaVersion 4.8.0
  3. Join the server with 1.20.2 Minecraft

Expected Behavior

No error message on chat

Additional Server Info

No response

Checklist

  • Via plugins are only running on EITHER the backend servers (e.g. Paper) OR the proxy (e.g. BungeeCord), not on both.
  • I have included a ViaVersion dump.
  • If applicable, I have included a paste (not a screenshot) of the error.
  • I have tried the latest build(s) from https://ci.viaversion.com/ and the issue still persists.
@Barvalg
Copy link
Member

Barvalg commented Sep 24, 2023

Platform: git--Paper--196%20%28MC%3A%201.20.1%29
ViaVersion (4.8.1-SNAPSHOT): Even with master

@kennytv kennytv added Bug Confirmed bug and removed Unconfirmed labels Sep 24, 2023
@HippieBeak
Copy link

I'm also experiencing this issue, seems to happen for the first few messages for me - is this confirmed to be a via version issue? Can't find anything reported elsewhere.
Screenshot 2023-09-30 at 9 22 19 PM

@Kas-tle
Copy link

Kas-tle commented Oct 1, 2023

I guess this implies there is a mismatch between what the server thinks ChatVisibility is and what the client has it set to? There is now a Client Information packet sent from the client for config phase, but maybe this is not being interpreted correctly. I don't see anything weird on the client side that would force this to hidden during the config phase.

@Ghost-chu
Copy link

I can also confirm this issue, I don't have installed ChatVisibility, but it to happen for the first few messages for me on every single backend server that installed ViaVersion + ViaBackwards.

@ChickenSaysBak
Copy link

ChickenSaysBak commented Oct 12, 2023

I am also experiencing this issue. I am using the following:

Client: Minecraft 1.20.2
Waterfall-Bootstrap:1.20-R0.2-SNAPSHOT:0e657ed:545
Paper-504 (MC: 1.19.4)
ViaVersion 4.8.1

The issue only happens on my 1.19.4 server and not my 1.17.1 servers. It also only affects messages sent using PlayerJoinEvent (I have join/leave messages disabled, but those are probably affected too).

@kennytv
Copy link
Member

kennytv commented Dec 5, 2023

Does this still happen with 4.9.x?

@HippieBeak
Copy link

Yes, it is still happening on the latest version.

@NotAlexNoyle
Copy link

I can reproduce this with the latest ViaVersion on a 1.19.4 server and a 1.20.2 client. LAN.

@NotAlexNoyle
Copy link

Still an issue on 4.9.2

@Thedysons
Copy link

Yup, still seems to be present on viaversion 4.9.2 with viabackwards 4.9.1
Server is implementing 1.20.1
Client is 1.20.3

@liquidman228
Copy link

Same issue here even with latest dev build

@Tokkeno
Copy link

Tokkeno commented Dec 30, 2023

/viaversion dump Output

https://dump.viaversion.com/82846e490167681afdf28b316987f4cc04779bc39c3a1e35c3782dd315d8e5a0

Console Error

It's only in the client-side logs

[14:50:03] [Render thread/INFO]: [System] [CHAT] BicigliKepu joined the game [14:50:03] [Render thread/INFO]: [System] [CHAT] Can't deliver chat message, check server logs: BicigliKepu joined the game

Bug Description

Using ViaVersion on a 1.20.1 server and connecting to it with 1.20.2 will result in a chat error message on join like this: image

I tried with Paper and Spigot, on Spigot it's the same message on 1st join but after that it doesn't happen (?), meanwhile on Paper it happens on every join

Steps to Reproduce

  1. 1.20.1 Paper server
  2. ViaVersion 4.8.0
  3. Join the server with 1.20.2 Minecraft

Expected Behavior

No error message on chat

Additional Server Info

No response

Checklist

  • Via plugins are only running on EITHER the backend servers (e.g. Paper) OR the proxy (e.g. BungeeCord), not on both.
  • I have included a ViaVersion dump.
  • If applicable, I have included a paste (not a screenshot) of the error.
  • I have tried the latest build(s) from https://ci.viaversion.com/ and the issue still persists.

Can reproduce this with any client version higher than 1.19.4 while server being on 1.19.4, doesn't happen with versions lower than 1.19.4.

@Barvalg

This comment has been minimized.

@Barvalg Barvalg closed this as not planned Won't fix, can't repro, duplicate, stale Dec 30, 2023
@Kichura Kichura removed the Invalid label Dec 30, 2023
@Kichura Kichura reopened this Dec 30, 2023
@UnitedCraft
Copy link

That issue still exists on latest versions

@FlorianMichael
Copy link
Member

Can't reproduce with latest ViaVersion, if the issue still exists, create a new issue.

@Kichura
Copy link
Member

Kichura commented Mar 5, 2024

Still can reproduce this on Paper 1.19.4 and ViaVersion 4.9.3.

@AntoninoScordino
Copy link

AntoninoScordino commented Mar 23, 2024

Still can reproduce this on Paper 1.19.4 and ViaVersion 4.9.3.

Same here, but with server being 1.20.1 (git-Paper-196) and client being 1.20.4. But at the same time, this does not get reported in console...?

@FlorianMichael
Copy link
Member

Looks like the issue only appears when running a cracked server (or a bungee/velocity sub server)

@AntoninoScordino
Copy link

AntoninoScordino commented Mar 23, 2024

running a cracked server

Not in my case, I'm using online-mode: true. This persist with the latest snapshot version.

@Barvalg
Copy link
Member

Barvalg commented Mar 23, 2024

Platform: git--Paper--196%20%28MC%3A%201.20.1%29
ViaVersion (4.9.3): 8 commits behind master

Please try the latest build(s) from https://ci.viaversion.com/. In case the issue still persists send the new dump

@Brasil150
Copy link

It's still happening in 1.19.4

@llokS
Copy link

llokS commented May 30, 2024

This is still happening on the latest 4.10.3 snapshot.

https://dump.viaversion.com/b786287a2dae23f77a51c18e7f0d7344527e375416cb5a9302a98cec8feb8ea6

@Barvalg
Copy link
Member

Barvalg commented May 30, 2024

Platform: git--Purpur--2062%20%28MC%3A%201.20.1%29
ViaVersion (4.10.3-SNAPSHOT): Even with master

@Outfluencer
Copy link

BUMP

@Incluuu
Copy link

Incluuu commented Jun 17, 2024

image
This error appears in minecraft client above 1.20.1, for versions below 1.20.1 there is no error in chat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Confirmed bug
Projects
None yet
Development

No branches or pull requests