Real steam steamhost - #1902
Draft
utkarshdalal wants to merge 20 commits into
Draft
Real steam steamhost#1902utkarshdalal wants to merge 20 commits into
utkarshdalal wants to merge 20 commits into
Conversation
added 17 commits
September 6, 2026 13:28
… preload for AoE2 HD) + pid-suffixed Steam service host DNS shim pieces taken from 1156edd07 without the unrelated gamefix hunks. Shim preload gated on for STEAM_221380 for this test only. libsteambootstrap.so from steamclientbootstrap 2f7bc1e.
…e bionic host, written to cache/sb_netsockets.log
…ootstrap f33eb6f)
…a headless host Replaces steam.exe -applaunch with steamhost.exe, which loads the genuine steamclient64.dll (client build 2026-01-29), logs on with the refresh token, publishes ActiveProcess, and launches the game directly. Client files + host ship in steamhost-20260906.tzst, extracted into the prefix every boot after steam.tzst so the current DLLs win.
…ss host as steam.exe; skip the 2022 steam.tzst and clear stale client binaries
…(executable, arguments, workingdir); preload the DNS shim for Real Steam containers
…traces are logged before in-process handlers take over
…only the hardcoded list (Meccha ships 2022)
…ment clears the shared object, which emptied the env for relaunches after pre-install steps
…ore the spew-free bootstrap host, and end the session on game exit with steam.exe allowlisted as a background process
…ack does not bind steamclient64's tier0/vstdlib imports to ntdll stubs
…6.tzst) as a launch dependency; keep steam.tzst for bionic only
…P, enable the invite overlay for Real Steam containers, pass offline mode to the host, and write the per-app Steam Input preference into localconfig
… offline logon, ownership ticket refresh, overlay server, namespace-keyed token)
Contributor
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
utkarshdalal
force-pushed
the
real-steam-steamhost
branch
from
September 7, 2026 05:09
ccbd3cc to
461a0d5
Compare
added 3 commits
September 8, 2026 16:17
…, and match the executable as a path component so a command line with arguments after the exe name no longer reads as not started (cherry picked from commit c903cefd7cdd64a0cad08ccd818655820860723c)
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.
Description
Recording
Type of Change
Checklist
#code-changes, I have discussed this change there and it has been green-lighted. If I do not have access, I have still provided clear context in this PR. If I skip both, I accept that this change may face delays in review, may not be reviewed at all, or may be closed.CONTRIBUTING.md.Summary by cubic
Real Steam mode now runs games against Valve's Windows client via a headless
steam.exehost instead ofsteam.exe -applaunch; the session logs on with the app's refresh token and ends when the game exits.New Features
steamhost-20260911-2.tzstwith Valve's 2026-01-29 client tree and boots it through a headless host; stale client binaries are cleared each boot whilesteamapps,config, anduserdatastay.localconfig.getaddrinforejectsAI_V4MAPPED.Bug Fixes
.wine.VcRedistStepinstalls VC++ redistributables from any_CommonRedist/vcredist/<year>folder, not just the hardcoded list.SteamServicestarts, fixing cold-launch asset fetches.Written for commit 2554b56. Summary will update on new commits.