sheilan102 / C2M

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

Issue loading MW3 maps on latest beta release #17

Closed tobi-polar closed 3 years ago

tobi-polar commented 3 years ago

Found supported game: Call of Duty: Modern Warfare 3

Parsing IWD files... Parsing map data...

Parsing light data... Parsed light data in 0.00 seconds. Parsed surfaces in 5.36 seconds. An unhandled exception has occured: System.NullReferenceException: Object reference not set to an instance of an object. at C2M.ModernWarfare3.ReadXModel(ProcessReader reader, MW3XModel modelData, CoDMap codmap, Action1 printCallback) in C:\work __ dev\C2M_v2\C2M\Games\ModernWarfare3.cs:line 454 at C2M.ModernWarfare3.ParseDynamicModels(ProcessReader reader, List1 entities, CoDMap codmap) in C:\work dev\C2M_v2\C2M\Games\ModernWarfare3.cs:line 562 at C2M.ModernWarfare3.LoadBSPData(Process process, GameInfo gameInfo, Action1 printCallback) in C:\work __ dev\C2M_v2\C2M\Games\ModernWarfare3.cs:line 279 at C2M.HuskyUtil.LoadGame(Action1 printCallback) in C:\work dev\C2M_v2\C2M\HuskyUtil.cs:line 194