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

[BUG] "Select an existing world" hangs on Linux #145

Closed
benjamin051000 opened this issue Jan 3, 2025 · 5 comments · Fixed by #197
Closed

[BUG] "Select an existing world" hangs on Linux #145

benjamin051000 opened this issue Jan 3, 2025 · 5 comments · Fixed by #197
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@benjamin051000
Copy link
Contributor

  1. Open GUI
  2. Click "Choose world"
  3. Click "Select existing world"
  4. The application hangs

This is occurring on the Linux build. I'm running Ubuntu 24.04.

@benjamin051000 benjamin051000 added the bug Something isn't working label Jan 3, 2025
@louis-e louis-e added the help wanted Extra attention is needed label Jan 4, 2025
@louis-e
Copy link
Owner

louis-e commented Jan 4, 2025

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?

@benjamin051000
Copy link
Contributor Author

Yeah, same problem :( I'll investigate later. I haven't really gone through the codebase yet lol

@QuantenToast
Copy link

QuantenToast commented Jan 5, 2025

From what I can tell, this is probably an issue with tauri.
At least tauri-egui currently doesn't support Wayland, which results in similar symptoms.

I tested with the recommended env variable GDK_BACKEND=x11, this didn't resolve the issue.

The Application seems to hang on src/main.rs:182

if let Some(path) = dialog.pick_folder() {....}

@fish4terrisa-MSDSM
Copy link

From what I can tell, this is probably an issue with tauri. At least tauri-egui currently doesn't support Wayland, which results in similar symptoms.

I tested with the recommended env variable GDK_BACKEND=x11, this didn't resolve the issue.

The Application seems to hang on src/main.rs:182

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.

@benjamin051000
Copy link
Contributor Author

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?

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

Successfully merging a pull request may close this issue.

4 participants