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
Describe the bug
The application crash after few minutes, after have initiated a backup. (cf. "TimeMachineStatus_While_Backup")
Still while the backup is in progress, the application crash immediately at the opening. (cf. "TimeMachineStatus_Reopening_App.txt")
To Reproduce
Steps to reproduce the behavior:
Open "System Settings" > General > Time Machine > Right Click on volume > Back Up to ...
Please open your Terminal.app and type in the following command to save the logs to a file on your Desktop. Ideally right after you restarted the app. Make sure to change the time stamp to before the error occurred.
log show --predicate 'sender == "TimeMachineStatus"' --start '2024-10-18 00:05:00'>~/Desktop/TMS.log
The command you provided give me an empty file, so I've edit to:
(Just have change the sender by process) log show --predicate 'process == "TimeMachineStatus"' --start '2024-10-18 16:17:30' > ~/Desktop/TMS.log
Timestamp of user actions:
16:17:50: Open App
16:18:00: Press "Back Up to ..." in "System Settings" > General > Time Machine > Right Click on volume
Describe the bug
The application crash after few minutes, after have initiated a backup. (cf. "TimeMachineStatus_While_Backup")
Still while the backup is in progress, the application crash immediately at the opening. (cf. "TimeMachineStatus_Reopening_App.txt")
To Reproduce
Steps to reproduce the behavior:
Expected behavior
N/A
Screenshots
N/A
Additional context
Operating System:
Time Machine configuration:
TimeMachineStatus_While_Backup.txt
TimeMachineStatus_Reopening_App.txt
The text was updated successfully, but these errors were encountered: