Ryzee119 / LithiumX

A simple dashboard, mainly developed for the Original Xbox console, but it can be compiled for Windows and Linux for rapid development and testing.
MIT License
72 stars 8 forks source link

black screen after "mounting partitions" prompt #33

Closed LukeUsher closed 11 months ago

LukeUsher commented 11 months ago

Running on a PAL 1.0 Xbox using the composite AV adapter; the latest commit of LithiumX boots to a black screen, however, ftp is still responsive so it doesn't seem to have actually crashed.

I experienced this issue with 8d2f35, compiled as per instructions in an msys environment.

The v0.9.1 release works as expected.

Ryzee119 commented 11 months ago

Thanks for the report. Hard to see exactly why 0.9.1 works but later build don't as the only changes are trivial. 🤔

I use msys too mostly will have to compare clang/llvm versions when I get a chance

LukeUsher commented 11 months ago

May have just been build environment; using the MINGW64 shell rather than the MINGW64 CLANG shell seems to have solved the problem, my apologies

Seems kind of counter-intuitive when the main difference between those shells is the default compiler being clang rather than mingw, but msys/mingw environments can be weird sometimes.