diff --git a/BurnOutSharp/ProtectionType/PlayJ.cs b/BurnOutSharp/ProtectionType/PlayJ.cs index 29bd3f7f..5886a316 100644 --- a/BurnOutSharp/ProtectionType/PlayJ.cs +++ b/BurnOutSharp/ProtectionType/PlayJ.cs @@ -44,7 +44,7 @@ namespace BurnOutSharp.ProtectionType // Found in "PJSTREAM.DLL" ("Volumia!" by Puur (Barcode 7 43218 63282 2) (Discogs Release Code [r795427])). name = pex.FileDescription; - if (name.StartsWith("EVAUX32 Module", StringComparison.OrdinalIgnoreCase) == true) + if (name?.StartsWith("EVAUX32 Module", StringComparison.OrdinalIgnoreCase) == true) return $"PlayJ Music Player Component"; // Found in "PlayJ.exe" (https://web.archive.org/web/20010417025347/http://dlp.playj.com:80/playj/PlayJIns266.exe) and "CACTUSPJ.exe" ("Volumia!" by Puur (Barcode 7 43218 63282 2) (Discogs Release Code [r795427])).