-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Linux] Frequent crashes when starting application, X-related #446
Comments
I see get the same message, not just frequently, but any time I try to use the lib through epick. |
I've got exactly same error message above. |
There was something in the underlying winit library, supposedly fixed: |
I get this error as well (also on Arch Linux with i3, running the egui_template or the demo app). Does anybody know how to overcome this? The web backend works, fortunately, but it would be nice to run apps without a browser and the limitations of WASM. |
Because this was tagged with I cloned Edit: Actually, these are glitum's examples, not glium's (but glium seems to depend on glitum) |
Similar issue, reported closed: rust-windowing/winit#458
Let's figure out if this is a problem with glium or winit. There is a new glium-free backend in the works at #685 - can you check it out and try to run it?
try removing the state at |
After some testing with the glium-free backend, it seems this is not a problem with glium. I'd advise to remove the egui_glium tag, |
Since I'm running Gentoo after all I've been compiling a lot of stuff. And I don't know if this is a lead or not, but there seem to be less crashes when my computer is busy doing something. |
Yes, just tried with the glow backend, same problem. |
I get also the same error message using the eframe_template on Kubuntu 21.10:
Using the glow backend produces the same error. |
I ran into the same Since rust-windowing/glutin#1034 (comment) suggests that it might be window manager related, I'd like to add that I also use i3 (also on Arch Linux). I did not yet test the glow backend, but I will give it a try if can free up some time later today. If there is anything else I should give a try just point me at piece of code and I'll try it out. Also I have one casual observation I'd like to add: Most of the earlier reports for this problem mention Arch Linux, and only the later one other distros like Ubuntu. |
Nope ... unfortunately the glow_example #685 runs into the same error:
|
Just for kicks I patched my mesa library using https://bugs.freedesktop.org/attachment.cgi?id=143767 and it actually seems to solve the problem. All examples I tested work now. |
I can confirm the same issue on Arch under both i3 and Plasma. Patching mesa does indeed fix it. |
Hmm I just updated to egui 0.17.0, using glow instead of glium. Seems like it doesn't happen anymore ? But there's other things that changed in my system configuration as well, so I can't really tell what fixed it. |
Should we perhaps close this in favor of rust-windowing/glutin#1034 ? |
Not opposed to that ... |
Closed in favor of rust-windowing/glutin#1034 |
Hi,
recently I'm having plenty of (non-deterministic) crashes when starting my egui-based application.
Not really sure what this means. Usually I have to try two or three times, then the application starts. Any hints ?
I'm on Arch, Xorg, AwesomeWM
Best,
N
The text was updated successfully, but these errors were encountered: