WerWolv / Hekate-Toolbox

A toolbox for Hekate
GNU General Public License v3.0
213 stars 24 forks source link

Crashes if you don't have Hekate installed #29

Open cathery opened 4 years ago

cathery commented 4 years ago

Specifically, the getBootConfigs() function in utils.cpp, relies on the user having a file "sdmc:/bootloader/hekate_ipl.ini" and crashes if it can't find the appropriate file, configs or entries.

piapple1 commented 4 years ago

I am also getting a crash on startup and I do not have that file either. Trying to use toolbox on vanilla Atmosphere and fusee-primary.

update: only copied over bootloader/hekate_ipl.ini and it works now. no other files needed. Confirming what @cathery said.