Crash after the first time playing UE5.5.1

When launching the game for the first time, nothing happens. On the second launch attempt, the game crashes unless I delete the folder located at:
C:\Users\Anonymous\AppData\Local\Sublimity.

Without deleting this folder, the crash occurs every time on startup. How can I resolve this issue?

Edit: It’s the “Sublimity_PCD3D_SM6” Data. But… Why?

Try to disable RayTracing: How to disable Raytracing if the project wont open - #2 by LogierJan

It’s not the project, but the packed game itself, the exe
And I need raytracing for my project

Make sure your hardware support ray tracing and using latest nvidia driver studio.

Did you add that command as well ? Shipping build crashes with DX12 and Raytracing enabled - #4 by TiagoCostaUE

Remove any monitoring app like Riva, afterburner etc…

Thanks, i had to add
r.ShaderPipelineCache.Enabled=0
r.ShaderPipelineCache.StartupMode=0

1 Like