-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Sway crashes right away #5033
Comments
Sounds like a Mesa bug. |
Any hints on how to confirm that or possible work around it? |
Compiling with debugging symbols should help getting a better stack trace. See https://github.com/swaywm/sway/wiki/Development-Setup#compiling-as-a-subproject Running with |
Ah, this must be because you're on Intel and your distro upgraded Mesa to 20.0.0 where the Gallium3D "Iris" driver is now the default. There's apparently a bug there. The Mesa devs already cherry-picked a fix for it and it will be coming into a point release soon (?). In the mean time you can override the default driver back to i965 when launching sway:
|
I am experiencing this issue too. Welcome to marvelous Arch Linux |
@hissssst It's a Mesa bug, not an Arch one. Also, the affected Mesa version (20.0.0) is currently only in the Arch Linux |
@hissssst I am experiencing random crashes at startup on Arch stable repositories-- mostly messages about X11 server dying or unable to reach display. I think it's possible it's part of this issue, but my mesa is still at version 19. I will draft up an issue once I can reproduce more regularly and prove it's distinct from this. Do these symptoms match yours? |
@ndrewtl No, they actually don't |
ArchLinux has pushed a new |
Sway crashes right away when I run it.
I'm not using nvidia :)
Here's the debug output of running
sway
, and the the output ofstrace sway
. I ran this under X11, but the result is the same when I run in an empty VT. I'm also including.config/i3/config
, since, IIRC, sway picks this up if I don't configure it explicitly.https://gist.github.com/WhyNotHugo/40e5b7fc314d112914badf4976b3ddad
Full backtrace:
The text was updated successfully, but these errors were encountered: