HoI4Project::load incorrectly returns a failure if MapProject::load returns FileNotFound, which causes projects to be un-openable unless a map project is made first. Instead, the error should be ignored if it's FileNotFound and we should just not load a map project.
HoI4Project::load
incorrectly returns a failure ifMapProject::load
returns FileNotFound, which causes projects to be un-openable unless a map project is made first. Instead, the error should be ignored if it's FileNotFound and we should just not load a map project.