KJNeko / Atlas

A replacement program written in c++ to replace Game-List (f95zone game manager)
GNU General Public License v3.0
18 stars 3 forks source link

[Issue] Bulk importer checking #115

Open KJNeko opened 1 year ago

KJNeko commented 1 year ago

Bulk importer lacks enough checking for the following event to occur

Game 1 at path /developer1/title1/v1.0 Game 2 at path /developer1/title1/v1.2 Game 3 at path /developer1/title1/SOME VERSION

Game 2 and 3 and identical. They both possess data from GL_Infos.ini. The bulk importer won't check if game 2 and game 3 conflict before importing. Resulting in the import process for game 3 failing silently.