The app crashes when I try to load any of the maps.
Only 3 are listed, but 2 of them share the same chunks.
CrashDump.dmp
The crash occurs in draw_dat_browser.cpp line 1537 when trying to get the terrain_texture_id because the terrain_dat_textures array is empty, which in turn doesn't populate raw_data_ptrs. I traced this further back to line 1497 that fails to find the decoded_filename in the hash_index.
Hope this helps.
The app crashes when I try to load any of the maps.
Only 3 are listed, but 2 of them share the same chunks.
CrashDump.dmp
The crash occurs in
draw_dat_browser.cppline 1537 when trying to get theterrain_texture_idbecause theterrain_dat_texturesarray is empty, which in turn doesn't populateraw_data_ptrs. I traced this further back to line 1497 that fails to find the decoded_filename in the hash_index.Hope this helps.