UE5.0.3 Crash when stopping PIE after Ejecting from character

Apologies I’m not familiar to the forums and don’t know if this is the right place to post this but…

Unreal crashes when stopping the editor after ejecting from a character. Only happens for me and no other developers on the team. Version control is Perforce and I have no pending changes.

Opening a level that another developer is working on and does not have the issue with causes the crash for me.

I’m open to any solutions.

KERNELBASE
UnrealEditor_Core!ReportAssert() [D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Private\Windows\WindowsPlatformCrashContext.cpp:1807]
UnrealEditor_Core!FWindowsErrorOutputDevice::Serialize() [D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Private\Windows\WindowsErrorOutputDevice.cpp:76]
UnrealEditor_Core!FOutputDevice::LogfImpl() [D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Private\Misc\OutputDevice.cpp:61]
UnrealEditor_Core!AssertFailedImplV() [D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Private\Misc\AssertionMacros.cpp:149]
UnrealEditor_Core!FDebug::AssertFailed() [D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Private\Misc\AssertionMacros.cpp:534]
UnrealEditor_Core!FMsg::LogfImpl() [D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Private\Logging\LogMacros.cpp:75]
UnrealEditor_MessageLog!FMessageLogListingModel::AddMessageInternal() [D:\build\++UE5\Sync\Engine\Source\Developer\MessageLog\Private\Model\MessageLogListingModel.cpp:68]
UnrealEditor_MessageLog!FMessageLogListingModel::AddMessages() [D:\build\++UE5\Sync\Engine\Source\Developer\MessageLog\Private\Model\MessageLogListingModel.cpp:89]
UnrealEditor_Core!FMessageLog::Flush() [D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Private\Logging\MessageLog.cpp:218]
UnrealEditor_Core!FMessageLog::~FMessageLog() [D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Private\Logging\MessageLog.cpp:109]
UnrealEditor_UnrealEd!UEditorEngine::EndPlayMap() [D:\build\++UE5\Sync\Engine\Source\Editor\UnrealEd\Private\PlayLevel.cpp:436]
UnrealEditor_UnrealEd!UEditorEngine::Tick() [D:\build\++UE5\Sync\Engine\Source\Editor\UnrealEd\Private\EditorEngine.cpp:2097]
UnrealEditor_UnrealEd!UUnrealEdEngine::Tick() [D:\build\++UE5\Sync\Engine\Source\Editor\UnrealEd\Private\UnrealEdEngine.cpp:474]
UnrealEditor_LyraEditor!ULyraEditorEngine::Tick() [D:\_Work\Stuart_Supraworld\Supraworld\Source\LyraEditor\LyraEditorEngine.cpp:34]
UnrealEditor!FEngineLoop::Tick() [D:\build\++UE5\Sync\Engine\Source\Runtime\Launch\Private\LaunchEngineLoop.cpp:5215]
UnrealEditor!GuardedMain() [D:\build\++UE5\Sync\Engine\Source\Runtime\Launch\Private\Launch.cpp:183]
UnrealEditor!GuardedMainWrapper() [D:\build\++UE5\Sync\Engine\Source\Runtime\Launch\Private\Windows\LaunchWindows.cpp:147]
UnrealEditor!LaunchWindowsStartup() [D:\build\++UE5\Sync\Engine\Source\Runtime\Launch\Private\Windows\LaunchWindows.cpp:283]
UnrealEditor!WinMain() [D:\build\++UE5\Sync\Engine\Source\Runtime\Launch\Private\Windows\LaunchWindows.cpp:330]
UnrealEditor!__scrt_common_main_seh() [d:\a01\_work\6\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288]
kernel32
ntdll

Couldn’t find a answered question on the forums that helped.

Just in case anyone else finds themselves in a similar position I managed to fix the issue by basically deleting my local copy of the depot and redownloading it.

Must have been a dodgy file somewhere locally that was screwing with everything.

Not that I would have liked to download another 50,000 assets but it seemed to fix the issue.