Advertisement
Guest User

UE4 Hydra C++ GameMode Issue for getnamo

a guest
Nov 24th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.86 KB | None | 0 0
  1. [2015.11.24-20.08.48:259][ 0]Log file open, 11/24/15 15:08:48
  2.  
  3. [2015.11.24-20.08.48:259][ 0]LogInit:Display: Running engine for game: Razordebug
  4.  
  5. [2015.11.24-20.08.48:259][ 0]LogInit:Display: RandInit(2047112955) SRandInit(2047112955).
  6.  
  7. [2015.11.24-20.08.48:259][ 0]LogTaskGraph: Started task graph with 4 named threads and 7 total threads.
  8.  
  9. [2015.11.24-20.08.48:259][ 0]LogStats: Stats thread started at 0.072681
  10.  
  11. [2015.11.24-20.08.48:259][ 0]LogInit: Version: 4.9.2-2707645+++depot+UE4-Releases+4.9
  12.  
  13. [2015.11.24-20.08.48:259][ 0]LogInit: API Version: 2672455
  14.  
  15. [2015.11.24-20.08.48:259][ 0]LogInit: Compiled (64-bit): Sep 28 2015 10:25:44
  16.  
  17. [2015.11.24-20.08.48:259][ 0]LogInit: Compiled with Visual C++: 18.00.21005.01
  18.  
  19. [2015.11.24-20.08.48:259][ 0]LogInit: Build Configuration: Development
  20.  
  21. [2015.11.24-20.08.48:259][ 0]LogInit: Branch Name: ++depot+UE4-Releases+4.9
  22.  
  23. [2015.11.24-20.08.48:259][ 0]LogInit: Command line:
  24.  
  25. [2015.11.24-20.08.48:259][ 0]LogInit: Base directory: C:/Program Files/Epic Games/4.9/Engine/Binaries/Win64/
  26.  
  27. [2015.11.24-20.08.48:259][ 0]LogInit: Rocket: 1
  28.  
  29. [2015.11.24-20.08.48:266][ 0]LogInit: Using libcurl 7.41.0
  30.  
  31. [2015.11.24-20.08.48:266][ 0]LogInit: - built for x86_64-pc-win32
  32.  
  33. [2015.11.24-20.08.48:266][ 0]LogInit: - supports SSL with WinSSL
  34.  
  35. [2015.11.24-20.08.48:266][ 0]LogInit: - other features:
  36.  
  37. [2015.11.24-20.08.48:266][ 0]LogInit: CURL_VERSION_SSL
  38.  
  39. [2015.11.24-20.08.48:266][ 0]LogInit: CURL_VERSION_IPV6
  40.  
  41. [2015.11.24-20.08.48:266][ 0]LogInit: CURL_VERSION_ASYNCHDNS
  42.  
  43. [2015.11.24-20.08.48:266][ 0]LogInit: CURL_VERSION_LARGEFILE
  44.  
  45. [2015.11.24-20.08.48:266][ 0]LogInit: CURL_VERSION_IDN
  46.  
  47. [2015.11.24-20.08.48:266][ 0]LogInit: CurlRequestOptions (configurable via config and command line):
  48.  
  49. [2015.11.24-20.08.48:266][ 0]LogInit: - bVerifyPeer = true - Libcurl will verify peer certificate
  50.  
  51. [2015.11.24-20.08.48:266][ 0]LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy
  52.  
  53. [2015.11.24-20.08.48:266][ 0]LogInit: - bDontReuseConnections = false - Libcurl will reuse connections
  54.  
  55. [2015.11.24-20.08.48:266][ 0]LogInit: - CertBundlePath = nullptr - Libcurl will use whatever was configured at build time.
  56.  
  57. [2015.11.24-20.08.48:273][ 0]LogInit: Presizing for 0 objects not considered by GC, pre-allocating 0 bytes.
  58.  
  59. [2015.11.24-20.08.48:279][ 0]LogInit: Object subsystem initialized
  60.  
  61. [2015.11.24-20.08.48:280][ 0]LogInit: Selected Device Profile: [Windows]
  62.  
  63. [2015.11.24-20.08.48:280][ 0]LogInit: Applying CVar settings loaded from the selected device profile: [Windows]
  64.  
  65. [2015.11.24-20.08.48:288][ 0]LogInit: Computer: SOLARIA
  66.  
  67. [2015.11.24-20.08.48:288][ 0]LogInit: User: Jon
  68.  
  69. [2015.11.24-20.08.48:288][ 0]LogInit: CPU Page size=4096, Cores=4
  70.  
  71. [2015.11.24-20.08.48:288][ 0]LogInit: High frequency timer resolution =3.320332 MHz
  72.  
  73. [2015.11.24-20.08.48:288][ 0]LogMemory: Memory total: Physical=15.9GB (16GB approx)
  74.  
  75. [2015.11.24-20.08.48:288][ 0]LogMemory: Platform Memory Stats for Windows
  76.  
  77. [2015.11.24-20.08.48:288][ 0]LogMemory: Process Physical Memory: 53.99 MB used, 53.99 MB peak
  78.  
  79. [2015.11.24-20.08.48:288][ 0]LogMemory: Process Virtual Memory: 57.47 MB used, 57.47 MB peak
  80.  
  81. [2015.11.24-20.08.48:288][ 0]LogMemory: Physical Memory: 7674.34 MB used, 16332.20 MB total
  82.  
  83. [2015.11.24-20.08.48:288][ 0]LogMemory: Virtual Memory: 366.21 MB used, 134217728.00 MB total
  84.  
  85. [2015.11.24-20.08.48:318][ 0]LogTextLocalizationManager: No specific translations for ('en-CA') exist, so ('en') translations will be used.
  86.  
  87. [2015.11.24-20.08.48:940][ 0]LogD3D11RHI: Found D3D11 adapter 0: NVIDIA GeForce GTX 970 (Feature Level 11_0)
  88.  
  89. [2015.11.24-20.08.48:940][ 0]LogD3D11RHI: Adapter has 4008MB of dedicated video memory, 0MB of dedicated system memory, and 8166MB of shared system memory, 2 output[s]
  90.  
  91. [2015.11.24-20.08.48:941][ 0]LogD3D11RHI: Found D3D11 adapter 1: Microsoft Basic Render Driver (Feature Level 11_0)
  92.  
  93. [2015.11.24-20.08.48:941][ 0]LogD3D11RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 8166MB of shared system memory, 0 output[s]
  94.  
  95. [2015.11.24-20.08.48:941][ 0]LogD3D11RHI: Chosen D3D11 Adapter Id = 0
  96.  
  97. [2015.11.24-20.08.48:944][ 0]LogD3D11RHI: !Direct3DDevice
  98.  
  99. [2015.11.24-20.08.48:944][ 0]LogRHI: Texture pool is 1361 MB (70% of 1945 MB)
  100.  
  101. [2015.11.24-20.08.48:955][ 0]LogD3D11RHI: Async texture creation enabled
  102.  
  103. [2015.11.24-20.08.48:971][ 0]LogShaderCompilers: Guid format shader working directory is 15 characters bigger than the processId version (E:/Documents/Unreal Projects/Razordebug/Intermediate/Shaders/WorkingDirectory/3544/).
  104.  
  105. [2015.11.24-20.08.48:971][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'E:/Documents/Unreal Projects/Razordebug/Intermediate/Shaders/tmp/405FDA1D49EFDEC197EB8FA2F40C1A4E/'.
  106.  
  107. [2015.11.24-20.08.48:971][ 0]LogShaderCompilers:Display: Using Local Shader Compiler.
  108.  
  109. [2015.11.24-20.08.49:847][ 0]LogTemp:Display: Loaded TP AllDesktopTargetPlatform
  110.  
  111. [2015.11.24-20.08.49:852][ 0]LogTemp:Display: Loaded TP WindowsClientTargetPlatform
  112.  
  113. [2015.11.24-20.08.49:857][ 0]LogTemp:Display: Loaded TP WindowsNoEditorTargetPlatform
  114.  
  115. [2015.11.24-20.08.49:862][ 0]LogTemp:Display: Loaded TP WindowsServerTargetPlatform
  116.  
  117. [2015.11.24-20.08.49:867][ 0]LogTemp:Display: Loaded TP WindowsTargetPlatform
  118.  
  119. [2015.11.24-20.08.49:870][ 0]LogTemp:Display: Loaded TP AndroidTargetPlatform
  120.  
  121. [2015.11.24-20.08.49:872][ 0]LogTemp:Display: Loaded TP Android_ASTCTargetPlatform
  122.  
  123. [2015.11.24-20.08.49:875][ 0]LogTemp:Display: Loaded TP Android_ATCTargetPlatform
  124.  
  125. [2015.11.24-20.08.49:878][ 0]LogTemp:Display: Loaded TP Android_DXTTargetPlatform
  126.  
  127. [2015.11.24-20.08.49:881][ 0]LogTemp:Display: Loaded TP Android_ETC1TargetPlatform
  128.  
  129. [2015.11.24-20.08.49:884][ 0]LogTemp:Display: Loaded TP Android_ETC2TargetPlatform
  130.  
  131. [2015.11.24-20.08.49:887][ 0]LogTemp:Display: Loaded TP Android_PVRTCTargetPlatform
  132.  
  133. [2015.11.24-20.08.49:888][ 0]LogTemp:Display: Loaded TP HTML5TargetPlatform
  134.  
  135. [2015.11.24-20.08.49:904][ 0]LogTemp:Display: Loaded TP IOSTargetPlatform
  136.  
  137. [2015.11.24-20.08.49:907][ 0]LogTemp:Display: Loaded TP LinuxNoEditorTargetPlatform
  138.  
  139. [2015.11.24-20.08.49:909][ 0]LogTemp:Display: Loaded TP LinuxServerTargetPlatform
  140.  
  141. [2015.11.24-20.08.49:912][ 0]LogTemp:Display: Loaded TP LinuxTargetPlatform
  142.  
  143. [2015.11.24-20.08.49:912][ 0]LogTargetPlatformManager:Display: Building Assets For Windows
  144.  
  145. [2015.11.24-20.08.49:991][ 0]LogDerivedDataCache:Display: Max Cache Size: 512 MB
  146.  
  147. [2015.11.24-20.08.50:027][ 0]LogDerivedDataCache: Loaded boot cache 0.04s 41MB C:/Users/Jon/AppData/Local/UnrealEngine/4.9/DerivedDataCache/Boot.ddc.
  148.  
  149. [2015.11.24-20.08.50:027][ 0]LogDerivedDataCache:Display: Loaded Boot cache: C:/Users/Jon/AppData/Local/UnrealEngine/4.9/DerivedDataCache/Boot.ddc
  150.  
  151. [2015.11.24-20.08.50:027][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file E:/Documents/Unreal Projects/Razordebug/DerivedDataCache/DDC.ddp not found, will not use a pak cache.
  152.  
  153. [2015.11.24-20.08.50:027][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchical cache Hierarchy.
  154.  
  155. [2015.11.24-20.08.50:027][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file E:/Documents/Unreal Projects/Razordebug/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
  156.  
  157. [2015.11.24-20.08.50:027][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchical cache Hierarchy.
  158.  
  159. [2015.11.24-20.08.50:146][ 0]LogDerivedDataCache:Display: Pak cache opened for reading ../../../Engine/DerivedDataCache/Compressed.ddp.
  160.  
  161. [2015.11.24-20.08.50:158][ 0]LogDerivedDataCache: Using Local data cache path C:/Users/Jon/AppData/Local/UnrealEngine/Common/DerivedDataCache: Writable
  162.  
  163. [2015.11.24-20.08.50:339][ 0]LogInit: Selected Device Profile: [Windows]
  164.  
  165. [2015.11.24-20.08.50:341][ 0]LogContentStreaming: Texture pool size is 0.000000MB
  166.  
  167. [2015.11.24-20.08.50:445][ 0]LogMeshUtilities: No automatic mesh reduction module available
  168.  
  169. [2015.11.24-20.08.50:445][ 0]LogMeshUtilities: No automatic mesh merging module available
  170.  
  171. [2015.11.24-20.08.50:654][ 0]LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467
  172.  
  173. [2015.11.24-20.08.51:242][ 0]UdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666.
  174.  
  175. [2015.11.24-20.08.51:307][ 0]LogLinker:Warning: Can't find file '/Script/HydraPlugin'
  176.  
  177. [2015.11.24-20.08.51:307][ 0]LogLinker:Warning: Can't find file for asset '/Script/HydraPlugin' while loading E:/Documents/Unreal Projects/Razordebug/Content/MyRazorPawn.uasset.
  178.  
  179. [2015.11.24-20.08.51:307][ 0]LoadErrors:Error: Error /Game/MyRazorPawn : Can't find file for asset. /Script/HydraPlugin
  180.  
  181. [2015.11.24-20.08.51:308][ 0]LogLinker:Warning: Can't find file '/Script/HydraPlugin'
  182.  
  183. [2015.11.24-20.08.51:308][ 0]LogLinker:Warning: Can't find file for asset '/Script/HydraPlugin' while loading E:/Documents/Unreal Projects/Razordebug/Content/MyRazorPawn.uasset.
  184.  
  185. [2015.11.24-20.08.51:308][ 0]LoadErrors:Error: Error /Game/MyRazorPawn : Can't find file for asset. /Script/HydraPlugin
  186.  
  187. [2015.11.24-20.08.51:308][ 0]LogLinker:Warning: Can't find file '/Script/HydraPlugin'
  188.  
  189. [2015.11.24-20.08.51:308][ 0]LogLinker:Warning: Can't find file for asset '/Script/HydraPlugin' while loading E:/Documents/Unreal Projects/Razordebug/Content/MyRazorPawn.uasset.
  190.  
  191. [2015.11.24-20.08.51:308][ 0]LoadErrors:Error: Error /Game/MyRazorPawn : Can't find file for asset. /Script/HydraPlugin
  192.  
  193. [2015.11.24-20.08.51:308][ 0]LogLinker:Warning: Can't find file '/Script/HydraPlugin'
  194.  
  195. [2015.11.24-20.08.51:308][ 0]LogLinker:Warning: Can't find file for asset '/Script/HydraPlugin' while loading NULL.
  196.  
  197. [2015.11.24-20.08.51:308][ 0]LogLinker:Warning: Can't find file '/Script/HydraPlugin'
  198.  
  199. [2015.11.24-20.08.51:308][ 0]LogLinker:Warning: Can't find file for asset '/Script/HydraPlugin' while loading NULL.
  200.  
  201. [2015.11.24-20.08.51:308][ 0]LogLinker:Warning: Can't find file '/Script/HydraPlugin'
  202.  
  203. [2015.11.24-20.08.51:308][ 0]LogLinker:Warning: Can't find file for asset '/Script/HydraPlugin' while loading NULL.
  204.  
  205. [2015.11.24-20.08.51:309][ 0]LogLinker:Warning: Can't find file '/Script/HydraPlugin'
  206.  
  207. [2015.11.24-20.08.51:309][ 0]LogLinker:Warning: Can't find file for asset '/Script/HydraPlugin' while loading NULL.
  208.  
  209. [2015.11.24-20.08.51:310][ 0]LogLinker:Warning: Can't find file '/Script/HydraPlugin'
  210.  
  211. [2015.11.24-20.08.51:310][ 0]LoadErrors: Info Failed to load /Script/HydraPlugin.HydraPluginComponent Referenced by K2Node_CallFunction_2232
  212.  
  213. [2015.11.24-20.08.51:310][ 0]LogLinker:Warning: Can't find file for asset '/Script/HydraPlugin' while loading NULL.
  214.  
  215. [2015.11.24-20.08.51:310][ 0]LoadErrors: Info Failed to load /Script/HydraPlugin.HydraPluginComponent Referenced by K2Node_CallFunction_2232
  216.  
  217. [2015.11.24-20.08.51:310][ 0]LogLinker:Warning: Can't find file '/Script/HydraPlugin'
  218.  
  219. [2015.11.24-20.08.51:310][ 0]LoadErrors: Info Failed to load /Script/HydraPlugin.HydraPluginComponent Referenced by EdGraphPin_21258
  220.  
  221. [2015.11.24-20.08.51:310][ 0]LogLinker:Warning: Can't find file for asset '/Script/HydraPlugin' while loading NULL.
  222.  
  223. [2015.11.24-20.08.51:310][ 0]LoadErrors: Info Failed to load /Script/HydraPlugin.HydraPluginComponent Referenced by EdGraphPin_21258
  224.  
  225. [2015.11.24-20.08.51:310][ 0]LogLinker:Warning: Can't find file '/Script/HydraPlugin'
  226.  
  227. [2015.11.24-20.08.51:310][ 0]LoadErrors: Info Failed to load /Script/HydraPlugin.HydraPluginComponent Referenced by EdGraphPin_21260
  228.  
  229. [2015.11.24-20.08.51:310][ 0]LogLinker:Warning: Can't find file for asset '/Script/HydraPlugin' while loading NULL.
  230.  
  231. [2015.11.24-20.08.51:310][ 0]LoadErrors: Info Failed to load /Script/HydraPlugin.HydraPluginComponent Referenced by EdGraphPin_21260
  232.  
  233. [2015.11.24-20.08.51:311][ 0]LogLinker:Warning: Can't find file '/Script/HydraPlugin'
  234.  
  235. [2015.11.24-20.08.51:311][ 0]LogLinker:Warning: Can't find file for asset '/Script/HydraPlugin' while loading NULL.
  236.  
  237. [2015.11.24-20.08.51:311][ 0]LogLinker:Warning: Can't find file '/Script/HydraPlugin'
  238.  
  239. [2015.11.24-20.08.51:311][ 0]LoadErrors: Info Failed to load /Script/HydraPlugin.HydraPluginComponent Referenced by SCS_Node_3
  240.  
  241. [2015.11.24-20.08.51:311][ 0]LogLinker:Warning: Can't find file for asset '/Script/HydraPlugin' while loading NULL.
  242.  
  243. [2015.11.24-20.08.51:311][ 0]LoadErrors: Info Failed to load /Script/HydraPlugin.HydraPluginComponent Referenced by SCS_Node_3
  244.  
  245. [2015.11.24-20.08.51:315][ 0]LogBlueprint:Warning: [MyRazorPawn] CreatePinForVariable: 'HydraPlugin' variable not found. Base class was probably changed.
  246.  
  247. [2015.11.24-20.08.51:316][ 0]LogBlueprint:Warning: [compiler MyRazorPawn] Warning Could not find a variable named "HydraPlugin" in 'MyRazorPawn_C'.
  248. Make sure 'MyRazorPawn_C' has been compiled for Get HydraPlugin
  249.  
  250. [2015.11.24-20.08.51:317][ 0]LogBlueprint:Error: [compiler MyRazorPawn] Error Could not find a function named "IsAvailable" in 'MyRazorPawn'.
  251. Make sure 'MyRazorPawn' has been compiled for IsAvailable
  252.  
  253. [2015.11.24-20.08.51:317][ 0]LogBlueprint:Error: [compiler MyRazorPawn] Error The property associated with HydraPlugin could not be found
  254.  
  255. [2015.11.24-20.08.51:318][ 0]LogBlueprint:Warning: [compiler MyRazorPawn] Warning [0003.82] Compile of MyRazorPawn failed. 2 Fatal Issue(s) 1 Warning(s) [in 2 ms]
  256.  
  257. [2015.11.24-20.08.51:318][ 0]LogBlueprint:Warning: [compiler MyRazorPawn] Warning [0003.82] Compile of MyRazorPawn failed. 2 Fatal Issue(s) 2 Warning(s) [in 0 ms]
  258.  
  259. [2015.11.24-20.08.51:318][ 0]LogBlueprint:Warning: [compiler MyRazorPawn] Warning [0003.82] Compile of MyRazorPawn failed. 2 Fatal Issue(s) 3 Warning(s) [in 0 ms]
  260.  
  261. [2015.11.24-20.08.51:319][ 0]LogLinker:Warning: Can't find file '/Script/HydraPlugin'
  262.  
  263. [2015.11.24-20.08.51:319][ 0]LogLinker:Warning: Can't find file for asset '/Script/HydraPlugin' while loading NULL.
  264.  
  265. [2015.11.24-20.08.51:319][ 0]LogLinker:Warning: Can't find file '/Script/HydraPlugin'
  266.  
  267. [2015.11.24-20.08.51:319][ 0]LogLinker:Warning: Can't find file for asset '/Script/HydraPlugin' while loading NULL.
  268.  
  269. [2015.11.24-20.08.51:358][ 0]LogAssetRegistry: FAssetRegistry took 0.0112 seconds to start up
  270.  
  271. [2015.11.24-20.08.51:497][ 0]SourceControl: Info Source control is disabled
  272.  
  273. [2015.11.24-20.08.51:498][ 0]SourceControl: Info Source control is disabled
  274.  
  275. [2015.11.24-20.08.51:508][ 0]SourceControl: Info Source control is disabled
  276.  
  277. [2015.11.24-20.08.51:517][ 0]SourceControl: Info Source control is disabled
  278.  
  279. [2015.11.24-20.08.51:647][ 0]LogLinker:Warning: Asset '../../../Engine/Plugins/Runtime/LeapMotionController/Content/LM_PassthroughMaterial.uasset' has been saved with empty engine version. The asset will be loaded but may be incompatible.
  280.  
  281. [2015.11.24-20.08.51:728][ 0]LogObj: 28757 objects as part of root set at end of initial load.
  282.  
  283. [2015.11.24-20.08.51:728][ 0]LogUObjectAllocator: 6164704 out of 0 bytes used by permanent object pool.
  284.  
  285. [2015.11.24-20.08.51:778][ 0]LogEngine: Initializing Engine...
  286.  
  287. [2015.11.24-20.08.51:779][ 0]OCULUS: Info: 11/24/15 20:08:51: [CAPI] LibOVR module is located at C:\Windows\SYSTEM32\LibOVRRT64_0_7.dll
  288.  
  289.  
  290. [2015.11.24-20.08.52:380][ 0]OCULUS: Error: 11/24/15 20:08:52: [CAPI] ovr_Create failed to complete within the timeout period.
  291.  
  292. [2015.11.24-20.08.52:484][ 0]LogHMD: SteamVR failed to initialize. Err: 108
  293.  
  294. [2015.11.24-20.08.52:596][ 0]LogAIModule: Creating AISystem for world NewWorld
  295.  
  296. [2015.11.24-20.08.52:601][ 0]LogInit: XAudio2 using 'Speakers (Realtek High Definition Audio)' : 2 channels at 48 kHz using 32 bits per sample (channel mask 0x3)
  297.  
  298. [2015.11.24-20.08.52:608][ 0]LogInit: FAudioDevice initialized.
  299.  
  300. [2015.11.24-20.08.52:626][ 0]LogDerivedDataCache: Saved boot cache 0.02s 41MB C:/Users/Jon/AppData/Local/UnrealEngine/4.9/DerivedDataCache/Boot.ddc.
  301.  
  302. [2015.11.24-20.08.52:629][ 0]LogInit: Texture streaming: Enabled
  303.  
  304. [2015.11.24-20.08.52:635][ 0]LogAnalytics: Creating configured Analytics provider AnalyticsET
  305.  
  306. [2015.11.24-20.08.52:635][ 0]LogAnalytics: [UEEditor.Rocket.Release] APIServer = http://et2.epicgames.com/ET2/. AppVersion = 4.9.2-2707645+++depot+UE4-Releases+4.9
  307.  
  308. [2015.11.24-20.08.52:635][ 0]LogAnalytics: [UEEditor.Rocket.Release] SetUserId 559675a5407ebfa82fce22984b6fa71e|4732770459ab47a9be064d51dc53b804|c007cde8-53a6-468f-b296-20ea99da96a4
  309.  
  310. [2015.11.24-20.08.52:635][ 0]LogAnalytics: [UEEditor.Rocket.Release] AnalyticsET::StartSession
  311.  
  312. [2015.11.24-20.08.52:663][ 0]LogInit: Transaction tracking system initialized
  313.  
  314. [2015.11.24-20.08.52:689][ 0]BlueprintLog: New page: Editor Load
  315.  
  316. [2015.11.24-20.08.52:766][ 0]LocalizationService: Info Localization service is disabled
  317.  
  318. [2015.11.24-20.08.52:835][ 0]LogConsoleResponse:Display:
  319.  
  320. [2015.11.24-20.08.52:931][ 0]LogCook:Display: Done creating registry. It took 0.00s.
  321.  
  322. [2015.11.24-20.08.52:981][ 0]LogFileCache: Scanning file cache for directory 'E:/Documents/Unreal Projects/Razordebug/Content/' took 0.01s
  323.  
  324. [2015.11.24-20.08.52:981][ 0]SourceControl: Info Source control is disabled
  325.  
  326. [2015.11.24-20.08.52:981][ 0]Cmd: MAP LOAD FILE="../../../Engine/Content/Maps/Templates/Template_Default.umap" TEMPLATE=1 SHOWPROGRESS=1 FEATURELEVEL=3
  327.  
  328. [2015.11.24-20.08.52:981][ 0]LightingResults: New page: Lighting Build
  329.  
  330. [2015.11.24-20.08.52:984][ 0]MapCheck: New page: Map Check
  331.  
  332. [2015.11.24-20.08.52:984][ 0]LightingResults: New page: Lighting Build
  333.  
  334. [2015.11.24-20.08.52:993][ 0]LogParticles: Destroying 0 GPU particle simulations for FXSystem 0x000000F8EB016160
  335.  
  336. [2015.11.24-20.08.53:234][ 0]LogAIModule: Creating AISystem for world Untitled_1
  337.  
  338. [2015.11.24-20.08.53:241][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs)
  339.  
  340. [2015.11.24-20.08.53:244][ 0]Cmd: MAP CHECKDEP NOCLEARLOG
  341.  
  342. [2015.11.24-20.08.53:282][ 0]MapCheck: Info Map check complete: 0 Error(s), 0 Warning(s), took 37.135ms to complete.
  343.  
  344. [2015.11.24-20.08.53:282][ 0]LogFileHelpers: Loading map 'Template_Default' took 0.301
  345.  
  346. [2015.11.24-20.08.53:413][ 0]LogCollectionManager: Loaded 0 collections in 0.002071 seconds
  347.  
  348. [2015.11.24-20.08.53:452][ 0]LogFileCache: Scanning file cache for directory 'E:/Documents/Unreal Projects/Razordebug/Saved/Collections/' took 0.01s
  349.  
  350. [2015.11.24-20.08.53:452][ 0]LogFileCache: Scanning file cache for directory 'E:/Documents/Unreal Projects/Razordebug/Content/Developers/Jon/Collections/' took 0.01s
  351.  
  352. [2015.11.24-20.08.53:452][ 0]LogFileCache: Scanning file cache for directory 'E:/Documents/Unreal Projects/Razordebug/Content/Collections/' took 0.01s
  353.  
  354. [2015.11.24-20.08.53:452][ 0]LogContentBrowser: Native class hierarchy populated in 0.0064 seconds. Added 1870 classes and 338 folders.
  355.  
  356. [2015.11.24-20.08.53:467][ 0]LogCollectionManager: Rebuilt the GUID cache for 0 collections in 0.000002 seconds
  357.  
  358. [2015.11.24-20.08.53:473][ 0]LogContentBrowser: Native class hierarchy updated for 'WidgetCarousel' in 0.0009 seconds. Added 0 classes and 0 folders.
  359.  
  360. [2015.11.24-20.08.53:512][ 0]LogContentBrowser: Native class hierarchy updated for 'AddContentDialog' in 0.0009 seconds. Added 0 classes and 0 folders.
  361.  
  362. [2015.11.24-20.08.53:522][ 0]LogContentBrowser: Native class hierarchy updated for 'SceneOutliner' in 0.0011 seconds. Added 1 classes and 2 folders.
  363.  
  364. [2015.11.24-20.08.53:546][ 0]LogCrashTracker: Crashtracker disabled due to settings.
  365.  
  366. [2015.11.24-20.08.53:553][ 0]LogUObjectGlobals:Warning: Failed to find object 'Class None.'
  367.  
  368. [2015.11.24-20.08.53:578][ 0]LogLoad: Full Startup: 6.08 seconds (BP compile: 0.04 seconds)
  369.  
  370. [2015.11.24-20.08.53:918][ 0]HydraPluginLog: Attempting to startup Hydra Module, v0.8.2
  371.  
  372. [2015.11.24-20.08.53:918][ 0]HydraPluginLog: Fetching dll from E:/Documents/Unreal Projects/Razordebug/Plugins/HydraPlugin/Source/ThirdParty/Sixense/Binaries/Win64/sixense_x64.dll
  373.  
  374. [2015.11.24-20.08.53:918][ 0]HydraPluginLog: Hydra Available.
  375.  
  376. [2015.11.24-20.08.53:967][ 0]LogContentStreaming: Texture pool size now 1000 MB
  377.  
  378. [2015.11.24-20.08.54:088][ 0]LogRenderer: Reallocating scene render targets to support 1208x600 (Frame:2).
  379.  
  380. [2015.11.24-20.08.54:595][ 2]LogAssetRegistry: Asset discovery search completed in 3.2482 seconds
  381.  
  382. [2015.11.24-20.08.54:595][ 2]LogCollectionManager: Rebuilt the object cache for 0 collections in 0.000001 seconds (found 0 objects)
  383.  
  384. [2015.11.24-20.08.54:595][ 2]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000050 seconds (updated 0 objects)
  385.  
  386. [2015.11.24-20.09.51:178][515]LogPlayLevel: PlayLevel: No blueprints needed recompiling
  387.  
  388. [2015.11.24-20.09.52:791][515]PIE: New page: PIE session: Untitled_1 (Nov 24, 2015, 10:09:52 AM)
  389.  
  390. [2015.11.24-20.09.52:791][515]LogPlayLevel: Creating play world package: /Temp/UEDPIE_0_Untitled_1
  391.  
  392. [2015.11.24-20.09.52:793][515]LogPlayLevel: PIE: StaticDuplicateObject took: (0.001759s)
  393.  
  394. [2015.11.24-20.09.52:794][515]LogAIModule: Creating AISystem for world Untitled_1
  395.  
  396. [2015.11.24-20.09.52:794][515]LogPlayLevel: PIE: World Init took: (0.000700s)
  397.  
  398. [2015.11.24-20.09.52:794][515]LogPlayLevel: PIE: Created PIE world by copying editor world from /Temp/Untitled_1.Untitled_1 to /Temp/UEDPIE_0_Untitled_1.Untitled_1 (0.002697s)
  399.  
  400. [2015.11.24-20.09.52:810][515]LogInit: XAudio2 using 'Speakers (Realtek High Definition Audio)' : 2 channels at 48 kHz using 32 bits per sample (channel mask 0x3)
  401.  
  402. [2015.11.24-20.09.52:816][515]LogInit: FAudioDevice initialized.
  403.  
  404. [2015.11.24-20.09.52:869][515]LogWorld: Game class is 'MyBlueprintGame_C'
  405.  
  406. [2015.11.24-20.09.52:872][515]LogWorld: Bringing World /Temp/UEDPIE_0_Untitled_1.Untitled_1 up for play (max tick rate 0) at 2015.11.24-15.09.52
  407.  
  408. [2015.11.24-20.09.52:872][515]LogActor:Warning: GameSession /Temp/UEDPIE_0_Untitled_1.Untitled_1:PersistentLevel.GameSession_0 has natively added scene component(s), but none of them were set as the actor's RootComponent - picking one arbitrarily
  409.  
  410. [2015.11.24-20.09.52:872][515]LogActor:Warning: GameNetworkManager /Temp/UEDPIE_0_Untitled_1.Untitled_1:PersistentLevel.GameNetworkManager_0 has natively added scene component(s), but none of them were set as the actor's RootComponent - picking one arbitrarily
  411.  
  412. [2015.11.24-20.09.52:872][515]LogWorld: Bringing up level for play took: 0.001688
  413.  
  414. [2015.11.24-20.09.52:878][515]PIE: Info Play in editor start time for /Temp/UEDPIE_0_Untitled_1 2.435
  415.  
  416. [2015.11.24-20.09.59:427][970]LogLinker:Warning: Asset '../../../Engine/Content/ArtTools/RenderToTexture/Macros/RenderToTextureMacros.uasset' has been saved with empty engine version. The asset will be loaded but may be incompatible.
  417.  
  418. [2015.11.24-20.09.59:899][970]LogContentBrowser: Native class hierarchy updated for 'BlueprintGraph' in 0.0012 seconds. Added 107 classes and 0 folders.
  419.  
  420. [2015.11.24-20.10.03:307][237]LogParticles: Destroying 0 GPU particle simulations for FXSystem 0x000000F8FC876200
  421.  
  422. [2015.11.24-20.16.33:643][622]LogParticles: Destroying 0 GPU particle simulations for FXSystem 0x000000F8DBFEE020
  423.  
  424. [2015.11.24-20.16.33:977][623]Cmd: QUIT_EDITOR
  425.  
  426. [2015.11.24-20.16.34:688][623]LogWindowsTextInputMethodSystem:Display: IME system now deactivated.
  427.  
  428. [2015.11.24-20.16.35:018][623]HydraPluginLog: Hydra Clean shutdown.
  429.  
  430. [2015.11.24-20.16.35:018][623]LogExit: Preparing to exit.
  431.  
  432. [2015.11.24-20.16.35:528][623]LogExit: Editor shut down
  433.  
  434. [2015.11.24-20.16.35:528][623]LogExit: Transaction tracking system shut down
  435.  
  436. [2015.11.24-20.16.35:530][623]LogParticles: Destroying 0 GPU particle simulations for FXSystem 0x000000F8DD7A23E0
  437.  
  438. [2015.11.24-20.16.35:530][623]LogParticles: Destroying 0 GPU particle simulations for FXSystem 0x000000F8DB5DB880
  439.  
  440. [2015.11.24-20.16.35:530][623]LogParticles: Destroying 0 GPU particle simulations for FXSystem 0x000000F8FC43D8A0
  441.  
  442. [2015.11.24-20.16.35:671][623]LogExit: Object subsystem successfully closed.
  443.  
  444. [2015.11.24-20.16.35:692][623]LogD3D11RHI: Shutdown
  445.  
  446. [2015.11.24-20.16.35:692][623]LogD3D11RHI: CleanupD3DDevice
  447.  
  448. [2015.11.24-20.16.35:732][623]LogD3D11RHI: ~FD3D11DynamicRHI
  449.  
  450. [2015.11.24-20.16.35:749][623]LogModuleManager: Shutting down and abandoning module BlueprintGraph (200)
  451.  
  452. [2015.11.24-20.16.35:749][623]LogModuleManager: Shutting down and abandoning module CrashTracker (199)
  453.  
  454. [2015.11.24-20.16.35:749][623]LogModuleManager: Shutting down and abandoning module SceneOutliner (198)
  455.  
  456. [2015.11.24-20.16.35:749][623]LogModuleManager: Shutting down and abandoning module SuperSearch (197)
  457.  
  458. [2015.11.24-20.16.35:749][623]LogModuleManager: Shutting down and abandoning module WidgetCarousel (196)
  459.  
  460. [2015.11.24-20.16.35:749][623]LogModuleManager: Shutting down and abandoning module AddContentDialog (195)
  461.  
  462. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module EditorWidgets (194)
  463.  
  464. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module CollectionManager (193)
  465.  
  466. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module StatsViewer (192)
  467.  
  468. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module FoliageEdit (191)
  469.  
  470. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module LandscapeEditor (190)
  471.  
  472. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module ActorPickerMode (189)
  473.  
  474. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module GeometryMode (188)
  475.  
  476. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module TextureAlignMode (187)
  477.  
  478. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module BspMode (186)
  479.  
  480. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module PlacementMode (185)
  481.  
  482. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module AutomationWorker (184)
  483.  
  484. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module CharacterAI (183)
  485.  
  486. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module SmartSnapping (182)
  487.  
  488. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module ViewportSnapping (181)
  489.  
  490. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module LogVisualizer (180)
  491.  
  492. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module GameProjectGeneration (179)
  493.  
  494. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module IntroTutorials (178)
  495.  
  496. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module EditorLiveStreaming (177)
  497.  
  498. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module IOSPlatformEditor (176)
  499.  
  500. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module HTML5PlatformEditor (175)
  501.  
  502. [2015.11.24-20.16.35:750][623]LogModuleManager: Shutting down and abandoning module AndroidDeviceDetection (174)
  503.  
  504. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module AndroidPlatformEditor (173)
  505.  
  506. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module IOSRuntimeSettings (172)
  507.  
  508. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module AndroidRuntimeSettings (171)
  509.  
  510. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module MergeActors (170)
  511.  
  512. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module SizeMap (169)
  513.  
  514. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module TreeMap (168)
  515.  
  516. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module ReferenceViewer (167)
  517.  
  518. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module LocalizationService (166)
  519.  
  520. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module LocalizationDashboard (165)
  521.  
  522. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module HardwareTargeting (164)
  523.  
  524. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module DeviceProfileEditor (163)
  525.  
  526. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module UndoHistory (162)
  527.  
  528. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module GameplayTagsEditor (161)
  529.  
  530. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module UserFeedback (160)
  531.  
  532. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module XmlParser (159)
  533.  
  534. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module Blutility (158)
  535.  
  536. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module ProjectTargetPlatformEditor (157)
  537.  
  538. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module ProjectSettingsViewer (156)
  539.  
  540. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module InputBindingEditor (155)
  541.  
  542. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module EditorSettingsViewer (154)
  543.  
  544. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module SettingsEditor (153)
  545.  
  546. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module ProjectLauncher (152)
  547.  
  548. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module SessionFrontend (151)
  549.  
  550. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module ProfilerClient (150)
  551.  
  552. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module TargetDeviceServices (149)
  553.  
  554. [2015.11.24-20.16.35:978][623]LogModuleManager: Shutting down and abandoning module DeviceManager (148)
  555.  
  556. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module AutomationController (147)
  557.  
  558. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module AutomationWindow (146)
  559.  
  560. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module Layers (145)
  561.  
  562. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module ComponentVisualizers (144)
  563.  
  564. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module DetailCustomizations (143)
  565.  
  566. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module PackagesDialog (142)
  567.  
  568. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module Persona (141)
  569.  
  570. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module Kismet (140)
  571.  
  572. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module GraphEditor (139)
  573.  
  574. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module ClassViewer (138)
  575.  
  576. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module Toolbox (137)
  577.  
  578. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module ModuleUI (136)
  579.  
  580. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module MovieSceneTools (135)
  581.  
  582. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module OutputLog (134)
  583.  
  584. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module GammaUI (133)
  585.  
  586. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module Documentation (132)
  587.  
  588. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module GameLiveStreaming (131)
  589.  
  590. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module StreamingPauseRendering (130)
  591.  
  592. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module AnalyticsET (129)
  593.  
  594. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module Analytics (128)
  595.  
  596. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module AITestSuite (127)
  597.  
  598. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module GameplayDebugger (126)
  599.  
  600. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module AIModule (125)
  601.  
  602. [2015.11.24-20.16.35:979][623]LogModuleManager: Shutting down and abandoning module ProfilerService (124)
  603.  
  604. [2015.11.24-20.16.36:066][623]LogModuleManager: Shutting down and abandoning module TaskGraph (123)
  605.  
  606. [2015.11.24-20.16.36:066][623]LogModuleManager: Shutting down and abandoning module HydraPlugin (122)
  607.  
  608. [2015.11.24-20.16.36:066][623]LogModuleManager: Shutting down and abandoning module SlateRemote (121)
  609.  
  610. [2015.11.24-20.16.36:066][623]LogModuleManager: Shutting down and abandoning module SteamVRController (120)
  611.  
  612. [2015.11.24-20.16.36:066][623]LogModuleManager: Shutting down and abandoning module SteamVR (119)
  613.  
  614. [2015.11.24-20.16.36:066][623]LogModuleManager: Shutting down and abandoning module ProceduralMeshComponent (118)
  615.  
  616. [2015.11.24-20.16.36:066][623]LogModuleManager: Shutting down and abandoning module OculusRift (117)
  617.  
  618. [2015.11.24-20.16.36:066][623]LogModuleManager: Shutting down and abandoning module OculusLibrary (116)
  619.  
  620. [2015.11.24-20.16.36:066][623]LogModuleManager: Shutting down and abandoning module LeapMotionController (115)
  621.  
  622. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module CustomMeshComponent (114)
  623.  
  624. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module CableComponent (113)
  625.  
  626. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module ArchVisCharacter (112)
  627.  
  628. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module MessagingDebugger (111)
  629.  
  630. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module MediaPlayerEditor (110)
  631.  
  632. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module HTML5Networking (109)
  633.  
  634. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module SpeedTreeImporter (108)
  635.  
  636. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module PluginBrowser (107)
  637.  
  638. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module EpicSurvey (106)
  639.  
  640. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module DesktopPlatform (105)
  641.  
  642. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module VisualStudioSourceCodeAccess (104)
  643.  
  644. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module UObjectPlugin (103)
  645.  
  646. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module SubversionSourceControl (102)
  647.  
  648. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module PerforceSourceControl (101)
  649.  
  650. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module SourceControl (100)
  651.  
  652. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module GitSourceControl (99)
  653.  
  654. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module LightPropagationVolumeEditor (98)
  655.  
  656. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module PaperTiledImporter (97)
  657.  
  658. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module PaperSpriteSheetImporter (96)
  659.  
  660. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module MeshPaint (95)
  661.  
  662. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module SlateReflector (94)
  663.  
  664. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module HotReload (93)
  665.  
  666. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module MainFrame (92)
  667.  
  668. [2015.11.24-20.16.36:082][623]LogModuleManager: Shutting down and abandoning module LevelEditor (91)
  669.  
  670. [2015.11.24-20.16.36:083][623]LogModuleManager: Shutting down and abandoning module DirectoryWatcher (90)
  671.  
  672. [2015.11.24-20.16.36:084][623]LogModuleManager: Shutting down and abandoning module AssetRegistry (89)
  673.  
  674. [2015.11.24-20.16.36:127][623]LogModuleManager: Shutting down and abandoning module ContentBrowser (88)
  675.  
  676. [2015.11.24-20.16.36:127][623]LogModuleManager: Shutting down and abandoning module Paper2DEditor (87)
  677.  
  678. [2015.11.24-20.16.36:127][623]LogModuleManager: Shutting down and abandoning module Razordebug (86)
  679.  
  680. [2015.11.24-20.16.36:127][623]LogModuleManager: Shutting down and abandoning module UdpMessaging (85)
  681.  
  682. [2015.11.24-20.16.36:228][623]LogModuleManager: Shutting down and abandoning module LightPropagationVolumeRuntime (84)
  683.  
  684. [2015.11.24-20.16.36:228][623]LogModuleManager: Shutting down and abandoning module Paper2D (83)
  685.  
  686. [2015.11.24-20.16.36:228][623]LogModuleManager: Shutting down and abandoning module WindowsMoviePlayer (82)
  687.  
  688. [2015.11.24-20.16.36:230][623]LogModuleManager: Shutting down and abandoning module Media (81)
  689.  
  690. [2015.11.24-20.16.36:230][623]LogModuleManager: Shutting down and abandoning module WmfMedia (80)
  691.  
  692. [2015.11.24-20.16.36:230][623]LogModuleManager: Shutting down and abandoning module OnlineBlueprintSupport (79)
  693.  
  694. [2015.11.24-20.16.36:230][623]LogModuleManager: Shutting down and abandoning module GameplayTasksEditor (78)
  695.  
  696. [2015.11.24-20.16.36:230][623]LogModuleManager: Shutting down and abandoning module PropertyEditor (77)
  697.  
  698. [2015.11.24-20.16.36:230][623]LogModuleManager: Shutting down and abandoning module BehaviorTreeEditor (76)
  699.  
  700. [2015.11.24-20.16.36:230][623]LogModuleManager: Shutting down and abandoning module FunctionalTesting (75)
  701.  
  702. [2015.11.24-20.16.36:230][623]LogModuleManager: Shutting down and abandoning module CollisionAnalyzer (74)
  703.  
  704. [2015.11.24-20.16.36:230][623]LogModuleManager: Shutting down and abandoning module WorkspaceMenuStructure (73)
  705.  
  706. [2015.11.24-20.16.36:230][623]LogModuleManager: Shutting down and abandoning module MessageLog (72)
  707.  
  708. [2015.11.24-20.16.36:230][623]LogModuleManager: Shutting down and abandoning module Sequencer (71)
  709.  
  710. [2015.11.24-20.16.36:230][623]LogModuleManager: Shutting down and abandoning module AssetTools (70)
  711.  
  712. [2015.11.24-20.16.36:230][623]LogModuleManager: Shutting down and abandoning module UMGEditor (69)
  713.  
  714. [2015.11.24-20.16.36:230][623]LogModuleManager: Shutting down and abandoning module UMG (68)
  715.  
  716. [2015.11.24-20.16.36:230][623]LogModuleManager: Shutting down and abandoning module Slate (67)
  717.  
  718. [2015.11.24-20.16.36:230][623]LogModuleManager: Shutting down and abandoning module EditorStyle (66)
  719.  
  720. [2015.11.24-20.16.36:232][623]LogModuleManager: Shutting down and abandoning module SessionServices (65)
  721.  
  722. [2015.11.24-20.16.36:232][623]LogModuleManager: Shutting down and abandoning module SourceCodeAccess (64)
  723.  
  724. [2015.11.24-20.16.36:232][623]LogModuleManager: Shutting down and abandoning module HeadMountedDisplay (63)
  725.  
  726. [2015.11.24-20.16.36:232][623]LogModuleManager: Shutting down and abandoning module XAudio2 (62)
  727.  
  728. [2015.11.24-20.16.36:232][623]LogModuleManager: Shutting down and abandoning module Networking (60)
  729.  
  730. [2015.11.24-20.16.36:232][623]LogModuleManager: Shutting down and abandoning module Core (59)
  731.  
  732. [2015.11.24-20.16.36:232][623]LogModuleManager: Shutting down and abandoning module KismetCompiler (58)
  733.  
  734. [2015.11.24-20.16.36:232][623]LogModuleManager: Shutting down and abandoning module PhysXFormats (57)
  735.  
  736. [2015.11.24-20.16.36:232][623]LogModuleManager: Shutting down and abandoning module MeshUtilities (56)
  737.  
  738. [2015.11.24-20.16.36:232][623]LogModuleManager: Shutting down and abandoning module CookingStats (55)
  739.  
  740. [2015.11.24-20.16.36:232][623]LogModuleManager: Shutting down and abandoning module DerivedDataCache (54)
  741.  
  742. [2015.11.24-20.16.36:256][623]LogDerivedDataCache: Shutdown
  743.  
  744. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module ShaderFormatOpenGL (53)
  745.  
  746. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module ShaderFormatD3D (52)
  747.  
  748. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module MetalShaderFormat (51)
  749.  
  750. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module TextureFormatUncompressed (50)
  751.  
  752. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module TextureFormatPVR (49)
  753.  
  754. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module TextureFormatIntelISPCTexComp (48)
  755.  
  756. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module TextureFormatDXT (47)
  757.  
  758. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module ImageWrapper (46)
  759.  
  760. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module TextureFormatASTC (45)
  761.  
  762. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module TextureFormatAndroid (44)
  763.  
  764. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module AudioFormatOpus (43)
  765.  
  766. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module AudioFormatOgg (42)
  767.  
  768. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module AudioFormatADPCM (41)
  769.  
  770. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module LinuxTargetPlatform (40)
  771.  
  772. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module LinuxServerTargetPlatform (39)
  773.  
  774. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module LinuxNoEditorTargetPlatform (38)
  775.  
  776. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module Messaging (37)
  777.  
  778. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module IOSTargetPlatform (36)
  779.  
  780. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module HTML5TargetPlatform (35)
  781.  
  782. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module Android_PVRTCTargetPlatform (34)
  783.  
  784. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module Android_ETC2TargetPlatform (33)
  785.  
  786. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module Android_ETC1TargetPlatform (32)
  787.  
  788. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module Android_DXTTargetPlatform (31)
  789.  
  790. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module Android_ATCTargetPlatform (30)
  791.  
  792. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module Android_ASTCTargetPlatform (29)
  793.  
  794. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module AndroidTargetPlatform (28)
  795.  
  796. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module WindowsTargetPlatform (27)
  797.  
  798. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module WindowsServerTargetPlatform (26)
  799.  
  800. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module WindowsNoEditorTargetPlatform (25)
  801.  
  802. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module WindowsClientTargetPlatform (24)
  803.  
  804. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module AllDesktopTargetPlatform (23)
  805.  
  806. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module TargetPlatform (22)
  807.  
  808. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module InputCore (21)
  809.  
  810. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module Settings (20)
  811.  
  812. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module OnlineSubsystem (18)
  813.  
  814. [2015.11.24-20.16.36:256][623]LogModuleManager: Shutting down and abandoning module HTTP (17)
  815.  
  816. [2015.11.24-20.16.38:259][623]LogModuleManager: Shutting down and abandoning module XMPP (16)
  817.  
  818. [2015.11.24-20.16.38:259][623]LogModuleManager: Shutting down and abandoning module ExampleDeviceProfileSelector (15)
  819.  
  820. [2015.11.24-20.16.38:259][623]LogModuleManager: Shutting down and abandoning module TextureCompressor (14)
  821.  
  822. [2015.11.24-20.16.38:259][623]LogModuleManager: Shutting down and abandoning module ShaderCore (13)
  823.  
  824. [2015.11.24-20.16.38:259][623]LogModuleManager: Shutting down and abandoning module Landscape (12)
  825.  
  826. [2015.11.24-20.16.38:259][623]LogModuleManager: Shutting down and abandoning module SlateRHIRenderer (11)
  827.  
  828. [2015.11.24-20.16.38:260][623]LogModuleManager: Shutting down and abandoning module OpenGLDrv (10)
  829.  
  830. [2015.11.24-20.16.38:260][623]LogModuleManager: Shutting down and abandoning module D3D11RHI (9)
  831.  
  832. [2015.11.24-20.16.38:260][623]LogModuleManager: Shutting down and abandoning module AnimGraphRuntime (8)
  833.  
  834. [2015.11.24-20.16.38:260][623]LogModuleManager: Shutting down and abandoning module Renderer (7)
  835.  
  836. [2015.11.24-20.16.38:260][623]LogModuleManager: Shutting down and abandoning module Engine (6)
  837.  
  838. [2015.11.24-20.16.38:260][623]LogModuleManager: Shutting down and abandoning module CoreUObject (5)
  839.  
  840. [2015.11.24-20.16.38:260][623]LogModuleManager: Shutting down and abandoning module NetworkFile (4)
  841.  
  842. [2015.11.24-20.16.38:260][623]LogModuleManager: Shutting down and abandoning module StreamingFile (3)
  843.  
  844. [2015.11.24-20.16.38:260][623]LogModuleManager: Shutting down and abandoning module SandboxFile (2)
  845.  
  846. [2015.11.24-20.16.38:260][623]LogModuleManager: Shutting down and abandoning module PakFile (1)
  847.  
  848. [2015.11.24-20.16.38:261][623]LogExit: Exiting.
  849.  
  850. [2015.11.24-20.16.38:272][623]Log file closed, 11/24/15 15:16:38
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement