Dont know if this is the right section but i am having nothing but a nightmare with steam integration with 4.10.2 i have followed about 4 tutorials and now seem to be at a point of no return. i tried everything i could with the downloaded prebuilt engine and no go. So i tried it with source built engine. i cant even get half of the steps to line up (what the tutorial says to do isnt there and throws errors if you try to put it there). i deleted all of the instances where i set steam version that wasnt there to get to a point where both the compile of the engine and the generate project files tell me that steamworks SDK is not found in ThirdParty/Steamworks/Steam135a/sdk. Yet the sdk directory as downloaded is there and the DLLs were copied from the sdk and the steam installation to the win32 and win64. I dont know what im doing wrong im seeing others are getting 4.10.2 to work fine with steam…
also this is what i get in the prebuilt version logs when i run standalone:
[2016.01.25-00.34.22:699] 0]LogOnlineisplay: STEAM: Loading Steam SDK 1.32
[2016.01.25-00.34.22:700] 0]LogOnline:Warning: STEAM: Steam API disabled!
[2016.01.25-00.34.22:700] 0]LogOnlineisplay: STEAM: OnlineSubsystemSteam::Shutdown()
[2016.01.25-00.34.22:920] 0]LogSteamController: SteamController is not available
however it isnt 132… i installed 135a and even with a directory for 132 with 132 sdk files no go.
DefaultEngine.ini:
[SPOILER]
[/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=0.0.0.1
bVACEnabled=0
bAllowP2PPacketRelay=true
P2PConnectionTimeout=90
[/Script/OnlineSubsystemSteam.SteamNetDriver]
NetConnectionClassName="/Script/OnlineSubsystemSteam.SteamNetConnection"
[/SPOILER]
Full Run Log:
[SPOILER]
[2016.01.25-00.46.37:710] 0]Log file open, 01/24/16 17:46:37
[2016.01.25-00.46.37:711] 0]LogInit:Display: Running engine for game: Game
[2016.01.25-00.46.37:711] 0]LogPlatformFile: Not using cached read wrapper
[2016.01.25-00.46.37:711] 0]LogInit:Display: RandInit(1122905249) SRandInit(1122905250).
[2016.01.25-00.46.37:711] 0]LogTaskGraph: Started task graph with 4 named threads and 7 total threads.
[2016.01.25-00.46.37:711] 0]LogStats: Stats thread started at 0.070351
[2016.01.25-00.46.37:711] 0]LogInit: Version: 4.10.2-0+++depot+UE4-Releases+4.10
[2016.01.25-00.46.37:711] 0]LogInit: API Version: 0
[2016.01.25-00.46.37:711] 0]LogInit: Compiled (64-bit): Jan 9 2016 15:59:19
[2016.01.25-00.46.37:711] 0]LogInit: Compiled with Visual C++: 19.00.23506.00
[2016.01.25-00.46.37:711] 0]LogInit: Build Configuration: Development
[2016.01.25-00.46.37:711] 0]LogInit: Branch Name: ++depot+UE4-Releases+4.10
[2016.01.25-00.46.37:711] 0]LogInit: Command line: /Temp/Autosaves/Game/FirstPersonBP/Maps/UEDPCMainMenu?Listen -game -PIEVIACONSOLE -ResX=640 -ResY=480 -Multiprocess GameUserSettingsINI=“C:/Users/Kilrath/Documents/Unreal Projects/Game/Saved/Config/Windows/PIEGameUserSettings0.ini” -MultiprocessSaveConfig -MultiprocessOSS WinX=-1912 WinY=550 SAVEWINPOS=1
[2016.01.25-00.46.37:711] 0]LogInit: Base directory: K:/Development/UnrealEngine-4.10/Engine/Binaries/Win64/
[2016.01.25-00.46.37:711] 0]LogInit: Rocket: 0
[2016.01.25-00.46.37:723] 0]LogInit: Using libcurl 7.41.0
[2016.01.25-00.46.37:723] 0]LogInit: - built for x86_64-pc-win32
[2016.01.25-00.46.37:723] 0]LogInit: - supports SSL with WinSSL
[2016.01.25-00.46.37:723] 0]LogInit: - other features:
[2016.01.25-00.46.37:723] 0]LogInit: CURL_VERSION_SSL
[2016.01.25-00.46.37:723] 0]LogInit: CURL_VERSION_IPV6
[2016.01.25-00.46.37:723] 0]LogInit: CURL_VERSION_ASYNCHDNS
[2016.01.25-00.46.37:723] 0]LogInit: CURL_VERSION_LARGEFILE
[2016.01.25-00.46.37:723] 0]LogInit: CURL_VERSION_IDN
[2016.01.25-00.46.37:724] 0]LogInit: CurlRequestOptions (configurable via config and command line):
[2016.01.25-00.46.37:724] 0]LogInit: - bVerifyPeer = true - Libcurl will verify peer certificate
[2016.01.25-00.46.37:724] 0]LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy
[2016.01.25-00.46.37:724] 0]LogInit: - bDontReuseConnections = false - Libcurl will reuse connections
[2016.01.25-00.46.37:724] 0]LogInit: - CertBundlePath = nullptr - Libcurl will use whatever was configured at build time.
[2016.01.25-00.46.37:727] 0]LogOnline:Display: STEAM: Loading Steam SDK 1.32
[2016.01.25-00.46.37:728] 0]LogOnline:Warning: STEAM: Steam API disabled!
[2016.01.25-00.46.37:728] 0]LogOnline:Display: STEAM: OnlineSubsystemSteam::Shutdown()
[2016.01.25-00.46.37:742] 0]LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467
[2016.01.25-00.46.37:744] 0]LogVoice:Warning: Failed to initialize voice interface
[2016.01.25-00.46.37:747] 0]LogInit: Presizing for 0 objects not considered by GC, pre-allocating 0 bytes.
[2016.01.25-00.46.37:755] 0]LogInit: Object subsystem initialized
[2016.01.25-00.46.37:756] 0]LogInit: Selected Device Profile: [Windows]
[2016.01.25-00.46.37:756] 0]LogInit: Applying CVar settings loaded from the selected device profile: [Windows]
[2016.01.25-00.46.37:759] 0]LogInit: Computer: DESKTOP-4VO5TA3
[2016.01.25-00.46.37:759] 0]LogInit: User: Kilrath
[2016.01.25-00.46.37:759] 0]LogInit: CPU Page size=4096, Cores=4
[2016.01.25-00.46.37:759] 0]LogInit: High frequency timer resolution =3.428908 MHz
[2016.01.25-00.46.37:759] 0]LogMemory: Memory total: Physical=16.0GB (16GB approx)
[2016.01.25-00.46.37:759] 0]LogMemory: Platform Memory Stats for Windows
[2016.01.25-00.46.37:759] 0]LogMemory: Process Physical Memory: 57.36 MB used, 57.36 MB peak
[2016.01.25-00.46.37:759] 0]LogMemory: Process Virtual Memory: 57.09 MB used, 57.09 MB peak
[2016.01.25-00.46.37:759] 0]LogMemory: Physical Memory: 7363.46 MB used, 16375.11 MB total
[2016.01.25-00.46.37:759] 0]LogMemory: Virtual Memory: 383.92 MB used, 134217728.00 MB total
[2016.01.25-00.46.37:787] 0]LogTextLocalizationManager: No specific translations for (‘en-US’) exist, so (‘en’) translations will be used.
[2016.01.25-00.46.38:269] 0]LogD3D11RHI: Found D3D11 adapter 0: AMD Radeon R9 200 Series (Feature Level 11_0)
[2016.01.25-00.46.38:269] 0]LogD3D11RHI: Adapter has 4074MB of dedicated video memory, 0MB of dedicated system memory, and 8187MB of shared system memory, 2 output[s]
[2016.01.25-00.46.38:270] 0]LogD3D11RHI: Found D3D11 adapter 1: Microsoft Basic Render Driver (Feature Level 11_0)
[2016.01.25-00.46.38:270] 0]LogD3D11RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 8187MB of shared system memory, 0 output[s]
[2016.01.25-00.46.38:270] 0]LogD3D11RHI: Chosen D3D11 Adapter Id = 0
[2016.01.25-00.46.38:273] 0]LogD3D11RHI: !Direct3DDevice
[2016.01.25-00.46.38:273] 0]LogRHI: Texture pool is 1361 MB (70% of 1945 MB)
[2016.01.25-00.46.38:279] 0]LogD3D11RHI: Async texture creation disabled: no driver support
[2016.01.25-00.46.38:289] 0]LogShaderCompilers: Guid format shader working directory is 0 characters bigger than the processId version (C:/Users/Kilrath/Documents/Unreal Projects/Game/Intermediate/Shaders/WorkingDirectory/13996/).
[2016.01.25-00.46.38:290] 0]LogShaderCompilers: Cleaned the shader compiler working directory ‘C:/Users/Kilrath/AppData/Local/Temp/UnrealShaderWorkingDir/6D75117D4B68636E4A76D7976BF50277/’.
[2016.01.25-00.46.38:290] 0]LogShaderCompilers:Display: Using Local Shader Compiler.
[2016.01.25-00.46.39:074] 0]LogTemp:Display: Loaded TP AllDesktopTargetPlatform
[2016.01.25-00.46.39:077] 0]LogTemp:Display: Loaded TP WindowsClientTargetPlatform
[2016.01.25-00.46.39:081] 0]LogTemp:Display: Loaded TP WindowsNoEditorTargetPlatform
[2016.01.25-00.46.39:085] 0]LogTemp:Display: Loaded TP WindowsServerTargetPlatform
[2016.01.25-00.46.39:088] 0]LogTemp:Display: Loaded TP WindowsTargetPlatform
[2016.01.25-00.46.39:091] 0]LogTemp:Display: Loaded TP AndroidTargetPlatform
[2016.01.25-00.46.39:093] 0]LogTemp:Display: Loaded TP Android_ASTCTargetPlatform
[2016.01.25-00.46.39:096] 0]LogTemp:Display: Loaded TP Android_ATCTargetPlatform
[2016.01.25-00.46.39:098] 0]LogTemp:Display: Loaded TP Android_DXTTargetPlatform
[2016.01.25-00.46.39:100] 0]LogTemp:Display: Loaded TP Android_ETC1TargetPlatform
[2016.01.25-00.46.39:103] 0]LogTemp:Display: Loaded TP Android_ETC2TargetPlatform
[2016.01.25-00.46.39:109] 0]LogTemp:Display: Loaded TP Android_MultiTargetPlatform
[2016.01.25-00.46.39:109] 0]LogTemp:Display: Loaded TP Android_PVRTCTargetPlatform
[2016.01.25-00.46.39:110] 0]LogTemp:Display: Loaded TP HTML5TargetPlatform
[2016.01.25-00.46.39:125] 0]LogTemp:Display: Loaded TP IOSTargetPlatform
[2016.01.25-00.46.39:125] 0]LogTargetPlatformManager:Display: Building Assets For Windows
[2016.01.25-00.46.39:182] 0]LogDerivedDataCache:Display: Max Cache Size: 512 MB
[2016.01.25-00.46.39:232] 0]LogDerivedDataCache: Loaded boot cache 0.05s 41MB C:/Users/Kilrath/Documents/Unreal Projects/Game/DerivedDataCache/Boot.ddc.
[2016.01.25-00.46.39:232] 0]LogDerivedDataCache:Display: Loaded Boot cache: C:/Users/Kilrath/Documents/Unreal Projects/Game/DerivedDataCache/Boot.ddc
[2016.01.25-00.46.39:232] 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file C:/Users/Kilrath/Documents/Unreal Projects/Game/DerivedDataCache/DDC.ddp not found, will not use a pak cache.
[2016.01.25-00.46.39:232] 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchical cache Hierarchy.
[2016.01.25-00.46.39:232] 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnginePak pak cache file …/…/…/Engine/DerivedDataCache/DDC.ddp not found, will not use a pak cache.
[2016.01.25-00.46.39:232] 0]LogDerivedDataCache: Unable to find inner node EnginePak for hierarchical cache Hierarchy.
[2016.01.25-00.46.39:243] 0]LogDerivedDataCache: Using Local data cache path …/…/…/Engine/DerivedDataCache: Writable
[2016.01.25-00.46.39:243] 0]LogDerivedDataCache: Shared data cache path not found in *engine.ini, will not use an Shared cache.
[2016.01.25-00.46.39:243] 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchical cache Hierarchy.
[2016.01.25-00.46.39:430] 0]LogInit: Selected Device Profile: [Windows]
[2016.01.25-00.46.39:433] 0]LogContentStreaming: Texture pool size is 1000.000000MB
[2016.01.25-00.46.39:538] 0]LogMeshUtilities: No automatic mesh reduction module available
[2016.01.25-00.46.39:538] 0]LogMeshUtilities: No automatic mesh merging module available
[2016.01.25-00.46.39:941] 0]LogWindowsMoviePlayer: Unable to load movie: C:/Users/Kilrath/Documents/Unreal Projects/Game/Content/Movies/Default_Startup.mp4
[2016.01.25-00.46.40:016] 0]SourceControl: Info Source control is disabled
[2016.01.25-00.46.40:016] 0]SourceControl: Info Source control is disabled
[2016.01.25-00.46.40:024] 0]SourceControl: Info Source control is disabled
[2016.01.25-00.46.40:193] 0]LogObj: 27678 objects as part of root set at end of initial load.
[2016.01.25-00.46.40:193] 0]LogUObjectAllocator: 5970688 out of 0 bytes used by permanent object pool.
[2016.01.25-00.46.40:249] 0]LogEngine: Initializing Engine…
[2016.01.25-00.46.40:251] 0]LogHMD: Can’t find Oculus library dev build: is proper Runtime installed? Version: 0.8.0.0
[2016.01.25-00.46.40:252] 0]LogHMD: SteamVR failed to initialize. Err: 110
[2016.01.25-00.46.40:378] 0]LogInit: XAudio2 using ‘Speakers (Realtek High Definition Audio)’ : 2 channels at 48 kHz using 32 bits per sample (channel mask 0x3)
[2016.01.25-00.46.40:388] 0]LogInit: FAudioDevice initialized.
[2016.01.25-00.46.40:394] 0]LogInit: Texture streaming: Enabled
[2016.01.25-00.46.40:480] 0]LogNet: Browse: /Temp/Autosaves/Game/FirstPersonBP/Maps/UEDPCMainMenu?Name=Player?Listen
[2016.01.25-00.46.40:480] 0]LogLoad: LoadMap: /Temp/Autosaves/Game/FirstPersonBP/Maps/UEDPCMainMenu?Name=Player?Listen
[2016.01.25-00.46.40:494] 0]LogParticles: Destroying 0 GPU particle simulations for FXSystem 0x000002296501F420
[2016.01.25-00.46.40:507] 0]LogMemory: Platform Memory Stats for Windows
[2016.01.25-00.46.40:507] 0]LogMemory: Process Physical Memory: 371.50 MB used, 371.50 MB peak
[2016.01.25-00.46.40:507] 0]LogMemory: Process Virtual Memory: 438.80 MB used, 438.80 MB peak
[2016.01.25-00.46.40:507] 0]LogMemory: Physical Memory: 7621.96 MB used, 16375.11 MB total
[2016.01.25-00.46.40:507] 0]LogMemory: Virtual Memory: 1007.75 MB used, 134217728.00 MB total
[2016.01.25-00.46.40:507] 0]LogMemory:
[2016.01.25-00.46.40:507] 0]Allocator Stats for TBB: (not implemented)
[2016.01.25-00.46.40:774] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:774] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:774] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:774] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:794] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:794] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EventGraph
[2016.01.25-00.46.40:794] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:794] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:794] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EventGraph
[2016.01.25-00.46.40:794] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:794] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:794] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EventGraph
[2016.01.25-00.46.40:794] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:794] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:794] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EventGraph
[2016.01.25-00.46.40:794] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:796] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:796] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EventGraph
[2016.01.25-00.46.40:796] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:796] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:796] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EventGraph
[2016.01.25-00.46.40:796] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:796] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:796] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EventGraph
[2016.01.25-00.46.40:796] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:796] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:796] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EventGraph
[2016.01.25-00.46.40:796] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:827] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:827] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7147
[2016.01.25-00.46.40:827] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:827] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:827] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7147
[2016.01.25-00.46.40:827] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:827] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:827] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7147
[2016.01.25-00.46.40:827] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:827] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:827] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7147
[2016.01.25-00.46.40:827] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:828] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:828] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7188
[2016.01.25-00.46.40:828] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:828] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:828] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7188
[2016.01.25-00.46.40:828] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:828] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:828] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7188
[2016.01.25-00.46.40:828] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:828] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:828] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7188
[2016.01.25-00.46.40:828] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:829] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:829] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7593
[2016.01.25-00.46.40:829] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:829] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:829] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7593
[2016.01.25-00.46.40:829] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:829] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:829] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7593
[2016.01.25-00.46.40:829] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:829] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:829] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7593
[2016.01.25-00.46.40:829] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:830] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:830] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7608
[2016.01.25-00.46.40:830] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:830] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:830] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7608
[2016.01.25-00.46.40:830] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:830] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:830] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7608
[2016.01.25-00.46.40:830] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:830] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:830] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7608
[2016.01.25-00.46.40:830] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:837] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:837] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7672
[2016.01.25-00.46.40:837] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:837] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:837] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7672
[2016.01.25-00.46.40:837] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:837] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:837] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7672
[2016.01.25-00.46.40:837] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:837] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:837] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_7672
[2016.01.25-00.46.40:837] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:871] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:871] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_181572
[2016.01.25-00.46.40:871] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:871] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:871] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_181572
[2016.01.25-00.46.40:871] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:871] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:871] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_181572
[2016.01.25-00.46.40:871] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:871] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:871] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_181572
[2016.01.25-00.46.40:871] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:871] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:871] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_181692
[2016.01.25-00.46.40:871] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:871] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:872] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_181692
[2016.01.25-00.46.40:872] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:872] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:872] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_181692
[2016.01.25-00.46.40:872] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:872] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:872] 0]LoadErrors: Info Failed to load /Game/FirstPersonBP/Blueprints/FirstPersonGameMode.FirstPersonGameMode_C Referenced by EdGraphPin_181692
[2016.01.25-00.46.40:872] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:890] 0]LogBlueprint:Warning: Found NULL Node in EdGraph Nodes array. A node type may have been deleted without creating an ActiveClassRedictor to K2Node_DeadClass.
[2016.01.25-00.46.40:890] 0]LogBlueprint:Warning: Found NULL Node in EdGraph Nodes array. A node type may have been deleted without creating an ActiveClassRedictor to K2Node_DeadClass.
[2016.01.25-00.46.40:919] 0]LogBlueprint:Warning: Found NULL Node in EdGraph Nodes array. A node type may have been deleted without creating an ActiveClassRedictor to K2Node_DeadClass.
[2016.01.25-00.46.40:919] 0]LogBlueprint:Warning: Found NULL Node in EdGraph Nodes array. A node type may have been deleted without creating an ActiveClassRedictor to K2Node_DeadClass.
[2016.01.25-00.46.40:939] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:939] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:939] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:939] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:939] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:939] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:939] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:939] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:939] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:939] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:939] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:939] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:939] 0]LogLinker:Warning: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:939] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file ‘/Script/VaRestEditorPlugin’
[2016.01.25-00.46.40:939] 0]LogLinker:Warning: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.40:939] 0]LogUObjectGlobals:Warning: Failed to load ‘/Script/VaRestEditorPlugin’: Can’t find file for asset ‘/Script/VaRestEditorPlugin’ while loading NULL.
[2016.01.25-00.46.41:055] 0]LogBlueprint:Warning: Found NULL Node in EdGraph Nodes array. A node type may have been deleted without creating an ActiveClassRedictor to K2Node_DeadClass.
[2016.01.25-00.46.41:055] 0]LogBlueprint:Warning: Found NULL Node in EdGraph Nodes array. A node type may have been deleted without creating an ActiveClassRedictor to K2Node_DeadClass.
[2016.01.25-00.46.41:149] 0]LogBlueprint:Warning: Found NULL Node in EdGraph Nodes array. A node type may have been deleted without creating an ActiveClassRedictor to K2Node_DeadClass.
[2016.01.25-00.46.41:149] 0]LogBlueprint:Warning: Found NULL Node in EdGraph Nodes array. A node type may have been deleted without creating an ActiveClassRedictor to K2Node_DeadClass.
[2016.01.25-00.46.41:215] 0]LogAIModule: Creating AISystem for world MainMenu
[2016.01.25-00.46.41:216] 0]LogWorld: Game class is ‘FirstPersonGameMode_C’
[2016.01.25-00.46.41:216] 0]LogOnline:Warning: STEAM: Steam API disabled!
[2016.01.25-00.46.41:216] 0]LogOnline:Display: STEAM: OnlineSubsystemSteam::Shutdown()
[2016.01.25-00.46.41:216] 0]LogInit: WinSock: Socket queue 131072 / 131072
[2016.01.25-00.46.41:218] 0]LogInit: WinSock: I am DESKTOP-4VO5TA3 (192.168.1.64:0)
[2016.01.25-00.46.41:218] 0]LogNet: GameNetDriver IpNetDriver_0 IpNetDriver listening on port 7777
[2016.01.25-00.46.41:219] 0]LogWorld: Bringing World /Temp/Autosaves/Game/FirstPersonBP/Maps/UEDPCMainMenu.MainMenu up for play (max tick rate 0) at 2016.01.24-17.46.41
[2016.01.25-00.46.41:219] 0]LogOnline:Warning: NULL: AutoLogin missing AUTH_LOGIN=<login id>.
[2016.01.25-00.46.41:219] 0]LogWorld: Bringing up level for play took: 0.000775
[2016.01.25-00.46.41:220] 0]LogOnline:Warning: NULL: No game present to join for session (Game)
[2016.01.25-00.46.41:220] 0]LogOnline:Warning: NULL: Can’t start an online game for session (Game) that hasn’t been created
[2016.01.25-00.46.41:221] 0]LogScript:Warning: Accessed None ‘ArrowComponent’
FirstPersonCharacter_C /Temp/Autosaves/Game/FirstPersonBP/Maps/UEDPCMainMenu.MainMenu:PersistentLevel.FirstPersonCharacter_C_0
Function /Game/FirstPersonBP/Blueprints/FirstPersonCharacter.FirstPersonCharacter_C:UserConstructionScript:014B
[2016.01.25-00.46.41:236] 0]LogInit:Display: Game Engine Initialized.
[2016.01.25-00.46.41:449] 0]LogLoad: Full Startup: 4.25 seconds (BP compile: 0.21 seconds)
[2016.01.25-00.46.41:555] 0]LogSteamController: SteamController is not available
[2016.01.25-00.46.41:557] 0]LogOcInput: Can’t find Oculus library dev build: is proper Runtime installed? Version: 0.8.0.0
[2016.01.25-00.46.41:558] 0]LoadErrors:Warning: Warning CreateExport: Failed to load Outer for resource ‘EdGraphPin_7516’: VaRest_BreakJson /Game/UI/MainMenu/MenuWidget.MenuWidget:EventGraph.VaRest_BreakJson_303
[2016.01.25-00.46.41:558] 0]LoadErrors:Warning: Warning CreateExport: Failed to load Outer for resource ‘EdGraphPin_7519’: VaRest_BreakJson /Game/UI/MainMenu/MenuWidget.MenuWidget:EventGraph.VaRest_BreakJson_303
[2016.01.25-00.46.41:558] 0]LoadErrors:Warning: Warning CreateExport: Failed to load Outer for resource ‘EdGraphPin_7517’: VaRest_BreakJson /Game/UI/MainMenu/MenuWidget.MenuWidget:EventGraph.VaRest_BreakJson_303
[2016.01.25-00.46.41:558] 0]LoadErrors:Warning: Warning CreateExport: Failed to load Outer for resource ‘EdGraphPin_7518’: VaRest_BreakJson /Game/UI/MainMenu/MenuWidget.MenuWidget:EventGraph.VaRest_BreakJson_303
[2016.01.25-00.46.41:558] 0]LoadErrors:Warning: Warning CreateExport: Failed to load Outer for resource ‘EdGraphPin_181098’: VaRest_BreakJson /Game/UI/MainMenu/MenuWidget.MenuWidget:EventGraph.VaRest_BreakJson_13
[2016.01.25-00.46.41:558] 0]LoadErrors:Warning: Warning CreateExport: Failed to load Outer for resource ‘EdGraphPin_181100’: VaRest_BreakJson /Game/UI/MainMenu/MenuWidget.MenuWidget:EventGraph.VaRest_BreakJson_13
[2016.01.25-00.46.41:558] 0]LoadErrors:Warning: Warning CreateExport: Failed to load Outer for resource ‘EdGraphPin_181099’: VaRest_BreakJson /Game/UI/MainMenu/MenuWidget.MenuWidget:EventGraph.VaRest_BreakJson_13
[2016.01.25-00.46.41:708] 2]LogRenderer: Reallocating scene render targets to support 640x480 (Frame:2).
[2016.01.25-00.46.42:084] 14]LogVaRest: Response (200): {“Newsdate”:“01-20-2016”,“Title”:“Test News!”,“Desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
[2016.01.25-00.46.42:084] 14]LogVaRest: Response (200): {“Newsdate”:“01-20-2016”,“Title”:“Test News!”,“Desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
[2016.01.25-00.46.42:100] 15]LogVaRest: Response (200): {“Newsdate”:“01-20-2016”,“Title”:“Test News!”,“Desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
[2016.01.25-00.46.42:100] 15]LogVaRest: Response (200): {“Newsdate”:“01-20-2016”,“Title”:“Test News!”,“Desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
[2016.01.25-00.46.42:133] 17]LogVaRest: Response (200): {“Newsdate”:“01-20-2016”,“Title”:“Test News!”,“Desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
[2016.01.25-00.46.42:133] 17]LogVaRest: Response (200): {“Newsdate”:“01-20-2016”,“Title”:“Test News!”,“Desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
[2016.01.25-00.46.42:133] 17]LogVaRest: Response (200): {“Newsdate”:“01-20-2016”,“Title”:“Test News!”,“Desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
[2016.01.25-00.46.42:133] 17]LogVaRest: Response (200): {“Newsdate”:“01-20-2016”,“Title”:“Test News!”,“Desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
[2016.01.25-00.46.42:134] 17]LogVaRest: Response (200): {“Newsdate”:“01-20-2016”,“Title”:“Test News!”,“Desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
[2016.01.25-00.46.42:134] 17]LogVaRest: Response (200): {“Newsdate”:“01-20-2016”,“Title”:“Test News!”,“Desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
[2016.01.25-00.46.42:134] 17]LogVaRest: Response (200): {“Newsdate”:“01-20-2016”,“Title”:“Test News!”,“Desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
[2016.01.25-00.46.42:134] 17]LogVaRest: Response (200): {“Newsdate”:“01-20-2016”,“Title”:“Test News!”,“Desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
[2016.01.25-00.46.42:148] 18]LogVaRest: Response (200): {“Newsdate”:“01-20-2016”,“Title”:“Test News!”,“Desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
[2016.01.25-00.46.42:148] 18]LogVaRest: Response (200): {“Newsdate”:“01-20-2016”,“Title”:“Test News!”,“Desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
[2016.01.25-00.46.42:148] 18]LogVaRest: Response (200): {“Newsdate”:“01-20-2016”,“Title”:“Test News!”,“Desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
[2016.01.25-00.46.42:148] 18]LogVaRest: Response (200): {“Newsdate”:“01-20-2016”,“Title”:“Test News!”,“Desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
[2016.01.25-00.46.42:165] 19]LogVaRest: Response (200): {“Newsdate”:“01-20-2016”,“Title”:“Test News!”,“Desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
[2016.01.25-00.46.42:165] 19]LogVaRest: Response (200): {“Newsdate”:“01-20-2016”,“Title”:“Test News!”,“Desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
[2016.01.25-00.46.42:180] 20]LogVaRest: Response (200): {“Newsdate”:“01-20-2016”,“Title”:“Test News!”,“Desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
[2016.01.25-00.50.24:192][781]LogWindowsTextInputMethodSystem:Display: IME system now deactivated.
[2016.01.25-00.50.24:193][781]LogOnline:Warning: NULL: No game present to leave for session (Game)
[2016.01.25-00.50.24:194][781]LogEngine: All Windows Closed
[2016.01.25-00.50.24:194][781]LogWindows: FPlatformMisc::RequestExit(0)
[2016.01.25-00.50.24:361][782]LogNet: World NetDriver shutdown IpNetDriver_0 [GameNetDriver]
[2016.01.25-00.50.24:361][782]LogNet: DestroyNamedNetDriver IpNetDriver_0 [GameNetDriver]
[2016.01.25-00.50.24:361][782]LogExit: GameNetDriver IpNetDriver_0 shut down
[2016.01.25-00.50.24:425][782]LogExit: Preparing to exit.
[2016.01.25-00.50.24:525][782]LogExit: Game engine shut down
[2016.01.25-00.50.24:526][782]LogParticles: Destroying 0 GPU particle simulations for FXSystem 0x0000022964426E80
[2016.01.25-00.50.24:653][782]LogExit: Object subsystem successfully closed.
[2016.01.25-00.50.24:660][782]LogD3D11RHI: Shutdown
[2016.01.25-00.50.24:660][782]LogD3D11RHI: CleanupD3DDevice
[2016.01.25-00.50.24:714][782]LogD3D11RHI: ~FD3D11DynamicRHI
[2016.01.25-00.50.24:726][782]LogModuleManager: Shutting down and abandoning module AndroidDeviceDetection (119)
[2016.01.25-00.50.25:563][782]LogModuleManager: Shutting down and abandoning module AutomationController (118)
[2016.01.25-00.50.25:563][782]LogModuleManager: Shutting down and abandoning module AutomationWorker (117)
[2016.01.25-00.50.25:563][782]LogModuleManager: Shutting down and abandoning module CharacterAI (116)
[2016.01.25-00.50.25:563][782]LogModuleManager: Shutting down and abandoning module AITestSuite (115)
[2016.01.25-00.50.25:563][782]LogModuleManager: Shutting down and abandoning module GameplayDebugger (114)
[2016.01.25-00.50.25:563][782]LogModuleManager: Shutting down and abandoning module AIModule (113)
[2016.01.25-00.50.25:563][782]LogModuleManager: Shutting down and abandoning module MovieSceneCapture (112)
[2016.01.25-00.50.25:563][782]LogModuleManager: Shutting down and abandoning module GameLiveStreaming (111)
[2016.01.25-00.50.25:563][782]LogModuleManager: Shutting down and abandoning module StreamingPauseRendering (110)
[2016.01.25-00.50.25:563][782]LogModuleManager: Shutting down and abandoning module ProfilerService (109)
[2016.01.25-00.50.25:570][782]LogModuleManager: Shutting down and abandoning module TaskGraph (108)
[2016.01.25-00.50.25:570][782]LogModuleManager: Shutting down and abandoning module SlateRemote (107)
[2016.01.25-00.50.25:570][782]LogModuleManager: Shutting down and abandoning module WebBrowserWidget (106)
[2016.01.25-00.50.25:570][782]LogModuleManager: Shutting down and abandoning module SteamVRController (105)
[2016.01.25-00.50.25:570][782]LogModuleManager: Shutting down and abandoning module SteamVR (104)
[2016.01.25-00.50.25:570][782]LogModuleManager: Shutting down and abandoning module SteamController (103)
[2016.01.25-00.50.25:570][782]LogModuleManager: Shutting down and abandoning module ProceduralMeshComponent (102)
[2016.01.25-00.50.25:570][782]LogModuleManager: Shutting down and abandoning module OculusLibrary (101)
[2016.01.25-00.50.25:570][782]LogModuleManager: Shutting down and abandoning module OculusInput (100)
[2016.01.25-00.50.25:570][782]LogModuleManager: Shutting down and abandoning module LiveEditorListenServer (99)
[2016.01.25-00.50.25:570][782]LogModuleManager: Shutting down and abandoning module LeapMotionController (98)
[2016.01.25-00.50.25:587][782]LogModuleManager: Shutting down and abandoning module CustomMeshComponent (97)
[2016.01.25-00.50.25:587][782]LogModuleManager: Shutting down and abandoning module CableComponent (96)
[2016.01.25-00.50.25:587][782]LogModuleManager: Shutting down and abandoning module ArchVisCharacter (95)
[2016.01.25-00.50.25:587][782]LogModuleManager: Shutting down and abandoning module HTML5Networking (94)
[2016.01.25-00.50.25:587][782]LogModuleManager: Shutting down and abandoning module DesktopPlatform (93)
[2016.01.25-00.50.25:587][782]LogModuleManager: Shutting down and abandoning module DirectoryWatcher (92)
[2016.01.25-00.50.25:588][782]LogModuleManager: Shutting down and abandoning module HotReload (91)
[2016.01.25-00.50.25:588][782]LogModuleManager: Shutting down and abandoning module VisualStudioSourceCodeAccess (90)
[2016.01.25-00.50.25:588][782]LogModuleManager: Shutting down and abandoning module UObjectPlugin (89)
[2016.01.25-00.50.25:588][782]LogModuleManager: Shutting down and abandoning module SubversionSourceControl (88)
[2016.01.25-00.50.25:588][782]LogModuleManager: Shutting down and abandoning module SourceControl (87)
[2016.01.25-00.50.25:588][782]LogModuleManager: Shutting down and abandoning module PerforceSourceControl (86)
[2016.01.25-00.50.25:588][782]LogModuleManager: Shutting down and abandoning module Game (85)
[2016.01.25-00.50.25:588][782]LogModuleManager: Shutting down and abandoning module VaRestPlugin (84)
[2016.01.25-00.50.25:588][782]LogModuleManager: Shutting down and abandoning module UdpMessaging (83)
[2016.01.25-00.50.25:588][782]LogModuleManager: Shutting down and abandoning module LightPropagationVolumeRuntime (82)
[2016.01.25-00.50.25:588][782]LogModuleManager: Shutting down and abandoning module WindowsMoviePlayer (81)
[2016.01.25-00.50.25:590][782]LogModuleManager: Shutting down and abandoning module Media (80)
[2016.01.25-00.50.25:590][782]LogModuleManager: Shutting down and abandoning module WmfMedia (79)
[2016.01.25-00.50.25:590][782]LogModuleManager: Shutting down and abandoning module OnlineBlueprintSupport (78)
[2016.01.25-00.50.25:590][782]LogModuleManager: Shutting down and abandoning module GameplayTasksEditor (77)
[2016.01.25-00.50.25:590][782]LogModuleManager: Shutting down and abandoning module PropertyEditor (76)
[2016.01.25-00.50.25:590][782]LogModuleManager: Shutting down and abandoning module BehaviorTreeEditor (75)
[2016.01.25-00.50.25:590][782]LogModuleManager: Shutting down and abandoning module FunctionalTesting (74)
[2016.01.25-00.50.25:590][782]LogModuleManager: Shutting down and abandoning module CollisionAnalyzer (73)
[2016.01.25-00.50.25:590][782]LogModuleManager: Shutting down and abandoning module WorkspaceMenuStructure (72)
[2016.01.25-00.50.25:590][782]LogModuleManager: Shutting down and abandoning module MessageLog (71)
[2016.01.25-00.50.25:590][782]LogModuleManager: Shutting down and abandoning module Sequencer (70)
[2016.01.25-00.50.25:590][782]LogModuleManager: Shutting down and abandoning module AssetTools (69)
[2016.01.25-00.50.25:590][782]LogModuleManager: Shutting down and abandoning module UMGEditor (68)
[2016.01.25-00.50.25:590][782]LogModuleManager: Shutting down and abandoning module UMG (67)
[2016.01.25-00.50.25:590][782]LogModuleManager: Shutting down and abandoning module Slate (66)
[2016.01.25-00.50.25:590][782]LogModuleManager: Shutting down and abandoning module EditorStyle (65)
[2016.01.25-00.50.25:592][782]LogModuleManager: Shutting down and abandoning module SessionServices (64)
[2016.01.25-00.50.25:592][782]LogModuleManager: Shutting down and abandoning module SourceCodeAccess (63)
[2016.01.25-00.50.25:592][782]LogModuleManager: Shutting down and abandoning module HeadMountedDisplay (62)
[2016.01.25-00.50.25:592][782]LogModuleManager: Shutting down and abandoning module XAudio2 (61)
[2016.01.25-00.50.25:592][782]LogModuleManager: Shutting down and abandoning module Networking (60)
[2016.01.25-00.50.25:592][782]LogModuleManager: Shutting down and abandoning module Core (59)
[2016.01.25-00.50.25:592][782]LogModuleManager: Shutting down and abandoning module KismetCompiler (58)
[2016.01.25-00.50.25:592][782]LogModuleManager: Shutting down and abandoning module PhysXFormats (57)
[2016.01.25-00.50.25:592][782]LogModuleManager: Shutting down and abandoning module MeshUtilities (56)
[2016.01.25-00.50.25:592][782]LogModuleManager: Shutting down and abandoning module DerivedDataCache (55)
[2016.01.25-00.50.25:620][782]LogDerivedDataCache: Shutdown
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module ShaderFormatOpenGL (54)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module ShaderFormatD3D (53)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module MetalShaderFormat (52)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module TextureFormatUncompressed (51)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module TextureFormatPVR (50)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module TextureFormatIntelISPCTexComp (49)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module TextureFormatDXT (48)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module ImageWrapper (47)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module TextureFormatASTC (46)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module AudioFormatOpus (45)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module AudioFormatOgg (44)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module AudioFormatADPCM (43)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module Messaging (42)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module IOSTargetPlatform (41)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module HTML5TargetPlatform (40)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module Android_PVRTCTargetPlatform (39)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module Android_MultiTargetPlatform (38)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module Android_ETC2TargetPlatform (37)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module Android_ETC1TargetPlatform (36)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module Android_DXTTargetPlatform (35)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module Android_ATCTargetPlatform (34)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module Android_ASTCTargetPlatform (33)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module AndroidTargetPlatform (32)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module WindowsTargetPlatform (31)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module WindowsServerTargetPlatform (30)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module WindowsNoEditorTargetPlatform (29)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module WindowsClientTargetPlatform (28)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module AllDesktopTargetPlatform (27)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module TargetPlatform (26)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module InputCore (25)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module Settings (24)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module Voice (22)
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module OnlineSubsystem (18)
[2016.01.25-00.50.25:620][782]LogOnline:Display: NULL: FOnlineSubsystemNull::Shutdown()
[2016.01.25-00.50.25:620][782]LogOnline:Display: Unloading online subsystem: STEAM
[2016.01.25-00.50.25:620][782]LogOnline:Display: Unloading online subsystem: Null
[2016.01.25-00.50.25:620][782]LogModuleManager: Shutting down and abandoning module HTTP (17)
[2016.01.25-00.50.25:621][782]LogModuleManager: Shutting down and abandoning module OculusRift (16)
[2016.01.25-00.50.25:621][782]LogModuleManager: Shutting down and abandoning module ExampleDeviceProfileSelector (15)
[2016.01.25-00.50.25:621][782]LogModuleManager: Shutting down and abandoning module TextureCompressor (14)
[2016.01.25-00.50.25:621][782]LogModuleManager: Shutting down and abandoning module ShaderCore (13)
[2016.01.25-00.50.25:621][782]LogModuleManager: Shutting down and abandoning module Landscape (12)
[2016.01.25-00.50.25:621][782]LogModuleManager: Shutting down and abandoning module SlateRHIRenderer (11)
[2016.01.25-00.50.25:621][782]LogModuleManager: Shutting down and abandoning module OpenGLDrv (10)
[2016.01.25-00.50.25:621][782]LogModuleManager: Shutting down and abandoning module D3D11RHI (9)
[2016.01.25-00.50.25:621][782]LogModuleManager: Shutting down and abandoning module AnimGraphRuntime (8)
[2016.01.25-00.50.25:621][782]LogModuleManager: Shutting down and abandoning module Renderer (7)
[2016.01.25-00.50.25:621][782]LogModuleManager: Shutting down and abandoning module Engine (6)
[2016.01.25-00.50.25:621][782]LogModuleManager: Shutting down and abandoning module CoreUObject (5)
[2016.01.25-00.50.25:621][782]LogModuleManager: Shutting down and abandoning module NetworkFile (4)
[2016.01.25-00.50.25:621][782]LogModuleManager: Shutting down and abandoning module StreamingFile (3)
[2016.01.25-00.50.25:621][782]LogModuleManager: Shutting down and abandoning module SandboxFile (2)
[2016.01.25-00.50.25:621][782]LogModuleManager: Shutting down and abandoning module PakFile (1)
[2016.01.25-00.50.25:622][782]LogExit: Exiting.
[2016.01.25-00.50.25:682][782]Log file closed, 01/24/16 17:50:25
[/SPOILER]