SKCraft / Launcher

🚀 Distribute your Minecraft modpacks with a custom launcher
Other
620 stars 433 forks source link

Chat disabled due to missing profile public key. please try reconnecting. #528

Open shinji257 opened 5 months ago

shinji257 commented 5 months ago

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 commented 5 months ago

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 commented 5 months ago

Hmm.... This was the log.

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

johnfriedrich commented 4 months ago

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 commented 4 months ago

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 commented 3 months ago

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