NiceneNerd / UKMM

A new mod manager for The Legend of Zelda: Breath of the Wild. Successor to BCML.
https://nicenenerd.github.io/UKMM/
GNU General Public License v3.0
177 stars 9 forks source link

Black window and no terminal output on Void Linux #222

Open VenomousSteam81 opened 1 month ago

VenomousSteam81 commented 1 month ago

When launching UKMM, I get a black window and no output to the terminal when using ukmm or ukmm-debug on void linux.

NiceneNerd commented 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.

VenomousSteam81 commented 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.

Sorry for the late reply as I forgot about this. I will run all of these.

VenomousSteam81 commented 1 month ago

@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!

VenomousSteam81 commented 1 month ago

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.