You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crash caused by an access denied error when trying to delete an outdated vehicle database file, first reported 2022-10-06
PermissionError: [WinError 5] Accesso negato: 'library/vehicles/ets/am.mbad.ini'
Traceback:
File "tkinter\__init__.py", line 1892, in __call__
File "packer.py", line 221, in <lambda>
File "packer.py", line 803, in switch_to_main_screen
File "packer.py", line 828, in load_main_screen_variables
File "packer.py", line 906, in check_for_outdated_vehicles
The text was updated successfully, but these errors were encountered:
When checking for outdated vehicle database files, if one is found Paint
Job Packer will attempt to delete it. On at least one occasion this
resulted in a PermissionError crash. The crash still happens, as I'm not
sure how to programmatically resolve this, but the user is at least
warned beforehand, and instructed to reach out to me.
Crash tracked in issue #21, this doesn't completely fix it, but at least
improves the experience.
Crash caused by an access denied error when trying to delete an outdated vehicle database file, first reported 2022-10-06
The text was updated successfully, but these errors were encountered: