Cacodemon345
Cacodemon345
Also, can you tell me your hardware specs?
What's you UEFI firmware version? (Hint: check the BIOS Version/Date field in System Information if you are running Windows)
Did you check the UEFI version output you get when you start the EDK2's UEFI shell binary? Mine happens to be UEFI 2.50. Edit: Check if your keyboard is working...
It looks like your computer's UEFI version is v2.31, which seems to be lower than what I have. Try compiling the binary by yourself (git clone the repo inside the...
Oh, I forgot to mention: GCC compiler isn't supported; last time I attempted to build UEFI Doom with the GCC compiler with intentionally disabling the warnings and errors, it failed...
EDK2 libc has problems when compiled under anything later than VS 2015. Try compiling it with VS 2015.
It seems like a firmware bug at this point really. Try loading the AudioDxe driver and then launching.
Then at this point it's a firmware specific bug.
Unless someone else also experiences hanging at the same time, I am keeping this closed.
To be honest, when I got UEFI Doom working, I had to decrement the sprites’ count to get it to load into the title screen. I will try pushing some...