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
When updating the program, if a file outside of the layout folder is being locked by the Windows OS for any reason, the program will crash while leading the user to believe the update has succeeded. However this puts the program in an intermediary state where some files have beeh updated but not others, and the layout folder is renamed, but no new layout folder is present.
Here’s an extract from the log:
[2024-01-24 19:33:11] - ERROR - TournamentStreamHelper.py:ExtractUpdate:209 | Traceback (most recent call last):
File "src\TournamentStreamHelper.py", line 204, in ExtractUpdate
tar.extract(m)
File "tarfile.py", line 2100, in extract
File "tarfile.py", line 2173, in _extract_member
File "tarfile.py", line 2214, in makefile
PermissionError: [Errno 13] Permission denied: 'assets\\font\\RobotoCondensed.ttf'
Proposed fix:
The program checks that any and all files which the update would change are either missing or editable before starting the update procedure, and informs the user if an issue is found, without updating any file
Check if TSH itself is using the culprit file
Workaround:
Redownload the software from GitHub and import the user_data folder
The text was updated successfully, but these errors were encountered:
Wolfy76700
added
bug
Something isn't working
critical
This bug needs to be solved before others (Usually bugs with no viable workarounds for the user)
labels
Jan 24, 2024
When updating the program, if a file outside of the
layout
folder is being locked by the Windows OS for any reason, the program will crash while leading the user to believe the update has succeeded. However this puts the program in an intermediary state where some files have beeh updated but not others, and thelayout
folder is renamed, but no newlayout
folder is present.Here’s an extract from the log:
Proposed fix:
Workaround:
user_data
folderThe text was updated successfully, but these errors were encountered: