LucaCorigliano / hacbuild

Build Nintendo Switch XCI and HFS0 files
MIT License
50 stars 8 forks source link

Crash on rebuilding XCI with no game_info.ini #8

Open MarioJaraR opened 6 years ago

MarioJaraR commented 6 years ago

Upon attempting to rebuild a XCI from root.hfs0, if there is no game_info.ini file, the program will warn that it will randomize values, then crash.

MarioJaraR commented 6 years ago

Looking at the code, it seems a variable is never initialized before calling Program,Rand, which causes the crash