Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows thinks the app is frozen whenever it opens an explorer popup #84

Closed
nexus226 opened this issue Apr 28, 2024 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@nexus226
Copy link

When the standalone app triggers an explorer popup (by opening a file, saving/loading presets) Windows thinks the main window is frozen. You can see it by trying to interact with the main window after a few seconds. It unfreezes instantly when the popup is closed. This doesn't affect normal usage, but it's a problem nonetheless. This might be exclusive to Windows 10 (my OS). It isn't exclusive to the most recent version.

My assumption is (correct me if I'm wrong) that ntsc-rs is waiting for the operation (e.g. picking a file) to complete and Windows is wrongly assuming the app is stuck processing this operation and thus not responding.

@valadaptive valadaptive added the bug Something isn't working label Apr 28, 2024
@valadaptive
Copy link
Owner

Fix is blocked on PolyMeilex/rfd#191. Might just use my own fork of rfd and push an update; it'll require some testing since there have been more upstream changes

@valadaptive
Copy link
Owner

Fixed in v0.6.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants