Gear VR crashes randomly on "Open Level" if WiFi enabled

About 100 tests were made in various configurations, Gear VR crashes randomly when trying to open level, 54% failure rate.

Steps to reproduce:

  1. Create new project (mobile, scalable, empty, blueprint)
  2. Configure project for Gear VR
  3. Create Two maps, Map1 & Map2, based on default map
  4. Open Map1 level blueprint, from begin play add delay node, then open level node with Map2 name
  5. Build Android ASTC
  6. Install
  7. Run app 10 times, it should crash at least few times

Project crashes only when wifi is enabled, works fine when wifi is disabled. In case when first level is open succesfully, app no longer crashes on further uses of open level BP node. When the same app is built without “Configure manifest for Gear VR” option checked, it is working properly.

Tested on Note4 (Snapdragon) & S7. Latest oculus runtime as of 07.10.2016.

ANY help with workaround or fixing this problem will be greatly appreciated.

ADB LOG:

10-07 17:34:10.105: D/UE4(28429): In the JNI_OnLoad function
10-07 17:34:10.115: D/UE4(28429): Path found as '/storage/emulated/0'
10-07 17:34:10.115: D/UE4(28429): Font Path found as '/system/fonts/'
10-07 17:34:10.115: D/UE4(28429): In the JNI_OnLoad function 5
10-07 17:34:10.125: D/UE4(28429): Entering native app glue main function
10-07 17:34:10.125: D/UE4(28429): Created event thread
10-07 17:34:10.125: D/UE4(28429): Entered AndroidMain()
10-07 17:34:10.125: D/UE4(28429): Entering event processing thread engine entry point
10-07 17:34:10.125: D/UE4(28429): Prepared looper for event thread
10-07 17:34:10.125: D/UE4(28429): Passed callback initialization
10-07 17:34:10.125: D/UE4(28429): Controller interface supported
10-07 17:34:10.125: D/UE4(28429): Found DepthBufferPreference = 0
10-07 17:34:10.125: D/UE4(28429): Found bPackageDataInsideApk = 1
10-07 17:34:10.125: D/UE4(28429): Found ProjectName = Osiedle
10-07 17:34:10.125: D/UE4(28429): Found bHasOBBFiles = 1
10-07 17:34:10.125: D/UE4(28429): Found bVerifyOBBOnStartUp = false
10-07 17:34:10.125: D/UE4(28429): UI hiding set to true
10-07 17:34:10.125: D/UE4(28429): Found GearVR mode = vr_only
10-07 17:34:10.125: D/UE4(28429): Asking if osOBBInAPK? true
10-07 17:34:10.135: D/UE4(28429): ExternalFilePath found as '/storage/emulated/0/Android/data/com.odysseycrew.ritmopark_client/files'
10-07 17:34:10.135: D/UE4(28429): App is running in Landscape
10-07 17:34:10.135: D/UE4(28429): Android version is 6.0.1
10-07 17:34:10.135: D/UE4(28429): Android manufacturer is samsung
10-07 17:34:10.135: D/UE4(28429): Android model is SM-G930F
10-07 17:34:10.135: D/UE4(28429): OS language is set to pl_PL
10-07 17:34:10.135: D/UE4(28429): Passed sensor initialization
10-07 17:34:10.155: D/UE4(28429): ==============> GameActive.onCreate complete!
10-07 17:34:10.155: D/UE4(28429): LogAndroidEvents: EnqueueAppEvent : 9, 0, tid = 28444
10-07 17:34:10.155: D/UE4(28429): ==================================> Inside onStart function in GameActivity
10-07 17:34:10.155: D/UE4(28429): Case APP_CMD_RESUME
10-07 17:34:10.155: D/UE4(28429): LogAndroidEvents: EnqueueAppEvent : 7, 0, tid = 28444
10-07 17:34:10.155: D/UE4(28429): App is running in Landscape
10-07 17:34:10.155: D/UE4(28429): ==============> Resuming main init
10-07 17:34:10.155: D/UE4(28429): Final commandline: 
10-07 17:34:10.155: D/UE4(28429): Created sync event
10-07 17:34:10.165: D/UE4(28429): Mounted OBB 'main.obb.png'
10-07 17:34:10.165: D/UE4(28429): ==============> GameActive.onResume complete!
10-07 17:34:10.195: D/UE4(28429): Case APP_CMD_INIT_WINDOW
10-07 17:34:10.195: D/UE4(28429): LogAndroidEvents: EnqueueAppEvent : 0, 3966091272, tid = 28444
10-07 17:34:10.215: D/UE4(28429): LogAndroidEvents: EnqueueAppEvent : 11, 0, tid = 28444
10-07 17:34:10.215: D/UE4(28429): Compiled with OpenGL ES support only
10-07 17:34:10.225: D/UE4(28429): EGL Extensions: 
10-07 17:34:10.225: D/UE4(28429): EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_swap_buffers_with_damage EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_fence_sync EGL_KHR_create_context EGL_KHR_config_attribs EGL_KHR_surfaceless_context EGL_EXT_create_context_robustness EGL_ANDROID_image_native_buffer EGL_KHR_wait_sync EGL_ANDROID_recordable EGL_KHR_partial_update 
10-07 17:34:10.435: D/UE4(28429): ***** RequestedContentScaleFactor different 0.000000 != -1.000000, not using res cache
10-07 17:34:10.435: D/UE4(28429): ***** Window different, not using res cache
10-07 17:34:10.435: D/UE4(28429): ***** WindowWidth is -1, not using res cache
10-07 17:34:10.435: D/UE4(28429): FAndroidGPUInfo
10-07 17:34:10.435: D/UE4(28429): AndroidEGL::InitSurface 0, 0
10-07 17:34:10.435: D/UE4(28429): [JAVA] - SetDesiredViewSize width=2560 and height=1440
10-07 17:34:10.435: D/UE4(28429): AndroidEGL::CreateEGLSurface(0), eglSurface = eglCreatePbufferSurface(), 8x8
10-07 17:34:10.435: D/UE4(28429): AndroidEGL::CreateEGLSurface(0), auxSurface = eglCreatePbufferSurface(), 8x8
10-07 17:34:10.545: D/UE4(28429): Registering volume receiver
10-07 17:34:10.545: D/UE4(28429): startVolumeReceiver: 11
10-07 17:34:10.545: D/UE4(28429): Registering battery receiver
10-07 17:34:10.545: D/UE4(28429): Registering headset receiver
10-07 17:34:10.555: D/UE4(28429): Battery: status = 2, rawlevel = 59, scale = 100
10-07 17:34:10.555: D/UE4(28429): nativeBatteryEvent(stat = 2, lvl = 59, t = 28.50)
10-07 17:34:10.555: D/UE4(28429): startHeadsetReceiver: 0
10-07 17:34:10.555: D/UE4(28429): nativeHeadsetEvent(0)
10-07 17:34:10.715: D/UE4(28429): FPlatformOpenGLDevice:Init
10-07 17:34:10.715: D/UE4(28429): AndroidEGL::InitSurface 0, 0
10-07 17:34:10.715: D/UE4(28429): AndroidEGL::CreateEGLSurface() Already initialized: 0xeeae1200
10-07 17:34:11.265: D/UE4(28429): [2016.10.07-15.34.11:280][-8097396]LogEngine:Display: Android Version Make Model Language: 6.0.1 samsung SM-G930F pl_PL
10-07 17:34:11.265: D/UE4(28429): [2016.10.07-15.34.11:280][-8097396]LogAndroid: Case APP_CMD_START
10-07 17:34:11.265: D/UE4(28429): [2016.10.07-15.34.11:280][-8097396]LogAndroid: Case APP_CMD_RESUME
10-07 17:34:11.265: D/UE4(28429): [2016.10.07-15.34.11:280][-8097396]LogModuleManager:Warning: ModuleManager: Module 'HTTPChunkInstaller' not found - its StaticallyLinkedModuleInitializers function is null.
10-07 17:34:11.265: D/UE4(28429): [2016.10.07-15.34.11:280][-8097396]LogModuleManager:Warning: ModuleManager: Module 'HTTPChunkInstaller' not found - its StaticallyLinkedModuleInitializers function is null.
10-07 17:34:11.265: D/UE4(28429): [2016.10.07-15.34.11:280][-8097396]LogModuleManager:Warning: ModuleManager: Module 'HTTPChunkInstaller' not found - its StaticallyLinkedModuleInitializers function is null.
10-07 17:34:11.265: D/UE4(28429): [2016.10.07-15.34.11:281][-8097396]LogModuleManager:Warning: ModuleManager: Module 'HTTPChunkInstaller' not found - its StaticallyLinkedModuleInitializers function is null.
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:281][-8097396]LogModuleManager:Warning: ModuleManager: Module 'HTTPChunkInstaller' not found - its StaticallyLinkedModuleInitializers function is null.
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:281][-8097396]LogModuleManager:Warning: ModuleManager: Module 'HTTPChunkInstaller' not found - its StaticallyLinkedModuleInitializers function is null.
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:281][-8097396]LogAndroid: Case APP_CMD_INPUT_CHANGED
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:281][-8097396]LogInit:Display: RandInit(608066228) SRandInit(608066229).
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:281][-8097396]LogTaskGraph: Started task graph with 5 named threads and 9 total threads with 1 sets of task threads.
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:281][-8097396]LogStats: Stats thread started at 0.122733
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:281][-8097396]LogAndroid: Case APP_CMD_INIT_WINDOW
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:281][-8097396]LogPluginManager: Loaded Plugin SlateRemote, From ../../../Engine/Plugins/Slate/SlateRemote/SlateRemote.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:281][-8097396]LogPluginManager: Loaded Plugin ProceduralMeshComponent, From ../../../Engine/Plugins/Runtime/ProceduralMeshComponent/ProceduralMeshComponent.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:281][-8097396]LogPluginManager: Loaded Plugin OculusLibrary, From ../../../Engine/Plugins/Runtime/OculusLibrary/OculusLibrary.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:281][-8097396]LogPluginManager: Loaded Plugin GearVR, From ../../../Engine/Plugins/Runtime/GearVR/GearVR.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:281][-8097396]LogPluginManager: Loaded Plugin ExampleDeviceProfileSelector, From ../../../Engine/Plugins/Runtime/ExampleDeviceProfileSelector/ExampleDeviceProfileSelector.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:281][-8097396]LogPluginManager: Loaded Plugin CustomMeshComponent, From ../../../Engine/Plugins/Runtime/CustomMeshComponent/CustomMeshComponent.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:281][-8097396]LogPluginManager: Loaded Plugin CableComponent, From ../../../Engine/Plugins/Runtime/CableComponent/CableComponent.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:282][-8097396]LogPluginManager: Loaded Plugin ArchVisCharacter, From ../../../Engine/Plugins/Runtime/ArchVisCharacter/ArchVisCharacter.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:282][-8097396]LogPluginManager: Loaded Plugin AndroidMoviePlayer, From ../../../Engine/Plugins/Runtime/AndroidMoviePlayer/AndroidMoviePlayer.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:282][-8097396]LogPluginManager: Loaded Plugin AndroidDeviceProfileSelector, From ../../../Engine/Plugins/Runtime/AndroidDeviceProfileSelector/AndroidDeviceProfileSelector.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:282][-8097396]LogPluginManager: Loaded Plugin OnlineSubsystemUtils, From ../../../Engine/Plugins/Online/OnlineSubsystemUtils/OnlineSubsystemUtils.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:282][-8097396]LogPluginManager: Loaded Plugin OnlineSubsystemNull, From ../../../Engine/Plugins/Online/OnlineSubsystemNull/OnlineSubsystemNull.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:282][-8097396]LogPluginManager: Loaded Plugin OnlineSubsystem, From ../../../Engine/Plugins/Online/OnlineSubsystem/OnlineSubsystem.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:282][-8097396]LogPluginManager: Loaded Plugin OnlineSubsystemGooglePlay, From ../../../Engine/Plugins/Online/Android/OnlineSubsystemGooglePlay/OnlineSubsystemGooglePlay.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:282][-8097396]LogPluginManager: Loaded Plugin UdpMessaging, From ../../../Engine/Plugins/Messaging/UdpMessaging/UdpMessaging.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:282][-8097396]LogPluginManager: Loaded Plugin TcpMessaging, From ../../../Engine/Plugins/Messaging/TcpMessaging/TcpMessaging.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:282][-8097396]LogPluginManager: Loaded Plugin AndroidMedia, From ../../../Engine/Plugins/Media/AndroidMedia/AndroidMedia.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:282][-8097396]LogPluginManager: Loaded Plugin CharacterAI, From ../../../Engine/Plugins/Experimental/CharacterAI/CharacterAI.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:282][-8097396]LogPluginManager: Loaded Plugin LightPropagationVolume, From ../../../Engine/Plugins/Blendables/LightPropagationVolume/LightPropagationVolume.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:282][-8097396]LogPluginManager: Loaded Plugin Paper2D, From ../../../Engine/Plugins/2D/Paper2D/Paper2D.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:282][-8097396]LogPluginManager: Loaded Plugin VictoryBPLibrary, From ../../../Osiedle/Plugins/VictoryPlugin/VictoryBPLibrary.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:282][-8097396]LogPluginManager: Loaded Plugin VaRestPlugin, From ../../../Osiedle/Plugins/VaRestPlugin/VaRestPlugin.uplugin
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:283][-8097396]LogAndroid: Case APP_CMD_GAINED_FOCUS
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:283][-8097396]LogModuleManager:Warning: ModuleManager: Module 'XMPP' not found - its StaticallyLinkedModuleInitializers function is null.
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:283][-8097396]LogInit: Using libcurl 7.46.0
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:283][-8097396]LogInit:  - built for arm-unknown-linux-androideabi
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:283][-8097396]LogInit:  - supports SSL with OpenSSL/1.0.1s
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:283][-8097396]LogInit:  - supports HTTP deflate (compression) using libz 1.2.8
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:283][-8097396]LogInit:  - other features:
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:283][-8097396]LogInit:      CURL_VERSION_SSL
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:283][-8097396]LogInit:      CURL_VERSION_LIBZ
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:283][-8097396]LogInit:      CURL_VERSION_IPV6
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:283][-8097396]LogInit:      CURL_VERSION_ASYNCHDNS
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:283][-8097396]LogInit:      CURL_VERSION_TLSAUTH_SRP
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:283][-8097396]LogInit:  Libcurl: using existing PEM file: '/storage/emulated/0/Android/data/com.odysseycrew.ritmopark_client/files/ca-bundle.pem'
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:283][-8097396]LogInit:  CurlRequestOptions (configurable via config and command line):
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:283][-8097396]LogInit:  - bVerifyPeer = true  - Libcurl will verify peer certificate
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:283][-8097396]LogInit:  - bUseHttpProxy = false  - Libcurl will NOT use HTTP proxy
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:284][-8097396]LogInit:  - bDontReuseConnections = false  - Libcurl will reuse connections
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:284][-8097396]LogInit:  - CertBundlePath = /storage/emulated/0/Android/data/com.odysseycrew.ritmopark_client/files/ca-bundle.pem  - Libcurl will set CURLOPT_CAINFO to it
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:284][-8097396]LogOnline:Display: OnlineSubsystemGooglePlayModule::StartupModule()
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:284][-8097396]LogOnline:Warning: FOnlineSubsystemGooglePlayModule was disabled
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:284][-8097396]LogVoice:Warning: Failed to initialize voice interface
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:284][-8097396]LogOnline:Warning: FOnlineSubsystemGooglePlayModule was disabled
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:284][-8097396]LogHMD: GearVR: it is packaged for GearVR!
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:284][-8097396]LogInit: Build: ++UE4+Release-4.13-CL-3142249
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:284][-8097396]LogInit: Engine Version: 4.13.1-3142249+++UE4+Release-4.13
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:284][-8097396]LogInit: Compatible Engine Version: 4.13.0-3106830+++UE4+Release-4.13
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:284][-8097396]LogInit: Net CL: 3142249
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:284][-8097396]LogDevObjectVersion: Number of dev versions registered: 13
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:284][-8097396]LogDevObjectVersion:   Dev-Blueprints (B0D832E4-1F89-4F0D-ACCF-7EB736FD4AA2): 5
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:284][-8097396]LogDevObjectVersion:   Dev-Build (E1C64328-A22C-4D53-A36C-8E866417BD8C): 0
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:284][-8097396]LogDevObjectVersion:   Dev-Core (375EC13C-06E4-48FB-B500-84F0262A717E): 1
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:284][-8097396]LogDevObjectVersion:   Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 6
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:285][-8097396]LogDevObjectVersion:   Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 12
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:285][-8097396]LogDevObjectVersion:   Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 0
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:285][-8097396]LogDevObjectVersion:   Dev-Networking (A4E4105C-59A1-49B5-A7C5-40C4547EDFEE): 0
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:285][-8097396]LogDevObjectVersion:   Dev-Online (39C831C9-5AE6-47DC-9A44-9C173E1C8E7C): 0
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:285][-8097396]LogDevObjectVersion:   Dev-Physics (78F01B33-EBEA-4F98-B9B4-84EACCB95AA2): 0
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:285][-8097396]LogDevObjectVersion:   Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:285][-8097396]LogDevObjectVersion:   Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 4
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:285][-8097396]LogDevObjectVersion:   Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 0
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:285][-8097396]LogDevObjectVersion:   Dev-VR (D7296918-1DD6-4BDD-9DE2-64A83CC13884): 0
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:285][-8097396]LogInit: Compiled (32-bit): Sep 28 2016 02:47:14
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:285][-8097396]LogInit: Compiled with Clang: 3.8.243773 
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:285][-8097396]LogInit: Build Configuration: Development
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:285][-8097396]LogInit: Branch Name: ++UE4+Release-4.13
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:285][-8097396]LogInit: Command line:  
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:285][-8097396]LogInit: Base directory: 
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:285][-8097396]LogInit: Installed Engine Build: 0
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:286][-8097396]LogInit: Presizing for max 2097152 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool.
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:286][-8097396]LogInit: Object subsystem initialized
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:286][-8097396]LogAndroid: Mobile HDR: no
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:286][-8097396]LogAndroid: Setting Width=2560 and Height=1440 (requested scale = 0 = auto)
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:286][-8097396]LogAndroid: Checking 23 rules from DeviceProfile ini file.
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:286][-8097396]LogAndroid:   Default profile: Android_Default
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:286][-8097396]LogAndroid:   GpuFamily: Mali-T880
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:286][-8097396]LogAndroid:   GlVersion: OpenGL ES 3.2 v1.r12p1-00dev0.60546d7cd0bfd82d0ba92ca3bb825c75
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:286][-8097396]LogAndroid:   VulkanVersion: 0.0.0
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:286][-8097396]LogAndroid:   AndroidVersion: 6.0.1
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:286][-8097396]LogAndroid:   DeviceMake: samsung
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:286][-8097396]LogAndroid:   DeviceModel: SM-G930F
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:286][-8097396]LogAndroid: Selected Device Profile: [Android_Mali_T8xx]
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:286][-8097396]LogInit: Applying CVar settings loaded from the selected device profile: [Android_Mali_T8xx]
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:286][-8097396]LogInit: Setting Device Profile CVar: [[r.BloomQuality:1]]
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:286][-8097396]LogInit: Setting Device Profile CVar: [[r.DepthOfFieldQuality:1]]
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:286][-8097396]LogInit: Setting Device Profile CVar: [[r.LightShaftQuality:1]]
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:287][-8097396]LogInit: Setting Device Profile CVar: [[r.RefractionQuality:1]]
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:287][-8097396]LogInit: Setting Device Profile CVar: [[r.MobileContentScaleFactor:1]]
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:287][-8097396]LogInit: Setting Device Profile CVar: [[r.ShadowQuality:2]]
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:287][-8097396]LogInit: Memory total: Physical=3562.45MB (0GB approx) Available=3562.45MB PageSize=4.0KB
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:287][-8097396]LogTextLocalizationManager: No translations for ('pl-PL') exist, falling back to 'en' for localization and internationalization data.
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:287][-8097396]LogRHI: Initializing OpenGL RHI
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:287][-8097396]LogRHI:   GL_VENDOR: ARM
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:287][-8097396]LogRHI:   GL_RENDERER: Mali-T880
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:287][-8097396]LogRHI:   GL_VERSION: OpenGL ES 3.2 v1.r12p1-00dev0.60546d7cd0bfd82d0ba92ca3bb825c75
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:287][-8097396]LogRHI:   GL_SHADING_LANGUAGE_VERSION: OpenGL ES GLSL ES 3.20
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:287][-8097396]LogRHI: OpenGL Extensions:
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:287][-8097396]LogRHI:   GL_EXT_debug_marker
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:287][-8097396]LogRHI:   GL_ARM_rgba8
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:287][-8097396]LogRHI:   GL_ARM_mali_shader_binary
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:287][-8097396]LogRHI:   GL_OES_depth24
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:287][-8097396]LogRHI:   GL_OES_depth_texture
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:287][-8097396]LogRHI:   GL_OES_depth_texture_cube_map
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:288][-8097396]LogRHI:   GL_OES_packed_depth_stencil
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:288][-8097396]LogRHI:   GL_OES_rgb8_rgba8
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:288][-8097396]LogRHI:   GL_EXT_read_format_bgra
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:288][-8097396]LogRHI:   GL_OES_compressed_paletted_texture
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:288][-8097396]LogRHI:   GL_OES_compressed_ETC1_RGB8_texture
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:288][-8097396]LogRHI:   GL_OES_standard_derivatives
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:288][-8097396]LogRHI:   GL_OES_EGL_image
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:288][-8097396]LogRHI:   GL_OES_EGL_image_external
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:288][-8097396]LogRHI:   GL_OES_EGL_image_external_essl3
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:288][-8097396]LogRHI:   GL_OES_EGL_sync
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:288][-8097396]LogRHI:   GL_OES_texture_npot
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:288][-8097396]LogRHI:   GL_OES_vertex_half_float
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:288][-8097396]LogRHI:   GL_OES_required_internalformat
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:288][-8097396]LogRHI:   GL_OES_vertex_array_object
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:288][-8097396]LogRHI:   GL_OES_mapbuffer
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:288][-8097396]LogRHI:   GL_EXT_texture_format_BGRA8888
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:288][-8097396]LogRHI:   GL_EXT_texture_rg
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:288][-8097396]LogRHI:   GL_EXT_texture_type_2_10_10_10_REV
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:289][-8097396]LogRHI:   GL_OES_fbo_render_mipmap
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:289][-8097396]LogRHI:   GL_OES_element_index_uint
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:289][-8097396]LogRHI:   GL_EXT_shadow_samplers
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:289][-8097396]LogRHI:   GL_OES_texture_compression_astc
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:289][-8097396]LogRHI:   GL_KHR_texture_compression_astc_ldr
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:289][-8097396]LogRHI:   GL_KHR_texture_compression_astc_hdr
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:289][-8097396]LogRHI:   GL_KHR_texture_compression_astc_sliced_3d
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:289][-8097396]LogRHI:   GL_KHR_debug
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:289][-8097396]LogRHI:   GL_EXT_occlusion_query_boolean
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:289][-8097396]LogRHI:   GL_EXT_disjoint_timer_query
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:289][-8097396]LogRHI:   GL_EXT_blend_minmax
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:289][-8097396]LogRHI:   GL_EXT_discard_framebuffer
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:289][-8097396]LogRHI:   GL_OES_get_program_binary
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:289][-8097396]LogRHI:   GL_OES_texture_3D
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:289][-8097396]LogRHI:   GL_EXT_texture_storage
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:289][-8097396]LogRHI:   GL_EXT_multisampled_render_to_texture
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:289][-8097396]LogRHI:   GL_OES_surfaceless_context
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:290][-8097396]LogRHI:   GL_OES_texture_stencil8
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:290][-8097396]LogRHI:   GL_EXT_shader_pixel_local_storage
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:290][-8097396]LogRHI:   GL_ARM_shader_framebuffer_fetch
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:290][-8097396]LogRHI:   GL_ARM_shader_framebuffer_fetch_depth_stencil
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:290][-8097396]LogRHI:   GL_ARM_mali_program_binary
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:290][-8097396]LogRHI:   GL_EXT_sRGB
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:290][-8097396]LogRHI:   GL_EXT_sRGB_write_control
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:290][-8097396]LogRHI:   GL_EXT_texture_sRGB_decode
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:290][-8097396]LogRHI:   GL_KHR_blend_equation_advanced
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:290][-8097396]LogRHI:   GL_KHR_blend_equation_advanced_coherent
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:290][-8097396]LogRHI:   GL_OES_texture_storage_multisample_2d_array
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:290][-8097396]LogRHI:   GL_OES_shader_image_atomic
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:290][-8097396]LogRHI:   GL_EXT_robustness
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:290][-8097396]LogRHI:   GL_EXT_draw_buffers_indexed
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:290][-8097396]LogRHI:   GL_OES_draw_buffers_indexed
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:290][-8097396]LogRHI:   GL_EXT_texture_border_clamp
10-07 17:34:11.275: D/UE4(28429): [2016.10.07-15.34.11:290][-8097396]LogRHI:   GL_OES_texture_border_clamp
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:291][-8097396]LogRHI:   GL_EXT_texture_cube_map_array
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:291][-8097396]LogRHI:   GL_OES_texture_cube_map_array
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:291][-8097396]LogRHI:   GL_OES_sample_variables
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:291][-8097396]LogRHI:   GL_OES_sample_shading
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:291][-8097396]LogRHI:   GL_OES_shader_multisample_interpolation
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:291][-8097396]LogRHI:   GL_EXT_shader_io_blocks
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:291][-8097396]LogRHI:   GL_OES_shader_io_blocks
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:291][-8097396]LogRHI:   GL_EXT_tessellation_shader
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:291][-8097396]LogRHI:   GL_OES_tessellation_shader
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:291][-8097396]LogRHI:   GL_EXT_primitive_bounding_box
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:291][-8097396]LogRHI:   GL_OES_primitive_bounding_box
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:291][-8097396]LogRHI:   GL_EXT_geometry_shader
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:291][-8097396]LogRHI:   GL_OES_geometry_shader
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:291][-8097396]LogRHI:   GL_ANDROID_extension_pack_es31a
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:291][-8097396]LogRHI:   GL_EXT_gpu_shader5
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:291][-8097396]LogRHI:   GL_OES_gpu_shader5
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:292][-8097396]LogRHI:   GL_EXT_texture_buffer
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:292][-8097396]LogRHI:   GL_OES_texture_buffer
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:292][-8097396]LogRHI:   GL_EXT_copy_image
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:292][-8097396]LogRHI:   GL_OES_copy_image
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:292][-8097396]LogRHI:   GL_EXT_color_buffer_half_float
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:292][-8097396]LogRHI:   GL_EXT_color_buffer_float
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:292][-8097396]LogRHI:   GL_EXT_YUV_target
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:292][-8097396]LogRHI:   GL_OVR_multiview
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:292][-8097396]LogRHI:   GL_OVR_multiview2
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:292][-8097396]LogRHI:   GL_OVR_multiview_multisampled_render_to_texture
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:292][-8097396]LogRHI:   GL_KHR_robustness
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:292][-8097396]LogRHI:   GL_KHR_robust_buffer_access_behavior
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:292][-8097396]LogRHI:   GL_EXT_draw_elements_base_vertex
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:292][-8097396]LogRHI:   GL_OES_draw_elements_base_vertex
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:292][-8097396]LogRHI:   GL_MAX_VERTEX_ATTRIBS: 16
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:292][-8097396]LogRHI:   GL_MAX_VARYING_VECTORS: 15
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:292][-8097396]LogRHI:   GL_MAX_VERTEX_UNIFORM_VECTORS: 1024
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:292][-8097396]LogRHI:   GL_MAX_FRAGMENT_UNIFORM_VECTORS: 1024
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:293][-8097396]LogRHI: Fragment shader lowp precision: 10
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:293][-8097396]LogRHI: Fragment shader mediump precision: 10
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:293][-8097396]LogRHI: Fragment shader highp precision: 23
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:293][-8097396]LogRHI:   GL_MAX_TEXTURE_SIZE: 16384
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:293][-8097396]LogRHI:   GL_MAX_CUBE_MAP_TEXTURE_SIZE: 4096
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:293][-8097396]LogRHI:   GL_MAX_ARRAY_TEXTURE_LAYERS: 256
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:293][-8097396]LogRHI:   GL_MAX_RENDERBUFFER_SIZE: 16384
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:293][-8097396]LogRHI:   GL_MAX_TEXTURE_IMAGE_UNITS: 16
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:293][-8097396]LogRHI:   GL_MAX_DRAW_BUFFERS: 4
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:293][-8097396]LogRHI:   GL_MAX_COLOR_ATTACHMENTS: 1
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:293][-8097396]LogRHI:   GL_MAX_SAMPLES: 1
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:293][-8097396]LogRHI:   GL_MAX_COLOR_TEXTURE_SAMPLES: 1
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:293][-8097396]LogRHI:   GL_MAX_DEPTH_TEXTURE_SAMPLES: 1
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:293][-8097396]LogRHI:   GL_MAX_INTEGER_SAMPLES: 1
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:293][-8097396]LogRHI:   GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS: 96
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:293][-8097396]LogRHI:   GL_MAX_VERTEX_ATTRIBS: 16
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:293][-8097396]LogRHI: OpenGL MajorVersion = 2, MinorVersion = 0, ShaderPlatform = GLSL_ES2, FeatureLevel = ES2
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:293][-8097396]LogRHI: PLATFORM_ANDROID
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:293][-8097396]LogRHI:Display: Testing for shader compiler compatibility
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:294][-8097396]LogRHI:Display: Shaders compile fine no need to enable hacks
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:294][-8097396]LogAssetRegistry: FAssetRegistry took 0.0295 seconds to start up
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:294][-8097396]LogPackageLocalizationCache: Processed 3 localized package path(s) for 1 prioritized culture(s) in 0.004205 seconds
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:294][-8097396]LogNetVersion: GetLocalNetworkVersion: CL: 3106830, ProjectName: osiedle, ProjectVersion: , EngineNetworkVersion: 1, GameNetworkVersion: 0, NetworkChecksum: 4125082857
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:294][-8097396]LogSlate: SlateFontCache - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:294][-8097396]LogSlate: SlateFontCache - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
10-07 17:34:11.285: D/UE4(28429): [2016.10.07-15.34.11:294][-8097396]LogMoviePlayer: Initializing movie player
10-07 17:34:11.295: D/UE4(28429): [2016.10.07-15.34.11:309][-8097396]LogUObjectArray: 28801 objects as part of root set at end of initial load.
10-07 17:34:11.295: D/UE4(28429): [2016.10.07-15.34.11:309][-8097396]LogUObjectAllocator: 3980272 out of 0 bytes used by permanent object pool.
10-07 17:34:11.295: D/UE4(28429): [2016.10.07-15.34.11:309][-8097396]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
10-07 17:34:11.295: D/UE4(28429): [2016.10.07-15.34.11:309][-8097396]LogHMD: GearVR: it is packaged for GearVR!
10-07 17:34:11.305: D/UE4(28429): [2016.10.07-15.34.11:319][-8097396]LogAndroid:Display: Passed PreInit()
10-07 17:34:11.305: D/UE4(28429): [2016.10.07-15.34.11:320][-8097396]LogEngine: Initializing Engine...
10-07 17:34:11.305: D/UE4(28429): [2016.10.07-15.34.11:320][-8097396]LogHMD: GearVR starting with CPU: 2 GPU: 3 MinimumVsyncs: 1
10-07 17:34:11.365: D/UE4(28429): +++++++ EnterVRMode ++++++, tid = 28443
10-07 17:34:11.375: D/UE4(28429): [2016.10.07-15.34.11:384][-8097396]LogHMD: EnterVRMode: Display 0x1, Window 0xEC65C008, ShareCtx EEA916C0
10-07 17:34:11.545: D/UE4(28429): ------- EnterVRMode -------, tid = 28443
10-07 17:34:11.545: D/UE4(28429): [2016.10.07-15.34.11:558][-8097396]LogHMD: Enabling r.MobileOnChipMSAA, previous value 0
10-07 17:34:11.545: D/UE4(28429): [2016.10.07-15.34.11:558][-8097396]LogHMD: GearVR has started
10-07 17:34:11.645: D/UE4(28429): [2016.10.07-15.34.11:652][-8097396]LogAndroidAudio:Warning: SL Entered Init HW
10-07 17:34:11.645: D/UE4(28429): [2016.10.07-15.34.11:652][-8097396]LogAndroidAudio:Warning: OpenSLES Initializing HW
10-07 17:34:11.645: D/UE4(28429): [2016.10.07-15.34.11:652][-8097396]LogAndroidAudio:Warning: OpenSLES Initialized
10-07 17:34:11.645: D/UE4(28429): [2016.10.07-15.34.11:652][-8097396]LogAndroidAudio:Warning: OpenSLAudioDevice: Allocated 12 sources
10-07 17:34:11.645: D/UE4(28429): [2016.10.07-15.34.11:652][-8097396]LogInit: FAudioDevice initialized.
10-07 17:34:11.645: D/UE4(28429): [2016.10.07-15.34.11:653][-8097396]LogInit: Texture streaming: Disabled
10-07 17:34:11.645: D/UE4(28429): [2016.10.07-15.34.11:653][-8097396]LogOnline:Warning: FOnlineSubsystemGooglePlayModule was disabled
10-07 17:34:11.675: D/UE4(28429): [2016.10.07-15.34.11:687][-8097396]LogLinker:Warning: CreateImport: Failed to load Outer for resource 'ServerTravel': Class /Script/VictoryBPLibrary.VictoryBPFunctionLibrary
10-07 17:34:11.675: D/UE4(28429): [2016.10.07-15.34.11:688][-8097396]LogLinker:Warning: CreateImport: Failed to load Outer for resource 'ServerTravel': Class /Script/VictoryBPLibrary.VictoryBPFunctionLibrary
10-07 17:34:11.685: D/UE4(28429): [2016.10.07-15.34.11:698][-8097396]LogInit:Display: Game Engine Initialized.
10-07 17:34:11.685: D/UE4(28429): [2016.10.07-15.34.11:699][-8097396]LogInit:Display: Starting Game.
10-07 17:34:11.685: D/UE4(28429): [2016.10.07-15.34.11:699][-8097396]LogNet: Browse: /Game/Maps/Empty?Name=Player
10-07 17:34:11.685: D/UE4(28429): [2016.10.07-15.34.11:699][-8097396]LogLoadingSplash: Loading begins
10-07 17:34:11.685: D/UE4(28429): [2016.10.07-15.34.11:699][-8097396]LogHMD: FGearVRSplash::Hide
10-07 17:34:11.685: D/UE4(28429): [2016.10.07-15.34.11:700][-8097396]LogHMD: FGearVRSplash::PushFrame, loading icon
10-07 17:34:11.685: D/UE4(28429): [2016.10.07-15.34.11:700][-8097396]LogHMD: FGearVRSplash::Show
10-07 17:34:11.685: D/UE4(28429): [2016.10.07-15.34.11:700][-8097396]LogLoad: LoadMap: /Game/Maps/Empty?Name=Player
10-07 17:34:11.835: D/UE4(28429): [2016.10.07-15.34.11:845][-8097396]LogMemory: Platform Memory Stats for Android
10-07 17:34:11.835: D/UE4(28429): [2016.10.07-15.34.11:846][-8097396]LogMemory: Process Physical Memory: 0.00 MB used, 0.00 MB peak
10-07 17:34:11.835: D/UE4(28429): [2016.10.07-15.34.11:846][-8097396]LogMemory: Process Virtual Memory: 0.00 MB used, 0.00 MB peak
10-07 17:34:11.835: D/UE4(28429): [2016.10.07-15.34.11:846][-8097396]LogMemory: Physical Memory: 0.00 MB used, 3562.45 MB total
10-07 17:34:11.835: D/UE4(28429): [2016.10.07-15.34.11:846][-8097396]LogMemory: Virtual Memory: 0.00 MB used, 0.00 MB total
10-07 17:34:11.835: D/UE4(28429): [2016.10.07-15.34.11:846][-8097396]LogMemory: 
10-07 17:34:11.835: D/UE4(28429): [2016.10.07-15.34.11:849][-8097396]LogMemory: Allocator Stats for binned:
10-07 17:34:11.835: D/UE4(28429): [2016.10.07-15.34.11:849][-8097396]LogMemory: Current Memory 73.13 MB used, plus 3.26 MB waste
10-07 17:34:11.835: D/UE4(28429): [2016.10.07-15.34.11:849][-8097396]LogMemory: Peak Memory 74.83 MB used, plus 2.53 MB waste
10-07 17:34:11.835: D/UE4(28429): [2016.10.07-15.34.11:850][-8097396]LogMemory: Current OS Memory 76.39 MB, peak 77.36 MB
10-07 17:34:11.835: D/UE4(28429): [2016.10.07-15.34.11:850][-8097396]LogMemory: Current Waste 0.61 MB, peak 0.91 MB
10-07 17:34:11.835: D/UE4(28429): [2016.10.07-15.34.11:850][-8097396]LogMemory: Current Used 73.13 MB, peak 74.83 MB
10-07 17:34:11.835: D/UE4(28429): [2016.10.07-15.34.11:850][-8097396]LogMemory: Current Slack 0.84 MB
10-07 17:34:11.835: D/UE4(28429): [2016.10.07-15.34.11:850][-8097396]LogMemory: Allocs        149060 Current /   657196 Total
10-07 17:34:11.835: D/UE4(28429): [2016.10.07-15.34.11:850][-8097396]LogMemory: 
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:851][-8097396]LogMemory: Block Size Num Pools Max Pools Cur Allocs Total Allocs Min Req Max Req Mem Used Mem Slack Mem Waste Efficiency
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:851][-8097396]LogMemory: ---------- --------- --------- ---------- ------------ ------- ------- -------- --------- --------- ----------
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:851][-8097396]LogMemory:           8          2          2        9959         17143        8        8       77K        51K         0K     100.00%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:851][-8097396]LogMemory:          16          6          6       22567         91385        9       16      352K        32K         9K      97.66%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:851][-8097396]LogMemory:          32          5          5        8164         24826       17       32      255K        65K        50K      84.38%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:852][-8097396]LogMemory:          48         13         13       16786         33349       33       48      786K        46K        61K      92.67%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:852][-8097396]LogMemory:          64         14         14       13977         36498       49       64      873K        23K        56K      93.75%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:852][-8097396]LogMemory:          80          7          7        5469         17269       65       80      427K        21K        29K      93.53%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:852][-8097396]LogMemory:          96         35         35       23805         56296       81       96     2231K         7K        81K      96.38%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:852][-8097396]LogMemory:         112         11         15        6245         31831       97      112      683K        21K        24K      96.59%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:853][-8097396]LogMemory:         128         15         15        7103         57803      116      128      887K        73K        47K      95.10%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:853][-8097396]LogMemory:         160         12         13        4778         82545      129      160      746K        21K        40K      94.79%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:853][-8097396]LogMemory:         192          8          9        2601         34250      161      192      487K        25K        30K      94.14%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:854][-8097396]LogMemory:         224          6          8        1503         26280      193      224      328K        56K        27K      92.97%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:854][-8097396]LogMemory:         256         27         48        6902         48998      225      256     1725K         3K        96K      94.44%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:854][-8097396]LogMemory:         288         11         11        2431         13176      257      288      683K        20K        37K      94.74%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:854][-8097396]LogMemory:         320          5          5         944          7189      290      320      295K        24K        12K      96.25%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:855][-8097396]LogMemory:         384         16         16        2601         20780      322      384      975K        45K       102K      90.04%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:855][-8097396]LogMemory:         448         21         21        2903         11608      386      448     1270K        72K        99K      92.63%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:855][-8097396]LogMemory:         512          7          7         845          5804      452      512      422K        26K        28K      93.75%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:855][-8097396]LogMemory:         576         10         10        1009          7034      516      576      567K        69K        47K      92.66%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:855][-8097396]LogMemory:         640         21         21        2125          5331      580      640     1328K        11K        49K      96.35%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:856][-8097396]LogMemory:         704         36         37        3297         10773      644      704     2266K        36K       111K      95.18%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:856][-8097396]LogMemory:         768          4          4         269           840      708      768      201K        54K         8K      96.88%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:856][-8097396]LogMemory:         896          5          5         356          4031      769      896      311K         9K        31K      90.31%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:856][-8097396]LogMemory:        1024          8          8         293          2375      897     1024      293K       219K         6K      98.83%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:856][-8097396]LogMemory:        1168          7          7         324           744     1025     1168      369K        79K        21K      95.31%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:856][-8097396]LogMemory:        1360          9          9         392           888     1176     1360      520K        54K        42K      92.71%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:857][-8097396]LogMemory:        1632          5          5         182           475     1361     1632      290K        29K        25K      92.19%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:857][-8097396]LogMemory:        2048         10         10         222           671     1636     2048      444K       196K        47K      92.66%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:857][-8097396]LogMemory:        2336          5          5         108           358     2055     2330      246K        74K        14K      95.62%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:857][-8097396]LogMemory:        2720          3          3          65           539     2340     2720      172K        20K         9K      95.31%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:857][-8097396]LogMemory:        3264          7          7          69          1138     2727     3264      219K       228K        14K      96.88%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:857][-8097396]LogMemory:        4096          9          9         117           418     3280     4096      468K       108K        42K      92.71%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:858][-8097396]LogMemory:        4672          6          6          70          1724     4100     4648      319K        65K        36K      90.62%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:858][-8097396]LogMemory:        5456          7          7          55           197     4674     5440      293K       155K        24K      94.64%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:858][-8097396]LogMemory:        6544         11         15          79           323     5496     6543      504K       199K        43K      93.89%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:858][-8097396]LogMemory:        8192         17         20          98          1067     6548     8192      784K       304K        60K      94.49%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:858][-8097396]LogMemory:        9360         13         13          87           155     8193     9360      795K        37K        46K      94.47%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:859][-8097396]LogMemory:       10912         16         19          91           215     9408    10888      969K        54K        80K      92.19%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:859][-8097396]LogMemory:       13104          9         14          39           132    10923    13068      499K        77K        52K      90.97%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:859][-8097396]LogMemory:       16384          6          9          24           192    13120    16384      384K         0K        30K      92.19%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:859][-8097396]LogMemory:       21840          5          6          11            82    16392    21736      234K        86K        40K      87.50%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:859][-8097396]LogMemory:       32768          9         10          18            74    21904    32751      576K         0K       113K      80.38%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:860][-8097396]LogMemory: 
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:860][-8097396]LogMemory: 29376K allocated in pools (with 2794K slack and 1818K waste). Efficiency 93.81%
10-07 17:34:11.845: D/UE4(28429): [2016.10.07-15.34.11:860][-8097396]LogMemory: Allocations 148984 Current / 656807 Total (in 459 pools)
10-07 17:34:11.855: D/UE4(28429): [2016.10.07-15.34.11:861][-8097396]LogMemory: 
10-07 17:34:12.745: D/UE4(28429): [2016.10.07-15.34.12:757][-8097396]LogAIModule: Creating AISystem for world Empty
10-07 17:34:12.745: D/UE4(28429): [2016.10.07-15.34.12:758][-8097396]LogWorld: Game class is 'Init_GameMode_Client_C'
10-07 17:34:12.755: D/UE4(28429): [2016.10.07-15.34.12:765][-8097396]LogWorld: Bringing World /Game/Maps/Empty.Empty up for play (max tick rate 30) at 2016.10.07-17.34.12
10-07 17:34:12.755: D/UE4(28429): [2016.10.07-15.34.12:766][-8097396]LogWorld: Bringing up level for play took: 0.003286
10-07 17:34:12.755: D/UE4(28429): [2016.10.07-15.34.12:766][-8097396]LogOnline:Warning: FOnlineSubsystemGooglePlayModule was disabled
10-07 17:34:12.755: D/UE4(28429): [2016.10.07-15.34.12:770][-8097396]LogHMD: FGearVR::OnBeginPlay
10-07 17:34:12.755: D/UE4(28429): [2016.10.07-15.34.12:770][-8097396]LogGameMode:Display: Match State Changed from EnteringMap to WaitingToStart
10-07 17:34:12.755: D/UE4(28429): [2016.10.07-15.34.12:770][-8097396]LogGameState: Match State Changed from EnteringMap to WaitingToStart
10-07 17:34:12.755: D/UE4(28429): [2016.10.07-15.34.12:770][-8097396]LogGameMode:Display: Match State Changed from WaitingToStart to InProgress
10-07 17:34:12.765: D/UE4(28429): [2016.10.07-15.34.12:776][-8097396]LogInit: BSD_Android: I am localhost (127.0.0.1:0)
10-07 17:34:12.765: D/UE4(28429): [2016.10.07-15.34.12:777][-8097396]LogSockets: (BSD_Android) Wifi Adapter IP 192.168.0.101
10-07 17:34:12.775: D/UE4(28429): [2016.10.07-15.34.12:782][-8097396]LogGameState: Match State Changed from WaitingToStart to InProgress
10-07 17:34:12.775: D/UE4(28429): [2016.10.07-15.34.12:782][-8097396]LogLoadingSplash: Loading ends
10-07 17:34:12.775: D/UE4(28429): [2016.10.07-15.34.12:782][-8097396]LogHMD: FGearVRSplash::Hide
10-07 17:34:12.775: D/UE4(28429): [2016.10.07-15.34.12:782][-8097396]LogHMD: FGearVRSplash::Hide
10-07 17:34:12.775: D/UE4(28429): +++++++ PushBlack() ++++++, On RT! tid = 28472, final = 
10-07 17:34:12.775: D/UE4(28429): ------- PushBlackFinal() ------
10-07 17:34:12.775: D/UE4(28429): [2016.10.07-15.34.12:790][-8097396]LogHMD: FGearVRSplash::PushBlackFrame
10-07 17:34:12.775: D/UE4(28429): [2016.10.07-15.34.12:790][-8097396]LogLoad: Took 1.090022 seconds to LoadMap(/Game/Maps/Empty)
10-07 17:34:12.785: D/UE4(28429): [2016.10.07-15.34.12:793][-8097396]LogAndroid: Passed GEngineLoop.Init()
10-07 17:34:12.785: D/UE4(28429): [2016.10.07-15.34.12:794][-8097396]LogAndroidEvents:Display: DequeueAppEvent : 9, 0
10-07 17:34:12.785: D/UE4(28429): [2016.10.07-15.34.12:794][-8097396]LogAndroidEvents:Display: DequeueAppEvent : 7, 0
10-07 17:34:12.785: D/UE4(28429): [2016.10.07-15.34.12:794][-8097396]LogAndroidEvents:Display: DequeueAppEvent : 0, 3966091272
10-07 17:34:12.785: D/UE4(28429): APP_EVENT_STATE_WINDOW_CREATED, 0, 0, 1
10-07 17:34:12.785: D/UE4(28429): [2016.10.07-15.34.12:794][-8097396]LogAndroidEvents:Display: DequeueAppEvent : 11, 0
10-07 17:34:12.785: D/UE4(28429): [2016.10.07-15.34.12:794][-8097396]LogAndroidEvents:Display: ExecWindowCreated
10-07 17:34:12.785: D/UE4(28429): AndroidEGL::ReInitWindow()
10-07 17:34:12.785: D/UE4(28429): AndroidEGL::ReInit()
10-07 17:34:12.785: D/UE4(28429): AndroidEGL::ResetDisplay()
10-07 17:34:12.785: D/UE4(28429): AndroidEGL::InitSurface 0, 0
10-07 17:34:12.785: D/UE4(28429): AndroidEGL::CreateEGLSurface() Already initialized: 0xeeae1200
10-07 17:34:12.785: D/UE4(28429): ExecWindowCreated, 0, 1, 1
10-07 17:34:12.785: D/UE4(28429): +++++++ GEARVR APP RESUME ++++++, tid = 28443
10-07 17:34:12.785: D/UE4(28429): +++++++ EnterVRMode ++++++, tid = 28443
10-07 17:34:12.785: D/UE4(28429): ------- EnterVRMode -------, tid = 28443
10-07 17:34:12.785: D/UE4(28429): ------- GEARVR APP RESUME ------, tid = 28443
10-07 17:34:12.785: D/UE4(28429): Execution has been resumed!
10-07 17:34:12.785: D/UE4(28429): [2016.10.07-15.34.12:795][-8097396]LogExternalProfiler: No external profilers were discovered.  External profiling features will not be available.
10-07 17:34:12.875: D/UE4(28429): [2016.10.07-15.34.12:890][-8097396]LogRenderer: Reallocating scene render targets to support 128x128 (Frame:1).
10-07 17:34:13.065: D/UE4(28429): AndroidEGL::ResetDisplay()
10-07 17:34:13.075: D/UE4(28429): [2016.10.07-15.34.13:082][-8097396]LogHMD: !!! Rendering thread is released! tid = 28472
10-07 17:34:13.075: D/UE4(28429): [2016.10.07-15.34.13:083][-8097396]LogHMD: !!! Rendering thread is acquired! tid = 28488
10-07 17:34:13.105: D/UE4(28429): [2016.10.07-15.34.13:111][-8097396]LogRenderer: Reallocating scene render targets to support 2560x1440 (Frame:2).
10-07 17:34:13.185: D/UE4(28429): AndroidEGL::ResetDisplay()
10-07 17:34:13.185: D/UE4(28429): [2016.10.07-15.34.13:195][-8097396]LogHMD: !!! Rendering thread is released! tid = 28488
10-07 17:34:13.185: D/UE4(28429): [2016.10.07-15.34.13:195][-8097396]LogHMD: Allocating Render Target textures
10-07 17:34:13.185: D/UE4(28429): [2016.10.07-15.34.13:195][-8097396]LogHMD: Allocating a new swap texture set (size 2048 x 1024)
10-07 17:34:13.195: D/UE4(28429): [2016.10.07-15.34.13:207][-8097396]LogHMD: Allocated textureSet 0xeeae5f58 (2048 x 1024)
10-07 17:34:13.195: D/UE4(28429): [2016.10.07-15.34.13:208][-8097396]LogHMD: New swap texture 0xeeae5f58 (2048 x 1024) has been allocated
10-07 17:34:13.195: D/UE4(28429): [2016.10.07-15.34.13:210][-8097396]LogHMD: !!! Rendering thread is acquired! tid = 28490
10-07 17:34:13.205: D/UE4(28429): [2016.10.07-15.34.13:214][-8097396]LogRenderer: Reallocating scene render targets to support 2048x1024 (Frame:4).
10-07 17:34:13.735: D/UE4(28429): Battery: status = 2, rawlevel = 59, scale = 100
10-07 17:34:17.805: D/UE4(28429): [2016.10.07-15.34.17:819][-8097396]LogBlueprintUserMessages: [Networking_GameInstance_C_0] Found sessions: 0
10-07 17:34:17.805: D/UE4(28429): [2016.10.07-15.34.17:820][-8097396]LogBlueprintUserMessages: [Networking_GameInstance_C_0] Moving to VR_A_0_11_Master
10-07 17:34:17.815: D/UE4(28429): [2016.10.07-15.34.17:822][-8097396]LogGameMode:Display: Match State Changed from InProgress to LeavingMap
10-07 17:34:17.815: D/UE4(28429): [2016.10.07-15.34.17:822][-8097396]LogGameState: Match State Changed from InProgress to LeavingMap
10-07 17:34:17.815: D/UE4(28429): [2016.10.07-15.34.17:823][-8097396]LogNet: Browse: /Game/Levels/VR_A_0_11/VR_A_0_11_Master
10-07 17:34:17.815: D/UE4(28429): [2016.10.07-15.34.17:823][-8097396]LogLoadingSplash: Loading begins
10-07 17:34:17.815: D/UE4(28429): [2016.10.07-15.34.17:823][-8097396]LogHMD: FGearVRSplash::Hide
10-07 17:34:17.815: D/UE4(28429): [2016.10.07-15.34.17:823][-8097396]LogHMD: FGearVRSplash::PushFrame, loading icon
10-07 17:34:17.815: D/UE4(28429): [2016.10.07-15.34.17:824][-8097396]LogHMD: FGearVRSplash::Show
10-07 17:34:17.815: D/UE4(28429): [2016.10.07-15.34.17:824][-8097396]LogLoad: LoadMap: /Game/Levels/VR_A_0_11/VR_A_0_11_Master

LOG saved on device (the same crash, different time):

[2016.10.07-15.31.50:301][-8097396]Log file open, 10/07/16 17:31:50
[2016.10.07-15.31.50:301][-8097396]LogEngine:Display: Android Version Make Model Language: 6.0.1 samsung SM-G930F pl_PL
[2016.10.07-15.31.50:301][-8097396]LogAndroid: Case APP_CMD_START
[2016.10.07-15.31.50:301][-8097396]LogAndroid: Case APP_CMD_RESUME
[2016.10.07-15.31.50:301][-8097396]LogModuleManager:Warning: ModuleManager: Module 'HTTPChunkInstaller' not found - its StaticallyLinkedModuleInitializers function is null.
[2016.10.07-15.31.50:302][-8097396]LogModuleManager:Warning: ModuleManager: Module 'HTTPChunkInstaller' not found - its StaticallyLinkedModuleInitializers function is null.
[2016.10.07-15.31.50:302][-8097396]LogModuleManager:Warning: ModuleManager: Module 'HTTPChunkInstaller' not found - its StaticallyLinkedModuleInitializers function is null.
[2016.10.07-15.31.50:302][-8097396]LogModuleManager:Warning: ModuleManager: Module 'HTTPChunkInstaller' not found - its StaticallyLinkedModuleInitializers function is null.
[2016.10.07-15.31.50:302][-8097396]LogModuleManager:Warning: ModuleManager: Module 'HTTPChunkInstaller' not found - its StaticallyLinkedModuleInitializers function is null.
[2016.10.07-15.31.50:302][-8097396]LogModuleManager:Warning: ModuleManager: Module 'HTTPChunkInstaller' not found - its StaticallyLinkedModuleInitializers function is null.
[2016.10.07-15.31.50:302][-8097396]LogAndroid: Case APP_CMD_INPUT_CHANGED
[2016.10.07-15.31.50:302][-8097396]LogInit:Display: RandInit(466198016) SRandInit(466198017).
[2016.10.07-15.31.50:303][-8097396]LogTaskGraph: Started task graph with 5 named threads and 9 total threads with 1 sets of task threads.
[2016.10.07-15.31.50:303][-8097396]LogStats: Stats thread started at 0.220474
[2016.10.07-15.31.50:303][-8097396]LogAndroid: Case APP_CMD_INIT_WINDOW
[2016.10.07-15.31.50:303][-8097396]LogPluginManager: Loaded Plugin SlateRemote, From ../../../Engine/Plugins/Slate/SlateRemote/SlateRemote.uplugin
[2016.10.07-15.31.50:303][-8097396]LogPluginManager: Loaded Plugin ProceduralMeshComponent, From ../../../Engine/Plugins/Runtime/ProceduralMeshComponent/ProceduralMeshComponent.uplugin
[2016.10.07-15.31.50:303][-8097396]LogPluginManager: Loaded Plugin OculusLibrary, From ../../../Engine/Plugins/Runtime/OculusLibrary/OculusLibrary.uplugin
[2016.10.07-15.31.50:303][-8097396]LogPluginManager: Loaded Plugin GearVR, From ../../../Engine/Plugins/Runtime/GearVR/GearVR.uplugin
[2016.10.07-15.31.50:304][-8097396]LogPluginManager: Loaded Plugin ExampleDeviceProfileSelector, From ../../../Engine/Plugins/Runtime/ExampleDeviceProfileSelector/ExampleDeviceProfileSelector.uplugin
[2016.10.07-15.31.50:304][-8097396]LogPluginManager: Loaded Plugin CustomMeshComponent, From ../../../Engine/Plugins/Runtime/CustomMeshComponent/CustomMeshComponent.uplugin
[2016.10.07-15.31.50:304][-8097396]LogPluginManager: Loaded Plugin CableComponent, From ../../../Engine/Plugins/Runtime/CableComponent/CableComponent.uplugin
[2016.10.07-15.31.50:304][-8097396]LogPluginManager: Loaded Plugin ArchVisCharacter, From ../../../Engine/Plugins/Runtime/ArchVisCharacter/ArchVisCharacter.uplugin
[2016.10.07-15.31.50:304][-8097396]LogPluginManager: Loaded Plugin AndroidMoviePlayer, From ../../../Engine/Plugins/Runtime/AndroidMoviePlayer/AndroidMoviePlayer.uplugin
[2016.10.07-15.31.50:304][-8097396]LogPluginManager: Loaded Plugin AndroidDeviceProfileSelector, From ../../../Engine/Plugins/Runtime/AndroidDeviceProfileSelector/AndroidDeviceProfileSelector.uplugin
[2016.10.07-15.31.50:304][-8097396]LogPluginManager: Loaded Plugin OnlineSubsystemUtils, From ../../../Engine/Plugins/Online/OnlineSubsystemUtils/OnlineSubsystemUtils.uplugin
[2016.10.07-15.31.50:305][-8097396]LogPluginManager: Loaded Plugin OnlineSubsystemNull, From ../../../Engine/Plugins/Online/OnlineSubsystemNull/OnlineSubsystemNull.uplugin
[2016.10.07-15.31.50:305][-8097396]LogPluginManager: Loaded Plugin OnlineSubsystem, From ../../../Engine/Plugins/Online/OnlineSubsystem/OnlineSubsystem.uplugin
[2016.10.07-15.31.50:305][-8097396]LogPluginManager: Loaded Plugin OnlineSubsystemGooglePlay, From ../../../Engine/Plugins/Online/Android/OnlineSubsystemGooglePlay/OnlineSubsystemGooglePlay.uplugin
[2016.10.07-15.31.50:305][-8097396]LogPluginManager: Loaded Plugin UdpMessaging, From ../../../Engine/Plugins/Messaging/UdpMessaging/UdpMessaging.uplugin
[2016.10.07-15.31.50:305][-8097396]LogPluginManager: Loaded Plugin TcpMessaging, From ../../../Engine/Plugins/Messaging/TcpMessaging/TcpMessaging.uplugin
[2016.10.07-15.31.50:305][-8097396]LogPluginManager: Loaded Plugin AndroidMedia, From ../../../Engine/Plugins/Media/AndroidMedia/AndroidMedia.uplugin
[2016.10.07-15.31.50:305][-8097396]LogPluginManager: Loaded Plugin CharacterAI, From ../../../Engine/Plugins/Experimental/CharacterAI/CharacterAI.uplugin
[2016.10.07-15.31.50:306][-8097396]LogPluginManager: Loaded Plugin LightPropagationVolume, From ../../../Engine/Plugins/Blendables/LightPropagationVolume/LightPropagationVolume.uplugin
[2016.10.07-15.31.50:306][-8097396]LogPluginManager: Loaded Plugin Paper2D, From ../../../Engine/Plugins/2D/Paper2D/Paper2D.uplugin
[2016.10.07-15.31.50:306][-8097396]LogAndroid: Case APP_CMD_GAINED_FOCUS
[2016.10.07-15.31.50:306][-8097396]LogPluginManager: Loaded Plugin VictoryBPLibrary, From ../../../Osiedle/Plugins/VictoryPlugin/VictoryBPLibrary.uplugin
[2016.10.07-15.31.50:306][-8097396]LogPluginManager: Loaded Plugin VaRestPlugin, From ../../../Osiedle/Plugins/VaRestPlugin/VaRestPlugin.uplugin
[2016.10.07-15.31.50:306][-8097396]LogModuleManager:Warning: ModuleManager: Module 'XMPP' not found - its StaticallyLinkedModuleInitializers function is null.
[2016.10.07-15.31.50:306][-8097396]LogInit: Using libcurl 7.46.0
[2016.10.07-15.31.50:306][-8097396]LogInit:  - built for arm-unknown-linux-androideabi
[2016.10.07-15.31.50:307][-8097396]LogInit:  - supports SSL with OpenSSL/1.0.1s
[2016.10.07-15.31.50:307][-8097396]LogInit:  - supports HTTP deflate (compression) using libz 1.2.8
[2016.10.07-15.31.50:307][-8097396]LogInit:  - other features:
[2016.10.07-15.31.50:307][-8097396]LogInit:      CURL_VERSION_SSL
[2016.10.07-15.31.50:307][-8097396]LogInit:      CURL_VERSION_LIBZ
[2016.10.07-15.31.50:307][-8097396]LogInit:      CURL_VERSION_IPV6
[2016.10.07-15.31.50:307][-8097396]LogInit:      CURL_VERSION_ASYNCHDNS
[2016.10.07-15.31.50:307][-8097396]LogInit:      CURL_VERSION_TLSAUTH_SRP
[2016.10.07-15.31.50:308][-8097396]LogInit:  Libcurl: using existing PEM file: '/storage/emulated/0/Android/data/com.odysseycrew.ritmopark_client/files/ca-bundle.pem'
[2016.10.07-15.31.50:308][-8097396]LogInit:  CurlRequestOptions (configurable via config and command line):
[2016.10.07-15.31.50:308][-8097396]LogInit:  - bVerifyPeer = true  - Libcurl will verify peer certificate
[2016.10.07-15.31.50:308][-8097396]LogInit:  - bUseHttpProxy = false  - Libcurl will NOT use HTTP proxy
[2016.10.07-15.31.50:308][-8097396]LogInit:  - bDontReuseConnections = false  - Libcurl will reuse connections
[2016.10.07-15.31.50:308][-8097396]LogInit:  - CertBundlePath = /storage/emulated/0/Android/data/com.odysseycrew.ritmopark_client/files/ca-bundle.pem  - Libcurl will set CURLOPT_CAINFO to it
[2016.10.07-15.31.50:308][-8097396]LogOnline:Display: OnlineSubsystemGooglePlayModule::StartupModule()
[2016.10.07-15.31.50:309][-8097396]LogOnline:Warning: FOnlineSubsystemGooglePlayModule was disabled
[2016.10.07-15.31.50:309][-8097396]LogVoice:Warning: Failed to initialize voice interface
[2016.10.07-15.31.50:309][-8097396]LogOnline:Warning: FOnlineSubsystemGooglePlayModule was disabled
[2016.10.07-15.31.50:309][-8097396]LogHMD: GearVR: it is packaged for GearVR!
[2016.10.07-15.31.50:309][-8097396]LogInit: Build: ++UE4+Release-4.13-CL-3142249
[2016.10.07-15.31.50:309][-8097396]LogInit: Engine Version: 4.13.1-3142249+++UE4+Release-4.13
[2016.10.07-15.31.50:309][-8097396]LogInit: Compatible Engine Version: 4.13.0-3106830+++UE4+Release-4.13
[2016.10.07-15.31.50:309][-8097396]LogInit: Net CL: 3142249
[2016.10.07-15.31.50:310][-8097396]LogDevObjectVersion: Number of dev versions registered: 13
[2016.10.07-15.31.50:310][-8097396]LogDevObjectVersion:   Dev-Blueprints (B0D832E4-1F89-4F0D-ACCF-7EB736FD4AA2): 5
[2016.10.07-15.31.50:310][-8097396]LogDevObjectVersion:   Dev-Build (E1C64328-A22C-4D53-A36C-8E866417BD8C): 0
[2016.10.07-15.31.50:310][-8097396]LogDevObjectVersion:   Dev-Core (375EC13C-06E4-48FB-B500-84F0262A717E): 1
[2016.10.07-15.31.50:310][-8097396]LogDevObjectVersion:   Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 6
[2016.10.07-15.31.50:310][-8097396]LogDevObjectVersion:   Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 12
[2016.10.07-15.31.50:310][-8097396]LogDevObjectVersion:   Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 0
[2016.10.07-15.31.50:310][-8097396]LogDevObjectVersion:   Dev-Networking (A4E4105C-59A1-49B5-A7C5-40C4547EDFEE): 0
[2016.10.07-15.31.50:310][-8097396]LogDevObjectVersion:   Dev-Online (39C831C9-5AE6-47DC-9A44-9C173E1C8E7C): 0
[2016.10.07-15.31.50:311][-8097396]LogDevObjectVersion:   Dev-Physics (78F01B33-EBEA-4F98-B9B4-84EACCB95AA2): 0
[2016.10.07-15.31.50:311][-8097396]LogDevObjectVersion:   Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0
[2016.10.07-15.31.50:311][-8097396]LogDevObjectVersion:   Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 4
[2016.10.07-15.31.50:311][-8097396]LogDevObjectVersion:   Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 0
[2016.10.07-15.31.50:311][-8097396]LogDevObjectVersion:   Dev-VR (D7296918-1DD6-4BDD-9DE2-64A83CC13884): 0
[2016.10.07-15.31.50:311][-8097396]LogInit: Compiled (32-bit): Sep 28 2016 02:47:14
[2016.10.07-15.31.50:311][-8097396]LogInit: Compiled with Clang: 3.8.243773 
[2016.10.07-15.31.50:311][-8097396]LogInit: Build Configuration: Development
[2016.10.07-15.31.50:311][-8097396]LogInit: Branch Name: ++UE4+Release-4.13
[2016.10.07-15.31.50:312][-8097396]LogInit: Command line:  
[2016.10.07-15.31.50:312][-8097396]LogInit: Base directory: 
[2016.10.07-15.31.50:312][-8097396]LogInit: Installed Engine Build: 0
[2016.10.07-15.31.50:312][-8097396]LogInit: Presizing for max 2097152 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool.
[2016.10.07-15.31.50:312][-8097396]LogInit: Object subsystem initialized
[2016.10.07-15.31.50:312][-8097396]LogAndroid: Mobile HDR: no
[2016.10.07-15.31.50:312][-8097396]LogAndroid: Setting Width=2560 and Height=1440 (requested scale = 0 = auto)
[2016.10.07-15.31.50:312][-8097396]LogAndroid: Checking 23 rules from DeviceProfile ini file.
[2016.10.07-15.31.50:312][-8097396]LogAndroid:   Default profile: Android_Default
[2016.10.07-15.31.50:313][-8097396]LogAndroid:   GpuFamily: Mali-T880
[2016.10.07-15.31.50:313][-8097396]LogAndroid:   GlVersion: OpenGL ES 3.2 v1.r12p1-00dev0.60546d7cd0bfd82d0ba92ca3bb825c75
[2016.10.07-15.31.50:313][-8097396]LogAndroid:   VulkanVersion: 0.0.0
[2016.10.07-15.31.50:313][-8097396]LogAndroid:   AndroidVersion: 6.0.1
[2016.10.07-15.31.50:313][-8097396]LogAndroid:   DeviceMake: samsung
[2016.10.07-15.31.50:313][-8097396]LogAndroid:   DeviceModel: SM-G930F
[2016.10.07-15.31.50:313][-8097396]LogAndroid: Selected Device Profile: [Android_Mali_T8xx]
[2016.10.07-15.31.50:313][-8097396]LogInit: Applying CVar settings loaded from the selected device profile: [Android_Mali_T8xx]
[2016.10.07-15.31.50:313][-8097396]LogInit: Setting Device Profile CVar: [[r.BloomQuality:1]]
[2016.10.07-15.31.50:314][-8097396]LogInit: Setting Device Profile CVar: [[r.DepthOfFieldQuality:1]]
[2016.10.07-15.31.50:314][-8097396]LogInit: Setting Device Profile CVar: [[r.LightShaftQuality:1]]
[2016.10.07-15.31.50:314][-8097396]LogInit: Setting Device Profile CVar: [[r.RefractionQuality:1]]
[2016.10.07-15.31.50:314][-8097396]LogInit: Setting Device Profile CVar: [[r.MobileContentScaleFactor:1]]
[2016.10.07-15.31.50:314][-8097396]LogInit: Setting Device Profile CVar: [[r.ShadowQuality:2]]
[2016.10.07-15.31.50:314][-8097396]LogInit: Memory total: Physical=3562.45MB (0GB approx) Available=3562.45MB PageSize=4.0KB
[2016.10.07-15.31.50:314][-8097396]LogTextLocalizationManager: No translations for ('pl-PL') exist, falling back to 'en' for localization and internationalization data.
[2016.10.07-15.31.50:314][-8097396]LogRHI: Initializing OpenGL RHI
[2016.10.07-15.31.50:314][-8097396]LogRHI:   GL_VENDOR: ARM
[2016.10.07-15.31.50:315][-8097396]LogRHI:   GL_RENDERER: Mali-T880
[2016.10.07-15.31.50:315][-8097396]LogRHI:   GL_VERSION: OpenGL ES 3.2 v1.r12p1-00dev0.60546d7cd0bfd82d0ba92ca3bb825c75
[2016.10.07-15.31.50:315][-8097396]LogRHI:   GL_SHADING_LANGUAGE_VERSION: OpenGL ES GLSL ES 3.20
[2016.10.07-15.31.50:315][-8097396]LogRHI: OpenGL Extensions:
[2016.10.07-15.31.50:315][-8097396]LogRHI:   GL_EXT_debug_marker
[2016.10.07-15.31.50:315][-8097396]LogRHI:   GL_ARM_rgba8
[2016.10.07-15.31.50:315][-8097396]LogRHI:   GL_ARM_mali_shader_binary
[2016.10.07-15.31.50:315][-8097396]LogRHI:   GL_OES_depth24
[2016.10.07-15.31.50:315][-8097396]LogRHI:   GL_OES_depth_texture
[2016.10.07-15.31.50:315][-8097396]LogRHI:   GL_OES_depth_texture_cube_map
[2016.10.07-15.31.50:316][-8097396]LogRHI:   GL_OES_packed_depth_stencil
[2016.10.07-15.31.50:316][-8097396]LogRHI:   GL_OES_rgb8_rgba8
[2016.10.07-15.31.50:316][-8097396]LogRHI:   GL_EXT_read_format_bgra
[2016.10.07-15.31.50:316][-8097396]LogRHI:   GL_OES_compressed_paletted_texture
[2016.10.07-15.31.50:316][-8097396]LogRHI:   GL_OES_compressed_ETC1_RGB8_texture
[2016.10.07-15.31.50:316][-8097396]LogRHI:   GL_OES_standard_derivatives
[2016.10.07-15.31.50:316][-8097396]LogRHI:   GL_OES_EGL_image
[2016.10.07-15.31.50:316][-8097396]LogRHI:   GL_OES_EGL_image_external
[2016.10.07-15.31.50:316][-8097396]LogRHI:   GL_OES_EGL_image_external_essl3
[2016.10.07-15.31.50:317][-8097396]LogRHI:   GL_OES_EGL_sync
[2016.10.07-15.31.50:317][-8097396]LogRHI:   GL_OES_texture_npot
[2016.10.07-15.31.50:317][-8097396]LogRHI:   GL_OES_vertex_half_float
[2016.10.07-15.31.50:317][-8097396]LogRHI:   GL_OES_required_internalformat
[2016.10.07-15.31.50:317][-8097396]LogRHI:   GL_OES_vertex_array_object
[2016.10.07-15.31.50:317][-8097396]LogRHI:   GL_OES_mapbuffer
[2016.10.07-15.31.50:317][-8097396]LogRHI:   GL_EXT_texture_format_BGRA8888
[2016.10.07-15.31.50:317][-8097396]LogRHI:   GL_EXT_texture_rg
[2016.10.07-15.31.50:317][-8097396]LogRHI:   GL_EXT_texture_type_2_10_10_10_REV
[2016.10.07-15.31.50:318][-8097396]LogRHI:   GL_OES_fbo_render_mipmap
[2016.10.07-15.31.50:318][-8097396]LogRHI:   GL_OES_element_index_uint
[2016.10.07-15.31.50:318][-8097396]LogRHI:   GL_EXT_shadow_samplers
[2016.10.07-15.31.50:318][-8097396]LogRHI:   GL_OES_texture_compression_astc
[2016.10.07-15.31.50:318][-8097396]LogRHI:   GL_KHR_texture_compression_astc_ldr
[2016.10.07-15.31.50:318][-8097396]LogRHI:   GL_KHR_texture_compression_astc_hdr
[2016.10.07-15.31.50:318][-8097396]LogRHI:   GL_KHR_texture_compression_astc_sliced_3d
[2016.10.07-15.31.50:318][-8097396]LogRHI:   GL_KHR_debug
[2016.10.07-15.31.50:318][-8097396]LogRHI:   GL_EXT_occlusion_query_boolean
[2016.10.07-15.31.50:319][-8097396]LogRHI:   GL_EXT_disjoint_timer_query
[2016.10.07-15.31.50:319][-8097396]LogRHI:   GL_EXT_blend_minmax
[2016.10.07-15.31.50:319][-8097396]LogRHI:   GL_EXT_discard_framebuffer
[2016.10.07-15.31.50:319][-8097396]LogRHI:   GL_OES_get_program_binary
[2016.10.07-15.31.50:319][-8097396]LogRHI:   GL_OES_texture_3D
[2016.10.07-15.31.50:319][-8097396]LogRHI:   GL_EXT_texture_storage
[2016.10.07-15.31.50:319][-8097396]LogRHI:   GL_EXT_multisampled_render_to_texture
[2016.10.07-15.31.50:319][-8097396]LogRHI:   GL_OES_surfaceless_context
[2016.10.07-15.31.50:319][-8097396]LogRHI:   GL_OES_texture_stencil8
[2016.10.07-15.31.50:319][-8097396]LogRHI:   GL_EXT_shader_pixel_local_storage
[2016.10.07-15.31.50:320][-8097396]LogRHI:   GL_ARM_shader_framebuffer_fetch
[2016.10.07-15.31.50:320][-8097396]LogRHI:   GL_ARM_shader_framebuffer_fetch_depth_stencil
[2016.10.07-15.31.50:320][-8097396]LogRHI:   GL_ARM_mali_program_binary
[2016.10.07-15.31.50:320][-8097396]LogRHI:   GL_EXT_sRGB
[2016.10.07-15.31.50:320][-8097396]LogRHI:   GL_EXT_sRGB_write_control
[2016.10.07-15.31.50:320][-8097396]LogRHI:   GL_EXT_texture_sRGB_decode
[2016.10.07-15.31.50:320][-8097396]LogRHI:   GL_KHR_blend_equation_advanced
[2016.10.07-15.31.50:320][-8097396]LogRHI:   GL_KHR_blend_equation_advanced_coherent
[2016.10.07-15.31.50:320][-8097396]LogRHI:   GL_OES_texture_storage_multisample_2d_array
[2016.10.07-15.31.50:321][-8097396]LogRHI:   GL_OES_shader_image_atomic
[2016.10.07-15.31.50:321][-8097396]LogRHI:   GL_EXT_robustness
[2016.10.07-15.31.50:321][-8097396]LogRHI:   GL_EXT_draw_buffers_indexed
[2016.10.07-15.31.50:321][-8097396]LogRHI:   GL_OES_draw_buffers_indexed
[2016.10.07-15.31.50:321][-8097396]LogRHI:   GL_EXT_texture_border_clamp
[2016.10.07-15.31.50:321][-8097396]LogRHI:   GL_OES_texture_border_clamp
[2016.10.07-15.31.50:321][-8097396]LogRHI:   GL_EXT_texture_cube_map_array
[2016.10.07-15.31.50:321][-8097396]LogRHI:   GL_OES_texture_cube_map_array
[2016.10.07-15.31.50:321][-8097396]LogRHI:   GL_OES_sample_variables
[2016.10.07-15.31.50:322][-8097396]LogRHI:   GL_OES_sample_shading
[2016.10.07-15.31.50:322][-8097396]LogRHI:   GL_OES_shader_multisample_interpolation
[2016.10.07-15.31.50:322][-8097396]LogRHI:   GL_EXT_shader_io_blocks
[2016.10.07-15.31.50:322][-8097396]LogRHI:   GL_OES_shader_io_blocks
[2016.10.07-15.31.50:322][-8097396]LogRHI:   GL_EXT_tessellation_shader
[2016.10.07-15.31.50:322][-8097396]LogRHI:   GL_OES_tessellation_shader
[2016.10.07-15.31.50:322][-8097396]LogRHI:   GL_EXT_primitive_bounding_box
[2016.10.07-15.31.50:322][-8097396]LogRHI:   GL_OES_primitive_bounding_box
[2016.10.07-15.31.50:322][-8097396]LogRHI:   GL_EXT_geometry_shader
[2016.10.07-15.31.50:323][-8097396]LogRHI:   GL_OES_geometry_shader
[2016.10.07-15.31.50:323][-8097396]LogRHI:   GL_ANDROID_extension_pack_es31a
[2016.10.07-15.31.50:323][-8097396]LogRHI:   GL_EXT_gpu_shader5
[2016.10.07-15.31.50:323][-8097396]LogRHI:   GL_OES_gpu_shader5
[2016.10.07-15.31.50:323][-8097396]LogRHI:   GL_EXT_texture_buffer
[2016.10.07-15.31.50:323][-8097396]LogRHI:   GL_OES_texture_buffer
[2016.10.07-15.31.50:323][-8097396]LogRHI:   GL_EXT_copy_image
[2016.10.07-15.31.50:323][-8097396]LogRHI:   GL_OES_copy_image
[2016.10.07-15.31.50:323][-8097396]LogRHI:   GL_EXT_color_buffer_half_float
[2016.10.07-15.31.50:323][-8097396]LogRHI:   GL_EXT_color_buffer_float
[2016.10.07-15.31.50:324][-8097396]LogRHI:   GL_EXT_YUV_target
[2016.10.07-15.31.50:324][-8097396]LogRHI:   GL_OVR_multiview
[2016.10.07-15.31.50:324][-8097396]LogRHI:   GL_OVR_multiview2
[2016.10.07-15.31.50:324][-8097396]LogRHI:   GL_OVR_multiview_multisampled_render_to_texture
[2016.10.07-15.31.50:324][-8097396]LogRHI:   GL_KHR_robustness
[2016.10.07-15.31.50:324][-8097396]LogRHI:   GL_KHR_robust_buffer_access_behavior
[2016.10.07-15.31.50:324][-8097396]LogRHI:   GL_EXT_draw_elements_base_vertex
[2016.10.07-15.31.50:324][-8097396]LogRHI:   GL_OES_draw_elements_base_vertex
[2016.10.07-15.31.50:324][-8097396]LogRHI:   GL_MAX_VERTEX_ATTRIBS: 16
[2016.10.07-15.31.50:325][-8097396]LogRHI:   GL_MAX_VARYING_VECTORS: 15
[2016.10.07-15.31.50:325][-8097396]LogRHI:   GL_MAX_VERTEX_UNIFORM_VECTORS: 1024
[2016.10.07-15.31.50:325][-8097396]LogRHI:   GL_MAX_FRAGMENT_UNIFORM_VECTORS: 1024
[2016.10.07-15.31.50:325][-8097396]LogRHI: Fragment shader lowp precision: 10
[2016.10.07-15.31.50:325][-8097396]LogRHI: Fragment shader mediump precision: 10
[2016.10.07-15.31.50:325][-8097396]LogRHI: Fragment shader highp precision: 23
[2016.10.07-15.31.50:325][-8097396]LogRHI:   GL_MAX_TEXTURE_SIZE: 16384
[2016.10.07-15.31.50:325][-8097396]LogRHI:   GL_MAX_CUBE_MAP_TEXTURE_SIZE: 4096
[2016.10.07-15.31.50:325][-8097396]LogRHI:   GL_MAX_ARRAY_TEXTURE_LAYERS: 256
[2016.10.07-15.31.50:325][-8097396]LogRHI:   GL_MAX_RENDERBUFFER_SIZE: 16384
[2016.10.07-15.31.50:326][-8097396]LogRHI:   GL_MAX_TEXTURE_IMAGE_UNITS: 16
[2016.10.07-15.31.50:326][-8097396]LogRHI:   GL_MAX_DRAW_BUFFERS: 4
[2016.10.07-15.31.50:326][-8097396]LogRHI:   GL_MAX_COLOR_ATTACHMENTS: 1
[2016.10.07-15.31.50:326][-8097396]LogRHI:   GL_MAX_SAMPLES: 1
[2016.10.07-15.31.50:326][-8097396]LogRHI:   GL_MAX_COLOR_TEXTURE_SAMPLES: 1
[2016.10.07-15.31.50:326][-8097396]LogRHI:   GL_MAX_DEPTH_TEXTURE_SAMPLES: 1
[2016.10.07-15.31.50:326][-8097396]LogRHI:   GL_MAX_INTEGER_SAMPLES: 1
[2016.10.07-15.31.50:326][-8097396]LogRHI:   GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS: 96
[2016.10.07-15.31.50:326][-8097396]LogRHI:   GL_MAX_VERTEX_ATTRIBS: 16
[2016.10.07-15.31.50:327][-8097396]LogRHI: OpenGL MajorVersion = 2, MinorVersion = 0, ShaderPlatform = GLSL_ES2, FeatureLevel = ES2
[2016.10.07-15.31.50:327][-8097396]LogRHI: PLATFORM_ANDROID
[2016.10.07-15.31.50:327][-8097396]LogRHI:Display: Testing for shader compiler compatibility
[2016.10.07-15.31.50:327][-8097396]LogRHI:Display: Shaders compile fine no need to enable hacks
[2016.10.07-15.31.50:327][-8097396]LogAssetRegistry: FAssetRegistry took 0.0516 seconds to start up
[2016.10.07-15.31.50:327][-8097396]LogPackageLocalizationCache: Processed 3 localized package path(s) for 1 prioritized culture(s) in 0.007398 seconds
[2016.10.07-15.31.50:327][-8097396]LogNetVersion: GetLocalNetworkVersion: CL: 3106830, ProjectName: osiedle, ProjectVersion: , EngineNetworkVersion: 1, GameNetworkVersion: 0, NetworkChecksum: 4125082857
[2016.10.07-15.31.50:327][-8097396]LogSlate: SlateFontCache - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
[2016.10.07-15.31.50:327][-8097396]LogSlate: SlateFontCache - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
[2016.10.07-15.31.50:328][-8097396]LogMoviePlayer: Initializing movie player
[2016.10.07-15.31.50:355][-8097396]LogUObjectArray: 28801 objects as part of root set at end of initial load.
[2016.10.07-15.31.50:356][-8097396]LogUObjectAllocator: 3980272 out of 0 bytes used by permanent object pool.
[2016.10.07-15.31.50:356][-8097396]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
[2016.10.07-15.31.50:356][-8097396]LogHMD: GearVR: it is packaged for GearVR!
[2016.10.07-15.31.50:366][-8097396]LogAndroid:Display: Passed PreInit()
[2016.10.07-15.31.50:366][-8097396]LogEngine: Initializing Engine...
[2016.10.07-15.31.50:367][-8097396]LogHMD: GearVR starting with CPU: 2 GPU: 3 MinimumVsyncs: 1
[2016.10.07-15.31.50:516][-8097396]LogHMD: EnterVRMode: Display 0x1, Window 0xEC65C008, ShareCtx EEA916C0
[2016.10.07-15.31.50:750][-8097396]LogHMD: Enabling r.MobileOnChipMSAA, previous value 0
[2016.10.07-15.31.50:750][-8097396]LogHMD: GearVR has started
[2016.10.07-15.31.50:839][-8097396]LogAndroidAudio:Warning: SL Entered Init HW
[2016.10.07-15.31.50:840][-8097396]LogAndroidAudio:Warning: OpenSLES Initializing HW
[2016.10.07-15.31.50:840][-8097396]LogAndroidAudio:Warning: OpenSLES Initialized
[2016.10.07-15.31.50:840][-8097396]LogAndroidAudio:Warning: OpenSLAudioDevice: Allocated 12 sources
[2016.10.07-15.31.50:840][-8097396]LogInit: FAudioDevice initialized.
[2016.10.07-15.31.50:841][-8097396]LogInit: Texture streaming: Disabled
[2016.10.07-15.31.50:841][-8097396]LogOnline:Warning: FOnlineSubsystemGooglePlayModule was disabled
[2016.10.07-15.31.50:873][-8097396]LogLinker:Warning: CreateImport: Failed to load Outer for resource 'ServerTravel': Class /Script/VictoryBPLibrary.VictoryBPFunctionLibrary
[2016.10.07-15.31.50:874][-8097396]LogLinker:Warning: CreateImport: Failed to load Outer for resource 'ServerTravel': Class /Script/VictoryBPLibrary.VictoryBPFunctionLibrary
[2016.10.07-15.31.50:882][-8097396]LogInit:Display: Game Engine Initialized.
[2016.10.07-15.31.50:883][-8097396]LogInit:Display: Starting Game.
[2016.10.07-15.31.50:883][-8097396]LogNet: Browse: /Game/Maps/Empty?Name=Player
[2016.10.07-15.31.50:884][-8097396]LogLoadingSplash: Loading begins
[2016.10.07-15.31.50:884][-8097396]LogHMD: FGearVRSplash::Hide
[2016.10.07-15.31.50:884][-8097396]LogHMD: FGearVRSplash::PushFrame, loading icon
[2016.10.07-15.31.50:884][-8097396]LogHMD: FGearVRSplash::Show
[2016.10.07-15.31.50:884][-8097396]LogLoad: LoadMap: /Game/Maps/Empty?Name=Player
[2016.10.07-15.31.51:071][-8097396]LogMemory: Platform Memory Stats for Android
[2016.10.07-15.31.51:071][-8097396]LogMemory: Process Physical Memory: 0.00 MB used, 0.00 MB peak
[2016.10.07-15.31.51:071][-8097396]LogMemory: Process Virtual Memory: 0.00 MB used, 0.00 MB peak
[2016.10.07-15.31.51:071][-8097396]LogMemory: Physical Memory: 0.00 MB used, 3562.45 MB total
[2016.10.07-15.31.51:072][-8097396]LogMemory: Virtual Memory: 0.00 MB used, 0.00 MB total
[2016.10.07-15.31.51:072][-8097396]LogMemory: 
[2016.10.07-15.31.51:074][-8097396]LogMemory: Allocator Stats for binned:
[2016.10.07-15.31.51:074][-8097396]LogMemory: Current Memory 73.17 MB used, plus 3.27 MB waste
[2016.10.07-15.31.51:074][-8097396]LogMemory: Peak Memory 74.83 MB used, plus 2.53 MB waste
[2016.10.07-15.31.51:074][-8097396]LogMemory: Current OS Memory 76.44 MB, peak 77.36 MB
[2016.10.07-15.31.51:074][-8097396]LogMemory: Current Waste 0.62 MB, peak 0.92 MB
[2016.10.07-15.31.51:075][-8097396]LogMemory: Current Used 73.17 MB, peak 74.83 MB
[2016.10.07-15.31.51:075][-8097396]LogMemory: Current Slack 0.84 MB
[2016.10.07-15.31.51:075][-8097396]LogMemory: Allocs        149061 Current /   656964 Total
[2016.10.07-15.31.51:075][-8097396]LogMemory: 
[2016.10.07-15.31.51:075][-8097396]LogMemory: Block Size Num Pools Max Pools Cur Allocs Total Allocs Min Req Max Req Mem Used Mem Slack Mem Waste Efficiency
[2016.10.07-15.31.51:075][-8097396]LogMemory: ---------- --------- --------- ---------- ------------ ------- ------- -------- --------- --------- ----------
[2016.10.07-15.31.51:075][-8097396]LogMemory:           8          2          2        9959         17140        8        8       77K        51K         0K     100.00%
[2016.10.07-15.31.51:075][-8097396]LogMemory:          16          6          6       22568         91355        9       16      352K        32K         9K      97.66%
[2016.10.07-15.31.51:076][-8097396]LogMemory:          32          5          5        8164         24822       17       32      255K        65K        50K      84.38%
[2016.10.07-15.31.51:076][-8097396]LogMemory:          48         13         13       16785         33341       33       48      786K        46K        61K      92.67%
[2016.10.07-15.31.51:076][-8097396]LogMemory:          64         14         14       13976         36496       49       64      873K        23K        56K      93.75%
[2016.10.07-15.31.51:076][-8097396]LogMemory:          80          7          7        5469         17266       65       80      427K        21K        29K      93.53%
[2016.10.07-15.31.51:076][-8097396]LogMemory:          96         35         35       23804         56275       81       96     2231K         7K        81K      96.38%
[2016.10.07-15.31.51:076][-8097396]LogMemory:         112         11         15        6245         31809       97      112      683K        21K        24K      96.59%
[2016.10.07-15.31.51:076][-8097396]LogMemory:         128         15         15        7103         57794      116      128      887K        73K        47K      95.10%
[2016.10.07-15.31.51:076][-8097396]LogMemory:         160         12         13        4778         82507      129      160      746K        21K        40K      94.79%
[2016.10.07-15.31.51:077][-8097396]LogMemory:         192          8          9        2603         34235      161      192      488K        24K        30K      94.14%
[2016.10.07-15.31.51:077][-8097396]LogMemory:         224          6          8        1503         26260      193      224      328K        56K        27K      92.97%
[2016.10.07-15.31.51:077][-8097396]LogMemory:         256         27         48        6902         48994      225      256     1725K         3K        96K      94.44%
[2016.10.07-15.31.51:077][-8097396]LogMemory:         288         11         11        2431         13159      257      288      683K        20K        37K      94.74%
[2016.10.07-15.31.51:077][-8097396]LogMemory:         320          5          5         944          7185      290      320      295K        24K        12K      96.25%
[2016.10.07-15.31.51:077][-8097396]LogMemory:         384         16         16        2601         20771      322      384      975K        45K       102K      90.04%
[2016.10.07-15.31.51:077][-8097396]LogMemory:         448         21         21        2903         11593      386      448     1270K        72K        99K      92.63%
[2016.10.07-15.31.51:077][-8097396]LogMemory:         512          7          7         845          5804      452      512      422K        26K        28K      93.75%
[2016.10.07-15.31.51:077][-8097396]LogMemory:         576         10         10        1009          7034      516      576      567K        69K        47K      92.66%
[2016.10.07-15.31.51:078][-8097396]LogMemory:         640         21         21        2125          5331      580      640     1328K        11K        49K      96.35%
[2016.10.07-15.31.51:078][-8097396]LogMemory:         704         36         37        3297         10773      644      704     2266K        36K       111K      95.18%
[2016.10.07-15.31.51:078][-8097396]LogMemory:         768          4          4         269           840      708      768      201K        54K         8K      96.88%
[2016.10.07-15.31.51:078][-8097396]LogMemory:         896          5          5         356          4031      769      896      311K         9K        31K      90.31%
[2016.10.07-15.31.51:078][-8097396]LogMemory:        1024          8          8         293          2366      897     1024      293K       219K         6K      98.83%
[2016.10.07-15.31.51:078][-8097396]LogMemory:        1168          7          7         324           744     1025     1168      369K        79K        21K      95.31%
[2016.10.07-15.31.51:078][-8097396]LogMemory:        1360          9          9         392           888     1176     1360      520K        54K        42K      92.71%
[2016.10.07-15.31.51:078][-8097396]LogMemory:        1632          5          5         182           475     1361     1632      290K        29K        25K      92.19%
[2016.10.07-15.31.51:079][-8097396]LogMemory:        2048         10         10         222           671     1636     2048      444K       196K        47K      92.66%
[2016.10.07-15.31.51:079][-8097396]LogMemory:        2336          5          5         108           358     2055     2330      246K        74K        14K      95.62%
[2016.10.07-15.31.51:079][-8097396]LogMemory:        2720          3          3          65           539     2340     2720      172K        20K         9K      95.31%
[2016.10.07-15.31.51:079][-8097396]LogMemory:        3264          7          7          69          1138     2727     3264      219K       228K        14K      96.88%
[2016.10.07-15.31.51:079][-8097396]LogMemory:        4096          9          9         117           418     3280     4096      468K       108K        42K      92.71%
[2016.10.07-15.31.51:079][-8097396]LogMemory:        4672          6          6          70          1724     4100     4648      319K        65K        36K      90.62%
[2016.10.07-15.31.51:079][-8097396]LogMemory:        5456          7          7          55           197     4674     5440      293K       155K        24K      94.64%
[2016.10.07-15.31.51:079][-8097396]LogMemory:        6544         11         15          79           323     5496     6543      504K       199K        43K      93.89%
[2016.10.07-15.31.51:080][-8097396]LogMemory:        8192         17         20          98          1067     6548     8192      784K       304K        60K      94.49%
[2016.10.07-15.31.51:080][-8097396]LogMemory:        9360         13         13          87           155     8193     9360      795K        37K        46K      94.47%
[2016.10.07-15.31.51:080][-8097396]LogMemory:       10912         16         19          91           215     9408    10888      969K        54K        80K      92.19%
[2016.10.07-15.31.51:080][-8097396]LogMemory:       13104          9         14          39           132    10923    13068      499K        77K        52K      90.97%
[2016.10.07-15.31.51:080][-8097396]LogMemory:       16384          6          9          24           192    13120    16384      384K         0K        30K      92.19%
[2016.10.07-15.31.51:080][-8097396]LogMemory:       21840          4          6          10            82    16392    21736      213K        43K        37K      85.55%
[2016.10.07-15.31.51:080][-8097396]LogMemory:       32768         10         11          19            75    21904    32751      608K        32K       119K      81.41%
[2016.10.07-15.31.51:080][-8097396]LogMemory: 
[2016.10.07-15.31.51:081][-8097396]LogMemory: 29376K allocated in pools (with 2782K slack and 1821K waste). Efficiency 93.80%
[2016.10.07-15.31.51:081][-8097396]LogMemory: Allocations 148984 Current / 656575 Total (in 459 pools)
[2016.10.07-15.31.51:081][-8097396]LogMemory: 
[2016.10.07-15.31.52:044][-8097396]LogAIModule: Creating AISystem for world Empty
[2016.10.07-15.31.52:045][-8097396]LogWorld: Game class is 'Init_GameMode_Client_C'
[2016.10.07-15.31.52:054][-8097396]LogWorld: Bringing World /Game/Maps/Empty.Empty up for play (max tick rate 30) at 2016.10.07-17.31.52
[2016.10.07-15.31.52:055][-8097396]LogWorld: Bringing up level for play took: 0.003311
[2016.10.07-15.31.52:056][-8097396]LogOnline:Warning: FOnlineSubsystemGooglePlayModule was disabled
[2016.10.07-15.31.52:058][-8097396]LogHMD: FGearVR::OnBeginPlay
[2016.10.07-15.31.52:058][-8097396]LogGameMode:Display: Match State Changed from EnteringMap to WaitingToStart
[2016.10.07-15.31.52:058][-8097396]LogGameState: Match State Changed from EnteringMap to WaitingToStart
[2016.10.07-15.31.52:059][-8097396]LogGameMode:Display: Match State Changed from WaitingToStart to InProgress
[2016.10.07-15.31.52:065][-8097396]LogInit: BSD_Android: I am localhost (127.0.0.1:0)
[2016.10.07-15.31.52:066][-8097396]LogSockets: (BSD_Android) Wifi Adapter IP 192.168.0.101
[2016.10.07-15.31.52:070][-8097396]LogGameState: Match State Changed from WaitingToStart to InProgress
[2016.10.07-15.31.52:071][-8097396]LogLoadingSplash: Loading ends
[2016.10.07-15.31.52:071][-8097396]LogHMD: FGearVRSplash::Hide
[2016.10.07-15.31.52:071][-8097396]LogHMD: FGearVRSplash::Hide
[2016.10.07-15.31.52:337][-8097396]LogHMD: FGearVRSplash::PushBlackFrame
[2016.10.07-15.31.52:338][-8097396]LogLoad: Took 1.453630 seconds to LoadMap(/Game/Maps/Empty)
[2016.10.07-15.31.52:342][-8097396]LogAndroid: Passed GEngineLoop.Init()
[2016.10.07-15.31.52:343][-8097396]LogAndroidEvents:Display: DequeueAppEvent : 9, 0
[2016.10.07-15.31.52:343][-8097396]LogAndroidEvents:Display: DequeueAppEvent : 7, 0
[2016.10.07-15.31.52:343][-8097396]LogAndroidEvents:Display: DequeueAppEvent : 0, 3966091272
[2016.10.07-15.31.52:343][-8097396]LogAndroidEvents:Display: DequeueAppEvent : 11, 0
[2016.10.07-15.31.52:344][-8097396]LogAndroidEvents:Display: ExecWindowCreated
[2016.10.07-15.31.52:346][-8097396]LogExternalProfiler: No external profilers were discovered.  External profiling features will not be available.
[2016.10.07-15.31.52:445][-8097396]LogRenderer: Reallocating scene render targets to support 128x128 (Frame:1).
[2016.10.07-15.31.52:886][-8097396]LogHMD: !!! Rendering thread is released! tid = 28206
[2016.10.07-15.31.52:886][-8097396]LogHMD: !!! Rendering thread is acquired! tid = 28219
[2016.10.07-15.31.52:911][-8097396]LogRenderer: Reallocating scene render targets to support 2560x1440 (Frame:2).
[2016.10.07-15.31.53:069][-8097396]LogHMD: !!! Rendering thread is released! tid = 28219
[2016.10.07-15.31.53:070][-8097396]LogHMD: Allocating Render Target textures
[2016.10.07-15.31.53:070][-8097396]LogHMD: Allocating a new swap texture set (size 2048 x 1024)
[2016.10.07-15.31.53:080][-8097396]LogHMD: Allocated textureSet 0xeeae5f58 (2048 x 1024)
[2016.10.07-15.31.53:081][-8097396]LogHMD: New swap texture 0xeeae5f58 (2048 x 1024) has been allocated
[2016.10.07-15.31.53:083][-8097396]LogHMD: !!! Rendering thread is acquired! tid = 28222
[2016.10.07-15.31.53:087][-8097396]LogRenderer: Reallocating scene render targets to support 2048x1024 (Frame:4).
[2016.10.07-15.31.57:368][-8097396]LogBlueprintUserMessages: [Networking_GameInstance_C_0] Found sessions: 0
[2016.10.07-15.31.57:369][-8097396]LogBlueprintUserMessages: [Networking_GameInstance_C_0] Moving to VR_A_0_11_Master
[2016.10.07-15.31.57:371][-8097396]LogGameMode:Display: Match State Changed from InProgress to LeavingMap
[2016.10.07-15.31.57:372][-8097396]LogGameState: Match State Changed from InProgress to LeavingMap
[2016.10.07-15.31.57:373][-8097396]LogNet: Browse: /Game/Levels/VR_A_0_11/VR_A_0_11_Master
[2016.10.07-15.31.57:373][-8097396]LogLoadingSplash: Loading begins
[2016.10.07-15.31.57:373][-8097396]LogHMD: FGearVRSplash::Hide
[2016.10.07-15.31.

Hi, I have the same problem, game crashes randomly on open level (mostly crash) :/. Turn off wifi doesnt help.
When I run app with gearvr developer mode on, it crash.
When I run app in real gearvr headset it crash. It doesn’t crash only when I run app with gearvr developer mode on, and click task manager on my device and return back to the game. (it crash on new created project (4.13.1)). It is very serious bug for us, because our release date for gearvr is comming :/. Please fix it. Thanks.

Related issue: UE-36903

I’ve marked this as the answer for the moment. Since we have the 4.14 previews out now, can you test your project or a setup and see if you still get the crash since it could not be reproduced with the 4.14 compared to 4.13?

Thank you!

I can confirm that there is no crash in 4.14.