CmlLib
English (v4)
English (v4)
  • 🧊CmlLib Projects
  • 🚀CmlLib.Core
    • Home
    • Getting Started
      • Minecraft Launcher
      • Minecraft Path
      • Versions
      • Launch Options
      • Event Handling
    • Login and Sessions
      • Microsoft Xbox Account
      • Offline Account
    • More APIs
      • MinecraftLauncherParameters
      • Rules
      • FileExtractor
      • GameInstaller
      • Java
    • Mod Loader Installers
      • Forge Installer
      • Fabric Installer
      • Quilt Installer
      • LiteLoader Installer
    • Utilities
      • Minecraft Changelogs
    • Resources
      • FAQ
      • Known Issues
      • Sample Launcher
      • License
  • 🔓Auth.Microsoft
    • Home
    • CmlLib.Core.Auth.Microsoft
      • JELoginHandler
      • JELoginHandlerBuilder
      • JEAuthenticator
      • Authentication with MSAL
    • XboxAuthNet.Game
      • OAuth
      • XboxAuth
      • XboxAuthException
      • AccountManager
      • Accounts
    • XboxAuthNet.Game.Msal
      • ClientID
      • MsalClientHelper
      • OAuth
    • CmlLib.Core.Bedrock.Auth
    • Resources
  • 🌐MojangAPI
    • Home
    • Mojang API
    • SecurityQuestion
  • ⚒️Installer.Forge
    • Home
    • Supported Versions
    • Getting Started
    • MForge
    • ForgeVersionLoader
Powered by GitBook
On this page
  • Logs
  • Log Event Id
  • Known Issues
  • System.ArgumentException with Costura.Fody
  • Age related issues (child, age verification, family account, etc)
Edit on GitHub
  1. Auth.Microsoft

Resources

PreviousCmlLib.Core.Bedrock.AuthNextHome

Last updated 10 months ago

Logs

All libraries uses Microsoft.Extensions.Logging for logging. ()

Log Event Id

EventId
Meaning

749xxx

750xxx

751xxx

752xxx

xxx0xx

Trace

xxx1xx

Debug

xxx2xx

Information

xxx3xx

Warning

xxx4xx

Error

xxx5xx

Critical

Known Issues

System.ArgumentException with Costura.Fody

There is a issue when you use WebView2 and Costura.Fody together.

Age related issues (child, age verification, family account, etc)

  1. Make sure your Xbox authentication flow uses Full() or Sisu(). XboxAuth

  2. Make sure the account you're trying to sign in with is the one you purchased Minecraft with, as most users experiencing this error were trying to sign in with an account that didn't purchase Minecraft.

  3. Try turning on the Mojang Launcher, logging out, and logging back in from the Mojang Launcher. If you need to do anything age-related, the Mojang Launcher will tell you how.

You'll need a properly age verified account to log in to Minecraft. Age verification is usually done automatically by the Mojang Launcher, so accounts that can be logged in from the Mojang Launcher will not see this error.

Minors can log in from the Mojang Launcher if they go through both the age verification and family account registration process. However, if a parent has blocked them from playing the game, or if the account has been removed from the family, the error may occur again. Try logging in again from the Mojang Launcher and it will let you know what you need to do.

Logs from .

Logs from .

Logs from .

Logs from .

Try signing out of the and signing back in. If you need to take any age-related actions, you should see a page shortly after signing in.

🔓
docs
issue 19
Xbox
XboxAuthNet.Game
XboxAuthNet.Game.Msal
CmlLib.Core.Auth.Microsoft
CmlLib.Core.Bedrock.Auth