Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Crash Fix] Update to location of qGlobals initialization #4144

Merged
merged 1 commit into from Mar 2, 2024

Conversation

neckkola
Copy link
Contributor

@neckkola neckkola commented Mar 2, 2024

Error log from Spire id 19626 fingerprint a7bba against 22.45.0

Setting the rule Character:PerCharacterQglobalMaxLevel to true would cause zone.exe to crash on character login.

qGlobals was not being initialized before it was being used in the routine resulting in the nullptr check to fail.
Relocated the initialization to before the routine.

@Akkadius
Copy link
Member

Akkadius commented Mar 2, 2024

Love to see crash fixes!

@Akkadius Akkadius merged commit c4613e1 into EQEmu:master Mar 2, 2024
1 check passed
This was referenced Mar 2, 2024
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.

None yet

3 participants