ProjectSWGCore / Holocore

This is the Star Wars Galaxies server emulator for the Java Virtual Machine
https://www.projectswg.com
GNU Affero General Public License v3.0
31 stars 19 forks source link

Fixed a NullPointerException when displaying SUI message boxes #1574

Closed madsboddum closed 4 months ago

madsboddum commented 5 months ago

Fixes #1568.

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

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: b7139af3de1d0f31c79f615dbc1bfcfe3b133ecb