NorthstarLauncher icon indicating copy to clipboard operation
NorthstarLauncher copied to clipboard

Northstar dll crash when not supplying atleast semi valid rpak.json

Open EM4Volts opened this issue 1 year ago • 0 comments

To reproduce: put rpaks in rpaks folder of mod, don't put json file in.

can be circumvented with a rpak.json file that isn't even valid like:

{
    "Preload":
    {
        "example.rpak": false
    }
}

(yes, it doesn't care about if that rpak even exists, putting this in resolves the crash)

EM4Volts avatar Apr 15 '24 10:04 EM4Volts