Metabolix / HackBGRT

Windows boot logo changer for UEFI systems
MIT License
2.22k stars 239 forks source link

Setup.exe error (not working cmd) #164

Closed ehtiSham-0 closed 9 months ago

ehtiSham-0 commented 9 months ago

As shown in image setup.exe stops working upon opening with run as administrator (same error on latest version also)

Help to run the cmd and change logo IMG20231209193108

userdev265scratchandpython commented 9 months ago

that's an issue i can't fix ;-;

Metabolix commented 9 months ago

You have too old .Net Framework. You need version 4.8 to run this installer. Use Windows Update or update manually from https://dotnet.microsoft.com/en-us/download/dotnet-framework. I will add a better error message in next release.

userdev265scratchandpython commented 9 months ago

i have the latest vertion and it's just buggy

userdev265scratchandpython commented 9 months ago

on my pc ;-;

Metabolix commented 9 months ago

If you think you get this error with newest .Net Framework, then please include the information about how you installed it, what is the version number and what did you do to start this program. It's obvious that this particular error (about a missing method) does not happen with .Net Framework 4.8 or newer which contain that method.

Metabolix commented 8 months ago

You may try the newest version (v2.4.0) in which I replaced that particular Prepend method call with another method, so that an older .Net version could work. However, I still don't actively support old .Net versions, so if it's still not working, feel free to fix it and send a pull request.