[CrashReport] Linux crash - error VK_ERROR_EXTENSION_NOT_PRESENT

UE - Platform - Linux - Oct 27, 2017

This is an early trending Linux crash in 4.18, but also occurred in 4.17. It seems to occur before a project loads. Callstack from Log[2017.10.26-01.39.08:606][ 0]LogVulkanRHI: Display: - Found g ...

[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 ...

Crash when opening a project with the Gameplay Abilities plugin enabled

Tools - Oct 27, 2017

The Editor crashes on Mac when trying to open a project that has the Gameplay Abilities plugin enabled. ...

Crash upon editing a GameplayTagQuery inside of a DataAsset

UE - Gameplay - Oct 27, 2017

When a GameplayTagQuery variable is edited from inside of a DataAsset, the editor crashes when the changes are saved. This could be related to a bug that was fixed previously: [Link Removed] Regres ...

Transform Track can't be edited for a empty actor dragged directly from Modes panel

UE - Anim - Sequencer - Oct 27, 2017

This is a remaining case of [Link Removed]. If you drag and drop an empty actor from Modes panel to Sequencer, the actor's transform track can't be edited. ...

Modifying a UProperty pointer to an EditInlineNew class can break arrays in the same details panel

Tools - Oct 26, 2017

When a UProperty pointer to an EditInlineNew class is modified, we reconstruct the details panel and rerun customization builders. This can cause FDetailArrayBuilder to run it's destructor, we can u ...

GPUCrash - exiting due to D3D device being lost. (Error: 0x887A0006 - 'HUNG')

UE - Graphics Features - Oct 26, 2017

This Jira is for the continuation of the "D3D HUNG" crashes which originally spiked in the UE 4.14 release. Some fixes were implemented in 4.16.2 and 4.17.0 which made some improvement to the freque ...

[CrashReport] UE4Editor_Engine!UModelComponent::CommitSurfaces() [modelcomponent.cpp:163]

UE - LD & Modeling - Modeling Tools - BSP - Oct 26, 2017

This is a somewhat common crash that has existed since at least 4.14.. It appears related to an Undo operation on geometry. User DescriptionsUndoing a move of a boxbrush wall and staircaseundoing i ...

[CrashReport] UE4Editor_LevelEditor!FMulticastDelegateBase<FWeakObjectPtr>::RemoveAll() [multicastdelegatebase.h:81]

Tools - Oct 26, 2017

This is a trending crash in 4.18.0. One case of this callstack occurred in 4.17.1, but then numerous have occurred in 4.18. Users have not provided any descriptions of their actions when the crash ...

AudioComponent generated by SpawnSoundAtLocation is can't destroy with DestroyComponent.

UE - Audio - Oct 25, 2017

AudioComponent generated by SpawnSoundAtLocation is can't destroy with DestroyComponent. When AudioComponent is generated, "AudioComponent-> bAllowAnyoneToDestroyMe" must be "True". ...