[CrashReport] Linux crash - FVulkanCommandBufferManager::WaitForCmdBuffer

UE - Graphics Features - Aug 22, 2017

This is a semi-common Linux crash coming out of 4.17.1. It is spread among a few different similar callstack affecting a handful of users. [Link Removed] [Link Removed] [Link Removed] [Link Removed ...

[CrashReport] UE4Editor_PropertyEditor!FDetailCategoryImpl::GetParentLayout() [detailcategorybuilderimpl.h:166]

Tools - Aug 22, 2017

This is an intermittent crash occurring in the 4.17 release. Users have not provided any descriptions of their actions when the crash occurred. The callstack is similar to [Link Removed], fixed i ...

[CrashReport] UE4Editor_Engine!AActor::IncrementalRegisterComponents() [actor.cpp:4065]

UE - World Creation - Worldbuilding Tools - Foliage - Aug 22, 2017

This is an intermittent crash coming out of the 4.17 release. User DescriptionsI had previously added the Open World Demo Collection into my project. When I tried to delete the folder Kite(Somethi ...

[CrashReport] UE4Editor_Engine!UAnimSequenceBase::GetAnimationPose() [animsequencebase.h:148]

OLD - Anim - Aug 22, 2017

This is an intermittent crash coming out of the 4.17.1 release. I have not been able to find any record of this occurring in 4.17.0, so it may actually be a regression with the hotfix. Users have ...

[CrashReport] UE4Editor_Landscape!ULandscapeInfo::UpdateLayerInfoMap() [landscape.cpp:1459]

UE - LD & Modeling - Terrain - Landscape - Aug 22, 2017

This is an intermittent crash occurring in the 4.17 release. Users have not provided any descriptions of their actions when the crashes occur. Source Context 1444 LayerSettings.bVa ...

[CrashReport] UE4Editor_SequenceRecorder!FAnimationRecorder::Record() [animationrecorder.cpp:616]

UE - Anim - Sequencer - Aug 22, 2017

According to CrashReporter there is both an Ensure and a Crash that occur with this callstack. The error message for the Ensure is Ensure condition failed: UIDList == AnimationCurves.UIDList [File:D ...

[CrashReport] UE4Editor_CoreUObject!FLinkerSave::FLinkerSave() [linkersave.cpp:31]

UE - Foundation - Core - Aug 22, 2017

This is a longstanding and common crash that has occurred since at least the 4.11 release. The error appears to occur while trying to access a .tmp file. User DescriptionsI left unreal unattended ...

Event tick not firing when in an actor component that is added to an actor

UE - Gameplay - Blueprint - Aug 22, 2017

When using actor components, if you delete a node, such as event tick and then add it to an actor, even if you modify the component again, such as adding the event tick event back, the component wil ...

[CrashReport] Assertion failed: OLEReferenceCount == 0 in UE4Editor_SlateRHIRenderer!FSlateRHIRenderer::DrawWindows_Private()

UE - Editor - UI Systems - Slate - Aug 22, 2017

This is a regular and longstanding crash in 4.17 that has occurred since at least 4.14. Users have not provided any descriptions of their actions when the crash occurred. There has been some previo ...

Editor crash when calling SGridPanel::SetRowFill

Tools - Aug 22, 2017

Calling SGridPanel::SetRowFill on an actor's BeginPlay causes the editor to crash with the callstack provided The reporter mentioned SetRowFill uses if() statement where SetColumnFill uses while() ...