[๐] App freezes while debugging for no reason in macOS
Opened this issue ยท 4 comments
Describe the bug
I ran the app in debug mode and clicked the skip button. And then the app was frozen for a long time.
To Reproduce
Steps to reproduce the behavior:
- Run the app in debug mode.
- Click on the skip setup button.
Expected behavior
Go to the home screen and must work fine as expected.
Desktop (please complete the following information):
OS: macOS
Logs (please upload the logs file by following the instructions):
fm-macos-debug-2022-01-27.log
Additional context
Nothing logs when I search for errors. Reload or Restart doesn't work.
Just to let you know, status dialog and home page status tiles both run the same code. Fixing that code on macos will fix both issues.
When I comment out the isolates of the checks(6 checks for 6 tools) Then the app runs smooth. I suspect them.
This has been fixed in a recent commit to master. Please check and close this issue if problem is solved.