Merged
Conversation
…oken validation, and implement exponential backoff for API rate limits.
…pending auth syncs, improved state management via cache snapshots, and artwork fetching optimizations.
… Epic and Microsoft store logout by clearing more local authentication data, and expand cache snapshot robustness.
…ting shortcuts and add source tracking for library sync requests.
… files and binaries for authentication and library parsing, removing the API-based login modal.
…onnect credential file syncing
…ial sharing Root cause: read_machine_guid() checked root-level system.reg first, which all prefixes inherited from the template (same GUID). But Proton creates pfx/system.reg with a unique MachineGuid per prefix, and that's what Wine uses for DPAPI encryption. Credentials copied from the auth prefix couldn't decrypt in game prefixes because their pfx-level MachineGuids differed. Fix: - Reverse read_machine_guid() order to check pfx/system.reg first (the one Proton actually uses for DPAPI) in all 4 locations: ubisoft_inject_session, ubisoft_capture_session, ubisoft_setup, and ubisoft.py - Add _align_prefix_machine_guid() that patches a game prefix's pfx/system.reg to match the auth prefix's MachineGuid before credential injection - Add align_machine_guid() to ubisoft_setup.py, called after bootstrap with wineserver -w to safely modify registry after Wine exits - Use re.sub() for robust multi-entry MachineGuid replacement - Fix sync_credentials() return value: return True when source has credentials even if target already has identical copies (prevents false 'no credentials') Tested: All prefixes (.upc-auth, .template, game prefixes) now share the same pfx-level MachineGuid. ConnectSecureStorage.dat hashes match across prefixes. inject_session() succeeds with aligned GUIDs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…default DXVK renderer
…t franchise artwork mismatches
…tching and artwork fetching
…with improved suffix stripping and fuzzy scoring.
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.
No description provided.