Unreal engine crashing immediately due to memory allocation?

When I try an load any project in the Unreal engine, I get this error message:


If I click yes, the engine loads, but it closes again before I can do anything.
It then gives me the following error log:

Fatal error: [File:D:/Build/++UE4/Sync/Engine/Source/Runtime/RenderCore/Private/RenderingThread.cpp] [Line: 902]
Rendering thread exception:
Assertion failed: CaptureData->CubemapSize == Scene->ReflectionSceneData.CubemapArray.GetCubemapSize() [File:D:/Build/++UE4/Sync/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironmentCapture.cpp] [Line: 1171]

0x00007ff90ebecf19 KERNELBASE.dll!UnknownFunction
0x00007ff8b82c0216 UE4Editor-Core.dll!UnknownFunction
0x00007ff8b82c4218 UE4Editor-Core.dll!UnknownFunction
0x00007ff8b7fe242d UE4Editor-Core.dll!UnknownFunction
0x00007ff8b7f36a45 UE4Editor-Core.dll!UnknownFunction
0x00007ff8b7f380a0 UE4Editor-Core.dll!UnknownFunction
0x00007ff8780aa3e1 UE4Editor-Renderer.dll!UnknownFunction
0x00007ff878029abb UE4Editor-Renderer.dll!UnknownFunction
0x00007ff878058c6d UE4Editor-Renderer.dll!UnknownFunction
0x00007ff87807605c UE4Editor-Renderer.dll!UnknownFunction
0x00007ff8b7d42398 UE4Editor-Core.dll!UnknownFunction
0x00007ff8b7d427ce UE4Editor-Core.dll!UnknownFunction
0x00007ff8c01c9c67 UE4Editor-RenderCore.dll!UnknownFunction
0x00007ff8c01d2f34 UE4Editor-RenderCore.dll!UnknownFunction
0x00007ff8b82dff0b UE4Editor-Core.dll!UnknownFunction
0x00007ff8b82d7050 UE4Editor-Core.dll!UnknownFunction
0x00007ff910f27614 KERNEL32.DLL!UnknownFunction
0x00007ff9110626f1 ntdll.dll!UnknownFunction

What can I do so that I can use Unreal engine again?

Nvm, I solved it. I had to open the default engine file for the project and lower the ReflectionCaptureResolution number.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.