You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes when msa-deamon starts, its responds immediately it:
16:27:29 Debug [XSAPI.Android] sign_in_impl: will NOT be showing UI
16:27:29 Info [com::microsoft::xbox::idp::interop::Interop::LogTelemetrySignIn] API - signin_silently - :Entering
16:27:29 Trace [DaemonLauncher] Starting daemon: /usr/bin/msa-daemon
16:27:30 Error [XboxLive] Auto Sign in failed (RPC): Method not found
16:27:30 Info [com::microsoft::xbox::idp::interop::Interop::LogTelemetrySignIn] API - signin_silently - :Exiting - user_interaction_required
And when you try sign in in game with sign in button msa-ui-qt starts and shows that:
terminate called after throwing an instance of 'std::runtime_error'
what(): Failed to connect
Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created.
After that error msa-ui-qt never closes and you need kill it manually, to sign in succesfully
The text was updated successfully, but these errors were encountered:
Failed to connect, actally copied over from minecraft-linux.
Planned to be fixed in ng (next generation)
Fun fact my appimage doesn't even ship this repo (I noticed this some days ago)
I only added ignoring the certifacte in chromium (not a good way to resolve appimage cert issues)
This error is a timeout, which can be 'solved' by starting the msa-daemon manually (in a Terminal) before launching the Game ChristopherHX/mcpelauncher-manifest#42
Sometimes when msa-deamon starts, its responds immediately it:
And when you try sign in in game with sign in button msa-ui-qt starts and shows that:
After that error msa-ui-qt never closes and you need kill it manually, to sign in succesfully
The text was updated successfully, but these errors were encountered: