Advertisement
Guest User

Diagnostics.txt

a guest
Feb 18th, 2016
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.45 KB | None | 0 0
  1. Generating report for minidump
  2.  
  3. Application version 4.10.2
  4. ... built from changelist 2818068
  5.  
  6. OS version 10.0.0.10586
  7. Running 8 x64 processors
  8. Exception was "Unknown exception - code 00000001 (first/second chance not available)"
  9.  
  10. Source context from "engine/source/runtime/coreuobject/public/uobject/uobjectglobals.h"
  11.  
  12. <SOURCE START>
  13. 1115 * Convenience template for constructing a gameplay object
  14. 1116 *
  15. 1117 * @param Outer the outer for the new object. If not specified, object will be created in the transient package.
  16. 1118 * @param Class the class of object to construct
  17. 1119 */
  18. 1120 template< class T >
  19. 1121 T* NewObject(UObject* Outer = (UObject*)GetTransientPackage(), UClass* Class = T::StaticClass(), FName Name = NAME_None, EObjectFlags Flags = RF_NoFlags, UObject* Template = nullptr, bool bCopyTransientsFromClassDefaults = false, FObjectInstancingGraph* InInstanceGraph = nullptr)
  20. 1122 {
  21. 1123 if (Name == NAME_None)
  22. 1124 {
  23. 1125 FObjectInitializer::AssertIfInConstructor(Outer, TEXT("NewObject with empty name can't be used to create default subobjects (inside of UObject derived class constructor) as it produces inconsistent object names. Use ObjectInitializer.CreateDefaultSuobject<> instead."));
  24. 1126 }
  25. 1127 checkf(Class, TEXT("NewObject called with a nullptr class object"));
  26. 1128 checkSlow(DebugIsClassChildOf_Internal(T::StaticClass(), Class));
  27. 1129 ***** return static_cast<T*>(StaticConstructObject_Internal(Class, Outer, Name, Flags, Template, bCopyTransientsFromClassDefaults, InInstanceGraph));
  28. 1130 }
  29. 1131
  30. 1132 template< class T >
  31. 1133 T* NewObject(UObject* Outer, FName Name, EObjectFlags Flags = RF_NoFlags, UObject* Template = nullptr, bool bCopyTransientsFromClassDefaults = false, FObjectInstancingGraph* InInstanceGraph = nullptr)
  32. 1134 {
  33. 1135 return NewObject<T>(Outer, T::StaticClass(), Name, Flags, Template, bCopyTransientsFromClassDefaults, InInstanceGraph);
  34. 1136 }
  35. 1137
  36. 1138 /**
  37. 1139 * Convenience template for constructing a named object.
  38. 1140 *
  39. 1141 * @param Outer The outer for the new object.
  40. 1142 * @param Name The name of the new object.
  41. 1143 * @param Flags The object flags for the new object.
  42. 1144 */
  43. <SOURCE END>
  44.  
  45. <CALLSTACK START>
  46. UE4Editor_Core!FDebug::AssertFailed() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.10\engine\source\runtime\core\private\misc\outputdevice.cpp:374]
  47. UE4Editor_Engine!NewObject<UGameInstance>() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.10\engine\source\runtime\coreuobject\public\uobject\uobjectglobals.h:1130]
  48. UE4Editor_Engine!UGameEngine::Init() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.10\engine\source\runtime\engine\private\gameengine.cpp:465]
  49. UE4Editor!FEngineLoop::Init() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.10\engine\source\runtime\launch\private\launchengineloop.cpp:2094]
  50. UE4Editor!GuardedMain() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.10\engine\source\runtime\launch\private\launch.cpp:136]
  51. UE4Editor!GuardedMainWrapper() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.10\engine\source\runtime\launch\private\windows\launchwindows.cpp:126]
  52. UE4Editor!WinMain() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.10\engine\source\runtime\launch\private\windows\launchwindows.cpp:200]
  53. UE4Editor!__scrt_common_main_seh() [f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:264]
  54. kernel32
  55. ntdll
  56. <CALLSTACK END>
  57.  
  58. 315 loaded modules
  59. ue4editor.exe (4.10.2.0) 0x00000000c4c00000 0x0006a000 engine/binaries/win64
  60. ue4editor-archvischaracter.dll (4.10.2.0) 0x0000000092a10000 0x0003a000 archvischaracter/binaries/win64
  61. tiptsf.dll (10.0.10586.0) 0x00000000bdc90000 0x000a3000 C:\Program Files\Common Files\microsoft shared\ink
  62. advapi32.dll (10.0.10586.63) 0x00000000d6c00000 0x000a7000 C:\Windows\System32
  63. AudioSes.dll (10.0.10586.71) 0x00000000cbf60000 0x00088000 C:\Windows\System32
  64. avrt.dll (10.0.10586.0) 0x00000000cd470000 0x0000b000 C:\Windows\System32
  65. bcrypt.dll (10.0.10586.0) 0x00000000d3260000 0x00029000 C:\Windows\System32
  66. bcryptPrimitives.dll (10.0.10586.0) 0x00000000d4290000 0x0006a000 C:\Windows\System32
  67. cfgmgr32.dll (10.0.10586.0) 0x00000000d3750000 0x00043000 C:\Windows\System32
  68. clbcatq.dll (10.0.10586.0) 0x00000000d6b50000 0x000a7000 C:\Windows\System32
  69. combase.dll (10.0.10586.103) 0x00000000d4840000 0x0027d000 C:\Windows\System32
  70. comdlg32.dll (10.0.10586.0) 0x00000000d6cb0000 0x0010b000 C:\Windows\System32
  71. crypt32.dll (10.0.10586.0) 0x00000000d3860000 0x001c7000 C:\Windows\System32
  72. CRYPTBASE.DLL (10.0.10586.0) 0x00000000d3160000 0x0000b000 C:\Windows\System32
  73. cryptsp.dll (10.0.10586.0) 0x00000000d3040000 0x00017000 C:\Windows\System32
  74. d3d11.dll (10.0.10586.17) 0x00000000d0c00000 0x002a8000 C:\Windows\System32
  75. d3d9.dll (10.0.10586.0) 0x00000000bd2d0000 0x00210000 C:\Windows\System32
  76. D3DCOMPILER_43.dll (9.29.952.3111) 0x00000000a6880000 0x0026f000 C:\Windows\System32
  77. dataexchange.dll (10.0.10586.0) 0x00000000bc2d0000 0x0004a000 C:\Windows\System32
  78. davhlpr.dll (10.0.10586.0) 0x00000000ceee0000 0x0000c000 C:\Windows\System32
  79. dbgcore.dll (10.0.10586.0) 0x00000000aada0000 0x00025000 C:\Windows\System32
  80. dbghelp.dll (10.0.10586.0) 0x00000000b1500000 0x0018c000 C:\Windows\System32
  81. dciman32.dll (10.0.10586.3) 0x00000000d1bc0000 0x00008000 C:\Windows\System32
  82. dcomp.dll (10.0.10586.11) 0x00000000d1590000 0x000e3000 C:\Windows\System32
  83. ddraw.dll (10.0.10586.0) 0x00000000aadd0000 0x000fa000 C:\Windows\System32
  84. devobj.dll (10.0.10586.0) 0x00000000d1e50000 0x00027000 C:\Windows\System32
  85. dhcpcsvc.dll (10.0.10586.0) 0x00000000ceec0000 0x0001a000 C:\Windows\System32
  86. dsound.dll (10.0.10586.0) 0x00000000b3760000 0x0009c000 C:\Windows\System32
  87. dwmapi.dll (10.0.10586.0) 0x00000000d0eb0000 0x00022000 C:\Windows\System32
  88. dxgi.dll (10.0.10586.0) 0x00000000d0670000 0x000a2000 C:\Windows\System32
  89. edputil.dll (10.0.10586.0) 0x00000000d2780000 0x00050000 C:\Windows\System32
  90. explorerframe.dll (10.0.10586.0) 0x00000000bbbe0000 0x004a0000 C:\Windows\System32
  91. FirewallAPI.dll (10.0.10586.0) 0x00000000d4300000 0x00086000 C:\Windows\System32
  92. fwbase.dll (10.0.10586.0) 0x00000000d21b0000 0x00032000 C:\Windows\System32
  93. gdi32.dll (10.0.10586.63) 0x00000000d46b0000 0x00186000 C:\Windows\System32
  94. glu32.dll (10.0.10586.0) 0x00000000aaed0000 0x0002e000 C:\Windows\System32
  95. imagehlp.dll (10.0.10586.0) 0x00000000d4d40000 0x0001c000 C:\Windows\System32
  96. imm32.dll (10.0.10586.0) 0x00000000d5460000 0x0003b000 C:\Windows\System32
  97. IPHLPAPI.DLL (10.0.10586.0) 0x00000000cffc0000 0x00038000 C:\Windows\System32
  98. kernel.appcore.dll (10.0.10586.0) 0x00000000d3680000 0x0000f000 C:\Windows\System32
  99. kernel32.dll (10.0.10586.0) 0x00000000d4d60000 0x000ad000 C:\Windows\System32
  100. KERNELBASE.dll (10.0.10586.103) 0x00000000d3a30000 0x001e8000 C:\Windows\System32
  101. ksuser.dll (10.0.10586.0) 0x00000000ac960000 0x00008000 C:\Windows\System32
  102. mf.dll (12.0.10586.11) 0x0000000095700000 0x00090000 C:\Windows\System32
  103. mfcore.dll (12.0.10586.63) 0x000000008da10000 0x0026a000 C:\Windows\System32
  104. mfplat.dll (12.0.10586.35) 0x00000000c7000000 0x0010d000 C:\Windows\System32
  105. MFPlay.dll (12.0.10586.35) 0x00000000956a0000 0x00055000 C:\Windows\System32
  106. MMDevAPI.dll (10.0.10586.0) 0x00000000ceb20000 0x00070000 C:\Windows\System32
  107. msasn1.dll (10.0.10586.0) 0x00000000d3690000 0x00010000 C:\Windows\System32
  108. mscoree.dll (10.0.10586.0) 0x00000000c5420000 0x00068000 C:\Windows\System32
  109. msctf.dll (10.0.10586.71) 0x00000000d4550000 0x0015a000 C:\Windows\System32
  110. msvcp100.dll (10.0.40219.325) 0x000000006d7f0000 0x00098000 C:\Windows\System32
  111. msvcp120.dll (12.0.21005.1) 0x00000000c63b0000 0x000a6000 C:\Windows\System32
  112. msvcp140.dll (14.0.23506.0) 0x00000000a67e0000 0x0009f000 C:\Windows\System32
  113. msvcr100.dll (10.0.40219.325) 0x000000006d890000 0x000d2000 C:\Windows\System32
  114. msvcr120.dll (12.0.21005.1) 0x00000000c6460000 0x000ef000 C:\Windows\System32
  115. msvcrt.dll (10.0.10586.0) 0x00000000d4450000 0x0009d000 C:\Windows\System32
  116. mswsock.dll (10.0.10586.0) 0x00000000d2f90000 0x0005c000 C:\Windows\System32
  117. netapi32.dll (10.0.10586.0) 0x00000000d4270000 0x00017000 C:\Windows\System32
  118. netutils.dll (10.0.10586.0) 0x00000000d2ad0000 0x0000c000 C:\Windows\System32
  119. normaliz.dll (10.0.10586.0) 0x00000000d6ad0000 0x00007000 C:\Windows\System32
  120. nsi.dll (10.0.10586.0) 0x00000000d4440000 0x00008000 C:\Windows\System32
  121. ntdll.dll (10.0.10586.103) 0x00000000d7040000 0x001c1000 C:\Windows\System32
  122. ntmarta.dll (10.0.10586.0) 0x00000000d2bb0000 0x00031000 C:\Windows\System32
  123. nvapi64.dll (10.18.13.6191) 0x00000000ce240000 0x003ad000 C:\Windows\System32
  124. nvspcap64.dll (2.9.1.22) 0x00000000c9580000 0x001cc000 C:\Windows\System32
  125. nvwgf2umx.dll (10.18.13.6191) 0x00000000cc100000 0x012d2000 C:\Windows\System32
  126. ole32.dll (10.0.10586.0) 0x00000000d6e90000 0x00143000 C:\Windows\System32
  127. oleacc.dll (10.0.10586.0) 0x00000000ce750000 0x0006a000 C:\Windows\System32
  128. oleaut32.dll (10.0.10586.0) 0x00000000d54a0000 0x000c1000 C:\Windows\System32
  129. opengl32.dll (10.0.10586.0) 0x00000000aaf00000 0x00129000 C:\Windows\System32
  130. powrprof.dll (10.0.10586.0) 0x00000000d36a0000 0x0004b000 C:\Windows\System32
  131. profapi.dll (10.0.10586.0) 0x00000000d3660000 0x00014000 C:\Windows\System32
  132. propsys.dll (7.0.10586.0) 0x00000000d0ee0000 0x00186000 C:\Windows\System32
  133. psapi.dll (10.0.10586.0) 0x00000000d6b40000 0x00008000 C:\Windows\System32
  134. rpcrt4.dll (10.0.10586.0) 0x00000000d4ac0000 0x0011c000 C:\Windows\System32
  135. rsaenh.dll (10.0.10586.0) 0x00000000d2cd0000 0x00034000 C:\Windows\System32
  136. RTWorkQ.dll (12.0.10586.0) 0x00000000c6fd0000 0x0002b000 C:\Windows\System32
  137. sechost.dll (10.0.10586.0) 0x00000000d6fe0000 0x0005b000 C:\Windows\System32
  138. secur32.dll (10.0.10586.0) 0x00000000cee90000 0x0000c000 C:\Windows\System32
  139. setupapi.dll (10.0.10586.0) 0x00000000d4e10000 0x00429000 C:\Windows\System32
  140. SHCore.dll (10.0.10586.0) 0x00000000d37a0000 0x000b5000 C:\Windows\System32
  141. shell32.dll (10.0.10586.103) 0x00000000d5570000 0x0155c000 C:\Windows\System32
  142. shlwapi.dll (10.0.10586.0) 0x00000000d6ae0000 0x00052000 C:\Windows\System32
  143. srvcli.dll (10.0.10586.0) 0x00000000c5390000 0x00026000 C:\Windows\System32
  144. sspicli.dll (10.0.10586.0) 0x00000000d3370000 0x0002d000 C:\Windows\System32
  145. sxs.dll (10.0.10586.0) 0x00000000d3520000 0x00099000 C:\Windows\System32
  146. twinapi.appcore.dll (10.0.10586.0) 0x00000000d1f50000 0x00100000 C:\Windows\System32
  147. twinapi.dll (10.0.10586.0) 0x00000000be3f0000 0x000b1000 C:\Windows\System32
  148. ucrtbase.dll (10.0.10586.0) 0x00000000d25d0000 0x000f4000 C:\Windows\System32
  149. uiautomationcore.dll (10.0.10586.17) 0x00000000bdda0000 0x0015c000 C:\Windows\System32
  150. user32.dll (10.0.10586.20) 0x00000000d4be0000 0x00156000 C:\Windows\System32
  151. userenv.dll (10.0.10586.0) 0x00000000d2e20000 0x0001f000 C:\Windows\System32
  152. uxtheme.dll (10.0.10586.0) 0x00000000d1db0000 0x00096000 C:\Windows\System32
  153. VCRUNTIME140.dll (14.0.23506.0) 0x00000000c5ca0000 0x00017000 C:\Windows\System32
  154. version.dll (10.0.10586.0) 0x00000000cf200000 0x0000a000 C:\Windows\System32
  155. VSPerf140.dll (14.0.23107.0) 0x000000009a210000 0x00046000 C:\Windows\System32
  156. wer.dll (10.0.10586.0) 0x00000000cfe30000 0x000a0000 C:\Windows\System32
  157. windows.storage.dll (10.0.10586.103) 0x00000000d3c20000 0x00645000 C:\Windows\System32
  158. windowscodecs.dll (10.0.10586.0) 0x00000000cd4c0000 0x001b1000 C:\Windows\System32
  159. winhttp.dll (10.0.10586.71) 0x00000000cfef0000 0x000c8000 C:\Windows\System32
  160. wininet.dll (11.0.10586.103) 0x00000000bffd0000 0x002a9000 C:\Windows\System32
  161. winmm.dll (10.0.10586.0) 0x00000000d18a0000 0x00023000 C:\Windows\System32
  162. WINMMBASE.dll (10.0.10586.0) 0x00000000cf1f0000 0x0002c000 C:\Windows\System32
  163. wintrust.dll (10.0.10586.0) 0x00000000d36f0000 0x00055000 C:\Windows\System32
  164. WinTypes.dll (10.0.10586.103) 0x00000000d27d0000 0x00136000 C:\Windows\System32
  165. Wldap32.dll (10.0.10586.0) 0x00000000d44f0000 0x0005c000 C:\Windows\System32
  166. ws2_32.dll (10.0.10586.0) 0x00000000d5240000 0x0006b000 C:\Windows\System32
  167. X3DAudio1_7.dll (9.28.1886.0) 0x000000006c870000 0x00009000 C:\Windows\System32
  168. XAPOFX1_5.dll (9.29.1962.0) 0x00000000bc640000 0x00015000 C:\Windows\System32
  169. XAudio2_7.dll (9.29.1962.0) 0x0000000092320000 0x0008b000 C:\Windows\System32
  170. XINPUT1_3.dll (9.18.944.0) 0x0000000000400000 0x0001e000 C:\Windows\System32
  171. comctl32.dll (10.0.10586.0) 0x00000000ceb90000 0x00274000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.10586.0_none_8c15ae12515e1c22
  172. ue4editor-cablecomponent.dll (4.10.2.0) 0x00000000929c0000 0x0004a000 cablecomponent/binaries/win64
  173. ue4editor-custommeshcomponent.dll (4.10.2.0) 0x0000000092970000 0x00041000 custommeshcomponent/binaries/win64
  174. crashhandler64.dll (1.0.0.1) 0x000000008f0d0000 0x001f1000 D:\Program Files (x86)\Steam
  175. gameoverlayrenderer64.dll (1.0.0.1) 0x000000008f370000 0x001a0000 D:\Program Files (x86)\Steam
  176. steamclient64.dll (3.0.0.1) 0x000000006bc20000 0x00c4d000 D:\Program Files (x86)\Steam
  177. tier0_s64.dll (1.0.0.1) 0x000000006b9c0000 0x001e4000 D:\Program Files (x86)\Steam
  178. vstdlib_s64.dll (3.0.0.1) 0x000000006bbb0000 0x00064000 D:\Program Files (x86)\Steam
  179. icudt53.dll (0.0.0.0) 0x00000000cf300000 0x00002000 engine/binaries/thirdparty/icu/icu4c-53_1/win64/vs2015
  180. icuin53.dll (53.1.0.0) 0x000000006c960000 0x0022d000 engine/binaries/thirdparty/icu/icu4c-53_1/win64/vs2015
  181. icuio53.dll (53.1.0.0) 0x000000006c8c0000 0x00014000 engine/binaries/thirdparty/icu/icu4c-53_1/win64/vs2015
  182. icule53.dll (53.1.0.0) 0x000000006c900000 0x00058000 engine/binaries/thirdparty/icu/icu4c-53_1/win64/vs2015
  183. iculx53.dll (53.1.0.0) 0x000000006c8e0000 0x00013000 engine/binaries/thirdparty/icu/icu4c-53_1/win64/vs2015
  184. icuuc53.dll (53.1.0.0) 0x000000006cb90000 0x001a9000 engine/binaries/thirdparty/icu/icu4c-53_1/win64/vs2015
  185. leap.dll (2.2.6.0) 0x0000000092780000 0x0016b000 engine/binaries/thirdparty/leap/win64
  186. nvtt_64.dll (2.0.6.0) 0x00000000b3620000 0x00027000 engine/binaries/thirdparty/nvtexturetools/win64
  187. libogg_64.dll (1.2.2.0) 0x00000000bfc90000 0x00012000 engine/binaries/thirdparty/ogg/win64/vs2015
  188. apex_clothingprofile_x64.dll (0.0.0.0) 0x0000000098b60000 0x0016e000 engine/binaries/thirdparty/physx/apex-1.3/win64/vs2015
  189. apex_destructibleprofile_x64.dll (0.0.0.0) 0x0000000098fe0000 0x001d6000 engine/binaries/thirdparty/physx/apex-1.3/win64/vs2015
  190. apex_legacyprofile_x64.dll (0.0.0.0) 0x0000000098cd0000 0x0030d000 engine/binaries/thirdparty/physx/apex-1.3/win64/vs2015
  191. apexframeworkprofile_x64.dll (0.0.0.0) 0x00000000991c0000 0x00132000 engine/binaries/thirdparty/physx/apex-1.3/win64/vs2015
  192. nvtoolsext64_1.dll (0.0.0.0) 0x00000000caf80000 0x00010000 engine/binaries/thirdparty/physx/physx-3.3/win64/vs2015
  193. physx3commonprofile_x64.dll (0.0.0.0) 0x00000000995b0000 0x0017e000 engine/binaries/thirdparty/physx/physx-3.3/win64/vs2015
  194. physx3cookingprofile_x64.dll (0.0.0.0) 0x00000000a5fa0000 0x0002e000 engine/binaries/thirdparty/physx/physx-3.3/win64/vs2015
  195. physx3profile_x64.dll (0.0.0.0) 0x0000000099300000 0x002ad000 engine/binaries/thirdparty/physx/physx-3.3/win64/vs2015
  196. textureconverter.dll (0.0.0.0) 0x0000000097dc0000 0x00626000 engine/binaries/thirdparty/qualcomm/win64
  197. steam_api64.dll (1.0.0.1) 0x000000006c880000 0x00037000 engine/binaries/thirdparty/steamworks/steamv132/win64
  198. libvorbis_64.dll (1.3.2.0) 0x0000000098470000 0x001a7000 engine/binaries/thirdparty/vorbis/win64/vs2015
  199. libvorbisfile_64.dll (1.3.2.0) 0x00000000c5c10000 0x0000e000 engine/binaries/thirdparty/vorbis/win64/vs2015
  200. ue4editor-android_astctargetplatform.dll (4.10.2.0) 0x0000000098990000 0x00039000 engine/binaries/win64/android
  201. ue4editor-android_atctargetplatform.dll (4.10.2.0) 0x0000000098950000 0x00038000 engine/binaries/win64/android
  202. ue4editor-android_dxttargetplatform.dll (4.10.2.0) 0x0000000098910000 0x00038000 engine/binaries/win64/android
  203. ue4editor-android_etc1targetplatform.dll (4.10.2.0) 0x00000000988d0000 0x00038000 engine/binaries/win64/android
  204. ue4editor-android_etc2targetplatform.dll (4.10.2.0) 0x0000000098890000 0x00038000 engine/binaries/win64/android
  205. ue4editor-android_multitargetplatform.dll (4.10.2.0) 0x0000000098850000 0x0003a000 engine/binaries/win64/android
  206. ue4editor-android_pvrtctargetplatform.dll (4.10.2.0) 0x0000000098810000 0x00038000 engine/binaries/win64/android
  207. ue4editor-androidtargetplatform.dll (4.10.2.0) 0x00000000989d0000 0x00038000 engine/binaries/win64/android
  208. ue4editor-html5targetplatform.dll (4.10.2.0) 0x00000000987e0000 0x0002e000 engine/binaries/win64/html5
  209. ue4editor-iostargetplatform.dll (4.10.2.0) 0x0000000098790000 0x00042000 engine/binaries/win64/ios
  210. libfbxsdk.dll (2016.1.0.0) 0x000000009c270000 0x00eba000 engine/binaries/win64
  211. ue4editor-linuxnoeditortargetplatform.dll (4.10.2.0) 0x00000000986c0000 0x0002e000 engine/binaries/win64/linux
  212. ue4editor-linuxservertargetplatform.dll (4.10.2.0) 0x0000000098690000 0x0002e000 engine/binaries/win64/linux
  213. ue4editor-linuxtargetplatform.dll (4.10.2.0) 0x0000000098650000 0x00038000 engine/binaries/win64/linux
  214. ue4editor-actorpickermode.dll (4.10.2.0) 0x00000000b50a0000 0x00030000 engine/binaries/win64
  215. ue4editor-addcontentdialog.dll (4.10.2.0) 0x00000000a4970000 0x00128000 engine/binaries/win64
  216. ue4editor-aigraph.dll (4.10.2.0) 0x0000000095930000 0x000b5000 engine/binaries/win64
  217. ue4editor-aimodule.dll (4.10.2.0) 0x000000009dab0000 0x004ac000 engine/binaries/win64
  218. ue4editor-alldesktoptargetplatform.dll (4.10.2.0) 0x00000000a5eb0000 0x00023000 engine/binaries/win64
  219. ue4editor-animgraph.dll (4.10.2.0) 0x00000000bd500000 0x00180000 engine/binaries/win64
  220. ue4editor-animgraphruntime.dll (4.10.2.0) 0x000000009a6f0000 0x00084000 engine/binaries/win64
  221. ue4editor-appframework.dll (4.10.2.0) 0x00000000a3de0000 0x00448000 engine/binaries/win64
  222. ue4editor-assettools.dll (4.10.2.0) 0x0000000095f50000 0x00239000 engine/binaries/win64
  223. ue4editor-audioformatadpcm.dll (4.10.2.0) 0x00000000c38d0000 0x00020000 engine/binaries/win64
  224. ue4editor-audioformatogg.dll (4.10.2.0) 0x0000000098620000 0x00022000 engine/binaries/win64
  225. ue4editor-audioformatopus.dll (4.10.2.0) 0x00000000983f0000 0x00079000 engine/binaries/win64
  226. ue4editor-behaviortreeeditor.dll (4.10.2.0) 0x00000000959f0000 0x0027e000 engine/binaries/win64
  227. ue4editor-blueprintgraph.dll (4.10.2.0) 0x000000009be30000 0x0043a000 engine/binaries/win64
  228. ue4editor-classviewer.dll (4.10.2.0) 0x000000009a2d0000 0x000f3000 engine/binaries/win64
  229. ue4editor-collisionanalyzer.dll (4.10.2.0) 0x0000000095cf0000 0x000f4000 engine/binaries/win64
  230. ue4editor-configeditor.dll (4.10.2.0) 0x00000000961c0000 0x00069000 engine/binaries/win64
  231. ue4editor-core.dll (4.10.2.0) 0x00000000a4f30000 0x00844000 engine/binaries/win64
  232. ue4editor-coreuobject.dll (4.10.2.0) 0x00000000a4aa0000 0x00489000 engine/binaries/win64
  233. ue4editor-d3d11rhi.dll (4.10.2.0) 0x000000009a0c0000 0x000f3000 engine/binaries/win64
  234. ue4editor-deriveddatacache.dll (4.10.2.0) 0x00000000977c0000 0x00071000 engine/binaries/win64
  235. ue4editor-desktopplatform.dll (4.10.2.0) 0x00000000b50d0000 0x0007a000 engine/binaries/win64
  236. ue4editor-desktopwidgets.dll (4.10.2.0) 0x0000000096380000 0x00032000 engine/binaries/win64
  237. ue4editor-detailcustomizations.dll (4.10.2.0) 0x0000000096460000 0x008d7000 engine/binaries/win64
  238. ue4editor-directorywatcher.dll (4.10.2.0) 0x00000000b16a0000 0x00061000 engine/binaries/win64
  239. ue4editor-editorstyle.dll (4.10.2.0) 0x00000000b4aa0000 0x002ab000 engine/binaries/win64
  240. ue4editor-editorwidgets.dll (4.10.2.0) 0x000000009a420000 0x000aa000 engine/binaries/win64
  241. ue4editor-engine.dll (4.10.2.0) 0x000000009f920000 0x03051000 engine/binaries/win64
  242. ue4editor-enginemessages.dll (4.10.2.0) 0x00000000bf3a0000 0x0002e000 engine/binaries/win64
  243. ue4editor-enginesettings.dll (4.10.2.0) 0x00000000bec40000 0x00040000 engine/binaries/win64
  244. ue4editor-foliage.dll (4.10.2.0) 0x00000000a62d0000 0x00122000 engine/binaries/win64
  245. ue4editor-functionaltesting.dll (4.10.2.0) 0x0000000095c70000 0x0007f000 engine/binaries/win64
  246. ue4editor-gamelivestreaming.dll (4.10.2.0) 0x0000000092240000 0x00050000 engine/binaries/win64
  247. ue4editor-gameplaydebugger.dll (4.10.2.0) 0x0000000095840000 0x000e7000 engine/binaries/win64
  248. ue4editor-gameplaytags.dll (4.10.2.0) 0x00000000a3510000 0x00097000 engine/binaries/win64
  249. ue4editor-gameplaytasks.dll (4.10.2.0) 0x00000000a34a0000 0x00061000 engine/binaries/win64
  250. ue4editor-gameplaytaskseditor.dll (4.10.2.0) 0x0000000095800000 0x00036000 engine/binaries/win64
  251. ue4editor-gameprojectgeneration.dll (4.10.2.0) 0x000000009b0c0000 0x0025e000 engine/binaries/win64
  252. ue4editor-grapheditor.dll (4.10.2.0) 0x000000009b320000 0x00488000 engine/binaries/win64
  253. ue4editor-hardwaretargeting.dll (4.10.2.0) 0x000000009a260000 0x00061000 engine/binaries/win64
  254. ue4editor-headmounteddisplay.dll (4.10.2.0) 0x0000000099d80000 0x00038000 engine/binaries/win64
  255. ue4editor-hotreload.dll (4.10.2.0) 0x0000000093740000 0x0006e000 engine/binaries/win64
  256. ue4editor-http.dll (4.10.2.0) 0x00000000a6210000 0x000bc000 engine/binaries/win64
  257. ue4editor-imagecore.dll (4.10.2.0) 0x00000000c5a40000 0x0001d000 engine/binaries/win64
  258. ue4editor-imagewrapper.dll (4.10.2.0) 0x0000000097c60000 0x00156000 engine/binaries/win64
  259. ue4editor-inputcore.dll (4.10.2.0) 0x00000000c3c00000 0x00072000 engine/binaries/win64
  260. ue4editor-internationalization.dll (4.10.2.0) 0x00000000bf3d0000 0x0005d000 engine/binaries/win64
  261. ue4editor-internationalizationsettings.dll (4.10.2.0) 0x0000000096290000 0x0008e000 engine/binaries/win64
  262. ue4editor-json.dll (4.10.2.0) 0x00000000c3bd0000 0x0002f000 engine/binaries/win64
  263. ue4editor-jsonutilities.dll (4.10.2.0) 0x00000000b5a40000 0x0003c000 engine/binaries/win64
  264. ue4editor-kismet.dll (4.10.2.0) 0x000000009d130000 0x0097d000 engine/binaries/win64
  265. ue4editor-kismetcompiler.dll (4.10.2.0) 0x000000009a5a0000 0x00142000 engine/binaries/win64
  266. ue4editor-kismetwidgets.dll (4.10.2.0) 0x000000009a4d0000 0x000d0000 engine/binaries/win64
  267. ue4editor-landscape.dll (4.10.2.0) 0x00000000a3ab0000 0x00321000 engine/binaries/win64
  268. ue4editor-launchdaemonmessages.dll (4.10.2.0) 0x0000000098760000 0x00025000 engine/binaries/win64
  269. ue4editor-levelsequence.dll (4.10.2.0) 0x00000000bd680000 0x0006a000 engine/binaries/win64
  270. ue4editor-materialeditor.dll (4.10.2.0) 0x00000000b38c0000 0x00241000 engine/binaries/win64
  271. ue4editor-materialshaderqualitysettings.dll (4.10.2.0) 0x00000000bec80000 0x00088000 engine/binaries/win64
  272. ue4editor-materialutilities.dll (4.10.2.0) 0x00000000b8da0000 0x0003b000 engine/binaries/win64
  273. ue4editor-media.dll (4.10.2.0) 0x00000000b4910000 0x00020000 engine/binaries/win64
  274. ue4editor-mediaassets.dll (4.10.2.0) 0x0000000096230000 0x00054000 engine/binaries/win64
  275. ue4editor-meshutilities.dll (4.10.2.0) 0x00000000976e0000 0x000d1000 engine/binaries/win64
  276. ue4editor-messagelog.dll (4.10.2.0) 0x0000000095e20000 0x0012d000 engine/binaries/win64
  277. ue4editor-messaging.dll (4.10.2.0) 0x00000000986f0000 0x00070000 engine/binaries/win64
  278. ue4editor-metalshaderformat.dll (4.10.2.0) 0x0000000097ac0000 0x00135000 engine/binaries/win64
  279. ue4editor-movieplayer.dll (4.10.2.0) 0x00000000c3e20000 0x00058000 engine/binaries/win64
  280. ue4editor-moviescene.dll (4.10.2.0) 0x00000000a5fd0000 0x00066000 engine/binaries/win64
  281. ue4editor-moviescenecapture.dll (4.10.2.0) 0x00000000963c0000 0x00093000 engine/binaries/win64
  282. ue4editor-moviescenetools.dll (4.10.2.0) 0x0000000096d40000 0x0017d000 engine/binaries/win64
  283. ue4editor-moviescenetracks.dll (4.10.2.0) 0x00000000a35b0000 0x000ec000 engine/binaries/win64
  284. ue4editor-navmesh.dll (4.10.2.0) 0x00000000bd6f0000 0x000a0000 engine/binaries/win64
  285. ue4editor-networkfile.dll (4.10.2.0) 0x000000009a1c0000 0x00041000 engine/binaries/win64
  286. ue4editor-networking.dll (4.10.2.0) 0x00000000bccd0000 0x0001f000 engine/binaries/win64
  287. ue4editor-niagara.dll (4.10.2.0) 0x00000000a5b40000 0x000a5000 engine/binaries/win64
  288. ue4editor-onlineblueprintsupport.dll (4.10.2.0) 0x00000000957d0000 0x0002f000 engine/binaries/win64
  289. ue4editor-onlinesubsystem.dll (4.10.2.0) 0x00000000b8de0000 0x000a6000 engine/binaries/win64
  290. ue4editor-onlinesubsystemsteam.dll (4.10.2.0) 0x0000000099a00000 0x00132000 engine/binaries/win64
  291. ue4editor-onlinesubsystemutils.dll (4.10.2.0) 0x00000000997b0000 0x001cc000 engine/binaries/win64
  292. ue4editor-opengldrv.dll (4.10.2.0) 0x0000000099f50000 0x00167000 engine/binaries/win64
  293. ue4editor-packethandler.dll (4.10.2.0) 0x00000000bfbb0000 0x00021000 engine/binaries/win64
  294. ue4editor-pakfile.dll (4.10.2.0) 0x00000000b4a40000 0x00053000 engine/binaries/win64
  295. ue4editor-physxformats.dll (4.10.2.0) 0x0000000097600000 0x000d1000 engine/binaries/win64
  296. ue4editor-profilermessages.dll (4.10.2.0) 0x0000000092450000 0x00035000 engine/binaries/win64
  297. ue4editor-profilerservice.dll (4.10.2.0) 0x0000000092490000 0x00049000 engine/binaries/win64
  298. ue4editor-projects.dll (4.10.2.0) 0x00000000c3b30000 0x0006e000 engine/binaries/win64
  299. ue4editor-propertyeditor.dll (4.10.2.0) 0x000000009b7b0000 0x00671000 engine/binaries/win64
  300. ue4editor-rawmesh.dll (4.10.2.0) 0x00000000bf790000 0x00022000 engine/binaries/win64
  301. ue4editor-reliabilityhandlercomponent.dll (4.10.2.0) 0x00000000c3ee0000 0x0001c000 engine/binaries/win64
  302. ue4editor-rendercore.dll (4.10.2.0) 0x00000000c3ac0000 0x0006c000 engine/binaries/win64
  303. ue4editor-renderer.dll (4.10.2.0) 0x000000009a780000 0x00939000 engine/binaries/win64
  304. ue4editor-rhi.dll (4.10.2.0) 0x00000000c3a00000 0x000b9000 engine/binaries/win64
  305. ue4editor-sandboxfile.dll (4.10.2.0) 0x00000000b8d30000 0x0002c000 engine/binaries/win64
  306. ue4editor-sequencer.dll (4.10.2.0) 0x0000000096ec0000 0x00287000 engine/binaries/win64
  307. ue4editor-serialization.dll (4.10.2.0) 0x0000000095410000 0x0005d000 engine/binaries/win64
  308. ue4editor-sessionmessages.dll (4.10.2.0) 0x0000000097500000 0x0002b000 engine/binaries/win64
  309. ue4editor-sessionservices.dll (4.10.2.0) 0x0000000097530000 0x0004a000 engine/binaries/win64
  310. ue4editor-settings.dll (4.10.2.0) 0x0000000098b20000 0x00035000 engine/binaries/win64
  311. ue4editor-shadercompilercommon.dll (4.10.2.0) 0x0000000097a60000 0x0005c000 engine/binaries/win64
  312. ue4editor-shadercore.dll (4.10.2.0) 0x00000000c38f0000 0x0010a000 engine/binaries/win64
  313. ue4editor-shaderformatd3d.dll (4.10.2.0) 0x0000000097970000 0x00034000 engine/binaries/win64
  314. ue4editor-shaderformatopengl.dll (4.10.2.0) 0x0000000097840000 0x0012c000 engine/binaries/win64
  315. ue4editor-shaderpreprocessor.dll (4.10.2.0) 0x00000000979b0000 0x000ad000 engine/binaries/win64
  316. ue4editor-sharedsettingswidgets.dll (4.10.2.0) 0x0000000096320000 0x00054000 engine/binaries/win64
  317. ue4editor-slate.dll (4.10.2.0) 0x00000000a4230000 0x005be000 engine/binaries/win64
  318. ue4editor-slatecore.dll (4.10.2.0) 0x00000000b5150000 0x002d8000 engine/binaries/win64
  319. ue4editor-slaterhirenderer.dll (4.10.2.0) 0x0000000099e90000 0x000b9000 engine/binaries/win64
  320. ue4editor-sockets.dll (4.10.2.0) 0x00000000a5a00000 0x0004b000 engine/binaries/win64
  321. ue4editor-soundclasseditor.dll (4.10.2.0) 0x00000000b2a00000 0x00067000 engine/binaries/win64
  322. ue4editor-soundcueeditor.dll (4.10.2.0) 0x00000000b3860000 0x00059000 engine/binaries/win64
  323. ue4editor-sourcecodeaccess.dll (4.10.2.0) 0x0000000097580000 0x00026000 engine/binaries/win64
  324. ue4editor-sourcecontrol.dll (4.10.2.0) 0x00000000ab4a0000 0x000aa000 engine/binaries/win64
  325. ue4editor-statsviewer.dll (4.10.2.0) 0x00000000a6400000 0x000ed000 engine/binaries/win64
  326. ue4editor-streamingfile.dll (4.10.2.0) 0x00000000b47f0000 0x00030000 engine/binaries/win64
  327. ue4editor-streamingpauserendering.dll (4.10.2.0) 0x0000000092290000 0x00031000 engine/binaries/win64
  328. ue4editor-swarminterface.dll (4.10.2.0) 0x00000000bec00000 0x0003c000 engine/binaries/win64
  329. ue4editor-targetplatform.dll (4.10.2.0) 0x0000000098ae0000 0x0003d000 engine/binaries/win64
  330. ue4editor-taskgraph.dll (4.10.2.0) 0x00000000924e0000 0x000f1000 engine/binaries/win64
  331. ue4editor-texturecompressor.dll (4.10.2.0) 0x0000000099e50000 0x00037000 engine/binaries/win64
  332. ue4editor-textureformatandroid.dll (4.10.2.0) 0x00000000bf770000 0x0001f000 engine/binaries/win64
  333. ue4editor-textureformatastc.dll (4.10.2.0) 0x00000000be340000 0x00020000 engine/binaries/win64
  334. ue4editor-textureformatdxt.dll (4.10.2.0) 0x0000000097c30000 0x00026000 engine/binaries/win64
  335. ue4editor-textureformatintelispctexcomp.dll (4.10.2.0) 0x0000000097c00000 0x00027000 engine/binaries/win64
  336. ue4editor-textureformatpvr.dll (4.10.2.0) 0x00000000bdf50000 0x0001f000 engine/binaries/win64
  337. ue4editor-textureformatuncompressed.dll (4.10.2.0) 0x00000000bd4e0000 0x0001c000 engine/binaries/win64
  338. ue4editor-umg.dll (4.10.2.0) 0x00000000a36a0000 0x00404000 engine/binaries/win64
  339. ue4editor-umgeditor.dll (4.10.2.0) 0x0000000097150000 0x003aa000 engine/binaries/win64
  340. ue4editor-unrealaudio.dll (4.10.2.0) 0x00000000ab2f0000 0x00085000 engine/binaries/win64
  341. ue4editor-unrealed.dll (4.10.2.0) 0x000000009df60000 0x019bb000 engine/binaries/win64
  342. ue4editor-unrealedmessages.dll (4.10.2.0) 0x00000000b61c0000 0x00024000 engine/binaries/win64
  343. ue4editor-utilityshaders.dll (4.10.2.0) 0x00000000a4930000 0x00038000 engine/binaries/win64
  344. ue4editor-vectorvm.dll (4.10.2.0) 0x00000000b1710000 0x00054000 engine/binaries/win64
  345. ue4editor-voice.dll (4.10.2.0) 0x0000000099980000 0x0007b000 engine/binaries/win64
  346. ue4editor-widgetcarousel.dll (4.10.2.0) 0x000000009a3d0000 0x00042000 engine/binaries/win64
  347. ue4editor-windowsclienttargetplatform.dll (4.10.2.0) 0x0000000098ab0000 0x0002d000 engine/binaries/win64
  348. ue4editor-windowsnoeditortargetplatform.dll (4.10.2.0) 0x0000000098a80000 0x0002d000 engine/binaries/win64
  349. ue4editor-windowsservertargetplatform.dll (4.10.2.0) 0x0000000098a50000 0x0002c000 engine/binaries/win64
  350. ue4editor-windowstargetplatform.dll (4.10.2.0) 0x0000000098a10000 0x00038000 engine/binaries/win64
  351. ue4editor-workspacemenustructure.dll (4.10.2.0) 0x0000000095df0000 0x00022000 engine/binaries/win64
  352. ue4editor-xaudio2.dll (4.10.2.0) 0x00000000975b0000 0x00050000 engine/binaries/win64
  353. ue4editor-xmlparser.dll (4.10.2.0) 0x0000000093130000 0x0002f000 engine/binaries/win64
  354. ue4editor-xmpp.dll (4.10.2.0) 0x0000000099b40000 0x00236000 engine/binaries/win64
  355. ue4editor-exampledeviceprofileselector.dll (4.10.2.0) 0x00000000c3d50000 0x0001c000 exampledeviceprofileselector/binaries/win64
  356. ue4editor-html5networking.dll (4.10.2.0) 0x0000000092d80000 0x00052000 html5networking/binaries/win64
  357. ue4editor-leapmotioncontroller.dll (4.10.2.0) 0x00000000928f0000 0x0007e000 leapmotioncontroller/binaries/win64
  358. ue4editor-lightpropagationvolumeruntime.dll (4.10.2.0) 0x0000000096190000 0x0002f000 lightpropagationvolume/binaries/win64
  359. ue4editor-oculusinput.dll (4.10.2.0) 0x0000000092750000 0x0002b000 oculusinput/binaries/win64
  360. ue4editor-oculuslibrary.dll (4.10.2.0) 0x0000000092710000 0x0003d000 oculuslibrary/binaries/win64
  361. ue4editor-oculusrift.dll (4.10.2.0) 0x0000000099dc0000 0x00090000 oculusrift/binaries/win64
  362. ue4editor-paper2d.dll (4.10.2.0) 0x00000000954e0000 0x00180000 paper2d/binaries/win64
  363. ue4editor-perforcesourcecontrol.dll (4.10.2.0) 0x0000000093200000 0x0024b000 perforcesourcecontrol/binaries/win64
  364. ue4editor-proceduralmeshcomponent.dll (4.10.2.0) 0x00000000926a0000 0x00067000 proceduralmeshcomponent/binaries/win64
  365. ue4editor-slateremote.dll (4.10.2.0) 0x00000000925e0000 0x0002d000 slateremote/binaries/win64
  366. ue4editor-steamvr.dll (4.10.2.0) 0x0000000092640000 0x00055000 steamvr/binaries/win64
  367. ue4editor-steamvrcontroller.dll (4.10.2.0) 0x0000000092610000 0x00022000 steamvr/binaries/win64
  368. ue4editor-subversionsourcecontrol.dll (4.10.2.0) 0x0000000093160000 0x00093000 subversionsourcecontrol/binaries/win64
  369. ue4editor-udpmessaging.dll (4.10.2.0) 0x0000000095470000 0x0006e000 udpmessaging/binaries/win64
  370. ue4editor-uobjectplugin.dll (4.10.2.0) 0x0000000093100000 0x00025000 uobjectplugin/binaries/win64
  371. ue4editor-visualstudiosourcecodeaccess.dll (4.10.2.0) 0x00000000930c0000 0x0003a000 visualstudiosourcecodeaccess/binaries/win64
  372. ue4editor-windowsmovieplayer.dll (4.10.2.0) 0x0000000095660000 0x0003a000 windowsmovieplayer/binaries/win64
  373. ue4editor-wmfmedia.dll (4.10.2.0) 0x0000000095790000 0x0003d000 wmfmedia/binaries/win64
  374.  
  375.  
  376. Report end!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement