Closed samuelabreu closed 9 months ago
Hmm, interesting. I've rolled back the release for now, or you can try snap revert alacritty
while we investigate a bit more.
Similar issues for me with the candidate release (115), but the latest stable does work now that it is rolled back (I have to unset LD_LIBRARY_PATH
to get some things working, though).
$ alacritty -vvv
Created log file at "/tmp/Alacritty-345991.log"
[0.000000690s] [INFO ] [alacritty] Welcome to Alacritty
[0.000078154s] [INFO ] [alacritty] Version 0.13.1 (fe2a3c56)
[0.000087508s] [INFO ] [alacritty] Running on Wayland
[0.000148242s] [INFO ] [alacritty_config_derive] No config file found; using default
libEGL warning: MESA-LOADER: failed to open iris: /snap/core22/current/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /lib/x86_64-linux-gnu/libxml2.so.2) (search paths /snap/alacritty/115/usr/lib/x86_64-linux-gnu/dri, suffix _dri)
libEGL warning: MESA-LOADER: failed to open swrast: /snap/core22/current/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /lib/x86_64-linux-gnu/libxml2.so.2) (search paths /snap/alacritty/115/usr/lib/x86_64-linux-gnu/dri, suffix _dri)
[0.008147336s] [INFO ] [alacritty] Goodbye
Deleted log file at "/tmp/Alacritty-345991.log"
Error: Error { raw_code: Some(12289), raw_os_message: None, kind: InitializationFailed }
$ LIBGL_DEBUG=verbose alacritty 1 ↵
libGL: Can't open configuration file /etc/drirc: No such file or directory.
libGL: Can't open configuration file /home/darndt/.drirc: No such file or directory.
libGL: Can't open configuration file /etc/drirc: No such file or directory.
libGL: Can't open configuration file /home/darndt/.drirc: No such file or directory.
libEGL warning: MESA-LOADER: failed to open iris: /snap/core22/current/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /lib/x86_64-linux-gnu/libxml2.so.2) (search paths /snap/alacritty/115/usr/lib/x86_64-linux-gnu/dri, suffix _dri)
libEGL warning: MESA-LOADER: failed to open swrast: /snap/core22/current/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /lib/x86_64-linux-gnu/libxml2.so.2) (search paths /snap/alacritty/115/usr/lib/x86_64-linux-gnu/dri, suffix _dri)
Error: Error { raw_code: Some(12289), raw_os_message: None, kind: InitializationFailed }
@samuelabreu @DanielArndt see #18 - can you give the latest version in latest/candidate
a try and see if it solves your issue?
After snap refresh alacritty --candidate
i could launch alacritty successfully.
alacritty --version
alacritty 0.13.1 (fe2a3c56)
Thank you
Excellent! Thanks!
Describe the bug
After last update, on Ubuntu 23.10, alacritty fails to launch with:
To Reproduce
Steps to reproduce the behavior:
alacritty
Expected behavior
Alacritty launchs
Screenshots
N/A
Environment (please complete the following information):
Additional context
$ alacritty -vvv
LIBGL_DEBUG output (only if you have graphics related issue):