Incorrect usage of FText in EnsureMsgf does not trigger a compilation error, leads to crash in shipping

UE - Foundation - Core - Mar 1, 2018

Using incorrect formatting in FText does not cause compilation errors in EnsureMsgf as it does in other functions such as UE_LOG. This causes crashes to sneak through such as a crash on ensure when ...

[CrashReport] UE4Editor_ApplicationCore!FWindowsWindow::ReshapeWindow() [windowswindow.cpp:465]

Tools - Feb 17, 2018

No user comments in crash group 450 NewHeight = FMath::Max( NewHeight, FMath::Min( OldHeight, MinRetainedHeight ) ); 451 } 452 453 if (IsMaximized()) 454 ...

[CrashReport] UE4Editor_Engine!FMeshMaterialShaderType::FinishCompileShader() [meshmaterialshader.cpp:121]

UE - Graphics Features - Dec 1, 2017

This is a common and longstanding crash that has occurred since at least 4.11. However users have not provided any descriptions of their actions when the crash occurred. Source Context 107 ...

Static regex patterns can cause crashes on shutdown

UE - Editor - UI Systems - Localization - Nov 28, 2017

The current lifetime management of regex patterns means that we can attempt to destroy them after ICU has been shutdown. We should change these to follow the same pattern as break-iterators, and exp ...

[CrashReport] UE4Editor-UnrealEd.dylib!TBaseUObjectMethodDelegateInstance<false, UEditorEngine, TTypeWrapper<void> ()>::Execute()

UE - Platform - Apple - Nov 10, 2017

This is a longstanding but low frequency Mac crash. Users have not provided any descriptions of their actions when the crash occurred. Callstack from Log[2017.10.26-22.22.57:828][183]LogSavePackag ...

[CrashReport] Mac crash - libobjc.A.dylib!objc_retain() [UnknownFile]

UE - Platform - Apple - Nov 10, 2017

This is a longstanding but low frequency Mac crash. User DescriptionsChanging camera shake values and testing in a new editor window Callstack from Log[2017.11.09-19.23.22:392][ 63]LogMaterial: Mi ...

[CrashReport] UE4Editor_Slate!FSlateApplication::DrawWindowAndChildren() [slateapplication.cpp:1213]

UE - Editor - UI Systems - Slate - Nov 10, 2017

This is a longstanding crash that has occurred since at least 4.13. User DescriptionsI cant package. Every time I try, I get a crash and an "Unknown Error"failed to switch between game modes and af ...

[CrashReport] UE4Editor_Engine!LoadSpecialMaterial() [unrealengine.cpp:1523]

UE - Graphics Features - Nov 10, 2017

This is a longstanding crash that has occurred for more than 200 users since at least 4.13. Based on user descriptions this appears to permanently corrupt a project. User DescriptionsI just turned ...

[CrashReport] Mac crash - UE4Editor-Slate.dylib!PrepassWindowAndChildren(TSharedRef<SWindow, (ESPMode)0>)

UE - Platform - Apple - Oct 27, 2017

This Mac crash originally occurred in 4.15 around March 2017, then decreased in frequency during 4.16 and 4.17. It may be starting to trend again in 4.18. There is one record of this occurring in 4 ...

[CrashReport] Fatal error: Cast of nullptr to Object failed

UE - Gameplay - Oct 5, 2017

This is a common and longstanding crash that has affected many users since at least 4.11. Source context not available (error in user code?). User DescriptionsI was duplicating a Set function in c ...