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] Doesn't Launch Linux Mint 21+ #21

Open
jredfox opened this issue May 31, 2023 · 1 comment
Open

[BUG] Doesn't Launch Linux Mint 21+ #21

jredfox opened this issue May 31, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jredfox
Copy link

jredfox commented May 31, 2023

Describe the bug

Doesn't launch when "alacritty" is called from gnome-terminal on linux mint 21 or higher

To Reproduce

Steps to reproduce the behavior:

  1. terminal
  2. type "alacritty"
  3. nothing happens
  4. according to java the exit code returns "1"

Expected behavior

it opens

Screenshots
BLANK SCREEN

Environment (please complete the following information):

  • OS: Linux mint 21 fresh install with snapd enabled
  • Alacritty Version: latest from the store
  • Graphics Cards: AMD Dedicated GPU
  • ISA:AMD64

Additional context

Shell output:

libGL error: MESA-LOADER: failed to open radeonsi (search paths /snap/alacritty/46/usr/lib/x86_64-linux-gnu/dri)
libGL error: failed to load driver: radeonsi
libGL error: MESA-LOADER: failed to open radeonsi (search paths /snap/alacritty/46/usr/lib/x86_64-linux-gnu/dri)
libGL error: failed to load driver: radeonsi
libGL error: MESA-LOADER: failed to open swrast (search paths /snap/alacritty/46/usr/lib/x86_64-linux-gnu/dri)
libGL error: failed to load driver: swrast
libEGL warning: MESA-LOADER: failed to open radeonsi (search paths /snap/alacritty/46/usr/lib/x86_64-linux-gnu/dri)

libEGL warning: MESA-LOADER: failed to open radeonsi (search paths /snap/alacritty/46/usr/lib/x86_64-linux-gnu/dri)

libEGL warning: MESA-LOADER: failed to open swrast (search paths /snap/alacritty/46/usr/lib/x86_64-linux-gnu/dri)

libEGL warning: MESA-LOADER: failed to open swrast (search paths /snap/alacritty/46/usr/lib/x86_64-linux-gnu/dri)

libEGL warning: MESA-LOADER: failed to open radeonsi (search paths /snap/alacritty/46/usr/lib/x86_64-linux-gnu/dri)

libEGL warning: MESA-LOADER: failed to open radeonsi (search paths /snap/alacritty/46/usr/lib/x86_64-linux-gnu/dri)

libEGL warning: MESA-LOADER: failed to open swrast (search paths /snap/alacritty/46/usr/lib/x86_64-linux-gnu/dri)

libEGL warning: MESA-LOADER: failed to open swrast (search paths /snap/alacritty/46/usr/lib/x86_64-linux-gnu/dri)

Created log file at "/tmp/Alacritty-11803.log"
[2023-05-31 05:24:23.985436650] [ERROR] [alacritty] Alacritty encountered an unrecoverable error:
                                                    
                                                    	Error creating GL context; Received multiple errors. Errors: `[OsError("eglInitialize failed"), OsError("GL context creation failed")]`

...

LIBGL_DEBUG output (only if you have graphics related issue):

$ LIBGL_DEBUG=verbose alacritty
...
@jredfox jredfox added the bug Something isn't working label May 31, 2023
@thatLeaflet
Copy link

I had the same issue installing from the stable branch, but the edge branch works for me.

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

No branches or pull requests

3 participants