XLauncher Implementation#37
Open
olivi-r wants to merge 1 commit into
Open
Conversation
90d4292 to
5e5a0ec
Compare
Contributor
Author
|
I added stubs for |
Wyze3306
pushed a commit
to Wyze3306/WineGDK
that referenced
this pull request
May 18, 2026
…(PR Weather-OS#33) Branch xuser-login = olivi-r/master (XUser / WineGDK PR Weather-OS#33 — the actual Microsoft sign-in: OAuth refresh token from registry → RPS → user token → XSTS → XBL3.0 Authorization) with XLauncher (olivi-r PR Weather-OS#37) added. XLauncher integration follows PR Weather-OS#37's commit verbatim, adapted to the XUser master layout: XUserHandle is already defined (include/xuser.h) so only XDisplayTimeoutDeferralHandle is added; component registered in QueryApiImpl like the other System components (static global impl). Not built/tested here (no widl/Wine toolchain). Known upstream gap kept as-is: XUserGetTokenAndSignature returns signature=NULL (RPS auth has no proof key) — core sign-in / server join uses the XBL3.0 token and should work; signed Xbox endpoints (some profile/marketplace) need a separate proof-key rework.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I separated this from #33, as it was a bit out of scope of
XUserand is semi-functional (some changes may be required in future if Windows Store support comes to wine).