[CrashReport] UE4Editor-D3D11RHI!static void TerminateOnDeviceRemoved(HRESULT, struct ID3D11Device *) [D3D11Util.cpp:160]

UE - Rendering Architecture - RHI - May 6, 2020

This ticket tracks instances of D3DHung crashes now that Aftermath has been enabled in 4.25.0. [Link Removed] was marked fixed and closed with the enabling of Aftermath. Error Messages: Fatal err ...

PIE crash due to non-empty ULevel::DestroyedReplicatedStaticActors array

UE - Networking - Feb 17, 2020

It's possible to end up in a state where some entries were saved in ULevel::DestroyedReplicatedStaticActors, which causes a crash when PIE starts up. I'm not sure how entries could end up in this l ...

Assert on PIE in TM-ShaderModels: GD3D11RHI->GetQueryData(Query->Resource, &Query->Result, sizeof(Query->Result), Query->QueryType, true, false)

UE - Rendering Architecture - RHI - Jun 11, 2019

Hit a crash attempting to PIE. I then attempted to run with -d3ddebug but the crash stopped and has not occurred since. I was not able to reproduce this on a default level, only TM-ShaderModels On ...

Mobile VR - Render Targets not working with Mobile Multi-View

UE - Platform - XR - Jun 6, 2019

Render target materials display as black on mobile VR when Mobile Multi-View is enabled. Also confirmed with LDR capture source. User also reports issues with scene depth (potentially fixed with [ ...

Project fails to package when given the name "Test" and Encrypt Pak ini Files is enabled

UE - Foundation - Core - May 22, 2019

Project fails to package when given the name "Test" and Encrypt Pak ini Files is enabled Error: UATHelper: Packaging (Windows (64-bit)): ERROR: No target name was specified on the command-line. ...

Soft References resolved at Runtime result in References to Persistent Assets

UE - Gameplay - Aug 23, 2018

It is believed that soft references resolved during runtime, point to the edit time instances of actors instead of the runtime instances. This issue does not reproduce when it is called from an Inp ...

[CrashReport] UE4Editor_Core!FArchive::SerializeCompressed() [archive.cpp:696]

UE - Foundation - Core - Jun 12, 2018

No user comments in crash group 686 // Iterate over all chunks, serialize them into memory and decompress them directly into the destination pointer 687 for( int64 ChunkIndex=0; ...