Moving a saved duplicate of an OpenWorld level crashes the Editor. The act of moving the duplicated OpenWorld level crashes the Editor the moment the engine tries to delete the original level, so it is left behind - the end result is a duplication, as we end up with two copies of the same level.
The same behavior can't be verified when using a BasicLevel.
I was able to avoid the error by Disabling World Partition (and Enable Streaming false, as it is a requirement to that).
In a blank project, create a new OpenWorld level
Save the level.
Create a new empty level or open any other level. (just so you can duplicate the newly created one)
Duplicate the open world level.
Save it.
Move the duplicated level into a different folder.
Observe crash.
Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x00000000000000b8
UnrealEditor_Engine!ULevel::RemoveLoadedActors() [D:\build\++UE5\Sync\Engine\Source\Runtime\Engine\Private\Level.cpp:1027]
UnrealEditor_Engine!ULevel::RemoveLoadedActor() [D:\build\++UE5\Sync\Engine\Source\Runtime\Engine\Private\Level.cpp:1018]
UnrealEditor_Engine!FWorldPartitionLoadingContext::FImmediate::UnregisterActor() [D:\build\++UE5\Sync\Engine\Source\Runtime\Engine\Private\WorldPartition\WorldPartitionHandle.cpp:132]
UnrealEditor_Engine!FWorldPartitionReferenceImpl::DecRefCount() [D:\build\++UE5\Sync\Engine\Source\Runtime\Engine\Private\WorldPartition\WorldPartitionHandle.cpp:297]
UnrealEditor_Engine!TSparseArray<TSetElement<TTuple<TWeakObjectPtr<AActor,FWeakObjectPtr>,TWorldPartitionHandle<FWorldPartitionReferenceImpl> > >,TSparseArrayAllocator<TSizedDefaultAllocator<32>,FDefaultBitArrayAllocator> >::Empty() [D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Public\Containers\SparseArray.h:401]
UnrealEditor_Engine!UWorldPartition::FWorldPartitionExternalDirtyActorsTracker::Tick() [D:\build\++UE5\Sync\Engine\Source\Runtime\Engine\Private\WorldPartition\WorldPartition.cpp:326]
UnrealEditor_UnrealEd!UE::Core::Private::Function::TFunctionRefCaller<`FTickableEditorObject::TickObjects'::`2'::<lambda_1>,void,FTickableObjectBase * __ptr64>::Call() [D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Public\Templates\Function.h:315]
UnrealEditor_Engine!FTickableObjectBase::SimpleTickObjects() [D:\build\++UE5\Sync\Engine\Source\Runtime\Engine\Private\Tickable.cpp:112]
UnrealEditor_UnrealEd!UEditorEngine::Tick() [D:\build\++UE5\Sync\Engine\Source\Editor\UnrealEd\Private\EditorEngine.cpp:1898]
UnrealEditor_UnrealEd!UUnrealEdEngine::Tick() [D:\build\++UE5\Sync\Engine\Source\Editor\UnrealEd\Private\UnrealEdEngine.cpp:550]
UnrealEditor!FEngineLoop::Tick() [D:\build\++UE5\Sync\Engine\Source\Runtime\Launch\Private\LaunchEngineLoop.cpp:5877]
UnrealEditor!GuardedMain() [D:\build\++UE5\Sync\Engine\Source\Runtime\Launch\Private\Launch.cpp:188]
UnrealEditor!GuardedMainWrapper() [D:\build\++UE5\Sync\Engine\Source\Runtime\Launch\Private\Windows\LaunchWindows.cpp:123]
UnrealEditor!LaunchWindowsStartup() [D:\build\++UE5\Sync\Engine\Source\Runtime\Launch\Private\Windows\LaunchWindows.cpp:277]
UnrealEditor!WinMain() [D:\build\++UE5\Sync\Engine\Source\Runtime\Launch\Private\Windows\LaunchWindows.cpp:317]
UnrealEditor!__scrt_common_main_seh() [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288]
kernel32
ntdll
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-257369 in the post.
0 |
Component | UE - World Creation - Worldbuilding Tools |
---|---|
Affects Versions | 5.5.4 |
Target Fix | 5.6 |
Created | Mar 19, 2025 |
---|---|
Updated | Mar 27, 2025 |