Advanced Sessions Plugin

[quote=“Krakatoa-, post:1886, topic:30020”]

Hmm… I downloaded the new version and it still seems to show the same error: :frowning:

The error seems to say something about “System.IO.DirectoryNotFoundException” for the filepath “C:\Program Files\Epic Games\UE_4.20\Engine\Plugins\AdvancedSessions\AdvancedSessions\Intermediate\Build\Win64\UE4\Development\AdvancedSessions\AdvancedSessions.precompiled”.

I have it downloaded on the engine level rather than the project itself. Also the new download is still the 4.20.1 link, correct? :slight_smile:

Well its searching for a .precompiled file in the intermediate folder, I don’t ship the intermediate folder as it is huge, also my batch compilations don’t create that file regardless.

I checked and 4.20 engine plugins have that file now, while 4.19 did not.

Looks like generating out of project isn’t good enough now for engine level plugins, i’ll have to specifically compile the plugin alone. That being said, I really don’t want to ship the entire intermediate folder with it…

Edit I generated them with the bat compiler and got the precompiled file, however that method seems to be incompatible with the AdvancedSteamSessions relying on the AdvancedSessions module. I don’t think I am going to directly support an engine level install because of this.

I’ll note that I don’t think you actually have to add a source file for the pre-packaged binaries anymore and they should package as is in the project level.

[quote=“, post:1888, topic:30020”]

Well its searching for a .precompiled file in the intermediate folder, I don’t ship the intermediate folder as it is huge, also my batch compilations don’t create that file regardless.

I checked and 4.20 engine plugins have that file now, while 4.19 did not.

Looks like generating out of project isn’t good enough now for engine level plugins, i’ll have to specifically compile the plugin alone. That being said, I really don’t want to ship the entire intermediate folder with it…

Edit I generated them with the bat compiler and got the precompiled file, however that method seems to be incompatible with the AdvancedSteamSessions relying on the AdvancedSessions module. I don’t think I am going to directly support an engine level install because of this.

I’ll note that I don’t think you actually have to add a source file for the pre-packaged binaries anymore and they should package as is in the project level.

I put the plugin on the project level and it’s working like a charm now. Thanks for the help; love the plugin! :slight_smile:

[quote=“Krakatoa-, post:1890, topic:30020”]

I put the plugin on the project level and it’s working like a charm now. Thanks for the help; love the plugin! :slight_smile:

Did you have to create a blank c++ file or ? Can you walk me through the steps you took.
Also does anyone know of a way to get a string of what game my steam friend is playing ?

[quote=“No_Circuit, post:1891, topic:30020”]

Did you have to create a blank c++ file or ? Can you walk me through the steps you took.

I have a C++ class in my game, but it has nothing to do with the plugin. Not sure if its important tho… But i cant see how having a C++ class in a project would affect the plugin to work correctly…

I installed the plugin on engine level (copy files to engines plugins folder)
then created a “Plugins” folder in the projects directory and copied the files there too

If I only copy the plugins files to the project folder I can’t activate it in the Plugins Browser (its not in the list).

This way I was able to package the game for WIN64 without any problems.

Hope this helps for you too! :slight_smile:

Hi. I need help.
I’m from eastern Europe and also have a problem with Joining Session. Currently I’ve tested 4.19 - 4.20.1 without success. Previously without big problems on 4.17 version. I’v tried any free and paid steam samples without success to join session. LAN and dedicated server working fine. In 4.17 I needed to press button about 7 time to successfully join the session. I’ve tried any passable things to crack steam join session. Renaming user and computer names, tried 3 different internet providers, about 10 different steam sample codes and projects from internet. Changed PC, steam accounts, used unreal source build with updated steam SDK to 1.42. Used all available advanced session scripts. Nothing was helpful in my case. I’m getting following errors in my logs:


UE 4.21 ERRORS

[2018.07.31-07.26.45:852][773]LogNet: ReplicationDriverClass is null! Not using ReplicationDriver.
Warning: Waited 58.027462ms for audio thread.

[2018.07.31-07.26.50:802][402]LogOnline: Warning: Unknown or unsupported data type from Steam key data PhotonRoom eyJuIjoiMF9GbGljZS1SNTkwMDkzNzk2IiwibCI6MCwibSI6MX0=
[2018.07.31-07.26.50:802][402]LogOnline: Warning: STEAM: Failed to parse setting from key PhotonRoom value eyJuIjoiMF9GbGljZS1SNTkwMDkzNzk2IiwibCI6MCwibSI6MX0=
[2018.07.31-07.26.50:802][402]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86441CA]'
[2018.07.31-07.26.50:803][402]LogOnline: Warning: Unknown or unsupported data type from Steam key data 10000012 11600
[2018.07.31-07.26.50:803][402]LogOnline: Warning: STEAM: Failed to parse setting from key 10000012 value 11600
[2018.07.31-07.26.50:803][402]LogOnline: Warning: Unknown or unsupported data type from Steam key data 10000015 513
[2018.07.31-07.26.50:803][402]LogOnline: Warning: STEAM: Failed to parse setting from key 10000015 value 513
[2018.07.31-07.26.50:804][402]LogOnline: Warning: Unknown or unsupported data type from Steam key data 10000017 0
[2018.07.31-07.26.50:804][402]LogOnline: Warning: STEAM: Failed to parse setting from key 10000017 value 0
[2018.07.31-07.26.50:804][402]LogOnline: Warning: Unknown or unsupported data type from Steam key data 1000003c 14
[2018.07.31-07.26.56:769][763]LogOnline: Warning: STEAM: Removed incompatible build: ServerBuildUniqueId = 0x2ff5c605, GetBuildUniqueId() = 0x00000000
[2018.07.31-07.26.56:769][763]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F864A911]'

UE 4.19 ERRORS

LogAppleARKit: Warning: Failed to bind to the listen port


[2018.07.28-18.55.34:857][302]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverIP 0
[2018.07.28-18.55.34:857][302]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverIP value 0
[2018.07.28-18.55.34:857][302]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverPort 0
[2018.07.28-18.55.34:857][302]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverPort value 0
[2018.07.28-18.55.34:857][302]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverSteamID 90116563156164612
[2018.07.28-18.55.34:857][302]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverSteamID value 90116563156164612


[2018.07.28-18.55.51:424][315]LogNet: Game client on port 7777, rate 10000
[2018.07.28-18.55.53:190][423]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.28-18.55.53:190][423]LogBlueprintUserMessages: [CyberWarInstance_C_0] Unable to Join Session


[2018.07.28-18.55.56:615][633]LogVoiceEngine: Warning: Dropping voice data due to network layer not processing fast enough

[2018.07.28-18.56.06:469][235]LogNet: UNetConnection::Close: [UNetConnection] RemoteAddr: 76561198810119141:7777, Name: SteamNetConnection_0, Driver: PendingNetDriver SteamNetDriver_0, IsServer: NO, PC: NULL, Owner: NULL, UniqueId: INVALID, Channels: 2, Time: 2018.07.28-18.56.06
[2018.07.28-18.56.06:469][235]LogNet: UChannel::Close: Sending CloseBunch. ChIndex == 0. Name: [UChannel] ChIndex: 0, Closing: 0 [UNetConnection] RemoteAddr: 76561198810119141:7777, Name: SteamNetConnection_0, Driver: PendingNetDriver SteamNetDriver_0, IsServer: NO, PC: NULL, Owner: NULL, UniqueId: INVALID
[2018.07.28-18.56.06:482][235]LogNet: Warning: Network Failure: PendingNetDriver[PendingConnectionFailure]: Your connection to the host has been lost.
[2018.07.28-18.56.06:483][235]LogNet: NetworkFailure: PendingConnectionFailure, Error: 'Your connection to the host has been lost.'
[2018.07.28-18.56.06:483][235]LogGameMode: Display: Match State Changed from LeavingMap to Aborted


[2018.07.28-18.56.06:540][236]LogNet: UNetConnection::PendingConnectionLost. [UNetConnection] RemoteAddr: 76561198810119141:7777, Name: None, Driver: PendingNetDriver None, IsServer: YES, PC: NULL, Owner: NULL, UniqueId: INVALID bPendingDestroy=0

[quote=“Xaser3D, post:1893, topic:30020”]

Hi. I need help.
I’m from eastern Europe and also have a problem with Joining Session. Currently I’ve tested 4.19 - 4.20.1 without success. Previously without big problems on 4.17 version. I’v tried any free and paid steam samples without success to join session. LAN and dedicated server working fine. In 4.17 I needed to press button about 7 time to successfully join the session. I’ve tried any passable things to crack steam join session. Renaming user and computer names, tried 3 different internet providers, about 10 different steam sample codes and projects from internet. Changed PC, steam accounts, used unreal source build with updated steam SDK to 1.42. Used all available advanced session scripts. Nothing was helpful in my case. I’m getting following errors in my logs:

Do me a favor and wrap that in code brackets so it is scrollable.

Those “Unknown property” errors are normal, it is just filtering out other users in app ID 480 who have properties that you aren’t looking for / bad build IDs. Using Advanced Sessions you can add a single filter of any type to filter those out until you get your own AppID.

As for the rest, it saying that you can’t join a session twice makes me think you are doubling up join commands somehow, you do eventually connect but I don’t know what is causing the close connection command to happen.

Reset My Computer -
Downloaded Epic Launcher -
Started a New Project -
Added Advanced Sessions to C:\Program Files\Epic Games\UE_4.20\Engine\Plugins
Added Advanced Sessions to C:\Users\Documents\Unreal Projects\NewProject\Plugins
Enabled The Plugins -
Added Blank C++ Class -

Added This To DefaultEngine.ini


" [/Script/Engine.GameEngine]
!NetDriverDefinitions=ClearArray
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/OnlineSubsystemSteam.SteamNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")

[OnlineSubsystem]
DefaultPlatformService=Steam
PollingIntervalInMs=20

[OnlineSubsystemSteam]
bEnabled=true
SteamDevAppId=480
GameServerQueryPort=27015
bRelaunchInSteam=false
GameVersion=1.0.0.0
bVACEnabled=1
bAllowP2PPacketRelay=true
P2PConnectionTimeout=90

[/Script/OnlineSubsystemSteam.SteamNetDriver]
NetConnectionClassName="/Script/OnlineSubsystemSteam.SteamNetConnection"

Ran Steam as Administrator -

Ran Project in Standalone -

Still Can’t Get Steam To Initialize. What Am I Missing ?

[quote=“No_Circuit, post:1895, topic:30020”]

Reset My Computer -

Still Can’t Get Steam To Initialize. What Am I Missing ?

Do you happen to have the VR Home environment enabled in SteamVR? I haven’t checked in a couple of months because I turned it off, however it used to cause the Steam subsystem to fail to initialize in builds ran outside of the steam launcher because the home environment would be using the resources.

You can check in the log to see if steam just straight doesn’t init or if something else is wrong.


Log file open, 07/31/18 21:22:43
LogWindows: Failed to load 'aqProf.dll' (GetLastError=126)
LogWindows: File 'aqProf.dll' does not exist
LogWindows: Failed to load 'VSPerf140.dll' (GetLastError=126)
LogWindows: File 'VSPerf140.dll' does not exist
LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=126)
LogWindows: File 'VtuneApi.dll' does not exist
LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=126)
LogWindows: File 'VtuneApi32e.dll' does not exist
LogInit: Display: Running engine for game: CyberWar
LogInit: Display: Project file not found: ../../../CyberWar/CyberWar.uproject
LogInit: Display:     Attempting to find via project info helper.
LogUProjectInfo: Found projects:
LogPlatformFile: Not using cached read wrapper
LogInit: Display: RandInit(1868911979) SRandInit(1868911979).
LogTaskGraph: Started task graph with 5 named threads and 14 total threads with 3 sets of task threads.
LogStats: Stats thread started at 0.137906
LogD3D11RHI: Aftermath initialized
LogPluginManager: Mounting plugin OnlineSubsystemSteam
LogPluginManager: Mounting plugin OnlineSubsystem
LogPluginManager: Mounting plugin OnlineSubsystemUtils
LogPluginManager: Mounting plugin NativizedAssets
LogPluginManager: Mounting plugin Paper2D
LogPluginManager: Mounting plugin LightPropagationVolume
LogPluginManager: Mounting plugin FacialAnimation
LogPluginManager: Mounting plugin CharacterAI
LogPluginManager: Mounting plugin HTML5Networking
LogPluginManager: Mounting plugin AvfMedia
LogPluginManager: Mounting plugin ImgMedia
LogPluginManager: Mounting plugin MediaCompositing
LogPluginManager: Mounting plugin WmfMedia
LogPluginManager: Mounting plugin TcpMessaging
LogPluginManager: Mounting plugin UdpMessaging
LogPluginManager: Mounting plugin ActorSequence
LogPluginManager: Mounting plugin OnlineSubsystemNull
LogPluginManager: Mounting plugin AndroidPermission
LogPluginManager: Mounting plugin AppleARKit
LogPluginManager: Mounting plugin ArchVisCharacter
LogPluginManager: Mounting plugin CableComponent
LogPluginManager: Mounting plugin CustomMeshComponent
LogPluginManager: Mounting plugin ExampleDeviceProfileSelector
LogPluginManager: Mounting plugin ImmediatePhysics
LogPluginManager: Mounting plugin LocationServicesBPLibrary
LogPluginManager: Mounting plugin MobilePatchingUtils
LogPluginManager: Mounting plugin OculusVR
LogPluginManager: Mounting plugin PhysXVehicles
LogPluginManager: Mounting plugin ProceduralMeshComponent
LogPluginManager: Mounting plugin RuntimePhysXCooking
LogPluginManager: Mounting plugin SteamVR
LogPluginManager: Mounting plugin WindowsMoviePlayer
LogInit: Using libcurl 7.47.1
LogInit:  - built for x86_64-pc-win32
LogInit:  - supports SSL with OpenSSL/1.0.2g
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_IDN
LogInit:  CurlRequestOptions (configurable via config and command line):
LogInit:  - bVerifyPeer = false  - Libcurl will NOT verify peer certificate
LogInit:  - bUseHttpProxy = false  - Libcurl will NOT use HTTP proxy
LogInit:  - bDontReuseConnections = false  - Libcurl will reuse connections
LogInit:  - CertBundlePath = nullptr  - Libcurl will use whatever was configured at build time.
LogOnline: Display: STEAM: Loading Steam SDK 1.39
LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467
LogInit: Build: ++UE4+Release-4.18-CL-3832480
LogInit: Engine Version: 4.18.3-3832480+++UE4+Release-4.18
LogInit: Compatible Engine Version: 4.18.0-3709383+++UE4+Release-4.18
LogInit: Net CL: 3709383
LogDevObjectVersion: Number of dev versions registered: 16
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): 2
LogDevObjectVersion:   Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 20
LogDevObjectVersion:   Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 30
LogDevObjectVersion:   Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 0
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): 20
LogDevObjectVersion:   Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 4
LogDevObjectVersion:   Dev-VR (D7296918-1DD6-4BDD-9DE2-64A83CC13884): 0
LogDevObjectVersion:   Dev-LoadTimes (C2A15278-BFE7-4AFE-6C17-90FF531DF755): 1
LogDevObjectVersion:   Private-Geometry (6EACA3D4-40EC-4CC1-B786-8BED09428FC5): 1
LogDevObjectVersion:   Dev-AnimPhys (29E575DD-E0A3-4627-9D10-D276232CDCEA): 12
LogInit: Compiled (64-bit): Jan 12 2018 05:53:08
LogInit: Compiled with Visual C++: 19.00.24215.01
LogInit: Build Configuration: Development
LogInit: Branch Name: ++UE4+Release-4.18
LogInit: Command line:  
LogInit: Base directory: H:/CyberWar 4.27/EXE/222/WindowsNoEditor/CyberWar/Binaries/Win64/
LogInit: Installed Engine Build: 0
LogInit: Presizing for 2097152 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool.
LogStreaming: Display: Async Loading initialized: Event Driven Loader: true, Async Loading Thread: false
LogInit: Object subsystem initialized
[2018.07.31-18.22.43:904][  0]LogInit: Selected Device Profile: [WindowsNoEditor]
[2018.07.31-18.22.43:904][  0]LogInit: Applying CVar settings loaded from the selected device profile: [WindowsNoEditor]
[2018.07.31-18.22.43:923][  0]LogInit: Computer: TEST
[2018.07.31-18.22.43:923][  0]LogInit: User: Admin
[2018.07.31-18.22.43:923][  0]LogInit: CPU Page size=4096, Cores=4
[2018.07.31-18.22.43:923][  0]LogInit: High frequency timer resolution =3.410117 MHz
[2018.07.31-18.22.43:924][  0]LogMemory: Memory total: Physical=7.9GB (8GB approx)
[2018.07.31-18.22.43:924][  0]LogMemory: Platform Memory Stats for WindowsNoEditor
[2018.07.31-18.22.43:924][  0]LogMemory: Process Physical Memory: 123.14 MB used, 123.14 MB peak
[2018.07.31-18.22.43:924][  0]LogMemory: Process Virtual Memory: 119.59 MB used, 119.59 MB peak
[2018.07.31-18.22.43:924][  0]LogMemory: Physical Memory: 2729.46 MB used,  5400.23 MB free, 8129.69 MB total
[2018.07.31-18.22.43:924][  0]LogMemory: Virtual Memory: 435.86 MB used,  5400.23 MB free, 8388608.00 MB total
[2018.07.31-18.22.43:972][  0]LogInit: Using OS detected language (ru-RU).
[2018.07.31-18.22.43:972][  0]LogInit: Using OS detected locale (ru-RU).
[2018.07.31-18.22.43:972][  0]LogTextLocalizationManager: No localization for 'ru-RU' exists, so 'en' will be used for the language.
[2018.07.31-18.22.43:972][  0]LogTextLocalizationManager: No localization for 'ru-RU' exists, so 'en' will be used for the locale.
[2018.07.31-18.22.44:006][  0]LogD3D11RHI: D3D11 adapters:
[2018.07.31-18.22.44:059][  0]LogD3D11RHI:    0. 'NVIDIA GeForce GTX 560 Ti' (Feature Level 11_0)
[2018.07.31-18.22.44:059][  0]LogD3D11RHI:       969/0/3071 MB DedicatedVideo/DedicatedSystem/SharedSystem, Outputs:1, VendorId:0x10de
[2018.07.31-18.22.44:059][  0]LogD3D11RHI: Chosen D3D11 Adapter: 0
[2018.07.31-18.22.44:064][  0]LogD3D11RHI: Creating new Direct3DDevice
[2018.07.31-18.22.44:064][  0]LogD3D11RHI:     GPU DeviceId: 0x1200 (for the marketing name, search the web for "GPU Device Id")
[2018.07.31-18.22.44:064][  0]LogWindows: EnumDisplayDevices:
[2018.07.31-18.22.44:064][  0]LogWindows:    0. 'NVIDIA GeForce GTX 560 Ti' (P:1 D:1)
[2018.07.31-18.22.44:064][  0]LogWindows:    1. 'NVIDIA GeForce GTX 560 Ti' (P:0 D:0)
[2018.07.31-18.22.44:064][  0]LogWindows:    2. 'RDPDD Chained DD' (P:0 D:0)
[2018.07.31-18.22.44:065][  0]LogWindows:    3. 'RDP Encoder Mirror Driver' (P:0 D:0)
[2018.07.31-18.22.44:065][  0]LogWindows:    4. 'RDP Reflector Display Driver' (P:0 D:0)
[2018.07.31-18.22.44:065][  0]LogWindows: DebugString: GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter FoundDriverCount:2 
[2018.07.31-18.22.44:065][  0]LogD3D11RHI:     Adapter Name: NVIDIA GeForce GTX 560 Ti
[2018.07.31-18.22.44:065][  0]LogD3D11RHI:   Driver Version: 390.77 (internal:23.21.13.9077, unified:390.77)
[2018.07.31-18.22.44:065][  0]LogD3D11RHI:      Driver Date: 1-23-2018
[2018.07.31-18.22.44:065][  0]LogRHI: Texture pool is 678 MB (70% of 969 MB)
[2018.07.31-18.22.44:079][  0]LogD3D11RHI: Display: Timestamp queries are currently disabled on this hardware due to instability. Realtime GPU stats will not be available. You can override this behaviour by setting r.NVIDIATimestampWorkaround to 0
[2018.07.31-18.22.44:079][  0]LogD3D11RHI: Async texture creation enabled
[2018.07.31-18.22.44:093][  0]LogD3D11RHI: GPU Timing Frequency: 1000.000000 (Debug: 2 2)
[2018.07.31-18.22.44:099][  0]LogMaterial: Verifying Global Shaders for PCD3D_SM5
[2018.07.31-18.22.44:100][  0]LogSlate: Using Freetype 2.6.0
[2018.07.31-18.22.44:100][  0]LogSlate: SlateFontCache - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
[2018.07.31-18.22.44:100][  0]LogSlate: SlateFontCache - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
[2018.07.31-18.22.44:169][  0]LogAssetRegistry: FAssetRegistry took 0.0150 seconds to start up
[2018.07.31-18.22.44:236][  0]LogPackageLocalizationCache: Processed 7 localized package path(s) for 1 prioritized culture(s) in 0.002441 seconds
[2018.07.31-18.22.44:236][  0]LogPakFile: New pak file ../../../CyberWar/Content/Paks/CyberWar-WindowsNoEditor.pak added to pak precacher.
[2018.07.31-18.22.44:243][  0]LogInit: Selected Device Profile: [WindowsNoEditor]
[2018.07.31-18.22.44:369][  0]LogNetVersion: CyberWar , NetCL: 3709383, EngineNetVer: 2, GameNetVer: 0 (Checksum: 2311747216)
[2018.07.31-18.22.44:542][  0]LogMoviePlayer: Initializing movie player
[2018.07.31-18.22.44:606][  0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance
[2018.07.31-18.22.44:606][  0]LogOcInput: OculusInput pre-init called
[2018.07.31-18.22.44:609][  0]LogUObjectArray: 31015 objects as part of root set at end of initial load.
[2018.07.31-18.22.44:609][  0]LogUObjectAllocator: 6013872 out of 0 bytes used by permanent object pool.
[2018.07.31-18.22.44:609][  0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
[2018.07.31-18.22.44:620][  0]LogEngine: Initializing Engine...
[2018.07.31-18.22.44:622][  0]LogHMD: Failed to initialize OpenVR with code 110
[2018.07.31-18.22.44:999][  0]LogStats: UGameplayTagsManager::ConstructGameplayTagTree: Construct from data asset -  0.000 s
[2018.07.31-18.22.44:999][  0]LogStats: UGameplayTagsManager::ConstructGameplayTagTree: GameplayTagTreeChangedEvent.Broadcast -  0.000 s
[2018.07.31-18.22.45:026][  0]LogInit: XAudio2 using 'Динамики (Realtek High Definition Audio)' : 2 channels at 48 kHz using 32 bits per sample (channel mask 0x3)
[2018.07.31-18.22.45:035][  0]LogInit: FAudioDevice initialized.
[2018.07.31-18.22.45:045][  0]LogInit: Texture streaming: Enabled
[2018.07.31-18.22.45:642][  0]LogStreaming: Error: Couldn't find file for package /Game/BallisticsVFX/SFX/Impacts/Flesh/Flesh_07 requested by async loading code. NameToLoad: /Game/BallisticsVFX/SFX/Impacts/Flesh/Flesh_07
[2018.07.31-18.22.45:642][  0]LogStreaming: Error: Found 0 dependent packages...
[2018.07.31-18.22.46:982][  0]LogMaterial: Can't compile M_SolidDrop with cooked content, will use default material instead
[2018.07.31-18.22.46:982][  0]LogMaterial: Warning: /Game/Ballistics/Particles/FXMaterials/Liquids/M_SolidDrop.M_SolidDrop: Failed to compile Material for platform PCD3D_SM5, Default Material will be used in game.
[2018.07.31-18.22.47:099][  0]LogMaterial: Can't compile Decals_Concrete with cooked content, will use default material instead
[2018.07.31-18.22.47:099][  0]LogMaterial: Warning: /Game/Ballistics/Decals/Decals_Concrete.Decals_Concrete: Failed to compile Material for platform PCD3D_SM5, Default Material will be used in game.
[2018.07.31-18.22.47:122][  0]LogInit: Display: Game Engine Initialized.
[2018.07.31-18.22.47:123][  0]LogGameplayTags: Display: UGameplayTagsManager::DoneAddingNativeTags. DelegateIsBound: 0
[2018.07.31-18.22.47:132][  0]LogInit: Display: Starting Game.
[2018.07.31-18.22.47:132][  0]LogNet: Browse: /Game/Maps/MainMenu?Name=Player
[2018.07.31-18.22.47:137][  0]LogLoad: LoadMap: /Game/Maps/MainMenu?Name=Player
[2018.07.31-18.22.47:178][  0]LogAIModule: Creating AISystem for world MainMenu
[2018.07.31-18.22.47:178][  0]LogLoad: Game class is 'GameMode'
[2018.07.31-18.22.47:178][  0]LogWorld: Bringing World /Game/Maps/MainMenu.MainMenu up for play (tick rate 0) at 2018.07.31-21.22.47
[2018.07.31-18.22.47:179][  0]LogWorld: Bringing up level for play took: 0.000338
[2018.07.31-18.22.47:179][  0]LogGameMode: FindPlayerStart: PATHS NOT DEFINED or NO PLAYERSTART with positive rating
[2018.07.31-18.22.47:180][  0]LogGameMode: Display: Match State Changed from EnteringMap to WaitingToStart
[2018.07.31-18.22.47:180][  0]LogGameState: Match State Changed from EnteringMap to WaitingToStart
[2018.07.31-18.22.47:180][  0]LogGameMode: Display: Match State Changed from WaitingToStart to InProgress
[2018.07.31-18.22.47:181][  0]LogUMG: Warning: Widget Class MainMenuWidget_C - Using Slow CreateWidget path because this class could not be templated.
[2018.07.31-18.22.47:182][  0]LogGameState: Match State Changed from WaitingToStart to InProgress
[2018.07.31-18.22.47:182][  0]LogLoad: Took 0.045259 seconds to LoadMap(/Game/Maps/MainMenu)
[2018.07.31-18.22.47:186][  0]LogSlate: Took 0.003518 seconds to synchronously load lazily loaded font '../../../Engine/Content/EngineFonts/Faces/RobotoRegular.ufont' (155K)
[2018.07.31-18.22.47:216][  0]LogLoad: (Engine Initialization) Total time: 3.95 seconds
[2018.07.31-18.22.47:216][  0]LogExternalProfiler: No external profilers were discovered.  External profiling features will not be available.
[2018.07.31-18.22.47:269][  0]LogRenderer: Reallocating scene render targets to support 1280x1024 Format 10 NumSamples 1 (Frame:1).
[2018.07.31-18.22.47:300][  0]LogContentStreaming: Texture pool size now 1000 MB
[2018.07.31-18.22.47:303][  1]LogAudio: Warning: Detected orphaned looping sound 'Soul_Music_FlyUp01_Cue'.
[2018.07.31-18.22.52:258][291]LogUMG: Warning: Widget Class Steam_C - Using Slow CreateWidget path because this class could not be templated.
[2018.07.31-18.22.52:541][291]LogSlate: Took 0.281461 seconds to synchronously load lazily loaded font '../../../Engine/Content/EngineFonts/Faces/RobotoBold.ufont' (160K)
[2018.07.31-18.22.53:813][370]LogUMG: Warning: Widget Class SteamSearchGame_C - Using Slow CreateWidget path because this class could not be templated.
[2018.07.31-18.22.55:824][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 1
[2018.07.31-18.22.55:824][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 1
[2018.07.31-18.22.55:824][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:824][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:825][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG -2103828394
[2018.07.31-18.22.55:825][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value -2103828394
[2018.07.31-18.22.55:825][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 134144664848711
[2018.07.31-18.22.55:825][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 134144664848711
[2018.07.31-18.22.55:825][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:825][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:825][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86643F6]'
[2018.07.31-18.22.55:825][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data actual_password 6e404702abfdc15c3b1b7f14feb54c16
[2018.07.31-18.22.55:825][495]LogOnline: Warning: STEAM: Failed to parse setting from key actual_password value 6e404702abfdc15c3b1b7f14feb54c16
[2018.07.31-18.22.55:825][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data desc Stellaris
[2018.07.31-18.22.55:825][495]LogOnline: Warning: STEAM: Failed to parse setting from key desc value Stellaris
[2018.07.31-18.22.55:826][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data mod Stellaris
[2018.07.31-18.22.55:826][495]LogOnline: Warning: STEAM: Failed to parse setting from key mod value Stellaris
[2018.07.31-18.22.55:826][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data name ILIYXA
[2018.07.31-18.22.55:826][495]LogOnline: Warning: STEAM: Failed to parse setting from key name value ILIYXA
[2018.07.31-18.22.55:826][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data password 0
[2018.07.31-18.22.55:826][495]LogOnline: Warning: STEAM: Failed to parse setting from key password value 0
[2018.07.31-18.22.55:826][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data status STARTING
[2018.07.31-18.22.55:826][495]LogOnline: Warning: STEAM: Failed to parse setting from key status value STARTING
[2018.07.31-18.22.55:826][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data version Niven v2.1.1 (d173)
[2018.07.31-18.22.55:826][495]LogOnline: Warning: STEAM: Failed to parse setting from key version value Niven v2.1.1 (d173)
[2018.07.31-18.22.55:826][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverIP 0
[2018.07.31-18.22.55:826][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverIP value 0
[2018.07.31-18.22.55:826][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverPort 0
[2018.07.31-18.22.55:826][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverPort value 0
[2018.07.31-18.22.55:827][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverSteamID 90116655733679113
[2018.07.31-18.22.55:827][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverSteamID value 90116655733679113
[2018.07.31-18.22.55:827][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86BBD46]'
[2018.07.31-18.22.55:827][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 1
[2018.07.31-18.22.55:827][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 1
[2018.07.31-18.22.55:827][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:827][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:827][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG 566361200
[2018.07.31-18.22.55:827][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value 566361200
[2018.07.31-18.22.55:827][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 126448042034035
[2018.07.31-18.22.55:827][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 126448042034035
[2018.07.31-18.22.55:827][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:827][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:827][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86B1DF4]'
[2018.07.31-18.22.55:827][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 1
[2018.07.31-18.22.55:827][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 1
[2018.07.31-18.22.55:827][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:827][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:827][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG -1712810019
[2018.07.31-18.22.55:827][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value -1712810019
[2018.07.31-18.22.55:827][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 37387639584503
[2018.07.31-18.22.55:827][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 37387639584503
[2018.07.31-18.22.55:828][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:828][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:828][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86B7459]'
[2018.07.31-18.22.55:828][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 1
[2018.07.31-18.22.55:828][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 1
[2018.07.31-18.22.55:828][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:828][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:828][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 280379683376946
[2018.07.31-18.22.55:828][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 280379683376946
[2018.07.31-18.22.55:828][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 6
[2018.07.31-18.22.55:828][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 6
[2018.07.31-18.22.55:828][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86CBDD1]'
[2018.07.31-18.22.55:828][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 1
[2018.07.31-18.22.55:828][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 1
[2018.07.31-18.22.55:828][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:828][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:828][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG -202347169
[2018.07.31-18.22.55:828][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value -202347169
[2018.07.31-18.22.55:828][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 51677135112884
[2018.07.31-18.22.55:828][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 51677135112884
[2018.07.31-18.22.55:828][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:828][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:828][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86D6F6C]'
[2018.07.31-18.22.55:828][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data currentmembers 2
[2018.07.31-18.22.55:828][495]LogOnline: Warning: STEAM: Failed to parse setting from key currentmembers value 2
[2018.07.31-18.22.55:828][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data guid 149afb0e-4f12-4cc7-805a-c6ae45f5f7cc
[2018.07.31-18.22.55:828][495]LogOnline: Warning: STEAM: Failed to parse setting from key guid value 149afb0e-4f12-4cc7-805a-c6ae45f5f7cc
[2018.07.31-18.22.55:829][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data name ?????? ?????????? (youngMiracle)
[2018.07.31-18.22.55:829][495]LogOnline: Warning: STEAM: Failed to parse setting from key name value ?????? ?????????? (youngMiracle)
[2018.07.31-18.22.55:829][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverIP 0
[2018.07.31-18.22.55:829][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverIP value 0
[2018.07.31-18.22.55:829][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverPort 0
[2018.07.31-18.22.55:829][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverPort value 0
[2018.07.31-18.22.55:829][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverSteamID 90116657342754819
[2018.07.31-18.22.55:829][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverSteamID value 90116657342754819
[2018.07.31-18.22.55:829][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86CF70A]'
[2018.07.31-18.22.55:829][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data actual_password 47b8411a268851406bbc2c949f90ceeb
[2018.07.31-18.22.55:829][495]LogOnline: Warning: STEAM: Failed to parse setting from key actual_password value 47b8411a268851406bbc2c949f90ceeb
[2018.07.31-18.22.55:829][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data desc RP
[2018.07.31-18.22.55:829][495]LogOnline: Warning: STEAM: Failed to parse setting from key desc value RP
[2018.07.31-18.22.55:829][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data mod Stellaris
[2018.07.31-18.22.55:829][495]LogOnline: Warning: STEAM: Failed to parse setting from key mod value Stellaris
[2018.07.31-18.22.55:829][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data name Amanda_1
[2018.07.31-18.22.55:829][495]LogOnline: Warning: STEAM: Failed to parse setting from key name value Amanda_1
[2018.07.31-18.22.55:829][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data password 1
[2018.07.31-18.22.55:829][495]LogOnline: Warning: STEAM: Failed to parse setting from key password value 1
[2018.07.31-18.22.55:829][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data status STARTING
[2018.07.31-18.22.55:829][495]LogOnline: Warning: STEAM: Failed to parse setting from key status value STARTING
[2018.07.31-18.22.55:829][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data tags rp
[2018.07.31-18.22.55:829][495]LogOnline: Warning: STEAM: Failed to parse setting from key tags value rp
[2018.07.31-18.22.55:829][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data version Niven v2.1.1 (d173)
[2018.07.31-18.22.55:829][495]LogOnline: Warning: STEAM: Failed to parse setting from key version value Niven v2.1.1 (d173)
[2018.07.31-18.22.55:829][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverIP 0
[2018.07.31-18.22.55:829][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverIP value 0
[2018.07.31-18.22.55:830][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverPort 0
[2018.07.31-18.22.55:830][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverPort value 0
[2018.07.31-18.22.55:830][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverSteamID 90116656409197574
[2018.07.31-18.22.55:830][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverSteamID value 90116656409197574
[2018.07.31-18.22.55:830][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86C36C2]'
[2018.07.31-18.22.55:830][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 1
[2018.07.31-18.22.55:830][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 1
[2018.07.31-18.22.55:830][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:830][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:830][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 29691088398839
[2018.07.31-18.22.55:830][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 29691088398839
[2018.07.31-18.22.55:830][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 6
[2018.07.31-18.22.55:830][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 6
[2018.07.31-18.22.55:830][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86A91CD]'
[2018.07.31-18.22.55:830][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 1
[2018.07.31-18.22.55:830][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 1
[2018.07.31-18.22.55:830][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 280379683376946
[2018.07.31-18.22.55:830][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 280379683376946
[2018.07.31-18.22.55:830][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 6
[2018.07.31-18.22.55:830][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 6
[2018.07.31-18.22.55:830][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86CBDDB]'
[2018.07.31-18.22.55:830][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 1
[2018.07.31-18.22.55:830][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 1
[2018.07.31-18.22.55:830][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG -1334786572
[2018.07.31-18.22.55:830][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value -1334786572
[2018.07.31-18.22.55:830][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 71472523404240
[2018.07.31-18.22.55:830][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 71472523404240
[2018.07.31-18.22.55:831][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:831][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:831][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86C28CA]'
[2018.07.31-18.22.55:831][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 3
[2018.07.31-18.22.55:831][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 3
[2018.07.31-18.22.55:831][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:831][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:831][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG 724233850
[2018.07.31-18.22.55:831][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value 724233850
[2018.07.31-18.22.55:831][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 90164187245544
[2018.07.31-18.22.55:831][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 90164187245544
[2018.07.31-18.22.55:831][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:831][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:831][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86C2D4D]'
[2018.07.31-18.22.55:831][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 1
[2018.07.31-18.22.55:831][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 1
[2018.07.31-18.22.55:831][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG 1659651147
[2018.07.31-18.22.55:831][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value 1659651147
[2018.07.31-18.22.55:831][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 70372923431262
[2018.07.31-18.22.55:831][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 70372923431262
[2018.07.31-18.22.55:831][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:831][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:831][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86D3D47]'
[2018.07.31-18.22.55:831][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 1
[2018.07.31-18.22.55:831][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 1
[2018.07.31-18.22.55:831][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:831][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:831][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG 557975710
[2018.07.31-18.22.55:831][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value 557975710
[2018.07.31-18.22.55:832][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 19795465055119
[2018.07.31-18.22.55:832][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 19795465055119
[2018.07.31-18.22.55:832][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:832][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:832][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86B2369]'
[2018.07.31-18.22.55:832][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 10000012 10000
[2018.07.31-18.22.55:832][495]LogOnline: Warning: STEAM: Failed to parse setting from key 10000012 value 10000
[2018.07.31-18.22.55:832][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 10000013 236132
[2018.07.31-18.22.55:832][495]LogOnline: Warning: STEAM: Failed to parse setting from key 10000013 value 236132
[2018.07.31-18.22.55:832][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 10000015 3840
[2018.07.31-18.22.55:832][495]LogOnline: Warning: STEAM: Failed to parse setting from key 10000015 value 3840
[2018.07.31-18.22.55:832][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 10000017 0
[2018.07.31-18.22.55:832][495]LogOnline: Warning: STEAM: Failed to parse setting from key 10000017 value 0
[2018.07.31-18.22.55:832][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 10000018 235984829
[2018.07.31-18.22.55:832][495]LogOnline: Warning: STEAM: Failed to parse setting from key 10000018 value 235984829
[2018.07.31-18.22.55:832][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 1000003c 3
[2018.07.31-18.22.55:832][495]LogOnline: Warning: STEAM: Failed to parse setting from key 1000003c value 3
[2018.07.31-18.22.55:832][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 1000003d 3407906
[2018.07.31-18.22.55:832][495]LogOnline: Warning: STEAM: Failed to parse setting from key 1000003d value 3407906
[2018.07.31-18.22.55:832][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 2000001d -7081508000721685504
[2018.07.31-18.22.55:832][495]LogOnline: Warning: STEAM: Failed to parse setting from key 2000001d value -7081508000721685504
[2018.07.31-18.22.55:832][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 2000001e 0
[2018.07.31-18.22.55:832][495]LogOnline: Warning: STEAM: Failed to parse setting from key 2000001e value 0
[2018.07.31-18.22.55:832][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 20000021 0
[2018.07.31-18.22.55:832][495]LogOnline: Warning: STEAM: Failed to parse setting from key 20000021 value 0
[2018.07.31-18.22.55:832][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 2000003b 0
[2018.07.31-18.22.55:832][495]LogOnline: Warning: STEAM: Failed to parse setting from key 2000003b value 0
[2018.07.31-18.22.55:833][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 2000004d 33554441
[2018.07.31-18.22.55:833][495]LogOnline: Warning: STEAM: Failed to parse setting from key 2000004d value 33554441
[2018.07.31-18.22.55:833][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 2000004e 0
[2018.07.31-18.22.55:833][495]LogOnline: Warning: STEAM: Failed to parse setting from key 2000004e value 0
[2018.07.31-18.22.55:833][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 800a 0
[2018.07.31-18.22.55:833][495]LogOnline: Warning: STEAM: Failed to parse setting from key 800a value 0
[2018.07.31-18.22.55:833][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 800b 0
[2018.07.31-18.22.55:833][495]LogOnline: Warning: STEAM: Failed to parse setting from key 800b value 0
[2018.07.31-18.22.55:833][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 9 0
[2018.07.31-18.22.55:833][495]LogOnline: Warning: STEAM: Failed to parse setting from key 9 value 0
[2018.07.31-18.22.55:833][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data name JlAFEP
[2018.07.31-18.22.55:833][495]LogOnline: Warning: STEAM: Failed to parse setting from key name value JlAFEP
[2018.07.31-18.22.55:833][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data owner 76561198331555154
[2018.07.31-18.22.55:833][495]LogOnline: Warning: STEAM: Failed to parse setting from key owner value 76561198331555154
[2018.07.31-18.22.55:833][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data players_cnt 2
[2018.07.31-18.22.55:833][495]LogOnline: Warning: STEAM: Failed to parse setting from key players_cnt value 2
[2018.07.31-18.22.55:833][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F869FFCE]'
[2018.07.31-18.22.55:833][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 1
[2018.07.31-18.22.55:833][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 1
[2018.07.31-18.22.55:833][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:833][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:833][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG -1965630255
[2018.07.31-18.22.55:833][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value -1965630255
[2018.07.31-18.22.55:833][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 534362795474295
[2018.07.31-18.22.55:833][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 534362795474295
[2018.07.31-18.22.55:833][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:833][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:833][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86AAADC]'
[2018.07.31-18.22.55:834][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 1
[2018.07.31-18.22.55:834][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 1
[2018.07.31-18.22.55:834][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 111050731426530
[2018.07.31-18.22.55:834][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 111050731426530
[2018.07.31-18.22.55:834][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 6
[2018.07.31-18.22.55:834][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 6
[2018.07.31-18.22.55:834][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86CEE33]'
[2018.07.31-18.22.55:834][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 1
[2018.07.31-18.22.55:834][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 1
[2018.07.31-18.22.55:834][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG -1180268559
[2018.07.31-18.22.55:834][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value -1180268559
[2018.07.31-18.22.55:834][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 126448042034035
[2018.07.31-18.22.55:834][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 126448042034035
[2018.07.31-18.22.55:834][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:834][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:834][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86D6A84]'
[2018.07.31-18.22.55:834][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data LobbyType k_ELobbyTypePublic
[2018.07.31-18.22.55:834][495]LogOnline: Warning: STEAM: Failed to parse setting from key LobbyType value k_ELobbyTypePublic
[2018.07.31-18.22.55:834][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data version 1.3
[2018.07.31-18.22.55:834][495]LogOnline: Warning: STEAM: Failed to parse setting from key version value 1.3
[2018.07.31-18.22.55:834][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86D8745]'
[2018.07.31-18.22.55:835][495]LogNetVersion: CyberWar 1.0.0.0, NetCL: 3709383, EngineNetVer: 2, GameNetVer: 0 (Checksum: 2574365049)
[2018.07.31-18.22.55:835][495]LogOnline: Warning: STEAM: Removed incompatible build: ServerBuildUniqueId = 0x7e81e314, GetBuildUniqueId() = 0x60382534
[2018.07.31-18.22.55:835][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86D7EFD]'
[2018.07.31-18.22.55:835][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 1
[2018.07.31-18.22.55:835][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 1
[2018.07.31-18.22.55:835][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG 368307489
[2018.07.31-18.22.55:835][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value 368307489
[2018.07.31-18.22.55:835][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 37387639584503
[2018.07.31-18.22.55:835][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 37387639584503
[2018.07.31-18.22.55:835][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:835][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:835][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86B7466]'
[2018.07.31-18.22.55:835][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86D995D]'
[2018.07.31-18.22.55:835][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 1
[2018.07.31-18.22.55:835][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 1
[2018.07.31-18.22.55:836][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 68173989126834
[2018.07.31-18.22.55:836][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 68173989126834
[2018.07.31-18.22.55:836][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 6
[2018.07.31-18.22.55:836][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 6
[2018.07.31-18.22.55:836][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86DA29A]'
[2018.07.31-18.22.55:836][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 1
[2018.07.31-18.22.55:836][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 1
[2018.07.31-18.22.55:836][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:836][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:836][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 68173989126834
[2018.07.31-18.22.55:836][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 68173989126834
[2018.07.31-18.22.55:836][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 6
[2018.07.31-18.22.55:836][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 6
[2018.07.31-18.22.55:836][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86B34C7]'
[2018.07.31-18.22.55:836][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 1
[2018.07.31-18.22.55:836][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 1
[2018.07.31-18.22.55:836][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:836][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:836][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 29691088398839
[2018.07.31-18.22.55:836][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 29691088398839
[2018.07.31-18.22.55:836][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 6
[2018.07.31-18.22.55:836][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 6
[2018.07.31-18.22.55:836][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86CE860]'
[2018.07.31-18.22.55:836][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data actual_password b2a6944afc8c9267c0bc00e468a8070e
[2018.07.31-18.22.55:836][495]LogOnline: Warning: STEAM: Failed to parse setting from key actual_password value b2a6944afc8c9267c0bc00e468a8070e
[2018.07.31-18.22.55:836][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data desc Stellaris
[2018.07.31-18.22.55:836][495]LogOnline: Warning: STEAM: Failed to parse setting from key desc value Stellaris
[2018.07.31-18.22.55:836][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data mod Stellaris
[2018.07.31-18.22.55:837][495]LogOnline: Warning: STEAM: Failed to parse setting from key mod value Stellaris
[2018.07.31-18.22.55:837][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data name Bytina_Nadezda
[2018.07.31-18.22.55:837][495]LogOnline: Warning: STEAM: Failed to parse setting from key name value Bytina_Nadezda
[2018.07.31-18.22.55:837][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data password 1
[2018.07.31-18.22.55:837][495]LogOnline: Warning: STEAM: Failed to parse setting from key password value 1
[2018.07.31-18.22.55:837][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data status RUNNING
[2018.07.31-18.22.55:837][495]LogOnline: Warning: STEAM: Failed to parse setting from key status value RUNNING
[2018.07.31-18.22.55:837][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data version Niven v2.1.0 (01a9)
[2018.07.31-18.22.55:837][495]LogOnline: Warning: STEAM: Failed to parse setting from key version value Niven v2.1.0 (01a9)
[2018.07.31-18.22.55:837][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverIP 0
[2018.07.31-18.22.55:837][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverIP value 0
[2018.07.31-18.22.55:837][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverPort 0
[2018.07.31-18.22.55:837][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverPort value 0
[2018.07.31-18.22.55:837][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverSteamID 90116657679532038
[2018.07.31-18.22.55:837][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverSteamID value 90116657679532038
[2018.07.31-18.22.55:837][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86D57E3]'
[2018.07.31-18.22.55:837][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data actual_password a7b45af9fd71f79e24dc70711cb453d2
[2018.07.31-18.22.55:837][495]LogOnline: Warning: STEAM: Failed to parse setting from key actual_password value a7b45af9fd71f79e24dc70711cb453d2
[2018.07.31-18.22.55:837][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data desc Stellaris
[2018.07.31-18.22.55:837][495]LogOnline: Warning: STEAM: Failed to parse setting from key desc value Stellaris
[2018.07.31-18.22.55:837][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data mod Stellaris
[2018.07.31-18.22.55:837][495]LogOnline: Warning: STEAM: Failed to parse setting from key mod value Stellaris
[2018.07.31-18.22.55:837][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data name manhattan217
[2018.07.31-18.22.55:837][495]LogOnline: Warning: STEAM: Failed to parse setting from key name value manhattan217
[2018.07.31-18.22.55:837][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data password 1
[2018.07.31-18.22.55:837][495]LogOnline: Warning: STEAM: Failed to parse setting from key password value 1
[2018.07.31-18.22.55:837][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data status STARTING
[2018.07.31-18.22.55:837][495]LogOnline: Warning: STEAM: Failed to parse setting from key status value STARTING
[2018.07.31-18.22.55:838][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data version Niven v2.1.1 (d173)
[2018.07.31-18.22.55:838][495]LogOnline: Warning: STEAM: Failed to parse setting from key version value Niven v2.1.1 (d173)
[2018.07.31-18.22.55:838][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverIP 0
[2018.07.31-18.22.55:838][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverIP value 0
[2018.07.31-18.22.55:838][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverPort 0
[2018.07.31-18.22.55:838][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverPort value 0
[2018.07.31-18.22.55:838][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverSteamID 90116656596067333
[2018.07.31-18.22.55:838][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverSteamID value 90116656596067333
[2018.07.31-18.22.55:838][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86C5BA2]'
[2018.07.31-18.22.55:838][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 1
[2018.07.31-18.22.55:838][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 1
[2018.07.31-18.22.55:838][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG -1213047530
[2018.07.31-18.22.55:838][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value -1213047530
[2018.07.31-18.22.55:838][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 101155115058464
[2018.07.31-18.22.55:838][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 101155115058464
[2018.07.31-18.22.55:838][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:838][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:838][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86D7B1B]'
[2018.07.31-18.22.55:838][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 1
[2018.07.31-18.22.55:838][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 1
[2018.07.31-18.22.55:838][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG -603619770
[2018.07.31-18.22.55:838][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value -603619770
[2018.07.31-18.22.55:838][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 437609789425991
[2018.07.31-18.22.55:838][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 437609789425991
[2018.07.31-18.22.55:838][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:838][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:838][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86D9E79]'
[2018.07.31-18.22.55:838][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 1
[2018.07.31-18.22.55:839][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 1
[2018.07.31-18.22.55:839][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG 617631031
[2018.07.31-18.22.55:839][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value 617631031
[2018.07.31-18.22.55:839][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 51677135112884
[2018.07.31-18.22.55:839][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 51677135112884
[2018.07.31-18.22.55:839][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:839][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:839][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86D6F83]'
[2018.07.31-18.22.55:839][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 1
[2018.07.31-18.22.55:839][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 1
[2018.07.31-18.22.55:839][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:839][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:839][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 31890100582715
[2018.07.31-18.22.55:839][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 31890100582715
[2018.07.31-18.22.55:839][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 6
[2018.07.31-18.22.55:839][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 6
[2018.07.31-18.22.55:839][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86D3E99]'
[2018.07.31-18.22.55:839][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data desc Road To 56 ?????????????? ?????????????????????? The Road to 56
[2018.07.31-18.22.55:839][495]LogOnline: Warning: STEAM: Failed to parse setting from key desc value Road To 56 ?????????????? ?????????????????????? The Road to 56
[2018.07.31-18.22.55:840][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data mod Road To 56 ?????????????? ?????????????????????? The Road to 56
[2018.07.31-18.22.55:840][495]LogOnline: Warning: STEAM: Failed to parse setting from key mod value Road To 56 ?????????????? ?????????????????????? The Road to 56
[2018.07.31-18.22.55:840][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data name TheSaintProphet
[2018.07.31-18.22.55:840][495]LogOnline: Warning: STEAM: Failed to parse setting from key name value TheSaintProphet
[2018.07.31-18.22.55:840][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data password 0
[2018.07.31-18.22.55:840][495]LogOnline: Warning: STEAM: Failed to parse setting from key password value 0
[2018.07.31-18.22.55:840][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data status STARTING
[2018.07.31-18.22.55:840][495]LogOnline: Warning: STEAM: Failed to parse setting from key status value STARTING
[2018.07.31-18.22.55:840][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data version Cornflakes v1.5.3 (161c)
[2018.07.31-18.22.55:840][495]LogOnline: Warning: STEAM: Failed to parse setting from key version value Cornflakes v1.5.3 (161c)
[2018.07.31-18.22.55:840][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverIP 0
[2018.07.31-18.22.55:840][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverIP value 0
[2018.07.31-18.22.55:840][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverPort 0
[2018.07.31-18.22.55:840][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverPort value 0
[2018.07.31-18.22.55:840][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverSteamID 90116655733722121
[2018.07.31-18.22.55:840][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverSteamID value 90116655733722121
[2018.07.31-18.22.55:840][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86BBD69]'
[2018.07.31-18.22.55:840][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data name Grobovshik's game
[2018.07.31-18.22.55:840][495]LogOnline: Warning: STEAM: Failed to parse setting from key name value Grobovshik's game
[2018.07.31-18.22.55:840][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data version release 2017-04-28a
[2018.07.31-18.22.55:840][495]LogOnline: Warning: STEAM: Failed to parse setting from key version value release 2017-04-28a
[2018.07.31-18.22.55:840][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverIP 0
[2018.07.31-18.22.55:840][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverIP value 0
[2018.07.31-18.22.55:840][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverPort 0
[2018.07.31-18.22.55:840][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverPort value 0
[2018.07.31-18.22.55:840][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverSteamID 90116658240254978
[2018.07.31-18.22.55:840][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverSteamID value 90116658240254978
[2018.07.31-18.22.55:841][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86DB649]'
[2018.07.31-18.22.55:841][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data currentmembers 2
[2018.07.31-18.22.55:841][495]LogOnline: Warning: STEAM: Failed to parse setting from key currentmembers value 2
[2018.07.31-18.22.55:841][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data guid 509e1071-62ee-4a69-903e-3faa59ba6ccd
[2018.07.31-18.22.55:841][495]LogOnline: Warning: STEAM: Failed to parse setting from key guid value 509e1071-62ee-4a69-903e-3faa59ba6ccd
[2018.07.31-18.22.55:841][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data name The Forest Game (GHOST)
[2018.07.31-18.22.55:841][495]LogOnline: Warning: STEAM: Failed to parse setting from key name value The Forest Game (GHOST)
[2018.07.31-18.22.55:841][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverIP 0
[2018.07.31-18.22.55:841][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverIP value 0
[2018.07.31-18.22.55:841][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverPort 0
[2018.07.31-18.22.55:841][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverPort value 0
[2018.07.31-18.22.55:841][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverSteamID 90116657611256838
[2018.07.31-18.22.55:841][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverSteamID value 90116657611256838
[2018.07.31-18.22.55:841][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86D3DC0]'
[2018.07.31-18.22.55:841][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 3
[2018.07.31-18.22.55:841][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 3
[2018.07.31-18.22.55:841][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:841][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:841][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 48382750077886
[2018.07.31-18.22.55:841][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 48382750077886
[2018.07.31-18.22.55:841][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 6
[2018.07.31-18.22.55:841][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 6
[2018.07.31-18.22.55:841][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86D4E1F]'
[2018.07.31-18.22.55:841][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86DBBE6]'
[2018.07.31-18.22.55:841][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 3
[2018.07.31-18.22.55:841][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 3
[2018.07.31-18.22.55:842][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:842][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:842][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG 603373886
[2018.07.31-18.22.55:842][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value 603373886
[2018.07.31-18.22.55:842][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 31890032544052
[2018.07.31-18.22.55:842][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 31890032544052
[2018.07.31-18.22.55:842][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:842][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:842][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86CB7DC]'
[2018.07.31-18.22.55:842][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 1
[2018.07.31-18.22.55:842][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 1
[2018.07.31-18.22.55:842][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:842][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:842][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG -71881378
[2018.07.31-18.22.55:842][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value -71881378
[2018.07.31-18.22.55:842][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 71472523404240
[2018.07.31-18.22.55:842][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 71472523404240
[2018.07.31-18.22.55:842][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:842][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:842][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86AFCB7]'
[2018.07.31-18.22.55:843][495]LogOnline: Warning: STEAM: Removed incompatible build: ServerBuildUniqueId = 0x00000001, GetBuildUniqueId() = 0x60382534
[2018.07.31-18.22.55:843][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86C2F6C]'
[2018.07.31-18.22.55:843][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 0 30
[2018.07.31-18.22.55:843][495]LogOnline: Warning: STEAM: Failed to parse setting from key 0 value 30
[2018.07.31-18.22.55:843][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 1 52497
[2018.07.31-18.22.55:843][495]LogOnline: Warning: STEAM: Failed to parse setting from key 1 value 52497
[2018.07.31-18.22.55:843][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 2 1
[2018.07.31-18.22.55:843][495]LogOnline: Warning: STEAM: Failed to parse setting from key 2 value 1
[2018.07.31-18.22.55:843][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 3 321293
[2018.07.31-18.22.55:843][495]LogOnline: Warning: STEAM: Failed to parse setting from key 3 value 321293
[2018.07.31-18.22.55:843][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 4 5
[2018.07.31-18.22.55:843][495]LogOnline: Warning: STEAM: Failed to parse setting from key 4 value 5
[2018.07.31-18.22.55:843][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data 5 0
[2018.07.31-18.22.55:843][495]LogOnline: Warning: STEAM: Failed to parse setting from key 5 value 0
[2018.07.31-18.22.55:843][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data guid 752101210270482357
[2018.07.31-18.22.55:843][495]LogOnline: Warning: STEAM: Failed to parse setting from key guid value 752101210270482357
[2018.07.31-18.22.55:843][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data hostConnectionId 0
[2018.07.31-18.22.55:843][495]LogOnline: Warning: STEAM: Failed to parse setting from key hostConnectionId value 0
[2018.07.31-18.22.55:844][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data internalIP 192.168.100.5
[2018.07.31-18.22.55:844][495]LogOnline: Warning: STEAM: Failed to parse setting from key internalIP value 192.168.100.5
[2018.07.31-18.22.55:844][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data join_in_progress 1
[2018.07.31-18.22.55:844][495]LogOnline: Warning: STEAM: Failed to parse setting from key join_in_progress value 1
[2018.07.31-18.22.55:844][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data lobby_type 0
[2018.07.31-18.22.55:844][495]LogOnline: Warning: STEAM: Failed to parse setting from key lobby_type value 0
[2018.07.31-18.22.55:844][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data matchHost eu1-mm.unet.unity3d.com
[2018.07.31-18.22.55:844][495]LogOnline: Warning: STEAM: Failed to parse setting from key matchHost value eu1-mm.unet.unity3d.com
[2018.07.31-18.22.55:844][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data matchID 450359962743534033
[2018.07.31-18.22.55:844][495]LogOnline: Warning: STEAM: Failed to parse setting from key matchID value 450359962743534033
[2018.07.31-18.22.55:844][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data name Neyrin
[2018.07.31-18.22.55:844][495]LogOnline: Warning: STEAM: Failed to parse setting from key name value Neyrin
[2018.07.31-18.22.55:844][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data owner 76561198147490719
[2018.07.31-18.22.55:844][495]LogOnline: Warning: STEAM: Failed to parse setting from key owner value 76561198147490719
[2018.07.31-18.22.55:844][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data publicIP 178.121.4.38
[2018.07.31-18.22.55:844][495]LogOnline: Warning: STEAM: Failed to parse setting from key publicIP value 178.121.4.38
[2018.07.31-18.22.55:844][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86D5D6B]'
[2018.07.31-18.22.55:844][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 1
[2018.07.31-18.22.55:844][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 1
[2018.07.31-18.22.55:844][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG 1180443348
[2018.07.31-18.22.55:844][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value 1180443348
[2018.07.31-18.22.55:844][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 19795465055119
[2018.07.31-18.22.55:844][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 19795465055119
[2018.07.31-18.22.55:844][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:844][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:844][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86DAD97]'
[2018.07.31-18.22.55:845][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 1
[2018.07.31-18.22.55:845][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 1
[2018.07.31-18.22.55:845][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:845][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:845][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG -570371092
[2018.07.31-18.22.55:845][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value -570371092
[2018.07.31-18.22.55:845][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 50577641411586
[2018.07.31-18.22.55:845][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 50577641411586
[2018.07.31-18.22.55:845][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:845][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:845][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86C2513]'
[2018.07.31-18.22.55:845][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data BinaryData CgAAAAAAAAAgA30AAgIAEAAwAAA=
[2018.07.31-18.22.55:845][495]LogOnline: Warning: STEAM: Failed to parse setting from key BinaryData value CgAAAAAAAAAgA30AAgIAEAAwAAA=
[2018.07.31-18.22.55:845][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data BinarySize 20
[2018.07.31-18.22.55:845][495]LogOnline: Warning: STEAM: Failed to parse setting from key BinarySize value 20
[2018.07.31-18.22.55:845][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data name Silver Siris
[2018.07.31-18.22.55:845][495]LogOnline: Warning: STEAM: Failed to parse setting from key name value Silver Siris
[2018.07.31-18.22.55:845][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data OwnerID 0110000134351619
[2018.07.31-18.22.55:845][495]LogOnline: Warning: STEAM: Failed to parse setting from key OwnerID value 0110000134351619
[2018.07.31-18.22.55:845][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data SearchKey0 0
[2018.07.31-18.22.55:845][495]LogOnline: Warning: STEAM: Failed to parse setting from key SearchKey0 value 0
[2018.07.31-18.22.55:845][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data SearchKey1 8
[2018.07.31-18.22.55:845][495]LogOnline: Warning: STEAM: Failed to parse setting from key SearchKey1 value 8
[2018.07.31-18.22.55:845][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data SearchKey2 48
[2018.07.31-18.22.55:845][495]LogOnline: Warning: STEAM: Failed to parse setting from key SearchKey2 value 48
[2018.07.31-18.22.55:845][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data SearchKey3 1
[2018.07.31-18.22.55:845][495]LogOnline: Warning: STEAM: Failed to parse setting from key SearchKey3 value 1
[2018.07.31-18.22.55:846][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data SearchKey4 1
[2018.07.31-18.22.55:846][495]LogOnline: Warning: STEAM: Failed to parse setting from key SearchKey4 value 1
[2018.07.31-18.22.55:846][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data SearchKey5 1
[2018.07.31-18.22.55:846][495]LogOnline: Warning: STEAM: Failed to parse setting from key SearchKey5 value 1
[2018.07.31-18.22.55:846][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data SearchKey6 0
[2018.07.31-18.22.55:846][495]LogOnline: Warning: STEAM: Failed to parse setting from key SearchKey6 value 0
[2018.07.31-18.22.55:846][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data SearchKey7 1
[2018.07.31-18.22.55:846][495]LogOnline: Warning: STEAM: Failed to parse setting from key SearchKey7 value 1
[2018.07.31-18.22.55:846][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data SearchKey8 10
[2018.07.31-18.22.55:846][495]LogOnline: Warning: STEAM: Failed to parse setting from key SearchKey8 value 10
[2018.07.31-18.22.55:846][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data SearchKeyNum 9
[2018.07.31-18.22.55:846][495]LogOnline: Warning: STEAM: Failed to parse setting from key SearchKeyNum value 9
[2018.07.31-18.22.55:846][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data SlotPrivateMax 0
[2018.07.31-18.22.55:846][495]LogOnline: Warning: STEAM: Failed to parse setting from key SlotPrivateMax value 0
[2018.07.31-18.22.55:846][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data SlotPrivateOpen 0
[2018.07.31-18.22.55:846][495]LogOnline: Warning: STEAM: Failed to parse setting from key SlotPrivateOpen value 0
[2018.07.31-18.22.55:846][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data SlotPublicMax 4
[2018.07.31-18.22.55:846][495]LogOnline: Warning: STEAM: Failed to parse setting from key SlotPublicMax value 4
[2018.07.31-18.22.55:846][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data SlotPublicOpen 2
[2018.07.31-18.22.55:846][495]LogOnline: Warning: STEAM: Failed to parse setting from key SlotPublicOpen value 2
[2018.07.31-18.22.55:846][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86CF477]'
[2018.07.31-18.22.55:846][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 1
[2018.07.31-18.22.55:846][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 1
[2018.07.31-18.22.55:846][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:846][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:846][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 111050731426530
[2018.07.31-18.22.55:846][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 111050731426530
[2018.07.31-18.22.55:847][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 6
[2018.07.31-18.22.55:847][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 6
[2018.07.31-18.22.55:847][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86CEE2A]'
[2018.07.31-18.22.55:847][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data BuildUniqueString BORDERLANDS-1.5.0W
[2018.07.31-18.22.55:847][495]LogOnline: Warning: STEAM: Failed to parse setting from key BuildUniqueString value BORDERLANDS-1.5.0W
[2018.07.31-18.22.55:847][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data CurrMission 20
[2018.07.31-18.22.55:847][495]LogOnline: Warning: STEAM: Failed to parse setting from key CurrMission value 20
[2018.07.31-18.22.55:847][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data DLCMap 0
[2018.07.31-18.22.55:847][495]LogOnline: Warning: STEAM: Failed to parse setting from key DLCMap value 0
[2018.07.31-18.22.55:847][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data DlcPackageMask 15
[2018.07.31-18.22.55:847][495]LogOnline: Warning: STEAM: Failed to parse setting from key DlcPackageMask value 15
[2018.07.31-18.22.55:847][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ExpLevel 19
[2018.07.31-18.22.55:847][495]LogOnline: Warning: STEAM: Failed to parse setting from key ExpLevel value 19
[2018.07.31-18.22.55:847][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 0
[2018.07.31-18.22.55:847][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 0
[2018.07.31-18.22.55:847][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MaxLevel 19
[2018.07.31-18.22.55:847][495]LogOnline: Warning: STEAM: Failed to parse setting from key MaxLevel value 19
[2018.07.31-18.22.55:847][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MinLevel 19
[2018.07.31-18.22.55:847][495]LogOnline: Warning: STEAM: Failed to parse setting from key MinLevel value 19
[2018.07.31-18.22.55:847][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data OwningPlayerName gemanit
[2018.07.31-18.22.55:847][495]LogOnline: Warning: STEAM: Failed to parse setting from key OwningPlayerName value gemanit
[2018.07.31-18.22.55:847][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data Playthrough 1
[2018.07.31-18.22.55:847][495]LogOnline: Warning: STEAM: Failed to parse setting from key Playthrough value 1
[2018.07.31-18.22.55:847][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverIP 0
[2018.07.31-18.22.55:847][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverIP value 0
[2018.07.31-18.22.55:847][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverPort 0
[2018.07.31-18.22.55:847][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverPort value 0
[2018.07.31-18.22.55:847][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data __gameserverSteamID 76561198406797807
[2018.07.31-18.22.55:847][495]LogOnline: Warning: STEAM: Failed to parse setting from key __gameserverSteamID value 76561198406797807
[2018.07.31-18.22.55:848][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F869C5E1]'
[2018.07.31-18.22.55:848][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 1
[2018.07.31-18.22.55:848][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 1
[2018.07.31-18.22.55:848][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:848][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:848][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG -1216789372
[2018.07.31-18.22.55:848][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value -1216789372
[2018.07.31-18.22.55:848][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 16496845398710
[2018.07.31-18.22.55:848][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 16496845398710
[2018.07.31-18.22.55:848][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:848][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:848][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86CF5AD]'
[2018.07.31-18.22.55:848][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 1
[2018.07.31-18.22.55:848][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 1
[2018.07.31-18.22.55:848][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:848][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:848][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG -2110532900
[2018.07.31-18.22.55:848][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value -2110532900
[2018.07.31-18.22.55:848][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 79169120748756
[2018.07.31-18.22.55:848][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 79169120748756
[2018.07.31-18.22.55:848][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:848][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:848][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86DBBDF]'
[2018.07.31-18.22.55:848][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 1
[2018.07.31-18.22.55:848][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 1
[2018.07.31-18.22.55:848][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:849][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:849][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG -1134845684
[2018.07.31-18.22.55:849][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value -1134845684
[2018.07.31-18.22.55:849][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 101155115058464
[2018.07.31-18.22.55:849][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 101155115058464
[2018.07.31-18.22.55:849][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:849][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:849][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86D7B12]'
[2018.07.31-18.22.55:849][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data GAMEMODE 1
[2018.07.31-18.22.55:849][495]LogOnline: Warning: STEAM: Failed to parse setting from key GAMEMODE value 1
[2018.07.31-18.22.55:849][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data MODE 2
[2018.07.31-18.22.55:849][495]LogOnline: Warning: STEAM: Failed to parse setting from key MODE value 2
[2018.07.31-18.22.55:849][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data RNG -556291544
[2018.07.31-18.22.55:849][495]LogOnline: Warning: STEAM: Failed to parse setting from key RNG value -556291544
[2018.07.31-18.22.55:849][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data ua 86861542937027
[2018.07.31-18.22.55:849][495]LogOnline: Warning: STEAM: Failed to parse setting from key ua value 86861542937027
[2018.07.31-18.22.55:849][495]LogOnline: Warning: Unknown or unsupported data type from Steam key data VS 7
[2018.07.31-18.22.55:849][495]LogOnline: Warning: STEAM: Failed to parse setting from key VS value 7
[2018.07.31-18.22.55:849][495]LogOnline: Warning: STEAM: Unable to parse search result for lobby 'Lobby [0x1860000F86A1D11]'
[2018.07.31-18.22.55:849][495]LogUMG: Warning: Widget Class games_C - Using Slow CreateWidget path because this class could not be templated.
[2018.07.31-18.22.58:729][673]LogGameMode: Display: Match State Changed from InProgress to LeavingMap
[2018.07.31-18.22.58:729][673]LogGameState: Match State Changed from InProgress to LeavingMap
[2018.07.31-18.22.58:729][673]LogNet: Browse: steam.76561198810119141//Game/Maps/MainMenu
[2018.07.31-18.22.58:729][673]LogTemp: Display: ParseSettings for GameNetDriver
[2018.07.31-18.22.58:729][673]LogTemp: Display: ParseSettings for SteamNetDriver_0
[2018.07.31-18.22.58:729][673]LogTemp: Display: ParseSettings for PendingNetDriver
[2018.07.31-18.22.58:729][673]LogNet: Display: SteamNetDriver_0 bound to port 7777
[2018.07.31-18.22.58:729][673]PacketHandlerLog: Loaded PacketHandler component: Engine.EngineHandlerComponentFactory (StatelessConnectHandlerComponent)
[2018.07.31-18.22.58:730][673]LogNet: Game client on port 7777, rate 10000
[2018.07.31-18.23.01:438][841]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.01:438][841]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.02:084][881]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.02:084][881]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.02:277][893]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.02:277][893]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.02:422][902]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.02:422][902]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.02:584][912]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.02:584][912]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.02:761][923]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.02:761][923]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.02:922][933]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.02:922][933]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.03:051][941]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.03:051][941]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.03:164][948]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.03:164][948]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.03:309][957]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.03:309][957]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.03:422][964]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.03:422][964]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.03:567][973]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.03:567][973]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.03:696][981]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.03:697][981]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.03:825][989]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.03:826][989]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.03:987][999]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.03:987][999]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.04:148][  9]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.04:148][  9]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.04:277][ 17]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.04:277][ 17]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.04:438][ 27]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.04:438][ 27]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.04:567][ 35]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.04:567][ 35]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.04:729][ 45]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.04:729][ 45]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.04:874][ 54]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.04:874][ 54]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.05:035][ 64]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.05:035][ 64]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.05:196][ 74]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.05:196][ 74]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.05:326][ 82]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.05:326][ 82]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.05:472][ 91]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.05:472][ 91]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.05:649][102]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.05:649][102]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.05:794][111]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.05:794][111]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.05:955][121]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.05:955][121]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.06:133][132]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.06:133][132]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.06:294][142]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.06:294][142]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.06:455][152]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.06:455][152]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.06:617][162]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.06:617][162]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.06:810][174]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.06:810][174]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.06:988][185]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.06:988][185]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.07:149][195]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.07:149][195]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.07:310][205]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.07:310][205]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.07:455][214]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.07:455][214]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.08:536][281]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.08:536][281]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.08:713][292]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.08:713][292]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.08:875][302]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.08:875][302]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.09:052][313]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.09:052][313]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.09:213][323]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.09:213][323]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.09:342][331]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.09:342][331]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.09:552][344]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.09:552][344]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.09:955][369]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.09:955][369]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.10:133][380]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.10:133][380]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.10:278][389]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.10:278][389]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.10:423][398]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.10:423][398]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.10:568][407]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.10:568][407]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.10:713][416]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.10:713][416]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.10:875][426]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.10:875][426]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.11:020][435]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.11:020][435]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.11:165][444]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.11:165][444]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.11:294][452]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.11:294][452]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.11:471][463]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.11:471][463]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.11:616][472]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.11:617][472]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.11:778][482]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.11:778][482]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.11:939][492]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.11:939][492]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.12:100][502]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.12:100][502]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.12:262][512]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.12:262][512]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.12:407][521]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.12:407][521]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.12:568][531]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.12:568][531]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.12:729][541]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.12:729][541]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.12:875][550]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.12:875][550]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.13:020][559]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.13:020][559]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.13:181][569]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.13:181][569]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.13:326][578]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.13:326][578]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.13:487][588]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.13:487][588]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.13:649][598]LogOnline: Warning: STEAM: Session (GameSession) already exists, can't join twice
[2018.07.31-18.23.13:649][598]LogBlueprintUserMessages: [CyberWarInstance_C_0] Fail Join
[2018.07.31-18.23.13:730][604]LogNet: UNetConnection::Close: [UNetConnection] RemoteAddr: 76561198810119141:7777, Name: SteamNetConnection_0, Driver: PendingNetDriver SteamNetDriver_0, IsServer: NO, PC: NULL, Owner: NULL, Channels: 2, Time: 2018.07.31-18.23.13
[2018.07.31-18.23.13:730][604]LogNet: UChannel::Close: Sending CloseBunch. ChIndex == 0. Name: [UChannel] ChIndex: 0, Closing: 0 [UNetConnection] RemoteAddr: 76561198810119141:7777, Name: SteamNetConnection_0, Driver: PendingNetDriver SteamNetDriver_0, IsServer: NO, PC: NULL, Owner: NULL
[2018.07.31-18.23.13:745][604]LogNet: Warning: Network Failure: PendingNetDriver[PendingConnectionFailure]: Your connection to the host has been lost.
[2018.07.31-18.23.13:745][604]LogNet: NetworkFailure: PendingConnectionFailure, Error: 'Your connection to the host has been lost.'
[2018.07.31-18.23.13:745][604]LogGameMode: Display: Match State Changed from LeavingMap to Aborted
[2018.07.31-18.23.13:745][604]LogGameState: Match State Changed from LeavingMap to Aborted
[2018.07.31-18.23.13:746][604]LogNet: DestroyNamedNetDriver SteamNetDriver_0 [PendingNetDriver]
[2018.07.31-18.23.13:746][604]LogExit: PendingNetDriver SteamNetDriver_0 shut down
[2018.07.31-18.23.13:762][605]LogGameMode: Display: Match State Changed from Aborted to LeavingMap
[2018.07.31-18.23.13:762][605]LogGameState: Match State Changed from Aborted to LeavingMap
[2018.07.31-18.23.13:762][605]LogNet: Browse: /Game/Maps/MainMenu?closed
[2018.07.31-18.23.13:762][605]LogNet: Failed; returning to Entry
[2018.07.31-18.23.13:762][605]LogLoad: LoadMap: /Game/Maps/MainMenu?closed
[2018.07.31-18.23.13:766][605]LogNet: UChannel::CleanUp: ChIndex == 0. Closing connection. [UChannel] ChIndex: 0, Closing: 0 [UNetConnection] RemoteAddr: 76561198810119141:7777, Name: None, Driver: PendingNetDriver None, IsServer: NO, PC: NULL, Owner: NULL

[quote=“, post:1896, topic:30020”]

Do you happen to have the VR Home environment enabled in SteamVR? I haven’t checked in a couple of months because I turned it off, however it used to cause the Steam subsystem to fail to initialize in builds ran outside of the steam launcher because the home environment would be using the resources.

You can check in the log to see if steam just straight doesn’t init or if something else is wrong.

I never installed Steam VR, I disabled everything to do with it just to be sure. Still a no go, Warning: STEAM: Steam API disabled!

[quote=“anonymous_user_f4d93b8d, post:1898, topic:30020”]

I never installed Steam VR, I disabled everything to do with it just to be sure. Still a no go, Warning: STEAM: Steam API disabled!

I don’t know then, your settings look fine and nothing should be conflicting, running in stand alone should be good for steam loading up into it.

[quote=“Xaser3D, post:1897, topic:30020”]

Log file open

I hope you realize that it takes a second to join a lobby, you shouldn’t spam join attempts over and over.

You also still need to add a filter of any kind to remove those parsing warnings on App 480 (or get your own app ID) to make that log more readable.

Regardless its showing you AS actually connecting at some point and then losing connection to the host (multitude of reasons here, its on pending connection so it could be different build versions or a bunch of other things).

I cannot diagnose this, it isn’t part of my plugin and the log doesn’t really have any relevant information in it AFAIK.

There are multiple reports of UE4 games getting this on connection to a dedicated server, even some fortnite users running into it, this is likely something you should be asking Epic about.

[quote=“, post:1899, topic:30020”]

I don’t know then, your settings look fine and nothing should be conflicting, running in stand alone should be good for steam loading up into it.

I got it working, I had to run the unreal engine as administrator. Do you know of anyway to get what game my steam friend is currently playing ? In Steam you can see for example : Friend, is playing Counter Strike - 14-15 on de_Dust - that would be cool to add my friends list in unreal engine.

Thank you for clarifying. I use identical versions on both sides. I use 3 different Internet providers and with some I can find a session but can not connect, and other not even able to find a session. Probably I will continue to make a standalone dedicated server. I just wanted to speed up the development.

[quote=“No_Circuit, post:1901, topic:30020”]

I got it working, I had to run the unreal engine as administrator. Do you know of anyway to get what game my steam friend is currently playing ? In Steam you can see for example : Friend, is playing Counter Strike - 14-15 on de_Dust - that would be cool to add my friends list in unreal engine.

Check out the friends functions in AdvancedSessions

Also, i didn’t realize that you said you were running steam as administrator, stop doing that and you likely won’t need to run the editor as it.

Hello again, . I’m currently trying to get friends on android. We have two testers, who’ve loaded the app from store. “Get and Store Friends Info” node always calls “On failure” callback. All google-related subsystems are integrated. Have no idea what’s wrong. Could you please help me? Maybe, I have to do some changes in manifest?

[quote=“KelbornKad, post:1904, topic:30020”]

Hello again, . I’m currently trying to get friends on android. We have two testers, who’ve loaded the app from store. “Get and Store Friends Info” node always calls “On failure” callback. All google-related subsystems are integrated. Have no idea what’s wrong. Could you please help me? Maybe, I have to do some changes in manifest?


IOnlineFriendsPtr FOnlineSubsystemGooglePlay::GetFriendsInterface() const
{
    return nullptr;
}

They don’t implement any sort of friends list for google play.

Not all features are implemented in all subsystems (some subsystem bases simply don’t support them).

[quote=“, post:1905, topic:30020”]

Not all features are implemented in all subsystems (some subsystem bases simply don’t support them).

Oh well. Thanks, anyway)

Specifically they could probably tap into the google+ api and use google+ friends for that, but the subsystem made by Epic has no such implementation.

How much money would it take for you to continue development on steam advanced sessions ? There is clearly a huge market for it. I understand that UWorks exists but your project is much more user friendly it seems. Do you know of any games released on steam that solely use advanced steam sessions ? Thank You for all the work you have already put into it, it’s greatly appreciated.