sheilan102 / C2M

Tool to export maps from COD Games
GNU General Public License v3.0
46 stars 9 forks source link

BO4: Unhandled exception when loading zm maps #25

Closed Kenshin9977 closed 2 years ago

Kenshin9977 commented 2 years ago

I get an error when loading any zombie map from Black Ops 4. I get the same error with:

Found supported game: Call of Duty: Black Ops 4
Parsing CASC Storage...
Parsing map data...

Parsing surface data...
An unhandled exception has occured:
System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.
   à C2M.BlackOps4.ExportBSPData(Process process, GameInfo gameInfo, Action`1 printCallback) dans C:\work __ dev\C2M_v2\C2M\Games\BlackOps4.cs:ligne 187
   à C2M.HuskyUtil.LoadGame(Action`1 printCallback) dans C:\work __ dev\C2M_v2\C2M\HuskyUtil.cs:ligne 224

I used the version currently available on your website