HackBGRT icon indicating copy to clipboard operation
HackBGRT copied to clipboard

Installed using newest Version, Shows Windows Logo(Resolution Restriction?)

Open helloimalastair opened this issue 5 years ago • 1 comments

Hello All,

I just installed the latest version of this program, using a custom BMP file, and when I rebooted, I saw the Debug, as I had set it to show, but I did not see the custom Boot Logo I had set, instead the screen showed the default Windows Logo. I am thinking there may be a maximum resolution for the images, but I am not sure. I have linked the output of the debug, and the image I want to use, converted to PNG so that GitHub will stop complaining. Any help is appreciated.

splash BootCapture

helloimalastair avatar Jul 21 '20 03:07 helloimalastair

This appears to be the same issue as https://github.com/Metabolix/HackBGRT/issues/39

ziggythehamster avatar Aug 27 '20 01:08 ziggythehamster

Possible problems include bad file format (e.g. 8-bit instead of 24-bit bmp) or too big file (e.g. wider than your resolution during boot). Please try with a smaller file for debugging, and use the latest release (2.0.0) which converts images automatically to the correct format.

Metabolix avatar Sep 10 '23 14:09 Metabolix