How long did your build of Unreal Engine take?

So as I mentioned a little while ago - everything compiled fine, the Editor is throwing a signal 11 at ~ 96 %

I’m wondering if it thinks I have more memory than I actually do? (16 gigs instead of 8?) (or if it has to do with my monitor - I will try some things

Blockquote > [2019.06.19-12.10.34:795][ 0]LogCook: Display: Max memory allowance for cook 16384mb min free memory 0mb
[2019.06.19-12.10.34:796][ 0]LogCook: Display: Mobile HDR setting 1
[2019.06.19-12.10.49:205][ 0]SourceControl: Source control is disabled
[2019.06.19-12.10.49:206][ 0]Cmd: MAP LOAD FILE="…/…/…/Engine/Content/Maps/Templates/Template_Default.umap" TEMPLATE=1 SHOWPROGRESS=1 FEATURELEVEL=3
[2019.06.19-12.10.49:225][ 0]LightingResults: New page: Lighting Build
[2019.06.19-12.10.49:614][ 0]MapCheck: New page: Map Check
[2019.06.19-12.10.49:614][ 0]LightingResults: New page: Lighting Build
[2019.06.19-12.10.49:698][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 9.55ms
[2019.06.19-12.10.50:537][ 0]LogMaterial: Display: Missing cached shader map for material M_Sky_Panning_Clouds2, compiling.
[2019.06.19-12.10.50:610][ 0]LogAIModule: Creating AISystem for world Untitled_1
[2019.06.19-12.10.50:803][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs)
[2019.06.19-12.10.51:015][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 12.58ms
[2019.06.19-12.10.51:042][ 0]Cmd: MAP CHECKDEP NOCLEARLOG
[2019.06.19-12.10.51:042][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.259ms to complete.
[2019.06.19-12.10.51:043][ 0]LogFileHelpers: Loading map ‘Template_Default’ took 1.837
[2019.06.19-12.10.51:088][ 0]LogLinux: Scale at X=0.000000, Y=32.000000: 1.000000 (monitor=#0, HDPI=96.000000 (horz scale: 1.000000), VDPI=96.000000 (vert scale: 1.000000))
[2019.06.19-12.10.51:091][ 0]LogLinux: Scale at X=405.000000, Y=169.000000: 1.000000 (monitor=#0, HDPI=96.000000 (horz scale: 1.000000), VDPI=96.000000 (vert scale: 1.000000))
[2019.06.19-12.10.51:093][ 0]LogLinux: Scale at X=960.000000, Y=556.000000: 1.000000 (monitor=#0, HDPI=96.000000 (horz scale: 1.000000), VDPI=96.000000 (vert scale: 1.000000))
[2019.06.19-12.10.51:405][ 0]LogUProjectInfo: Found projects:
[2019.06.19-12.10.51:434][ 0]LogVulkanRHI: Display: Requested PixelFormat 18 not supported by this swapchain! Falling back to supported swapchain format…
[2019.06.19-12.10.51:442][ 0]LogVulkanRHI: Display: Queue Family 0: Supports Present
[2019.06.19-12.10.51:443][ 0]LogVulkanRHI: Display: Queue Family 0: Supports Present
[2019.06.19-12.10.51:443][ 0]LogVulkanRHI: Display: Found 3 Surface present modes:
[2019.06.19-12.10.51:443][ 0]LogVulkanRHI: Display: - VK_PRESENT_MODE_IMMEDIATE_KHR (0)
[2019.06.19-12.10.51:443][ 0]LogVulkanRHI: Display: - VK_PRESENT_MODE_MAILBOX_KHR (1)
[2019.06.19-12.10.51:443][ 0]LogVulkanRHI: Display: - VK_PRESENT_MODE_FIFO_KHR (2)
[2019.06.19-12.10.51:443][ 0]LogVulkanRHI: Display: Selected VkPresentModeKHR mode 1
[2019.06.19-12.10.51:909][ 0]LogLoad: (Engine Initialization) Total time: 133.00 seconds
[2019.06.19-12.10.51:909][ 0]LogLoad: (Engine Initialization) Total Blueprint compile time: 0.01 seconds
Assertion failed: bSuccess [File:/home/mandra/UnrealEngine/Engine/Source/Runtime/VulkanRHI/Private/VulkanCommandBuffer.cpp] [Line: 364]

Signal 11 caught.
Malloc Size=65538 LargeMemoryPoolOffset=65554
CommonUnixCrashHandler: Signal=11
Malloc Size=65535 LargeMemoryPoolOffset=131119
Malloc Size=727040 LargeMemoryPoolOffset=858176
[2019.06.19-12.10.52:994][ 0]LogCore: Error: appError called: Assertion failed: bSuccess [File:/home/mandra/UnrealEngine/Engine/Source/Runtime/VulkanRHI/Private/VulkanCommandBuffer.cpp] [Line: 364]

[2019.06.19-12.10.53:028][ 0]LogCore: === Critical error: ===
Unhandled Exception: SIGSEGV: invalid attempt to read memory at address 0x0000000000005665

[2019.06.19-12.10.53:028][ 0]LogCore: Assertion failed: bSuccess [File:/home/mandra/UnrealEngine/Engine/Source/Runtime/VulkanRHI/Private/VulkanCommandBuffer.cpp] [Line: 364]

0x00007f2fafbe625f libxcb.so.1!UnknownFunction(0xd25e)
0x00007f2fafbe63d1 libxcb.so.1!xcb_wait_for_reply64(+0x40)
0x00007f2fafc3fe38 libX11.so.6!_XReply(+0xf7)
0x00007f2fafc3b8bd libX11.so.6!XSync(+0x4c)
0x00007f2fcb6789c8 libUE4Editor-ApplicationCore.so!X11_SetWindowInputFocus [/home/bschaefer/UnrealEngine/Engine/Source/ThirdParty/SDL2/SDL-gui-backend/src/video/x11/SDL_x11window.c:1021]
0x00007f2fcb584956 libUE4Editor-ApplicationCore.so!FLinuxApplication::ProcessDeferredMessage(SDL_Event) [/home/mandra/UnrealEngine/Engine/Source/Runtime/ApplicationCore/Private/Linux/LinuxApplication.cpp:730]
0x00007f2fcb58401f libUE4Editor-ApplicationCore.so!FLinuxPlatformApplicationMisc::PumpMessages(bool) [/home/mandra/UnrealEngine/Engine/Source/Runtime/ApplicationCore/Private/Linux/LinuxPlatformApplicationMisc.cpp:415]
0x000000000023e2dd UE4Editor!FEngineLoop::Tick() [/home/mandra/UnrealEngine/Engine/Source/Runtime/Launch/Private/LaunchEngineLoop.cpp:3882]
0x0000000000249d33 UE4Editor!GuardedMain(char16_t const*) [/home/mandra/UnrealEngine/Engine/Source/Runtime/Launch/Private/Launch.cpp:170]
0x00007f2fc72bc149 libUE4Editor-UnixCommonStartup.so!CommonUnixMain(int, char**, int ()(char16_t const)) [/home/mandra/UnrealEngine/Engine/Source/Runtime/Unix/UnixCommonStartup/Private/UnixCommonStartup.cpp:243]
0x00007f2fc6f9bb6b libc.so.6!__libc_start_main(+0xea)
0x0000000000231029 UE4Editor!_start()

Signal 11 caught.

I’m googling - Will try OpenGL

Bloody hell it worked!!! :smiley:

I have problem related with my graphical part


but it doesn’t happen nothing.

I’m gonna try by command:


And I have this trouble:


I try to send and restart, but the problem continues
Screenshot%20from%202019-07-29%2018-52-18 Screenshot%20from%202019-07-29%2018-53-03

I’m trying to install vulkan sdk but it is still complicated. Thanks. Community for listening to me

I got stuck at 18% in Verifying Global Shaders for SF_VULKAN_SM5. How to fix this?

This is my system: Manjago I3

lscpu 
Architecture:                    x86_64
CPU op-mode(s):                  32-bit, 64-bit
Byte Order:                      Little Endian
Address sizes:                   39 bits physical, 48 bits virtual
CPU(s):                          4
On-line CPU(s) list:             0-3
Thread(s) per core:              2
Core(s) per socket:              2
Socket(s):                       1
NUMA node(s):                    1
Vendor ID:                       GenuineIntel
CPU family:                      6
Model:                           69
Model name:                      Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz
Stepping:                        1
CPU MHz:                         2336.477
CPU max MHz:                     2700.0000
CPU min MHz:                     800.0000
BogoMIPS:                        4790.25
Virtualization:                  VT-x
L1d cache:                       64 KiB
L1i cache:                       64 KiB
L2 cache:                        512 KiB
L3 cache:                        3 MiB
NUMA node0 CPU(s):               0-3
Vulnerability L1tf:              Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
Vulnerability Mds:               Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Meltdown:          Mitigation; PTI
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1:        Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:        Mitigation; Full generic retpoline, IBPB conditional, IBRS_FW, STIBP conditional, RSB filling
Flags:                           fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pb
                                 e syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf
                                  pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 movbe popcnt tsc_dea
                                 dline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow v
                                 nmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts
                                  md_clear flush_l1d

And this is console log:

Increasing per-process limit of core file size to infinity.
- Existing per-process limit (soft=18446744073709551615, hard=18446744073709551615) is enough for us (need only 18446744073709551615)
LogConsoleResponse: Display: Failed to find resolution value strings in scalability ini. Falling back to default.
LogInit: Display: Running engine without a game
LogPlatformFile: Not using cached read wrapper
LogTaskGraph: Started task graph with 5 named threads and 8 total threads with 3 sets of task threads.
LogStats: Stats thread started at 0.075716
LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +5:45, Platform Override: ''
LogPluginManager: Mounting plugin Paper2D
LogPluginManager: Mounting plugin ScreenshotTools
LogPluginManager: Mounting plugin DatasmithContent
LogPluginManager: Mounting plugin VariantManagerContent
LogPluginManager: Mounting plugin ProxyLODPlugin
LogPluginManager: Mounting plugin CharacterAI
LogPluginManager: Mounting plugin GeometryCache
LogPluginManager: Mounting plugin SkeletalReduction
LogPluginManager: Mounting plugin AlembicImporter
LogPluginManager: Mounting plugin PlatformCrypto
LogPluginManager: Mounting plugin HTML5Networking
LogPluginManager: Mounting plugin AutomationUtils
LogPluginManager: Mounting plugin BackChannel
LogPluginManager: Mounting plugin LevelSequenceEditor
LogPluginManager: Mounting plugin MatineeToLevelSequence
LogPluginManager: Mounting plugin ActorSequence
LogPluginManager: Mounting plugin OnlineSubsystemGooglePlay
LogPluginManager: Mounting plugin OnlineSubsystemIOS
LogPluginManager: Mounting plugin OnlineSubsystemUtils
LogPluginManager: Mounting plugin OnlineSubsystemNull
LogPluginManager: Mounting plugin OnlineSubsystem
LogPluginManager: Mounting plugin MagicLeapMedia
LogPluginManager: Mounting plugin MagicLeap
LogPluginManager: Mounting plugin LauncherChunkInstaller
LogPluginManager: Mounting plugin LightPropagationVolume
LogPluginManager: Mounting plugin ActorLayerUtilities
LogPluginManager: Mounting plugin VisualStudioSourceCodeAccess
LogPluginManager: Mounting plugin XCodeSourceCodeAccess
LogPluginManager: Mounting plugin CLionSourceCodeAccess
LogPluginManager: Mounting plugin CodeLiteSourceCodeAccess
LogPluginManager: Mounting plugin VisualStudioCodeSourceCodeAccess
LogPluginManager: Mounting plugin PerforceSourceControl
LogPluginManager: Mounting plugin UObjectPlugin
LogPluginManager: Mounting plugin KDevelopSourceCodeAccess
LogPluginManager: Mounting plugin NullSourceCodeAccess
LogPluginManager: Mounting plugin SubversionSourceControl
LogPluginManager: Mounting plugin AnimationSharing
LogPluginManager: Mounting plugin GitSourceControl
LogPluginManager: Mounting plugin AppleMoviePlayer
LogPluginManager: Mounting plugin AudioCapture
LogPluginManager: Mounting plugin AndroidMoviePlayer
LogPluginManager: Mounting plugin AndroidDeviceProfileSelector
LogPluginManager: Mounting plugin ArchVisCharacter
LogPluginManager: Mounting plugin LinuxDeviceProfileSelector
LogPluginManager: Mounting plugin EditableMesh
LogPluginManager: Mounting plugin CableComponent
LogPluginManager: Mounting plugin SignificanceManager
LogPluginManager: Mounting plugin GoogleCloudMessaging
LogPluginManager: Mounting plugin PhysXVehicles
LogPluginManager: Mounting plugin MobilePatchingUtils
LogPluginManager: Mounting plugin IOSDeviceProfileSelector
LogPluginManager: Mounting plugin CustomMeshComponent
LogPluginManager: Mounting plugin AndroidPermission
LogPluginManager: Mounting plugin WebMMoviePlayer
LogPluginManager: Mounting plugin WindowsMoviePlayer
LogPluginManager: Mounting plugin LocationServicesBPLibrary
LogPluginManager: Mounting plugin ProceduralMeshComponent
LogPluginManager: Mounting plugin OculusVR
LogPluginManager: Mounting plugin RuntimePhysXCooking
LogPluginManager: Mounting plugin SteamVR
LogPluginManager: Mounting plugin AppleImageUtils
LogPluginManager: Mounting plugin ExampleDeviceProfileSelector
LogPluginManager: Mounting plugin AISupport
LogPluginManager: Mounting plugin NUTUnrealEngine4
LogPluginManager: Mounting plugin NetcodeUnitTest
LogPluginManager: Mounting plugin TcpMessaging
LogPluginManager: Mounting plugin UdpMessaging
LogPluginManager: Mounting plugin MacGraphicsSwitching
LogPluginManager: Mounting plugin DataValidation
LogPluginManager: Mounting plugin MaterialAnalyzer
LogPluginManager: Mounting plugin CurveEditorTools
LogPluginManager: Mounting plugin FacialAnimation
LogPluginManager: Mounting plugin PluginBrowser
LogPluginManager: Mounting plugin GameplayTagsEditor
LogPluginManager: Mounting plugin CryptoKeys
LogPluginManager: Mounting plugin AssetManagerEditor
LogPluginManager: Mounting plugin SpeedTreeImporter
LogPluginManager: Mounting plugin MobileLauncherProfileWizard
LogPluginManager: Mounting plugin AvfMedia
LogPluginManager: Mounting plugin WebMMedia
LogPluginManager: Mounting plugin ImgMedia
LogPluginManager: Mounting plugin AndroidMedia
LogPluginManager: Mounting plugin MediaCompositing
LogPluginManager: Mounting plugin WmfMedia
LogPluginManager: Mounting plugin MediaPlayerEditor
LogInit: Using libcurl 7.48.0-DEV
LogInit:  - built for x86_64-unknown-linux-gnu
LogInit:  - supports SSL with OpenSSL/1.0.2h
LogInit:  - supports HTTP deflate (compression) using libz 1.2.8
LogInit:  - other features:
LogInit:      CURL_VERSION_SSL
LogInit:      CURL_VERSION_LIBZ
LogInit:      CURL_VERSION_IPV6
LogInit:      CURL_VERSION_ASYNCHDNS
LogInit:      CURL_VERSION_LARGEFILE
LogInit:      CURL_VERSION_TLSAUTH_SRP
LogInit:  CurlRequestOptions (configurable via config and command line):
LogInit:  - bVerifyPeer = true  - Libcurl will verify peer certificate
LogInit:  - bUseHttpProxy = false  - Libcurl will NOT use HTTP proxy
LogInit:  - bDontReuseConnections = false  - Libcurl will reuse connections
LogInit:  - MaxHostConnections = 16  - Libcurl will limit the number of connections to a host
LogInit:  - LocalHostAddr = Default
LogInit:  - BufferSize = 65536
LogOnline: OSS: Creating online subsystem instance for: NULL
LogInit: Build: ++UE4+Release-4.23-CL-0
LogInit: Engine Version: 4.23.1-0+++UE4+Release-4.23
LogInit: Compatible Engine Version: 4.23.0-0+++UE4+Release-4.23
LogInit: Net CL: 0
LogInit: OS: GenericOSVersionLabel (GenericOSSubVersionLabel), CPU: Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz, GPU: GenericGPUBrand
LogInit: Compiled (64-bit): Nov  6 2019 13:25:25
LogInit: Compiled with Clang: 8.0.1 (tags/RELEASE_801/final)
LogInit: Build Configuration: Development
LogInit: Branch Name: ++UE4+Release-4.23
LogInit: Command Line: 
LogInit: Base Directory: /home/doom/UnrealEngine/Engine/Binaries/Linux/
LogInit: Installed Engine Build: 0
LogDevObjectVersion: Number of dev versions registered: 23
LogDevObjectVersion:   Dev-Blueprints (B0D832E4-1F89-4F0D-ACCF-7EB736FD4AA2): 10
LogDevObjectVersion:   Dev-Build (E1C64328-A22C-4D53-A36C-8E866417BD8C): 0
LogDevObjectVersion:   Dev-Core (375EC13C-06E4-48FB-B500-84F0262A717E): 3
LogDevObjectVersion:   Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 34
LogDevObjectVersion:   Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 35
LogDevObjectVersion:   Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 2
LogDevObjectVersion:   Dev-Networking (A4E4105C-59A1-49B5-A7C5-40C4547EDFEE): 0
LogDevObjectVersion:   Dev-Online (39C831C9-5AE6-47DC-9A44-9C173E1C8E7C): 0
LogDevObjectVersion:   Dev-Physics (78F01B33-EBEA-4F98-B9B4-84EACCB95AA2): 0
LogDevObjectVersion:   Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0
LogDevObjectVersion:   Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 31
LogDevObjectVersion:   Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 11
LogDevObjectVersion:   Dev-VR (D7296918-1DD6-4BDD-9DE2-64A83CC13884): 2
LogDevObjectVersion:   Dev-LoadTimes (C2A15278-BFE7-4AFE-6C17-90FF531DF755): 1
LogDevObjectVersion:   Private-Geometry (6EACA3D4-40EC-4CC1-B786-8BED09428FC5): 3
LogDevObjectVersion:   Dev-AnimPhys (29E575DD-E0A3-4627-9D10-D276232CDCEA): 17
LogDevObjectVersion:   Dev-Anim (AF43A65D-7FD3-4947-9873-3E8ED9C1BB05): 2
LogDevObjectVersion:   Dev-ReflectionCapture (6B266CEC-1EC7-4B8F-A30B-E4D90942FC07): 1
LogDevObjectVersion:   Dev-Automation (0DF73D61-A23F-47EA-B727-89E90C41499A): 1
LogDevObjectVersion:   FortniteMain (601D1886-AC64-4F84-AA16-D3DE0DEAC7D6): 27
LogDevObjectVersion:   Dev-Enterprise (9DFFBCD6-494F-0158-E221-12823C92A888): 6
LogDevObjectVersion:   Dev-Niagara (F2AED0AC-9AFE-416F-8664-AA7FFA26D6FC): 1
LogDevObjectVersion:   Dev-Destruction (174F1F0B-B4C6-45A5-B13F-2EE8D0FB917D): 9
LogInit: Presizing for max 16777216 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool.
LogInit: Object subsystem initialized
LogConfig: Setting CVar [[con.DebugEarlyDefault:1]]
LogConfig: Setting CVar [[r.setres:1280x720]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[r.VSync:0]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[r.RHICmdBypass:0]]
[2019.11.12-06.06.55:782][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [../../../Engine/Saved/Config/Linux/Engine.ini]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[r.GPUCrashDebugging:0]]
[2019.11.12-06.06.55:782][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [../../../Engine/Saved/Config/Linux/Engine.ini]
[2019.11.12-06.06.55:782][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [../../../Engine/Saved/Config/Linux/Engine.ini]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[s.MinBulkDataSizeForAsyncLoading:131072]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[s.AsyncLoadingThreadEnabled:0]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[s.EventDrivenLoaderEnabled:1]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[s.WarnIfTimeLimitExceeded:0]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[s.TimeLimitExceededMultiplier:1.5]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[s.TimeLimitExceededMinTime:0.005]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[s.UseBackgroundLevelStreaming:1]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[s.PriorityAsyncLoadingExtraTime:15.0]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[s.UnregisterComponentsTimeLimit:1.0]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]]
[2019.11.12-06.06.55:782][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [../../../Engine/Saved/Config/Linux/Engine.ini]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[gc.MaxObjectsNotConsideredByGC:1]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[gc.SizeOfPermanentObjectPool:0]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[gc.FlushStreamingOnGC:0]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[gc.NumRetriesBeforeForcingGC:10]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[gc.AllowParallelGC:1]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[gc.MaxObjectsInEditor:16777216]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[gc.IncrementalBeginDestroyEnabled:1]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[gc.CreateGCClusters:1]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[gc.MinGCClusterSize:5]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[gc.ActorClusteringEnabled:0]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[gc.BlueprintClusteringEnabled:0]]
[2019.11.12-06.06.55:782][  0]LogConfig: Setting CVar [[gc.UseDisregardForGCOnDedicatedServers:0]]
[2019.11.12-06.06.55:782][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [../../../Engine/Saved/Config/Linux/Engine.ini]
[2019.11.12-06.06.55:782][  0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [../../../Engine/Saved/Config/Linux/Engine.ini]
[2019.11.12-06.06.55:782][  0]LogInit: Initializing SDL.
[2019.11.12-06.06.55:830][  0]LogInit: Initialized SDL 2.0.10 revision: 12952 (hg-12952:bc90ce38f1e2) (compiled against 2.0.10)
[2019.11.12-06.06.55:830][  0]LogInit: Using SDL video driver 'x11'
[2019.11.12-06.06.55:831][  0]LogInit: Display metrics:
[2019.11.12-06.06.55:831][  0]LogInit:   PrimaryDisplayWidth: 1366
[2019.11.12-06.06.55:831][  0]LogInit:   PrimaryDisplayHeight: 768
[2019.11.12-06.06.55:831][  0]LogInit:   PrimaryDisplayWorkAreaRect:
[2019.11.12-06.06.55:831][  0]LogInit:     Left=0, Top=0, Right=1366, Bottom=768
[2019.11.12-06.06.55:831][  0]LogInit:   VirtualDisplayRect:
[2019.11.12-06.06.55:831][  0]LogInit:     Left=0, Top=0, Right=1366, Bottom=768
[2019.11.12-06.06.55:831][  0]LogInit:   TitleSafePaddingSize: X=0.000 Y=0.000 Z=0.000 W=0.000
[2019.11.12-06.06.55:831][  0]LogInit:   ActionSafePaddingSize: X=0.000 Y=0.000 Z=0.000 W=0.000
[2019.11.12-06.06.55:831][  0]LogInit:   Number of monitors: 1
[2019.11.12-06.06.55:831][  0]LogInit:     Monitor 0
[2019.11.12-06.06.55:831][  0]LogInit:       Name: 0
[2019.11.12-06.06.55:831][  0]LogInit:       ID: display0
[2019.11.12-06.06.55:831][  0]LogInit:       NativeWidth: 1366
[2019.11.12-06.06.55:831][  0]LogInit:       NativeHeight: 768
[2019.11.12-06.06.55:831][  0]LogInit:       bIsPrimary: true
[2019.11.12-06.06.55:831][  0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [../../../Engine/Saved/Config/Linux/Scalability.ini]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.SkeletalMeshLODBias:0]]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.ViewDistanceScale:1.0]]
[2019.11.12-06.06.55:831][  0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [../../../Engine/Saved/Config/Linux/Scalability.ini]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.PostProcessAAQuality:4]]
[2019.11.12-06.06.55:831][  0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [../../../Engine/Saved/Config/Linux/Scalability.ini]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.LightFunctionQuality:1]]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.ShadowQuality:5]]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.Shadow.CSM.MaxCascades:10]]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.Shadow.MaxResolution:2048]]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.Shadow.MaxCSMResolution:2048]]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.Shadow.RadiusThreshold:0.01]]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.Shadow.DistanceScale:1.0]]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.Shadow.CSM.TransitionScale:1.0]]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.Shadow.PreShadowResolutionFactor:1.0]]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.DistanceFieldShadowing:1]]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.DistanceFieldAO:1]]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.AOQuality:2]]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.VolumetricFog:1]]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.VolumetricFog.GridPixelSize:8]]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.VolumetricFog.GridSizeZ:128]]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.LightMaxDrawDistanceScale:1]]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.CapsuleShadows:1]]
[2019.11.12-06.06.55:831][  0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [../../../Engine/Saved/Config/Linux/Scalability.ini]
[2019.11.12-06.06.55:831][  0]LogConfig: Setting CVar [[r.MotionBlurQuality:4]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.AmbientOcclusionMipLevelFactor:0.4]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.AmbientOcclusionMaxQuality:100]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.AmbientOcclusionLevels:-1]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.AmbientOcclusionRadiusScale:1.0]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.DepthOfFieldQuality:2]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.RenderTargetPoolMin:400]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.LensFlareQuality:2]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.SceneColorFringeQuality:1]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.EyeAdaptationQuality:2]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.BloomQuality:5]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.FastBlurThreshold:100]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.Upscale.Quality:3]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.Tonemapper.GrainQuantization:1]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.LightShaftQuality:1]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.Filter.SizeScale:1]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.Tonemapper.Quality:5]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.DOF.Gather.AccumulatorQuality:1        ; higher gathering accumulator quality]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.DOF.Gather.PostfilterMethod:1          ; Median3x3 postfilering method]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.DOF.Gather.EnableBokehSettings:0       ; no bokeh simulation when gathering]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.DOF.Gather.RingCount:4                 ; medium number of samples when gathering]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.DOF.Scatter.ForegroundCompositing:1    ; additive foreground scattering]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.DOF.Scatter.BackgroundCompositing:2    ; additive background scattering]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.DOF.Scatter.EnableBokehSettings:1      ; bokeh simulation when scattering]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1         ; only a maximum of 10% of scattered bokeh]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.DOF.Recombine.Quality:1                ; cheap slight out of focus]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.DOF.Recombine.EnableBokehSettings:0    ; no bokeh simulation on slight out of focus]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.DOF.TemporalAAQuality:1                ; more stable temporal accumulation]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]]
[2019.11.12-06.06.55:832][  0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [../../../Engine/Saved/Config/Linux/Scalability.ini]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.Streaming.MipBias:0]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.Streaming.Boost:1]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.MaxAnisotropy:8]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.Streaming.LimitPoolSizeToVRAM:0]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.Streaming.PoolSize:1000]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.Streaming.MaxEffectiveScreenSize:0]]
[2019.11.12-06.06.55:832][  0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [../../../Engine/Saved/Config/Linux/Scalability.ini]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.TranslucencyLightingVolumeDim:64]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.RefractionQuality:2]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.SSR.Quality:3]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.SceneColorFormat:4]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.DetailMode:2]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.TranslucencyVolumeBlur:1]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.MaterialQualityLevel:1 ; High quality]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.SSS.Scale:1]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.SSS.SampleSet:2]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.SSS.Quality:1]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.SSS.HalfRes:1]]
[2019.11.12-06.06.55:832][  0]LogConfig: Setting CVar [[r.EmitterSpawnRateScale:1.0]]
[2019.11.12-06.06.55:833][  0]LogConfig: Setting CVar [[r.ParticleLightQuality:2]]
[2019.11.12-06.06.55:833][  0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [../../../Engine/Saved/Config/Linux/Scalability.ini]
[2019.11.12-06.06.55:833][  0]LogConfig: Setting CVar [[foliage.DensityScale:1.0]]
[2019.11.12-06.06.55:833][  0]LogConfig: Setting CVar [[grass.DensityScale:1.0]]
[2019.11.12-06.06.55:833][  0]LogLinux: Selected Device Profile: [Linux]
[2019.11.12-06.06.55:833][  0]LogInit: Applying CVar settings loaded from the selected device profile: [Linux]
[2019.11.12-06.06.55:842][  0]LogHAL: Display: Platform has ~ 4 GB [8291266560 / 4294967296 / 8], which maps to Smallest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0)
[2019.11.12-06.06.55:842][  0]LogInit: Going up to parent DeviceProfile []
[2019.11.12-06.06.55:842][  0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [../../../Engine/Saved/Config/Linux/Scalability.ini]
[2019.11.12-06.06.55:842][  0]LogConfig: Setting CVar [[r.SkeletalMeshLODBias:0]]
[2019.11.12-06.06.55:842][  0]LogConfig: Setting CVar [[r.ViewDistanceScale:1.0]]
[2019.11.12-06.06.55:842][  0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [../../../Engine/Saved/Config/Linux/Scalability.ini]
[2019.11.12-06.06.55:842][  0]LogConfig: Setting CVar [[r.PostProcessAAQuality:4]]
[2019.11.12-06.06.55:842][  0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [../../../Engine/Saved/Config/Linux/Scalability.ini]
[2019.11.12-06.06.55:842][  0]LogConfig: Setting CVar [[r.LightFunctionQuality:1]]
[2019.11.12-06.06.55:842][  0]LogConfig: Setting CVar [[r.ShadowQuality:5]]
[2019.11.12-06.06.55:842][  0]LogConfig: Setting CVar [[r.Shadow.CSM.MaxCascades:10]]
[2019.11.12-06.06.55:842][  0]LogConfig: Setting CVar [[r.Shadow.MaxResolution:2048]]
[2019.11.12-06.06.55:842][  0]LogConfig: Setting CVar [[r.Shadow.MaxCSMResolution:2048]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.Shadow.RadiusThreshold:0.01]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.Shadow.DistanceScale:1.0]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.Shadow.CSM.TransitionScale:1.0]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.Shadow.PreShadowResolutionFactor:1.0]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.DistanceFieldShadowing:1]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.DistanceFieldAO:1]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.AOQuality:2]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.VolumetricFog:1]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.VolumetricFog.GridPixelSize:8]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.VolumetricFog.GridSizeZ:128]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.LightMaxDrawDistanceScale:1]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.CapsuleShadows:1]]
[2019.11.12-06.06.55:843][  0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [../../../Engine/Saved/Config/Linux/Scalability.ini]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.MotionBlurQuality:4]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.AmbientOcclusionMipLevelFactor:0.4]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.AmbientOcclusionMaxQuality:100]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.AmbientOcclusionLevels:-1]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.AmbientOcclusionRadiusScale:1.0]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.DepthOfFieldQuality:2]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.RenderTargetPoolMin:400]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.LensFlareQuality:2]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.SceneColorFringeQuality:1]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.EyeAdaptationQuality:2]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.BloomQuality:5]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.FastBlurThreshold:100]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.Upscale.Quality:3]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.Tonemapper.GrainQuantization:1]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.LightShaftQuality:1]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.Filter.SizeScale:1]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.Tonemapper.Quality:5]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.DOF.Gather.AccumulatorQuality:1        ; higher gathering accumulator quality]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.DOF.Gather.PostfilterMethod:1          ; Median3x3 postfilering method]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.DOF.Gather.EnableBokehSettings:0       ; no bokeh simulation when gathering]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.DOF.Gather.RingCount:4                 ; medium number of samples when gathering]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.DOF.Scatter.ForegroundCompositing:1    ; additive foreground scattering]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.DOF.Scatter.BackgroundCompositing:2    ; additive background scattering]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.DOF.Scatter.EnableBokehSettings:1      ; bokeh simulation when scattering]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1         ; only a maximum of 10% of scattered bokeh]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.DOF.Recombine.Quality:1                ; cheap slight out of focus]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.DOF.Recombine.EnableBokehSettings:0    ; no bokeh simulation on slight out of focus]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.DOF.TemporalAAQuality:1                ; more stable temporal accumulation]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]]
[2019.11.12-06.06.55:843][  0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [../../../Engine/Saved/Config/Linux/Scalability.ini]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.Streaming.MipBias:0]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.Streaming.Boost:1]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.MaxAnisotropy:8]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.Streaming.LimitPoolSizeToVRAM:0]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.Streaming.PoolSize:1000]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.Streaming.MaxEffectiveScreenSize:0]]
[2019.11.12-06.06.55:843][  0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [../../../Engine/Saved/Config/Linux/Scalability.ini]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.TranslucencyLightingVolumeDim:64]]
[2019.11.12-06.06.55:843][  0]LogConfig: Setting CVar [[r.RefractionQuality:2]]
[2019.11.12-06.06.55:844][  0]LogConfig: Setting CVar [[r.SSR.Quality:3]]
[2019.11.12-06.06.55:844][  0]LogConfig: Setting CVar [[r.SceneColorFormat:4]]
[2019.11.12-06.06.55:844][  0]LogConfig: Setting CVar [[r.DetailMode:2]]
[2019.11.12-06.06.55:844][  0]LogConfig: Setting CVar [[r.TranslucencyVolumeBlur:1]]
[2019.11.12-06.06.55:844][  0]LogConfig: Setting CVar [[r.MaterialQualityLevel:1 ; High quality]]
[2019.11.12-06.06.55:844][  0]LogConfig: Setting CVar [[r.SSS.Scale:1]]
[2019.11.12-06.06.55:844][  0]LogConfig: Setting CVar [[r.SSS.SampleSet:2]]
[2019.11.12-06.06.55:844][  0]LogConfig: Setting CVar [[r.SSS.Quality:1]]
[2019.11.12-06.06.55:844][  0]LogConfig: Setting CVar [[r.SSS.HalfRes:1]]
[2019.11.12-06.06.55:844][  0]LogConfig: Setting CVar [[r.EmitterSpawnRateScale:1.0]]
[2019.11.12-06.06.55:844][  0]LogConfig: Setting CVar [[r.ParticleLightQuality:2]]
[2019.11.12-06.06.55:844][  0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [../../../Engine/Saved/Config/Linux/Scalability.ini]
[2019.11.12-06.06.55:844][  0]LogConfig: Setting CVar [[foliage.DensityScale:1.0]]
[2019.11.12-06.06.55:844][  0]LogConfig: Setting CVar [[grass.DensityScale:1.0]]
[2019.11.12-06.06.55:844][  0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini]
[2019.11.12-06.06.55:844][  0]LogConfig: Setting CVar [[net.UseAdaptiveNetUpdateFrequency:0]]
[2019.11.12-06.06.55:844][  0]LogConfig: Setting CVar [[p.chaos.AllowCreatePhysxBodies:1]]
[2019.11.12-06.06.55:844][  0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [../../../Engine/Saved/Config/Linux/Engine.ini]
[2019.11.12-06.06.55:844][  0]LogConfig: Setting CVar [[g.TimeoutForBlockOnRenderFence:60000]]
[2019.11.12-06.06.55:844][  0]LogInit: Unix hardware info:
[2019.11.12-06.06.55:844][  0]LogInit:  - we are the first instance of this executable
[2019.11.12-06.06.55:844][  0]LogInit:  - this process' id (pid) is 21393, parent process' id (ppid) is 20776
[2019.11.12-06.06.55:844][  0]LogInit:  - we are not running under debugger
[2019.11.12-06.06.55:844][  0]LogInit:  - machine network name is 'pc-menia'
[2019.11.12-06.06.55:844][  0]LogInit:  - user name is 'doom' (doom)
[2019.11.12-06.06.55:844][  0]LogInit:  - we're logged in locally
[2019.11.12-06.06.55:844][  0]LogInit:  - we're running with rendering
[2019.11.12-06.06.55:844][  0]LogInit:  - CPU: GenuineIntel 'Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz' (signature: 0x40651)
[2019.11.12-06.06.55:844][  0]LogInit:  - Number of physical cores available for the process: 2
[2019.11.12-06.06.55:844][  0]LogInit:  - Number of logical cores available for the process: 4
[2019.11.12-06.06.55:844][  0]LogInit:  - Cache line size: 64
[2019.11.12-06.06.55:844][  0]LogInit:  - Memory allocator used: binned2
[2019.11.12-06.06.55:844][  0]LogInit:  - This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no
[2019.11.12-06.06.55:844][  0]LogInit:  - This is an internal build.
[2019.11.12-06.06.55:844][  0]LogCore: Benchmarking clocks:
[2019.11.12-06.06.55:844][  0]LogCore:  - CLOCK_MONOTONIC (id=1) can sustain 45668634 (45669K, 46M) calls per second without zero deltas.
[2019.11.12-06.06.55:844][  0]LogCore:  - CLOCK_MONOTONIC_RAW (id=4) can sustain 1726055 (1726K, 2M) calls per second without zero deltas.
[2019.11.12-06.06.55:844][  0]LogCore:  - CLOCK_MONOTONIC_COARSE (id=6) can sustain 154017548 (154018K, 154M) calls per second with 99.999799% zero deltas.
[2019.11.12-06.06.55:844][  0]LogCore: Selected clock_id 1 (CLOCK_MONOTONIC) since it is the fastest support clock without zero deltas.
[2019.11.12-06.06.55:845][  0]LogInit: Unix-specific commandline switches:
[2019.11.12-06.06.55:845][  0]LogInit:  -ansimalloc - use malloc()/free() from libc (useful for tools like valgrind and electric fence)
[2019.11.12-06.06.55:845][  0]LogInit:  -jemalloc - use jemalloc for all memory allocation
[2019.11.12-06.06.55:845][  0]LogInit:  -binnedmalloc - use binned malloc  for all memory allocation
[2019.11.12-06.06.55:845][  0]LogInit:  -filemapcachesize=NUMBER - set the size for case-sensitive file mapping cache
[2019.11.12-06.06.55:845][  0]LogInit:  -useksm - uses kernel same-page mapping (KSM) for mapped memory (OFF)
[2019.11.12-06.06.55:845][  0]LogInit:  -ksmmergeall - marks all mmap'd memory pages suitable for KSM (OFF)
[2019.11.12-06.06.55:845][  0]LogInit:  -preloadmodulesymbols - Loads the main module symbols file into memory (OFF)
[2019.11.12-06.06.55:845][  0]LogInit:  -sigdfl=SIGNAL - Allows a specific signal to be set to its default handler rather then ignoring the signal
[2019.11.12-06.06.55:845][  0]LogInit:  -httpproxy=ADDRESS:PORT - redirects HTTP requests to a proxy (only supported if compiled with libcurl)
[2019.11.12-06.06.55:845][  0]LogInit:  -reuseconn - allow libcurl to reuse HTTP connections (only matters if compiled with libcurl)
[2019.11.12-06.06.55:845][  0]LogInit:  -virtmemkb=NUMBER - sets process virtual memory (address space) limit (overrides VirtualMemoryLimitInKB value from .ini)
[2019.11.12-06.06.55:845][  0]LogInit:  - Physical RAM available (not considering process quota): 8 GB (7907 MB, 8096940 KB, 8291266560 bytes)
[2019.11.12-06.06.55:845][  0]LogInit:  - VirtualMemoryAllocator pools will grow at scale 1.4
[2019.11.12-06.06.55:845][  0]LogInit:  - MemoryRangeDecommit() will be a no-op (re-run with -vmapoolevict to change)
[2019.11.12-06.06.55:930][  0]LogInit: Using OS detected language (en-US).
[2019.11.12-06.06.55:930][  0]LogInit: Using OS detected locale (en-US).
[2019.11.12-06.06.55:930][  0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so the 'en' localization will be used.
[2019.11.12-06.06.56:176][  0]LogSlate: New Slate User Created.  User Index 0, Is Virtual User: 0
[2019.11.12-06.06.56:176][  0]LogSlate: Slate User Registered.  User Index 0, Is Virtual User: 0
[2019.11.12-06.06.57:081][  0]LogInit: Using SDL_WINDOW_VULKAN
[2019.11.12-06.06.57:351][  0]LogVulkanRHI: Display: - Found instance layer VK_LAYER_LUNARG_standard_validation
[2019.11.12-06.06.57:351][  0]LogVulkanRHI: Display: - Found instance layer VK_LAYER_VALVE_steam_fossilize_32
[2019.11.12-06.06.57:351][  0]LogVulkanRHI: Display: - Found instance layer VK_LAYER_VALVE_steam_fossilize_64
[2019.11.12-06.06.57:351][  0]LogVulkanRHI: Display: - Found instance layer VK_LAYER_VALVE_steam_overlay_32
[2019.11.12-06.06.57:351][  0]LogVulkanRHI: Display: - Found instance layer VK_LAYER_VALVE_steam_overlay_64
[2019.11.12-06.06.57:351][  0]LogVulkanRHI: Display: - Found instance extension VK_EXT_acquire_xlib_display
[2019.11.12-06.06.57:351][  0]LogVulkanRHI: Display: - Found instance extension VK_EXT_debug_report
[2019.11.12-06.06.57:351][  0]LogVulkanRHI: Display: - Found instance extension VK_EXT_debug_utils
[2019.11.12-06.06.57:351][  0]LogVulkanRHI: Display: - Found instance extension VK_EXT_direct_mode_display
[2019.11.12-06.06.57:351][  0]LogVulkanRHI: Display: - Found instance extension VK_EXT_display_surface_counter
[2019.11.12-06.06.57:351][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_device_group_creation
[2019.11.12-06.06.57:351][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_display
[2019.11.12-06.06.57:352][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_external_fence_capabilities
[2019.11.12-06.06.57:352][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_external_memory_capabilities
[2019.11.12-06.06.57:352][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_external_semaphore_capabilities
[2019.11.12-06.06.57:352][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_get_display_properties2
[2019.11.12-06.06.57:352][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_get_physical_device_properties2
[2019.11.12-06.06.57:352][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_get_surface_capabilities2
[2019.11.12-06.06.57:352][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_surface
[2019.11.12-06.06.57:352][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_surface_protected_capabilities
[2019.11.12-06.06.57:352][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_wayland_surface
[2019.11.12-06.06.57:352][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_xcb_surface
[2019.11.12-06.06.57:352][  0]LogVulkanRHI: Display: - Found instance extension VK_KHR_xlib_surface
Unable to read VR Path Registry from /home/doom/.config/openvr/openvrpaths.vrpath
[2019.11.12-06.06.57:352][  0]LogHMD: Failed to initialize OpenVR with code 110
[2019.11.12-06.06.57:352][  0]LogVulkanRHI: Display: Not using instance layers
[2019.11.12-06.06.57:352][  0]LogVulkanRHI: Display: Using instance extensions
[2019.11.12-06.06.57:352][  0]LogVulkanRHI: Display: * VK_KHR_surface
[2019.11.12-06.06.57:352][  0]LogVulkanRHI: Display: * VK_KHR_xlib_surface
Xlib:  extension "NV-GLX" missing on display ":0".
INTEL-MESA: warning: Haswell Vulkan support is incomplete
[2019.11.12-06.06.57:410][  0]LogVulkanRHI: Display: Found 1 device(s)
[2019.11.12-06.06.57:410][  0]LogVulkanRHI: Display: Device 0: Intel(R) Haswell Mobile
[2019.11.12-06.06.57:410][  0]LogVulkanRHI: Display: - API 1.1.102(0x401066) Driver 0x4c02002 VendorId 0x8086
[2019.11.12-06.06.57:410][  0]LogVulkanRHI: Display: - DeviceID 0xa16 Type Integrated GPU
[2019.11.12-06.06.57:410][  0]LogVulkanRHI: Display: - Max Descriptor Sets Bound 8 Timestamps 1
[2019.11.12-06.06.57:410][  0]LogVulkanRHI: Display: Using Device 0: Geometry 1 Tessellation 1
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_calibrated_timestamps
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_conditional_rendering
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_depth_clip_enable
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_display_control
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_external_memory_dma_buf
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_external_memory_host
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_host_query_reset
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_index_type_uint8
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_inline_uniform_block
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_line_rasterization
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_memory_budget
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_pci_bus_info
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_pipeline_creation_feedback
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_scalar_block_layout
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_separate_stencil_usage
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_demote_to_helper_invocation
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_viewport_index_layer
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_subgroup_size_control
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_texel_buffer_alignment
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_vertex_attribute_divisor
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_EXT_ycbcr_image_arrays
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_GOOGLE_decorate_string
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_GOOGLE_hlsl_functionality1
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_bind_memory2
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_create_renderpass2
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_dedicated_allocation
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_depth_stencil_resolve
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_descriptor_update_template
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_device_group
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_draw_indirect_count
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_driver_properties
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_fence
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_fence_fd
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_memory
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_memory_fd
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_semaphore
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_semaphore_fd
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_get_memory_requirements2
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_image_format_list
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_imageless_framebuffer
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_incremental_present
[2019.11.12-06.06.57:411][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_maintenance1
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_maintenance2
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_maintenance3
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_multiview
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_pipeline_executable_properties
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_push_descriptor
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_relaxed_block_layout
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_sampler_mirror_clamp_to_edge
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_sampler_ycbcr_conversion
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_draw_parameters
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_storage_buffer_storage_class
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_swapchain
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_uniform_buffer_standard_layout
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: - Found device extension VK_KHR_variable_pointers
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: - Found device extension VK_NV_compute_shader_derivatives
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: Using device extensions
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: * VK_KHR_swapchain
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: * VK_KHR_maintenance1
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: * VK_KHR_maintenance2
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: Found 1 Queue Families
[2019.11.12-06.06.57:412][  0]LogVulkanRHI: Display: Initializing Queue Family 0: 1 queues Gfx Compute Xfer
[2019.11.12-06.06.57:414][  0]LogVulkanRHI: Display: 1 Device Memory Heaps; Max memory allocations -1
[2019.11.12-06.06.57:414][  0]LogVulkanRHI: Display: 0: Flags 0x1 Size 1610612736 (1536.00 MB) GPU
[2019.11.12-06.06.57:414][  0]LogVulkanRHI: Display: 1 Device Memory Types (Not unified)
[2019.11.12-06.06.57:414][  0]LogVulkanRHI: Display: 0: Flags 0xf Heap 0  Local HostVisible HostCoherent HostCached
[2019.11.12-06.06.57:414][  0]LogVulkanRHI: Display: FVulkanPipelineStateCacheManager: Binary pipeline cache '../../../Engine/Saved/VulkanPSO.cache.8086.a16' not found.
[2019.11.12-06.06.57:441][  0]LogRHI: Texture pool is 1021 MB (70% of 1459 MB)
[2019.11.12-06.06.58:384][  0]LogTemp: Display: Module 'AllDesktopTargetPlatform' loaded TargetPlatform 'AllDesktop'
[2019.11.12-06.06.58:687][  0]LogTemp: Display: Module 'AndroidTargetPlatform' loaded TargetPlatform 'Android'
[2019.11.12-06.06.58:687][  0]LogTemp: Display: Module 'AndroidTargetPlatform' loaded TargetPlatform 'Android_ASTC'
[2019.11.12-06.06.58:687][  0]LogTemp: Display: Module 'AndroidTargetPlatform' loaded TargetPlatform 'Android_ATC'
[2019.11.12-06.06.58:687][  0]LogTemp: Display: Module 'AndroidTargetPlatform' loaded TargetPlatform 'Android_DXT'
[2019.11.12-06.06.58:687][  0]LogTemp: Display: Module 'AndroidTargetPlatform' loaded TargetPlatform 'Android_ETC1'
[2019.11.12-06.06.58:687][  0]LogTemp: Display: Module 'AndroidTargetPlatform' loaded TargetPlatform 'Android_ETC1a'
[2019.11.12-06.06.58:688][  0]LogTemp: Display: Module 'AndroidTargetPlatform' loaded TargetPlatform 'Android_ETC2'
[2019.11.12-06.06.58:688][  0]LogTemp: Display: Module 'AndroidTargetPlatform' loaded TargetPlatform 'Android_PVRTC'
[2019.11.12-06.06.58:688][  0]LogTemp: Display: Module 'AndroidTargetPlatform' loaded TargetPlatform 'AndroidClient'
[2019.11.12-06.06.58:688][  0]LogTemp: Display: Module 'AndroidTargetPlatform' loaded TargetPlatform 'Android_ASTCClient'
[2019.11.12-06.06.58:688][  0]LogTemp: Display: Module 'AndroidTargetPlatform' loaded TargetPlatform 'Android_ATCClient'
[2019.11.12-06.06.58:688][  0]LogTemp: Display: Module 'AndroidTargetPlatform' loaded TargetPlatform 'Android_DXTClient'
[2019.11.12-06.06.58:688][  0]LogTemp: Display: Module 'AndroidTargetPlatform' loaded TargetPlatform 'Android_ETC1Client'
[2019.11.12-06.06.58:688][  0]LogTemp: Display: Module 'AndroidTargetPlatform' loaded TargetPlatform 'Android_ETC1aClient'
[2019.11.12-06.06.58:688][  0]LogTemp: Display: Module 'AndroidTargetPlatform' loaded TargetPlatform 'Android_ETC2Client'
[2019.11.12-06.06.58:688][  0]LogTemp: Display: Module 'AndroidTargetPlatform' loaded TargetPlatform 'Android_PVRTCClient'
[2019.11.12-06.06.58:688][  0]LogTemp: Display: Module 'AndroidTargetPlatform' loaded TargetPlatform 'Android_Multi'
[2019.11.12-06.06.58:688][  0]LogTemp: Display: Module 'AndroidTargetPlatform' loaded TargetPlatform 'Android_MultiClient'
[2019.11.12-06.06.58:953][  0]LogTemp: Display: Module 'HTML5TargetPlatform' loaded TargetPlatform 'HTML5'
[2019.11.12-06.06.59:226][  0]LogTemp: Display: Module 'LinuxClientTargetPlatform' loaded TargetPlatform 'LinuxClient'
[2019.11.12-06.06.59:501][  0]LogTemp: Display: Module 'LinuxNoEditorTargetPlatform' loaded TargetPlatform 'LinuxNoEditor'
[2019.11.12-06.06.59:769][  0]LogTemp: Display: Module 'LinuxServerTargetPlatform' loaded TargetPlatform 'LinuxServer'
[2019.11.12-06.07.00:025][  0]LogTemp: Display: Module 'LinuxTargetPlatform' loaded TargetPlatform 'Linux'
[2019.11.12-06.07.00:029][  0]LogTargetPlatformManager: Display: Building Assets For Linux
[2019.11.12-06.07.00:742][  0]LogShaderCompilers: Guid format shader working directory is 14 characters bigger than the processId version (../../../Engine/Intermediate/Shaders/WorkingDirectory/21393/).
[2019.11.12-06.07.00:743][  0]LogShaderCompilers: Cleaned the shader compiler working directory '../../../Engine/Intermediate/Shaders/tmp/48B05EB8C33D49A98442B63092FC654C/'.
[2019.11.12-06.07.00:743][  0]LogShaderCompilers: Display: Using Local Shader Compiler.
[2019.11.12-06.07.02:284][  0]LogDerivedDataCache: Display: Max Cache Size: 512 MB
[2019.11.12-06.07.02:284][  0]LogDerivedDataCache: Display: Starting with empty Boot cache
[2019.11.12-06.07.02:284][  0]LogDerivedDataCache: FDerivedDataBackendGraph:  Pak pak cache file ../../../Engine/DerivedDataCache/DDC.ddp not found, will not use a pak cache.
[2019.11.12-06.07.02:284][  0]LogDerivedDataCache: Unable to find inner node Pak for hierarchical cache Hierarchy.
[2019.11.12-06.07.02:284][  0]LogDerivedDataCache: FDerivedDataBackendGraph:  EnginePak pak cache file ../../../Engine/DerivedDataCache/DDC.ddp not found, will not use a pak cache.
[2019.11.12-06.07.02:284][  0]LogDerivedDataCache: Unable to find inner node EnginePak for hierarchical cache Hierarchy.
[2019.11.12-06.07.02:327][  0]LogDerivedDataCache: Using Local data cache path ../../../Engine/DerivedDataCache: Writable
[2019.11.12-06.07.02:327][  0]LogDerivedDataCache: Shared data cache path not found in *engine.ini, will not use an Shared cache.
[2019.11.12-06.07.02:327][  0]LogDerivedDataCache: Unable to find inner node Shared for hierarchical cache Hierarchy.
[2019.11.12-06.07.02:375][  0]LogMaterial: Verifying Global Shaders for SF_VULKAN_SM5

Make ran for 68 minutes for me. Not bad for the $180 I spent on an AMD Ryzen 5 some time ago (possible to get one for $80 now).

Interesting compared to more expensive CPU’s above: Ryzen 7 @ 52 minutes or for a 3x price increase the Intel i9-9900K @ 25 minutes at just over 1/3 the time.
.
.

I got stuck at 18% in Verifying Global Shaders for SF_VULKAN_SM5. How to fix this?

Two months late to an answer but the answer is: wait longer

Took maybe 2-5 minutes for it to verify for me.

29 minutes 11 seconds
OS: Linux Mint 20 Ulyana Desktop: Cinnamon 4.6.6 Kernel: 5.4.0-40-generic
Processor: AMD Ryzen 7 2700x
Memory 16 GiB 3200
Graphics GTX 1070
compiler: gcc v: 9.3.0

My windows pc broke down. It didn’t work even reinstalling windows again from scratch. I installed linux and now work well, so it is not a hardware problem.

4663,36 seconds

Did you solve that problem? I am getting that now and I couldn’t find a solution. I am using Ubuntu 18.04 in VM. I wait too much but nothing has changed. If you found something, Can you share please?

Processor Intel(R) Core™ i9-9900K CPU @ 3.60GHz, 3600 Mhz, 8 Core(s), 16 Logical Processor(s) Usually automatically running between 4.7 and 5Ghz
Installed Physical Memory (RAM) 32.0 GB running at 3200 mhz IIRC
Intel Nvme SSD HDD

Built on Linux Mint 20.1
Build time was 52 minutes

Interesting. There’s another “i9-9900K @ 25 minutes” from 2019 above. Yours is 52 minutes plus a known NVMe drive.

I’m guessing the spectre and other security patches dropped the performance that much since then. Doubt that much time could be distro related. Its just too much difference.

Unless the time wasn’t fully reported by the other one or make didn’t use all the cpu threads.

Some time back, I compiled on the same system but with windows 10 and i recall it taking right about 48 minutes that was UE 4.24. I did not configure nor verify that ‘make’ was utilizing all cores. This compile was for version 4.26.2. Unfortunately, until i get an AMD/ATI video card i will be avoiding Linux. I ran into too much buggy behavior caused by nvidia under linux.

Both AMD and Nvidia have rocky times but Nvidia has worked very well for me. Though I have years of experience with knowing how to do it well.

One of the worst problems with both AMD and Nvidia if you do it the distro way then you get pushed updates. Those are for good and bad. Time will let you know what works well and doing it in a way where you can manually switch versions allows you to increase stability and decrease problems.

Hope it goes well for you :slight_smile:

Probably not the correct message chain to have a full discussion about it, but i wanted to mention one major issue i was having that perhaps you know of a solution to. I do not know if it is Cinnamon causing it or if it would be the same with Gnome, but any of the ‘overlay’ messages from UE4 get hidden. Like a lighting build completed. Also, it is hard to explain, but many times, i cannot click on something without having to click outside of the expected position. Within UE4 i mean, the O.S. itself works fine.

Be well!

Yes limited here.

It does indeed sound like a desktop environment relative issue. For all I know that’s a Wayland based issue if you’re using Wayland. A quick search looks like its only coded for X11 Wayland support - #3 by SkyeEden - Feedback for Unreal Engine team - Unreal Engine Forums so it would be using a compatibility layer in Wayland which could introduce issues like you experienced.

I used Gnome and X11 when I had tested UE4 on Linux and didn’t see any noticeable UI issues.

But the gpu driver is tied into that as well. There can be more pieces to that puzzle also. Its amazing how much stuff can affect the displaying of software UI.

But to add something relative to the topic. Wonder how full Wayland compatibility would change the compile times. A few seconds? Maybe minutes? It should change a little.

Just using x11 as wayland support is generally very limited at this point. But, i did some more research and came across a comment that may solve my display issues. It mentioned the same problems with the notification type windows not functioning properly. The solution was to disable Cinnamon Effects. If only i had remembered this from when i was using mint 18. I had the same issue and fixed it that way. It will take some time, but i will report back here when i determine that the solution is valid, or if it is not.

Didnt take 9 hours…make took 3 hours…but when loading it says needs a Vulkan device…What is a Vulkan device?

Application development is really something that can bring very good income in the future, and of course it is worth using if the field as a whole seems quite interesting to you. So in the example of a simple application called clear wave, we can see that it can become extremely popular, albeit with simple functionality.

Hey! I get what you’re looking for. Customizing mouse button functions can be a game-changer, right? I remember tinkering with similar ideas back when I was exploring custom software development. Finding the right solution can really enhance your gaming experience. Have you considered reaching out to custom software development services? They might offer insights or even create a tailored solution to fit your needs perfectly.

Privacy & Terms