Skip to content

Instantly share code, notes, and snippets.

@p-lucero
Created December 30, 2021 18:01
Show Gist options
  • Save p-lucero/e81b806257753bbec66073e649f06c0d to your computer and use it in GitHub Desktop.
Save p-lucero/e81b806257753bbec66073e649f06c0d to your computer and use it in GitHub Desktop.
Log snippet from MultiMC logs during auth failures
43366.669 D RefreshSchedule: Background account refresh succeeded
49324.512 D AccountList: Queued default account with internal ID "[SCRUBBED]" to refresh first
49324.512 D Task "MojangRefresh(0x7805988)" starting for the first time
49324.512 D AuthFlow: "Logging in with Mojang account."
49324.513 D Task "Yggdrasil(0x68cfc58)" starting for the first time
49324.514 D RefreshSchedule: Processing account "[SCRUBBED]" with internal ID "[SCRUBBED]"
49324.530 C Task "Yggdrasil(0x68cfc58)" failed: "Authentication operation failed due to a network error: Host authserver.mojang.com not found (3)"
49324.530 C Task "MojangRefresh(0x7805988)" failed: "Mojang user authentication ended with a network error."
49324.530 D RefreshSchedule: Background account refresh failed: "Mojang user authentication ended with a network error."
86360.524 D AccountList: Queued default account with internal ID "[SCRUBBED]" to refresh first
86361.236 D Task "MojangRefresh(0x7805a48)" starting for the first time
86361.236 D AuthFlow: "Logging in with Mojang account."
86361.236 D Task "Yggdrasil(0x68d00d8)" starting for the first time
86361.236 D RefreshSchedule: Processing account "[SCRUBBED]" with internal ID "[SCRUBBED]"
86361.249 C Task "Yggdrasil(0x68d00d8)" failed: "Authentication operation failed due to a network error: Host authserver.mojang.com not found (3)"
86361.249 C Task "MojangRefresh(0x7805a48)" failed: "Mojang user authentication ended with a network error."
86361.249 D RefreshSchedule: Background account refresh failed: "Mojang user authentication ended with a network error."
86452.500 W QCoreApplication::postEvent: Unexpected null receiver
86452.500 D Task "LaunchController(0x7c24de0)" starting for the first time
86641.681 C Task "LaunchController(0x7c24de0)" failed: "Failed to launch."
86641.681 W QCoreApplication::postEvent: Unexpected null receiver
86801.632 W QCoreApplication::postEvent: Unexpected null receiver
86801.632 D Task "LaunchController(0x7c250e0)" starting for the first time
86803.056 C Task "LaunchController(0x7c250e0)" failed: "Failed to launch."
86803.056 W QCoreApplication::postEvent: Unexpected null receiver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment