You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When selecting the different bios versions in the flash window, the program doesn't list the version numbers.
Every file just reads "BIOS" in the program, even though the files are properly named on the system.
So, at the end, it fails with the error: Open file failed. (path="/home/deck/bios/SteamDeck-BIOS-Manager/BIOS/BIOS")
The text was updated successfully, but these errors were encountered:
Update, I redownloaded the BIOS Manager and did the whole thing again, now it showed the actual filenames in the program and it worked just fine.
Yes because on your fist attempt, it looks like you moved the script to somewhere else, based from the error here - Open file failed. (path="/home/deck/bios/SteamDeck-BIOS-Manager/BIOS/BIOS")
the script on the initial release its hardcoded it looks for the BIOS file in a specific directory. for enhancement i can use variables so it can be run from any folder.
When selecting the different bios versions in the flash window, the program doesn't list the version numbers.
Every file just reads "BIOS" in the program, even though the files are properly named on the system.
So, at the end, it fails with the error: Open file failed. (path="/home/deck/bios/SteamDeck-BIOS-Manager/BIOS/BIOS")
The text was updated successfully, but these errors were encountered: