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

Fixed a NullPointerException when displaying SUI message boxes #1574

Merged
merged 3 commits into from
Jul 5, 2024

Conversation

madsboddum
Copy link
Member

Fixes #1568.

I was able to reproduce the problem with our existing automated tests by simply introducing packet encoding and decoding in this commit: b7139af

The result isn't used for anything, although I think that would be cool to add in later for tests that give even more confidence.

The actual fix is here: b7139af

@madsboddum madsboddum self-assigned this Jun 30, 2024
@madsboddum madsboddum added the BUGFIX Fix of a bug (Pull Request) label Jun 30, 2024
…roduce the SUI window packet serialization problem
…now display again

This fixes a NullPointerException, where suiScript is assumed to be not-null during SuiCreatePageMessage#encode
@Josh-Larson Josh-Larson merged commit a4505bd into ProjectSWGCore:master Jul 5, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUGFIX Fix of a bug (Pull Request)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SUI message box windows no longer display
2 participants