Skip to content

v7.7.0

Pre-release
Pre-release

Choose a tag to compare

@changcheng967 changcheng967 released this 07 Aug 16:44
· 1 commit to master since this release

Fix: thread hijacking. v7.6.0 didn't crash but wheelspins didn't appear — the reward functions need thread-local state (TLS) that a bare CreateRemoteThread thread doesn't have. v7.7.0 hijacks a game worker thread (which has TLS) to run the grant — the standard technique for calling TLS-dependent game functions.

What to test

  1. Load fully into the world (driving mode).
  2. Unlocks → INSTANT REWARDS → enter 100 → Wheelspins.
  3. Did you gain 100 wheelspins? Did the game not crash / not freeze?

This version briefly suspends a game worker thread (~20ms), runs the grant on it, then restores it. If the game stutters for a moment that's normal. If it freezes or crashes, report it.

The decisive question: do the wheelspins actually appear this time?

  • Offline mode only. SQL cheats unaffected. Build v403.798.