-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
[Wayland + NVIDIA + WGPU] Error in Surface::configure: parent device is lost #3225
Comments
Updated. It crashes as well. It seems to have a problem with latest Wayland. Not just the wlroots implementation. |
Tried latest git master. Same issue. |
Happens for me on Pop os / Gnome with wayland enabled |
Set the |
That works. This might mean this is an NVIDIA Wayland issue? |
I'd suggest trying webgpu to see if that behaves any better: |
Hi wez. We discovered that my issue #3244 is a duplicate of this and I've tried running with |
I'm observing this on wayland/sway but only when >1 instance is running. i.e. I can normally use 1 instance of WezTerm, but launching the second one crashes both. |
This is also being seen with the Flatpak on Ubuntu 23.04 in OpenGL mode. A window can still open, but doesn't hold for long, e.g. until a few keys are pressed. Opening a second instance instantly kills both. Enabling WebGpu throws the error immediately here:
Do we know of versions that are unaffected, and if, is there a way to downgrade the Flatpak? |
I also see this issue on Gnome 44 on Arch Linux. No Nvidia or AMD card, just an Intel iGPU. |
@wez I found out that this is not a wezterm issue, but a crate issue It's an old issue as mentioned here gfx-rs/wgpu#2519 And I am seeing the same errors as well:
Similar issues are referenced as well:
I will keep this open until their side gets resolved. |
while on intel TGL GT2 + older wlroots/sway, the following fixed the crashwlroots:
NOTE: This is no longer working on the latest wlroots/sway revisions and seems to be related to #3996 |
Fixed on latest wezterm. Only issue now is to report for performance |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
What Operating System(s) are you seeing this problem on?
Linux Wayland
Which Wayland compositor or X11 Window manager(s) are you using?
WM: Wayland compositor RiverWM (Wlroots-based like SwayWM)
OS: openSUSE TumbleWeed
Also tested on Plasma Wayland. Same issue.
WezTerm version
20221119.145034.49b9839f+g221
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
No, and I'll explain why below.
No relevant commit that can fix it
Describe the bug
Crashes on Wayland. No Wezterm running.
To Reproduce
Configuration
no config
Expected Behavior
Runs normally.
Logs
Anything else?
Going to test this on Plasma Wayland. I will update later
The text was updated successfully, but these errors were encountered: