App on Gear VR crashes when trying to join a listen server as a client

UE - Platform - XR - Dec 10, 2015

If the user tries to join a listen server with an app that is running on the Gear VR the App will stop working. ...

Blueprint Projects can't make APK without compiled .so Error when packaging for Android with any Plugin Disabled

UE - Platform - Mobile - Sep 5, 2018

Blueprint Projects can't make APK without compiled .so Error when packaging for Android with any Plugin Disabled. Also seeing Gradle errors if SteamVR plugin is disabled. Setting min version to 14 ...

UE-47779 - Crash exiting packaged PlatformerGame while in the Main Menu

UE - Gameplay - Jul 27, 2017

This was occurring when I quit via the Quit button in the Main Menu GUI. I also repro'd this using the "Quit" command in the console. I found this on Linux, but this was repro'd on Mac and Windows ...

Niagara Component can crash if ticked with a null tick function

UE - Niagara - Mar 12, 2021

Niagara components don't null check their tick functions, and can cause a crash as a result. Compare to UParticleSystemComponent::TickComponent which does. It's fairly common in the engine to pass n ...

Sqlite plugin crash on iOS

UE - Platform - Mobile - Aug 26, 2021

BuildPatchTool crashes on Mac and Linux when building android or ios with multiple chunks

Portal - Feb 18, 2020

"It seems that deallocation of TLazySingleton<FInternationalization> causes unhandled exception. If DISABLE_LAZY_SINGLETON_DESTRUCTION=1 is provided - the build completes successfully" ...

Crash opening Infiltrator packaged on Windows for Linux

UE - Platform - Linux - Jan 18, 2017

This occurred on packages that were created on different Windows machines. This crash is not occurring on other platforms during our Samples Pass. ...

Ensure when closing PIE during Level Sequence playback with spawnables in a streamed level

UE - Anim - Sequencer - Nov 16, 2020

When a spawnable is spawned in a streamed level, exiting PIE will cause an ensure, because the world is not valid on the actor.  ...