Hello. Today i was working on UE4, then the editor crashed by itself. Since, everytime i launch the project, it crashes giving only 2 lines callstack.
I took a look at the log and my eyes catched on this:
[2014.12.08-21.42.13:570][ 0]LogWindows: === Critical error: ===
Fatal error: [File:D:\BuildFarm\buildmachine_++depot+UE4-Releases+4.5\Engine\Source\Runtime\RenderCore\Private\RenderingThread.cpp] [Line: 641]
Rendering thread exception:
Assertion failed: InResources[i] [File:D:\BuildFarm\buildmachine_++depot+UE4-Releases+4.5\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11UniformBuffer.cpp] [Line: 211]
KERNELBASE.dll!UnknownFunction (0x000007fefd14940d) + 0 bytes [UnknownFile:0]
UE4Editor-Core.dll!UnknownFunction (0x000007feeba971c4) + 0 bytes [UnknownFile:0]
UE4Editor-Core.dll!UnknownFunction (0x000007feeb9298c8) + 0 bytes [UnknownFile:0]
UE4Editor-Core.dll!UnknownFunction (0x000007feeb90e892) + 0 bytes [UnknownFile:0]
UE4Editor-D3D11RHI.dll!UnknownFunction (0x000007fee34a9407) + 0 bytes [UnknownFile:0]
UE4Editor-RHI.dll!UnknownFunction (0x000007fee80e8fc2) + 0 bytes [UnknownFile:0]
UE4Editor-RHI.dll!UnknownFunction (0x000007fee80e8f1d) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x000007fee8d3f1b0) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x000007fee992022e) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x000007fee9925a34) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x000007fee9917e5d) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x000007fee99270e8) + 0 bytes [UnknownFile:0]
UE4Editor-Core.dll!UnknownFunction (0x000007feeb846514) + 0 bytes [UnknownFile:0]
UE4Editor-Core.dll!UnknownFunction (0x000007feeb84669d) + 0 bytes [UnknownFile:0]
UE4Editor-RenderCore.dll!UnknownFunction (0x000007fee817fc33) + 0 bytes [UnknownFile:0]
UE4Editor-RenderCore.dll!UnknownFunction (0x000007fee81800c9) + 0 bytes [UnknownFile:0]
UE4Editor-Core.dll!UnknownFunction (0x000007feeba96326) + 0 bytes [UnknownFile:0]
UE4Editor-Core.dll!UnknownFunction (0x000007feeba8ad4d) + 0 bytes [UnknownFile:0]
kernel32.dll!UnknownFunction (0x0000000076e359ed) + 0 bytes [UnknownFile:0]
ntdll.dll!UnknownFunction (0x000000007706c541) + 0 bytes [UnknownFile:0]
ntdll.dll!UnknownFunction (0x000000007706c541) + 0 bytes [UnknownFile:0]
[2014.12.08-21.42.13:833][ 0]LogExit: Executing StaticShutdownAfterError
[2014.12.08-21.42.13:863][ 0]LogWindows: FPlatformMisc::RequestExit(1)
[2014.12.08-21.42.13:863][ 0]Log file closed, 12/08/14 22:42:13
Is there anyway to fix this ? Other projects still open fine
After removing the plugins that were not compatible with 4.6, i successfully created a copy of the project and opened it. So i guess it has something to do with the engine or editor settings that could have been messed up.
A new version of the plugin i need should arrive soon. But just in case, i’d like to be able to open it in 4.5 again