Quote:
Originally Posted by jomteon
It creates a new temporary file each time I run DeDRM, so I'm not sure how that would help. But I may just be misunderstanding you here.
|
The plugin is extracting map_data_storage.db to a file in the temporary folder and lets windows just generate a random filename (which is why the name is different each time). Then it reads the serial number from this file and deletes it - which is line 303 that throws the error.
All this is doing is bypassing the backup extraction and is reading the serial number from the map_data_storage.db file directly and, most importantly, the plugin won't delete map_data_storage.db , so we skip the line that is causing the error.