Fatal error: [File:D:\build++UE5\Sync\Engine\Source\Developer\DerivedDataCache\Private\DerivedDataBackends.cpp] [Line: 197]
Unable to use default cache graph ‘InstalledDerivedDataBackendGraph’ because there are no writable nodes available.
Thank you for your answer. I followed your instructions - deleted the file and verify unfortunately it’s still crashing. Not sure if it matters but Unreal is install on my D drive.
I have the same problem. If i compile the source code and run it, i get the same problem.
The compiler immediate window exits with :
2024.03.29-09.19.44:747][ 0]LogZenServiceInstance: Found existing instance running on port 8558 matching our settings, no actions needed
[2024.03.29-09.21.51:014][ 0]LogZenServiceInstance: Warning: Unable to reach Unreal Zen Storage Server HTTP service at [::1]:8558. Status: 0 . Response:
[2024.03.29-09.21.51:014][ 0]LogZenServiceInstance: Warning: Local ZenServer AutoLaunch initialization timed out waiting for service to become healthy
[2024.03.29-09.22.12:105][ 0]LogDerivedDataCache: Display: ZenLocal: Unable to reach ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc. Status: 0 . Response:
[2024.03.29-09.22.12:106][ 0]LogDerivedDataCache: Display: ZenLocal: Readiness check failed. It will be deactivated until responsiveness improves. If this is consistent, consider disabling this cache store through the use of the ‘-ddc=NoZenLocalFallback’ or ‘-ddc=InstalledNoZenLocalFallback’ commandline arguments.
[2024.03.29-09.22.12:119][ 0]LogDerivedDataCache: …/…/…/Engine/DerivedDataCache: Speed tests took 0.01 seconds.
[2024.03.29-09.22.12:119][ 0]LogDerivedDataCache: Display: …/…/…/Engine/DerivedDataCache: Performance: Latency=0.05ms. RandomReadSpeed=1222.63MBs, RandomWriteSpeed=255.17MBs. Assigned SpeedClass ‘Local’
[2024.03.29-09.22.12:120][ 0]LogDerivedDataCache: Local: Using data cache path …/…/…/Engine/DerivedDataCache: DeleteOnly
[2024.03.29-09.22.12:120][ 0]LogDerivedDataCache: ZenShared: Disabled because Host is set to ‘None’
[2024.03.29-09.22.12:120][ 0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Root.
[2024.03.29-09.22.12:121][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured.
[2024.03.29-09.22.12:121][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Root.
[2024.03.29-09.22.12:121][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to ‘None’
[2024.03.29-09.22.12:121][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Root.
Fatal error: [File:D:\UnrealEngine-5.4\Engine\Source\Developer\DerivedDataCache\Private\DerivedDataBackends.cpp] [Line: 197]
Unable to use default cache graph ‘DerivedDataBackendGraph’ because there are no readable or writable nodes available.
call stack :
>
[Inline Frame] UnrealEditor-Core.dll!UE::Logging::Private::BasicFatalLog::__l2::() Line 1088
HI @Unreality ,
The source code is currently broken with several errors.
This is very common there is a note somewhere saying that this is a problem.
I expect you have pulled source at a transient time when ue5nain was broken.
Additional Notes
The first time you start the editor from a fresh source build, you may experience long load times. The engine is optimizing content for your platform and storing it in the derived data cache.
Obviously my version does NOT have Zen Server enabled as its EXPERIMENTAL
Hi, I have got it working without any problems. What worked for me? Disable Antivirus, System mechanic, VPN, Nvidia Omniverse… infact just about everything… Updated chipset and video drivers and it worked. Good luck
Hi! Not sure if this is the case for you, but I also had the same error. My issue was my microsoft username had accented letters in it and the file paths were broken (so like instead of C:Users/Flóra it showed up as C:Users/Fl?ra). I created a local user with a name that had no accented characters and it worked immediately on that. Not sure if it’s relevant to you, but I hope it helps!
seems this problems is invoke by zen server, new tools with ue5.4, when unreal engine can not connet with zen server, will trigger this problems, so I found some reasome like that:
1、some network software like that vpn will block connection within unreal engine to zen sever
2、file directory can not access.
you can run ZenDashboard.exe in UE_5.4\Engine\Binaries\Win64 to check ze server stauts, if dashboard data is like this maybe this problems will solve.
and zen server config you can browser below link to learn.
that helped O_o
i ignored the sipliest advice but in the end it worked.
i use Astrill vpn and it crashing unreal on 9% on any server with any settings
After i turned it off all worked
This was due to VPN for me, but i cannot disable the VPN. As a workaround i supplied -ddc=NoZenLocalFallback as an argument to boot and was able to successfully launch the editor.