Crash on start UE 5.7.3

Summary

I try to launch UE version 5.7.3 but it crashes directly with this log :

LoginId:cec054ee41166013571552b1eb0b4d80
EpicAccountId:f7d02203677840ce9307c4b32b92745e

Fatal error: [File:D:\build++UE5\Sync\Engine\Source\Developer\DerivedDataCache\Private\DerivedDataBackends.cpp] [Line: 208]
Unable to use default cache graph ‘InstalledDerivedDataBackendGraph’ because there are no writable nodes available.Add -DDC-ForceMemoryCache to the command line to bypass this if you need access to the editor settings to fix the cache configuration.

UnrealEditor_DerivedDataCache
UnrealEditor_DerivedDataCache
UnrealEditor_DerivedDataCache
UnrealEditor_DerivedDataCache
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
kernel32
ntdll

Do you have any solution?

Please select what you are reporting on:

Creative

What Type of Bug are you experiencing?

Other

Steps to Reproduce

Download UE 5.7.3 and start it.

Expected Result

Start successfully the engine

Observed Result

crash report

Platform(s)

Windows 11

hi @Styami

You will need to create a shortcut to UE5.3 Right Click Executable Create shortcut

in the short cut proprties add the text to the launch line

“-DDC-ForceMemoryCache”

which turns off the derived cache which is sitting in

C:\Users\”AccountNameOwner”\AppData\Local\UnrealEngine\5.7\DerivedDataCache

If you want to you can delete the 5.7\DerivedDataCache directory and run Verify from The Epic Games Launcher download section which will create a new clean version, but using the switch is the preferred method