v5.5.0-pre — GamePass Stability Test Build
Purpose: Test build for issue #34 — removes CRC heartbeat and thread suspension to test GamePass stability.
What changed
- Removed CRC heartbeat timer — the trainer no longer periodically suspends all 150+ game threads every 3.5 seconds
- Kept one-shot CRC bypass — the integrity check function pointer is still replaced with a RET stub, so checks never run
- Kept all integrity patches — MemCmp, PageHash, TextHash, CodeSection, Checksum, and TerminateGuard are still patched once at attach time
Why
The periodic thread suspension was suspected of destabilizing GamePass/Windows Store DRM threads. This build uses a "patch once and trust" approach, matching what other working trainers do.
For testers (especially GamePass users)
- Download and extract the zip
- Run
FH6AllInOneTrainer.exeas Administrator - Start Forza Horizon 6
- Click "Attach" in the trainer
- Enable your cheats
- Play for at least 10 minutes and report:
- Did the game crash? If so, after how long?
- Did you alt-tab or open the pause menu?
- Were you on Steam or GamePass?
Notes
- All cheats that worked in v5.4.0 should still work the same way
- The log file will no longer show "CRC tick" entries — this is expected
- If you still crash, please upload your
trainer.logfile to the GitHub issue