alacritty: Alacritty crashes after MacOS Catalina update
The issue occurs on MacOS Catalina.
fish: '~/.cargo/bin/cargo run --releas…' terminated by signal SIGILL (Illegal instruction)
This is the error it throws after I try to run it from the commandline with -vvv
.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 2
- Comments: 25 (22 by maintainers)
Commits related to this issue
- Add decorations: none to .alacritty.yml Cannot yet add startup_mode: Maximized due to jwilm/alacritty#2877 Upstream fix has landed in rust-windowing/winit#1323 — committed to jgmize/dotfiles by jgmize 5 years ago
- Upgrade winit to fix #2877 — committed to jgmize/alacritty by jgmize 5 years ago
- Add change log entries Fixes #3070. Fixes #2893. Fixes #2877. Fixes #2829. Fixes #2767. Fixes #2271. — committed to chrisduerr/alacritty by chrisduerr 4 years ago
- Add change log entries Fixes #3070. Fixes #2893. Fixes #2877. Fixes #2829. Fixes #2767. Fixes #2271. — committed to chrisduerr/alacritty by chrisduerr 4 years ago
- Bump winit to 0.20.0 Alpha 6 Fixes #3070. Fixes #2893. Fixes #2877. Fixes #2829. Fixes #2767. Fixes #2271. — committed to rodolf0/alacritty by chrisduerr 4 years ago
- Bump winit to 0.20.0 Alpha 6 Fixes #3070. Fixes #2893. Fixes #2877. Fixes #2829. Fixes #2767. Fixes #2271. — committed to phongnh/alacritty by chrisduerr 4 years ago
- Bump winit to 0.20.0 Alpha 6 Fixes #3070. Fixes #2893. Fixes #2877. Fixes #2829. Fixes #2767. Fixes #2271. — committed to roychoo/alacritty by chrisduerr 4 years ago
- Bump winit to 0.20.0 Alpha 6 Fixes #3070. Fixes #2893. Fixes #2877. Fixes #2829. Fixes #2767. Fixes #2271. — committed to boxofrox/alacritty by chrisduerr 4 years ago
As mentioned in #3029 this issue does not occur unless the decorations are set to
none
.I can reproduce in winit by using
.with_maximized(true).with_decorations(false)
.I’ve reported this upstream in https://github.com/rust-windowing/winit/issues/1288.
@hileceeser My config is set to
Maximized
, but when I changed it toWindowed
it suddenly worked again. 😅Upstream fix has landed in rust-windowing/winit#1323
Could someone try to apply this patch to https://github.com/rust-windowing/winit and execute
cargo run --example window
? Ideally it should crash.I’ve been having the same problem, and narrowed it down to the
startup_mode
property. If it’s set to ~“Windowed”~ “Maximized” Alacritty crashes on startup. @voider1 it’d be cool if you could confirm this on your system.edit: It’s actually “Maximized”, not “Windowed” that causes the crash.
Sorry, it was kinda late where I’m at, fixed it. So it doesn’t work with my config and it works without my config.
I retested with the latest master, using
--config-file /dev/null
and that does the trick. Weird thing is, on my other Mac (running the same version) my config works.@voider1 so, its working, right? So I assume this commit broke it for you 729eef0c933831bccfeac6a355bdb410787fbe5f.