-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
[BUG] "Select an existing world" hangs on Linux #145
Comments
Hi Benjamin, thanks for the report! I'll look into this. However I don't have a Linux machine right now, so it could take a bit of time. Maybe someone else can help reproducing this. Could you in the meanwhile maybe try it again with v2.1.1-tweak_uno? |
Yeah, same problem :( I'll investigate later. I haven't really gone through the codebase yet lol |
From what I can tell, this is probably an issue with tauri. I tested with the recommended env variable The Application seems to hang on if let Some(path) = dialog.pick_folder() {....} |
I'm using X11 and mate-desktop here, and the problem still existed... Maybe it's not the problem of wayland. |
Same here, just tried on X11 and it still hangs. But the example from RFD's GH repo works fine (no Tauri). Maybe the issue is the interop between Tauri and rfd? |
This is occurring on the Linux build. I'm running Ubuntu 24.04.
The text was updated successfully, but these errors were encountered: