Open VenomousSteam81 opened 1 month ago
Hmm, this will be hard for me to investigate. If you happen to have (or are willing to get) a Rust toolchain set up, you could try running the egui
examples to see if the problem applies to all egui apps.
Hmm, this will be hard for me to investigate. If you happen to have (or are willing to get) a Rust toolchain set up, you could try running the
egui
examples to see if the problem applies to all egui apps.
Sorry for the late reply as I forgot about this. I will run all of these.
@NiceneNerd Ok so the Confirm exit
egui example gives me a GL error GL_INVALID_ENUM (0x500) and black screen. I'm assuming it has to do with this ancient Intel Mobile GPU that only supports OpenGL ES 2.0.
I found a "hack". I added LIBGL_ALWAYS_SOFTWARE=1
to the beginning of my command. Now I can use ukmm!
Also (unrelated but might as well say it) I get an error on Windows 7 about a library or something missing. I don't remember exactly off the top of my head and don't want to wait 5 minutes for windows to boot just to see that error atm.
When launching UKMM, I get a black window and no output to the terminal when using
ukmm
orukmm-debug
on void linux.