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
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
Description: Began updating, after the files appeared to have finished downloading, a few seconds pass, and the program crashes. This was the first time I had used the launcher since 0.3. Assuming you see this, keep up the good work bro. I'm running Windows 7 64.
Version: 0.6.5
Type: <class 'OSError'>
Value: [WinError 145] The directory is not empty: 'C:\Users\ADMIN\Desktop\CDDA\previous_version\lang\mo\it_IT'
Traceback:
File "C:\Users\Remy\Projects\CDDA-Game-Launcher\cddagl\ui.py", line 1435, in download_http_finished
File "C:\Users\Remy\Projects\CDDA-Game-Launcher\cddagl\ui.py", line 1451, in backup_current_game
File "c:\python34\lib\shutil.py", line 482, in rmtree
File "c:\python34\lib\shutil.py", line 372, in _rmtree_unsafe
File "c:\python34\lib\shutil.py", line 372, in _rmtree_unsafe
File "c:\python34\lib\shutil.py", line 372, in _rmtree_unsafe
File "c:\python34\lib\shutil.py", line 381, in _rmtree_unsafe
File "c:\python34\lib\shutil.py", line 379, in _rmtree_unsafe
The text was updated successfully, but these errors were encountered:
I don't think there is much we can do for this type of error. It seems we cannot remove that directory because it it being used by another process. I think the solution will be to try to find out which process it is and ask the user to retry the operation or cancel the update.
This is fixed with 3f2d6b3. There will now be a retry message box shown if we cannot remove the previous_version directory. That message box will show if a specific process is holding a handle on a contentious file or directory.
Description: Began updating, after the files appeared to have finished downloading, a few seconds pass, and the program crashes. This was the first time I had used the launcher since 0.3. Assuming you see this, keep up the good work bro. I'm running Windows 7 64.
Version: 0.6.5
Type:
<class 'OSError'>
Value: [WinError 145] The directory is not empty: 'C:\Users\ADMIN\Desktop\CDDA\previous_version\lang\mo\it_IT'
Traceback:
The text was updated successfully, but these errors were encountered: