Hey,
I tried to start the new Unreal version 5.4 but I get an Error:
Unreal Zen Storage Server failed to launch. Please check the ZenServer log file for details:…
5.3 starts with no problems.
Has anyone encountered this problem? How can I get Unreal 5.4 to start?
Thanks a lot for your help.
Start the engine, then when the launcher closes, immediately start ZenServer.exe from the folder - this way the same error will appear, but the engine will start. When you load the project after starting the 5.4 engine, you repeat exactly the same thing
EDIT: When launching the engine or opening my projects (via Epic Launcher, IDE, etc.), I run ZenServer.exe right after the Unreal Engine splash screen appears.
The “Unreal Zen Storage Server failed to launch” error message still appears, but after closing the message, the engine always starts up reliably.
Cool. I think this might do the job for now I still got a crash the first time I created a project but after that at least I got into the app for the first time. I hope the devs can do something about this so that this is fixed for the final release as 5.4 looks so promising and I can’t wait to work with it
1. Open the \Engine\Config\BaseEngine.ini file 2. Search for the [Zen.AutoLaunch] category and after the “DataPath=” folder path use the old "%APPSETTINGSDIR%Zen/Data" format or any custom path access like “DataPath=%ENGINEDIR%Zen/Data” for example 3. Done, try to open a 5.4 project
Epic changed the Zen Store path access to a new one in 5.4 for some reasons and this causes problems for some people like us, so this workaround could work.
I managed to create a work around for this, I’ve attached the BaseEngine.ini which I have edited BaseEngine.ini (231.4 KB)
Replace the one found in your 5.4 preview install folder “…\UE_5.4\Engine\Config”
To do this your self just replace the “[Zen.AutoLaunch]” block and the “[DerivedDataBackendGraph]” block with the 5.3 values.