Replies: 1 comment
-
I fixed a similar problem just now by installing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run a very simple egui/eframe UI (basically
ui.label("Hello World!")
) on a Wayland system using theweston
compositor indrm
mode, and getting aNoGlutinConfigs()
error with a template Debug output dump.Setting
RUST_LOG=TRACE
showseframe
loggingtrying to create glutin Display with config: ...
, but does not show thedebug!("using the first config from config picker closure. config: {config:?}")
message, so I'm guessing that there are no matching configs for it to iterate over.glutin-winit
andglutin
don't emit any debug info, nor doesglutin-winit
document what it's looking for under Wayland (i.e. what configs might exist), or what prerequisites (ENV vars, libraries, whatever) are needed under Wayland as far as I can tell.Other apps, like
wayland-terminal
work fine, so this is probably something specific toglutin
orglutin-winit
orwinit
, but I don't have any idea how to proceed. I'll ask in theglutin-winit
repo too, but I suspect there are folks here that might have knowledge and not normally watching issues in that repo.Does anyone here have any idea how to debug this?
Has anyone here resolved something like this before?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions