Shiqan / FortniteReplayDecompressor

Read Fortnite replay files
https://fortnitereplaydecompressor.readthedocs.io/en/latest/
MIT License
93 stars 34 forks source link

Replay Stats not loading for custom maps #53

Closed cormac-doyle closed 8 months ago

cormac-doyle commented 8 months ago

When trying to access Stats class in replay files on custom maps I get null pointer exception error: Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.

cormac-doyle commented 8 months ago

Example file: custom.replay.zip

Shiqan commented 8 months ago

Stats is an event (AthenaMatchStats) from Fornite replays. so not something custom we've build. If it is null, it means it wasnt an event in the replay. So I guess Fortnite will not send this event for custom game mode.