View Single Post
Old 02-26-2024, 08:29 AM   #15
jomteon
Junior Member
jomteon began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Feb 2024
Device: none
Quote:
Originally Posted by sgmoore View Post
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.
Thank you for clarifying! I figured it out using this information.

A thousand thanks to you and everyone who helped!
jomteon is offline   Reply With Quote