load_level is a class method, so you don’t need to create an instance to call it and can just do unreal.EditorLevelLibrary.load_level(…)
What does your log say the crash is? I fixed something for 4.22 where Python references to objects in a sub-level weren’t being cleared when switching worlds, which caused a fatal GC validation error.