Skip to content

bugfix(loadscreen): Add null check for TheChallengeGenerals during challenge load#446

Open
seer-by-sentry[bot] wants to merge 1 commit intomainfrom
seer/fix/loadscreen-challenge-generals-init
Open

bugfix(loadscreen): Add null check for TheChallengeGenerals during challenge load#446
seer-by-sentry[bot] wants to merge 1 commit intomainfrom
seer/fix/loadscreen-challenge-generals-init

Conversation

@seer-by-sentry
Copy link
Copy Markdown

@seer-by-sentry seer-by-sentry bot commented Apr 1, 2026

Fixes CLIENT-33Q. The issue was that: ChallengeLoadScreen::init dereferences null TheChallengeGenerals, causing an Access Violation Read during AsciiString construction.

  • Added a DEBUG_ASSERTCRASH to ensure 'TheChallengeGenerals' is initialized before proceeding with challenge load screen initialization.
  • Implemented a null check for 'TheChallengeGenerals' to return early if it's uninitialized, preventing potential crashes or undefined behavior.

This fix was generated by Seer in Sentry, triggered automatically. 👁️ Run ID: 12714334

Not quite right? Click here to continue debugging with Seer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants