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 disabled due to missing profile public key. please try reconnecting. #528

Open
shinji257 opened this issue May 2, 2024 · 5 comments

Comments

@shinji257
Copy link

When launching Uncharted Expeditions using SKCraft I find I'm unable to chat in a multiplayer server. It throws the error "Chat disabled due to missing profile public key. please try reconnecting.". If I use any other launcher it works fine. We have our own split code but for sanity I compiled a clean copy from this repository and only updated the urls to point to our host so that it gets the same files and was able to reproduce the issue.

Currently we do not know the cause. Are you able to give any advice or know what the cause is?

Uncharted Expeditions is a 1.20.1 based pack using Forge 47.2.20

@hedgehog1029
Copy link
Member

this is related to the chat reporting feature - sometimes the game fails to fetch the profile key from Minecraft's servers. I have also seen this happen on Prism Launcher.

There should be an error message in the game log related to this.

From a quick glance it doesn't look like there's any new launch parameters that we're missing.

@shinji257
Copy link
Author

@johnfriedrich
Copy link
Contributor

johnfriedrich commented Jun 2, 2024

Hmm.... This was the log.

https://gist.github.com/shinji257/57d8bf6ccc7ce163b73c430fa9036f30

Did you manage to solve it? Getting that on 1.20.2 Forge aswell using the Launcher. No error related to that in the log.

Update:
@hedgehog1029 UserType needs to be "msa" instead of "microsoft". Changing this solves it

@shinji257
Copy link
Author

We "solved" it by installing NoChatReports on the server side. Doesn't have to be on the client to work. This happened to be the first pack we used that didn't include this mod by default so we didn't know the issue existed until now.

@hedgehog1029
Copy link
Member

Hmm.... This was the log.
https://gist.github.com/shinji257/57d8bf6ccc7ce163b73c430fa9036f30

Did you manage to solve it? Getting that on 1.20.2 Forge aswell using the Launcher. No error related to that in the log.

Update: @hedgehog1029 UserType needs to be "msa" instead of "microsoft". Changing this solves it

cheers, i'll get that fixed

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

3 participants