unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#63237: Sway fails to start
@ 2023-05-02 19:33 Simon Streit
  2023-05-02 20:18 ` Simon Streit
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Streit @ 2023-05-02 19:33 UTC (permalink / raw)
  To: 63237

Since checkout 5bfce83dc4cddfdbb9f4bef06a26dbfe525c2838 sway at version
1.8 fails to start.  GDM's log says:

--8<---------------cut here---------------start------------->8---
libEGL warning: Not allowed to force software rendering when API explicitly selects a hardware device.
libEGL warning: MESA-LOADER: failed to open crocus: /gnu/store/9pypr3c3y379shbwm9ilb4pik9mkfd83-mesa-22.2.4/lib/dri/crocus_dri.so: cannot open shared object file: No such file or directory (search paths /gnu/store/9pypr3c3y379shbwm9ilb4pik9mkfd83-mesa-22.2.4/lib/dri, suffix _dri)

00:00:00.029 [ERROR] [wlr] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "DRI2: failed to load driver"
00:00:00.029 [ERROR] [wlr] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "eglInitialize"
00:00:00.029 [ERROR] [wlr] [render/egl.c:264] Failed to initialize EGL
00:00:00.029 [ERROR] [wlr] [render/egl.c:554] Failed to initialize EGL context
00:00:00.029 [ERROR] [wlr] [render/gles2/renderer.c:679] Could not initialize EGL
00:00:00.029 [ERROR] [wlr] [render/wlr_renderer.c:333] Could not initialize renderer
00:00:00.029 [ERROR] [sway/server.c:79] Failed to create renderer
--8<---------------cut here---------------end--------------->8---

Anyone else run into this yet?


Kind regards
Simon




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#63237: Sway fails to start
  2023-05-02 19:33 bug#63237: Sway fails to start Simon Streit
@ 2023-05-02 20:18 ` Simon Streit
  2023-05-02 20:26   ` Jack Hill
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Streit @ 2023-05-02 20:18 UTC (permalink / raw)
  To: 63237

Simon Streit <simon@netpanic.org> writes:

> Since checkout 5bfce83dc4cddfdbb9f4bef06a26dbfe525c2838 sway at version
> 1.8 fails to start.  GDM's log says:

The previous error message is not quite right.  I still had
LIBGL_ALWAYS_SOFTWARE enabled.  The log file now has:

--8<---------------cut here---------------start------------->8---
libEGL warning: MESA-LOADER: failed to open crocus: /gnu/store/9pypr3c3y379shbwm9ilb4pik9mkfd83-mesa-22.2.4/lib/dri/crocus_dri.so: cannot open shared object file: No such file or directory (search paths /gnu/store/9pypr3c3y379shbwm9ilb4pik9mkfd83-mesa-22.2.4/lib/dri, suffix _dri)

00:00:00.029 [ERROR] [wlr] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "DRI2: failed to load driver"
libEGL warning: MESA-LOADER: failed to open crocus: /gnu/store/9pypr3c3y379shbwm9ilb4pik9mkfd83-mesa-22.2.4/lib/dri/crocus_dri.so: cannot open shared object file: No such file or directory (search paths /gnu/store/9pypr3c3y379shbwm9ilb4pik9mkfd83-mesa-22.2.4/lib/dri, suffix _dri)

00:00:00.032 [ERROR] [wlr] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "DRI2: failed to load driver"
00:00:00.032 [ERROR] [wlr] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "eglInitialize"
00:00:00.032 [ERROR] [wlr] [render/egl.c:264] Failed to initialize EGL
00:00:00.032 [ERROR] [wlr] [render/egl.c:554] Failed to initialize EGL context
00:00:00.032 [ERROR] [wlr] [render/gles2/renderer.c:679] Could not initialize EGL
00:00:00.032 [ERROR] [wlr] [render/wlr_renderer.c:333] Could not initialize renderer
00:00:00.032 [ERROR] [sway/server.c:79] Failed to create renderer
--8<---------------cut here---------------end--------------->8---




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#63237: Sway fails to start
  2023-05-02 20:18 ` Simon Streit
@ 2023-05-02 20:26   ` Jack Hill
  0 siblings, 0 replies; 3+ messages in thread
From: Jack Hill @ 2023-05-02 20:26 UTC (permalink / raw)
  To: Simon Streit; +Cc: 63237

On Tue, 2 May 2023, Simon Streit wrote:

> Simon Streit <simon@netpanic.org> writes:
>
>> Since checkout 5bfce83dc4cddfdbb9f4bef06a26dbfe525c2838 sway at version
>> 1.8 fails to start.  GDM's log says:
>
> The previous error message is not quite right.  I still had
> LIBGL_ALWAYS_SOFTWARE enabled.  The log file now has:
>
> --8<---------------cut here---------------start------------->8---
> libEGL warning: MESA-LOADER: failed to open crocus: /gnu/store/9pypr3c3y379shbwm9ilb4pik9mkfd83-mesa-22.2.4/lib/dri/crocus_dri.so: cannot open shared object file: No such file or directory (search paths /gnu/store/9pypr3c3y379shbwm9ilb4pik9mkfd83-mesa-22.2.4/lib/dri, suffix _dri)

Simon,

Yikes, that sounds like an annoying problem.

Based on the crocus_dri name, I think you might be experiencing a known 
problem. Fortunately, there is a fix [0] awaiting review.

[0] https://issues.guix.gnu.org/63128

Best,
Jack




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-02 20:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-02 19:33 bug#63237: Sway fails to start Simon Streit
2023-05-02 20:18 ` Simon Streit
2023-05-02 20:26   ` Jack Hill

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).