On latest master, the app will occasionally hang at startup with no meaningful logs. The issue has been observed on macOS and linux, though not 100% consistently. Root cause remains unclear; evidence suggests it may be related to the QML disk cache and/or a Qt regression.
Workarounds reported:
- Upgrade to Qt 6.9.2 (may resolve)
- Delete QML cache folder (consistently resolves the issue):
- CacheLocation : "~/Library/Caches/
<APPNAME>", "/Library/Caches/<APPNAME>" , "C:/Users//AppData/Local/<APPNAME>/cache"
- Set env var: QML_DISABLE_DISK_CACHE=1
Note: First seen in PR: #18608 (review)