fix(macos): seed missing Chobby rapid repository order - #18
Draft
Dimaris-nsk wants to merge 1 commit into
Draft
Dimaris-nsk wants to merge 1 commit into
Dimaris-nsk wants to merge 1 commit into
Conversation
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.
When
RapidTagResolutionOrderis missing, the bundled Chobby selects the oldrepos.springrts.compath for its lobby-version backup. With the current listunder
repos-cdn.beyondallreason.dev, that backup is skipped. A controlled listupdate then leaves the lobby tag pointing to a version that is not installed.
With the official repository order, the existing Chobby handler restores the
original list and installed lobby tag.
This adds 15 lines to
packaging/launcher.sh, based on562fe461f8b045f863089815edac7f2d6559e178. After merging bundled defaults,seed
repos-cdn.beyondallreason.dev;repos.beyondallreason.devonly when thecomplete key is absent. Existing entries, including empty/custom values and
whitespace, remain unchanged. Read or append errors stop through the existing
error helper. No Chobby or engine code is changed.
Validation:
exact shell block, three integrations using the resulting setting, and shell
syntax validation. All expected outcomes passed.
test-4630-26b5200, the original configuration reproducedthe missing cache. The candidate restored the exact original 146201-byte gzip
and native installed tag after a controlled incoming-list update and completion
through the genuine handler callback.
test-31251-0ceadc7game and returnedto the same menu. Codex agents inspected native and physical window captures;
both original and fixed runs ended normally with engine exit 0.
Evidence, screenshots and reproducible offline checks.
The native test used direct engine startup with configuration produced by the
exact launcher blocks and a local transport adapter. It does not establish a
real network download, complete Finder/launcher update, account login or public
match. Remaining game/driver warnings are documented in the evidence and are
not claimed to be fixed here.
This does not recover an interrupted update in a fresh Lua instance/process.
The engine may remove explicit empty defaults on a later launch. OpenAI Codex
authored the change, tests and explanation and performed the visual checks;
human review is requested through this PR. The account owner is not represented
as having independently reviewed or tested the code.