Can’t start the editor, I’m getting crash on startup every single time. I tried verifying files and reinstalling this version to no avail. 5.6.1 works just fine. Crashlog:
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.
I removed wpo wind from shaders graphs. Also took out also extra detail (material functions), removed shared wrap from texture samples, added set material attritubes with only needed inputs. Quite unknown what was causing the error, but managed to cook without errors.
Cooked build is still running odd. Frame time jumps very high ~25ms, while GPU/GameThread andother hit is only 7-11ms. Also even basic landscape grass dosent appear during play. Wondering if the frame time hit is from those voxel trees. Didnt have that kind of hit in UE5.6 and only updated trees when got in UE5.7. :S Unless niagara data channels are working strange. There is new batch node to write to niagara data channel.
Currently cooking dev build to do testing with unreal insight.
Got Garbage Collection crash during cooked play. Source Effect Chain causing crash when cue ends. That effect chain have simple delay in it:
Object SoundCue /Game/SaOKStuff/X/Sounds/Modern_Weapons_SFX_Part_I/Construction_Kit/M39_EMR_Marksman_Rifle/M39_EMR_OneShot_4_Cue.M39_EMR_OneShot_4_Cue (0x000001e90bd83620) from cluster SoundCue /Game/SaOKStuff/X/Sounds/Modern_Weapons_SFX_Part_I/Construction_Kit/M39_EMR_Marksman_Rifle/M39_EMR_OneShot_4_Cue.M39_EMR_OneShot_4_Cue (0x000001e90bd83620 / 0x000001e8cbe889d0) is referencing 0x000001e88a324300 SoundEffectSourcePresetChain /Game/SaOKStuff/VoiceActors/SoundDelayChain.SoundDelayChain which is not part of root set or cluster.
You have to provide more information such as the related/suspected log lines - saying it failed to launch can be of many unknown reasons. Or any machine spec, o/s.
and launching your project with the -vulkan flag through your terminal.
Now its running (mostly) fine, although i don’t work with raytracing in that project, so your experience may vary. UI issues are still present for me (with x11 as well), although it’s only submenus and toolbars popping up on a different monitor, as for now.
I fixed some UI issues on my end by modifying my windowrules (I use Hyprland), so I can’t give any tips on how to solve that Nobara.
Thanks for the tips, unfortunately in my case it doesn’t seem to help. I’ve noticed that most of the crashing seems to be specific to Nanite foliage, since it’s experimental I guess it may be expected to some extent.
Hello, just wanted to share that the current fix is only temporary.
The problem keeps coming back. As soon as you launch an older engine version, like UE 5.6, and then try to go back to 5.7, the crash hits again. This means you have to delete those folders repeatedly every single time you switch between engine versions.
I cant use Rider with 5.7 on Linux besides the other problems already mentioned
20:38:25.690: Setting up Unreal Engine project files…
20:38:25.694: /opt/unreal-engine/Engine/Build/BatchFiles/Linux/SetupDotnet.sh: line 50: syntax error near unexpected token fi 20:38:25.694: /opt/unreal-engine/Engine/Build/BatchFiles/Linux/SetupDotnet.sh: line 50: fi
20:38:25.694: /opt/unreal-engine/Engine/Build/BatchFiles/Linux/GenerateProjectFiles.sh: line 35: dotnet: command not found
It’s in the video and its all over UDN its a launcher issue as I outline with the unrealselector.exe pointing to the wrong path for UE4. I’ve provided multiple workarounds…. just look into the like 5 forum post covering this issue or look up the UDN issue.
Fix: Restore Lumen support for D3D Shader Model 5 (DX11/DX12 SM5)
Unreal Engine 5.7 broke Lumen on D3D SM5 due to StochasticLighting shader
requiring 8 UAVs (hardware limit: 4 UAVs). This commit restores full Lumen
functionality with a fallback path that combines UE 5.6’s simpler approach
with 5.7’s compatibility requirements.
Created LumenTileBitmask with all tiles marked (0xFF) for 5.7 compatibility
LumenScreenProbeGather.cpp: Fixed GI temporal validation (check data not pointer)
LumenReflectionDenoiserTemporal.usf: Conditional depth read for D3D SM5
New shader: StochasticLightingDenoising.usf (5.6-style history storage)
Result: Full Lumen GI + Reflections working on DX11 and DX12 SM5 DX11 SM5 with Lumen SWRT is fastest performing Lumen path Quality identical to SM6+, no tile culling optimization Production ready, tested across multiple scenarios
Thank you so much for your work on the source to regain SM5 functionality! I found the github commit from epic for the irradiance field gather method that was added to the main branch; which did not make it into 5.7 release. It looks like it may be viable enough in its current state. I may merge it with the additions made to SM5 branch, for a pretty good perf boost on top. Here is the link to the github commit if anyone is interested in adding it in:
I have hundreds of plugins and content from the Fab store. Nothing is compatible and nothing works with 5.7 paid or otherwise. Nothing will install from the Epic Launcher. 90% of my plugins are compatible up to 5.4
Not even Epic plugins that are in the tutorials for how to use content in 5.7 You still tell us to use plugins from within Fab that are not compatible for 5.7 but it’s in the Epic tutorials! Either update your plugins or fix your tutorials or allow us to install content and plugins for previous versions again!
Most of them are just model packs and simple content. Why are we no longer allowed to import models from Fab into our projects if they are no longer marked compatible for the specific engine we are working with? Having to redownload another version of the engine and manually copy files over is such a waste of time. Not being allowed to install or use my paid for plugins and content is a total scam!
Where has the support gone for these forums? 5.7 has broken everything and nobody seems to have any answers.
Tricky that GrassMaps_SampleWorldPos in PCG HLSL have rotation offset if landscape have rotation offset e.g. -90 degrees. My farmfield crops dont appear in right places.
Tryed to use GrassMaps_Sample, but it dosent seem to return any data. Are the texturecoordinates 0 to 1 or something else?
EDIT: Maybe getting it working by counting grid cell center from bounds and using it for position after GrassMaps_SampleWorldPos. Could rotate all points around that center.
There is a drop down menu to select the nearest available engine version. You just select the latest in this case whatever it’s 5.0 or 5.6. it allows to add anything to your 5.7 project and you don’t need to install any other engine version to do so.
I’m using the launcher version of the engine and don’t have any issue to use assets made with older engine versions…