Closed RedPlayer1 closed 3 months ago
Make sure the following libraries are installed on your machine:
apt install libx11-xcb-dev xinput libxcursor-dev libxkbcommon-x11-dev libx11-dev
Not sure what the equivalents are in Void.
@kchibisov Given the prevalence of these bug reports it may be worth reconsidering your position here.
I have the following packages installed but it still doesn't work:
@notgull I think the main issue is that all the error information is getting discarded by the new_x11_any_thread
function and has nothing to do with what I said on the review. Probably, it stop doing so, you'll have everything in place, but you still don't need to touch anything in src/error.rs
with that approach, since Wayland somehow manages to embed all the information needed.
Was it intentional to close this? Seems to me like the underlying issue has not been diagnosed, we've only made logging better so that it may be diagnosed in the future
It's a setup issue, if it's not it could always be reopened, but it's unlikely anything else.
The main issue was that it wasn't clear what exactly we lack in this particular case, but now it's all properly logged.
Description
When attempting to run a simple program with only
in the main function, it panics at runtime with
My current theory is that I am missing at least one X11 library but I cannot find a list of required ones.
OS and window mananger
OS:
Void Linux 6.6.46_1 x86_64 (musl)
Window Manager:dwm 6.4 (patched)
Winit version
0.30.5