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
Tauri application stops responding when switching to or opening other windows while it is starting up. I have experienced this with my own project opening multiple other applications at the same time, but I have tested and this can happen on a default Tauri + Vite project as well, created following this guide: https://v2.tauri.app/start/create-project/ . In my experience it never seems to recover from this state on its own.
Reproduction
This can happen by opening the tauri app alongside some other applications at the same time. But I've found it can be induced more often by spamming alt+tab quickly and repeatedly while the app is launching, though it does not happen every time. Video demonstration attached. This seems more difficult to reproduce running in dev, probably because of the less predictable startup timing.
tauri-not-responding.mp4
Expected behavior
I would expect the application to be able to launch normally
Describe the bug
Tauri application stops responding when switching to or opening other windows while it is starting up. I have experienced this with my own project opening multiple other applications at the same time, but I have tested and this can happen on a default Tauri + Vite project as well, created following this guide: https://v2.tauri.app/start/create-project/ . In my experience it never seems to recover from this state on its own.
Reproduction
This can happen by opening the tauri app alongside some other applications at the same time. But I've found it can be induced more often by spamming alt+tab quickly and repeatedly while the app is launching, though it does not happen every time. Video demonstration attached. This seems more difficult to reproduce running in dev, probably because of the less predictable startup timing.
tauri-not-responding.mp4
Expected behavior
I would expect the application to be able to launch normally
Full
tauri info
outputStack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: