[4.9.0]Unreal crashes when using landscape brushes

Sculpting a landscape, Unreal crashes when I select the alpha or the pattern brush. Here is the log:

Generating report for minidump

Application version 4.9.0
 ... built from changelist 2672455

OS version 10.0.0.10240
Running 8 x64 processors
Exception was "Unknown exception - code 00000001 (first/second chance not available)"

Source context from "engine/source/runtime/engine/public/batchedelements.h"

<SOURCE START>
  293       	TArray<FSimpleElementVertex,TInlineAllocator<4> > MeshVertices;
  294       
  295       	TArray<FBatchedQuadMeshElement> QuadMeshElements;
  296       
  297       	/** bound shader state for the fast path */
  298       	class FSimpleElementBSSContainer
  299       	{
  300       		static const uint32 NumBSS = (uint32)SE_BLEND_RGBA_MASK_START;
  301       		FGlobalBoundShaderState UnencodedBSS;
  302       		FGlobalBoundShaderState EncodedBSS[NumBSS];
  303       	public:
  304       		FGlobalBoundShaderState& GetBSS(bool bEncoded, ESimpleElementBlendMode BlendMode)
  305       		{
  306       			check((uint32)BlendMode < NumBSS);
  307 ***** 			return bEncoded ? EncodedBSS[BlendMode] : UnencodedBSS;
  308       		}
  309       	};
  310       
  311       	static FSimpleElementBSSContainer SimpleBoundShaderState;
  312       	/** bound shader state for the regular mesh elements with a linear texture */
  313       	static FSimpleElementBSSContainer RegularLinearBoundShaderState;
  314       	/** bound shader state for the regular mesh elements with an sRGB texture */
  315       	static FSimpleElementBSSContainer RegularSRGBBoundShaderState;
  316       	/** bound shader state for masked mesh elements */
  317       	static FSimpleElementBSSContainer MaskedBoundShaderState;
  318       	/** bound shader state for masked mesh elements */
  319       	static FSimpleElementBSSContainer DistanceFieldBoundShaderState;
  320       	/** bound shader state for the hit testing mesh elements */
  321       	static FSimpleElementBSSContainer HitTestingBoundShaderState;
  322       	/** bound shader state for color masked elements */
<SOURCE END>

<CALLSTACK START>
UE4Editor_Core!FDebug::AssertFailed() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.9\engine\source\runtime\core\private\misc\outputdevice.cpp:354]
UE4Editor_Engine!FBatchedElements::FSimpleElementBSSContainer::GetBSS() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.9\engine\source\runtime\engine\public\batchedelements.h:308]
UE4Editor_Engine!FBatchedElements::PrepareShaders() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.9\engine\source\runtime\engine\private\batchedelements.cpp:661]
UE4Editor_Engine!FBatchedElements::Draw() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.9\engine\source\runtime\engine\private\batchedelements.cpp:1063]
UE4Editor_Engine!`FCanvasBatchedElementRenderItem::Render_GameThread'::`8'::EURCMacro_BatchedDrawCommand::DoTask() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.9\engine\source\runtime\engine\private\userinterface\canvas.cpp:469]
UE4Editor_Engine!TGraphTask<`FCanvasBatchedElementRenderItem::Render_GameThread'::`8'::EURCMacro_BatchedDrawCommand>::ExecuteTask() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.9\engine\source\runtime\core\public\async\taskgraphinterfaces.h:779]
UE4Editor_Core!FTaskThread::ProcessTasks() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.9\engine\source\runtime\core\private\async\taskgraph.cpp:539]
UE4Editor_Core!FTaskThread::ProcessTasksUntilQuit() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.9\engine\source\runtime\core\private\async\taskgraph.cpp:340]
UE4Editor_RenderCore!RenderingThreadMain() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.9\engine\source\runtime\rendercore\private\renderingthread.cpp:310]
UE4Editor_RenderCore!FRenderingThread::Run() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.9\engine\source\runtime\rendercore\private\renderingthread.cpp:411]
UE4Editor_Core!FRunnableThreadWin::Run() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.9\engine\source\runtime\core\private\windows\windowsrunnablethread.cpp:74]
<CALLSTACK END>

385 loaded modules
                           ue4editor.exe              (4.9.0.0) 0x00000000e4400000 0x00068000 engine/binaries/win64
          ue4editor-archvischaracter.dll              (4.9.0.0) 0x00000000d1a50000 0x0003f000 archvischaracter/binaries/win64
                              tiptsf.dll     (10.0.10240.16384) 0x00000000046d0000 0x000a2000 C:\Program Files\Common Files\microsoft shared\ink
                            actxprxy.dll     (10.0.10240.16390) 0x00000000147a0000 0x0046a000 C:\Windows\System32
                            advapi32.dll     (10.0.10240.16384) 0x000000002f580000 0x000a6000 C:\Windows\System32
                            AudioSes.dll     (10.0.10240.16412) 0x0000000026290000 0x00085000 C:\Windows\System32
                                avrt.dll     (10.0.10240.16384) 0x00000000279a0000 0x0000b000 C:\Windows\System32
                              bcrypt.dll     (10.0.10240.16384) 0x000000002d540000 0x00028000 C:\Windows\System32
                    bcryptPrimitives.dll     (10.0.10240.16384) 0x000000002d850000 0x0006b000 C:\Windows\System32
                            cfgmgr32.dll     (10.0.10240.16384) 0x000000002dc10000 0x00044000 C:\Windows\System32
                             clbcatq.dll     (10.0.10240.16384) 0x000000002f1a0000 0x000a5000 C:\Windows\System32
                             combase.dll     (10.0.10240.16384) 0x000000002f300000 0x0027c000 C:\Windows\System32
                            comdlg32.dll     (10.0.10240.16405) 0x000000002ebb0000 0x000d7000 C:\Windows\System32
                             crypt32.dll     (10.0.10240.16384) 0x000000002e4d0000 0x001c1000 C:\Windows\System32
                           CRYPTBASE.DLL     (10.0.10240.16384) 0x000000002d310000 0x0000b000 C:\Windows\System32
                             cryptsp.dll     (10.0.10240.16384) 0x000000002d2d0000 0x00017000 C:\Windows\System32
                                d2d1.dll     (10.0.10240.16384) 0x0000000022ae0000 0x00545000 C:\Windows\System32
                               d3d11.dll     (10.0.10240.16384) 0x000000002b5e0000 0x002a3000 C:\Windows\System32
                                d3d9.dll     (10.0.10240.16412) 0x0000000004780000 0x00210000 C:\Windows\System32
                      D3DCOMPILER_43.dll        (9.29.952.3111) 0x00000000fb2c0000 0x0026f000 C:\Windows\System32
                        dataexchange.dll     (10.0.10240.16384) 0x0000000021a10000 0x00046000 C:\Windows\System32
                             dbgcore.dll     (10.0.10240.16384) 0x000000002a730000 0x00025000 C:\Windows\System32
                             dbghelp.dll     (10.0.10240.16384) 0x000000002a760000 0x0018a000 C:\Windows\System32
                            dciman32.dll     (10.0.10240.16384) 0x000000002a500000 0x00008000 C:\Windows\System32
                               dcomp.dll     (10.0.10240.16384) 0x000000002bf60000 0x000d1000 C:\Windows\System32
                               ddraw.dll     (10.0.10240.16384) 0x00000000ff3b0000 0x000f6000 C:\Windows\System32
                              devobj.dll     (10.0.10240.16384) 0x000000002c2d0000 0x00027000 C:\Windows\System32
                            dhcpcsvc.dll     (10.0.10240.16384) 0x000000002aab0000 0x0001a000 C:\Windows\System32
                              dnsapi.dll     (10.0.10240.16384) 0x000000002cff0000 0x000a8000 C:\Windows\System32
                              dsound.dll     (10.0.10240.16384) 0x0000000009520000 0x0009c000 C:\Windows\System32
                              dwmapi.dll     (10.0.10240.16392) 0x000000002b890000 0x00022000 C:\Windows\System32
                                dxgi.dll     (10.0.10240.16412) 0x000000002b4b0000 0x0009c000 C:\Windows\System32
                       explorerframe.dll     (10.0.10240.16405) 0x0000000011c80000 0x00490000 C:\Windows\System32
                            FWPUCLNT.DLL     (10.0.10240.16384) 0x00000000254e0000 0x00068000 C:\Windows\System32
                               gdi32.dll     (10.0.10240.16390) 0x000000002f630000 0x00186000 C:\Windows\System32
                               glu32.dll     (10.0.10240.16384) 0x0000000009030000 0x0002e000 C:\Windows\System32
                            iertutil.dll     (11.0.10240.16485) 0x0000000023890000 0x00376000 C:\Windows\System32
                               imm32.dll     (10.0.10240.16384) 0x000000002eb70000 0x00036000 C:\Windows\System32
                            IPHLPAPI.DLL     (10.0.10240.16384) 0x000000002ae20000 0x00038000 C:\Windows\System32
                      kernel.appcore.dll     (10.0.10240.16384) 0x000000002da70000 0x0000f000 C:\Windows\System32
                            kernel32.dll     (10.0.10240.16384) 0x000000002f250000 0x000ad000 C:\Windows\System32
                          KERNELBASE.dll     (10.0.10240.16384) 0x000000002dc60000 0x001dd000 C:\Windows\System32
                                  mf.dll     (12.0.10240.16426) 0x00000000feb50000 0x00090000 C:\Windows\System32
                              mfplat.dll     (12.0.10240.16431) 0x0000000010c00000 0x0010c000 C:\Windows\System32
                              MFPlay.dll     (12.0.10240.16412) 0x00000000d4510000 0x00053000 C:\Windows\System32
                               mlang.dll     (10.0.10240.16384) 0x0000000021390000 0x0003d000 C:\Windows\System32
                            MMDevAPI.dll     (10.0.10240.16384) 0x0000000028030000 0x00072000 C:\Windows\System32
                              msasn1.dll     (10.0.10240.16384) 0x000000002da00000 0x00011000 C:\Windows\System32
                             mscoree.dll     (10.0.10240.16384) 0x0000000021130000 0x00068000 C:\Windows\System32
                               msctf.dll     (10.0.10240.16384) 0x000000002ec90000 0x0015c000 C:\Windows\System32
                            msvcp100.dll       (10.0.40219.325) 0x000000005ce70000 0x00098000 C:\Windows\System32
                            msvcp120.dll         (12.0.21005.1) 0x00000000dce70000 0x000a6000 C:\Windows\System32
                            msvcr100.dll       (10.0.40219.325) 0x000000005d310000 0x000d2000 C:\Windows\System32
                            msvcr120.dll         (12.0.21005.1) 0x00000000ea380000 0x000ef000 C:\Windows\System32
                              msvcrt.dll     (10.0.10240.16384) 0x000000002e830000 0x0009d000 C:\Windows\System32
                             mswsock.dll     (10.0.10240.16384) 0x000000002d270000 0x0005d000 C:\Windows\System32
                            netapi32.dll     (10.0.10240.16384) 0x0000000021a60000 0x00017000 C:\Windows\System32
                            netutils.dll     (10.0.10240.16384) 0x000000002ce10000 0x0000c000 C:\Windows\System32
                              ninput.dll     (10.0.10240.16384) 0x000000002bc50000 0x0005c000 C:\Windows\System32
                            normaliz.dll     (10.0.10240.16384) 0x000000002e940000 0x00007000 C:\Windows\System32
                                 nsi.dll     (10.0.10240.16384) 0x000000002f190000 0x00008000 C:\Windows\System32
                               ntdll.dll     (10.0.10240.16430) 0x0000000030ff0000 0x001c1000 C:\Windows\System32
                             ntmarta.dll     (10.0.10240.16384) 0x000000002ccf0000 0x00032000 C:\Windows\System32
                             nvapi64.dll        (10.18.13.5582) 0x0000000027cb0000 0x0037e000 C:\Windows\System32
                           nvspcap64.dll             (2.5.14.5) 0x0000000080000000 0x001a7000 C:\Windows\System32
                           nvwgf2umx.dll        (10.18.13.5582) 0x00000000291a0000 0x01111000 C:\Windows\System32
                               ole32.dll     (10.0.10240.16384) 0x000000002f7e0000 0x00141000 C:\Windows\System32
                              oleacc.dll     (10.0.10240.16384) 0x0000000027640000 0x00069000 C:\Windows\System32
                            oleaut32.dll     (10.0.10240.16384) 0x0000000030ec0000 0x000be000 C:\Windows\System32
                            opengl32.dll     (10.0.10240.16384) 0x0000000002b70000 0x00128000 C:\Windows\System32
                            powrprof.dll     (10.0.10240.16384) 0x000000002da20000 0x0004a000 C:\Windows\System32
                             profapi.dll     (10.0.10240.16384) 0x000000002da80000 0x00013000 C:\Windows\System32
                             propsys.dll      (7.0.10240.16384) 0x000000002b8e0000 0x00183000 C:\Windows\System32
                               psapi.dll     (10.0.10240.16384) 0x000000002eb60000 0x00008000 C:\Windows\System32
                            rasadhlp.dll     (10.0.10240.16384) 0x0000000021fc0000 0x0000a000 C:\Windows\System32
                              rpcrt4.dll     (10.0.10240.16412) 0x000000002e700000 0x00126000 C:\Windows\System32
                              rsaenh.dll     (10.0.10240.16384) 0x000000002cec0000 0x00033000 C:\Windows\System32
                             RTWorkQ.dll     (12.0.10240.16384) 0x0000000022350000 0x00030000 C:\Windows\System32
                             sechost.dll     (10.0.10240.16384) 0x0000000030e60000 0x0005b000 C:\Windows\System32
                             secur32.dll     (10.0.10240.16384) 0x0000000021890000 0x0000c000 C:\Windows\System32
                            setupapi.dll     (10.0.10240.16384) 0x000000002efa0000 0x001c5000 C:\Windows\System32
                              SHCore.dll     (10.0.10240.16384) 0x000000002db50000 0x000b3000 C:\Windows\System32
                             shell32.dll     (10.0.10240.16463) 0x000000002f930000 0x01522000 C:\Windows\System32
                             shlwapi.dll     (10.0.10240.16384) 0x000000002e6a0000 0x00051000 C:\Windows\System32
                              srvcli.dll     (10.0.10240.16384) 0x000000002cc40000 0x00026000 C:\Windows\System32
                             sspicli.dll     (10.0.10240.16384) 0x000000002d690000 0x0002c000 C:\Windows\System32
                                 sxs.dll     (10.0.10240.16384) 0x000000002d8c0000 0x00098000 C:\Windows\System32
                     twinapi.appcore.dll     (10.0.10240.16397) 0x000000002c300000 0x000ee000 C:\Windows\System32
                             twinapi.dll     (10.0.10240.16384) 0x0000000016a80000 0x000ba000 C:\Windows\System32
                    uiautomationcore.dll     (10.0.10240.16431) 0x0000000004430000 0x0014c000 C:\Windows\System32
                              urlmon.dll     (11.0.10240.16391) 0x0000000020ac0000 0x00196000 C:\Windows\System32
                              user32.dll     (10.0.10240.16384) 0x000000002edf0000 0x0014e000 C:\Windows\System32
                             userenv.dll     (10.0.10240.16384) 0x000000002d1e0000 0x0001f000 C:\Windows\System32
                             uxtheme.dll     (10.0.10240.16397) 0x000000002c3f0000 0x00096000 C:\Windows\System32
                             version.dll     (10.0.10240.16384) 0x000000002b080000 0x0000a000 C:\Windows\System32
                                 wer.dll     (10.0.10240.16392) 0x0000000026400000 0x0009e000 C:\Windows\System32
                     windows.storage.dll     (10.0.10240.16405) 0x000000002dea0000 0x00629000 C:\Windows\System32
                       windowscodecs.dll     (10.0.10240.16384) 0x00000000235b0000 0x001b2000 C:\Windows\System32
                             winhttp.dll     (10.0.10240.16391) 0x000000002a970000 0x000d6000 C:\Windows\System32
                             wininet.dll     (11.0.10240.16391) 0x00000000113d0000 0x002a7000 C:\Windows\System32
                               winmm.dll     (10.0.10240.16384) 0x000000002bb80000 0x00023000 C:\Windows\System32
                           WINMMBASE.dll     (10.0.10240.16384) 0x000000000a730000 0x0002c000 C:\Windows\System32
                              winnsi.dll     (10.0.10240.16384) 0x000000002aeb0000 0x0000b000 C:\Windows\System32
                            wintrust.dll     (10.0.10240.16385) 0x000000002de40000 0x00054000 C:\Windows\System32
                            WinTypes.dll     (10.0.10240.16384) 0x0000000026150000 0x00131000 C:\Windows\System32
                              wkscli.dll     (10.0.10240.16384) 0x000000002a470000 0x00016000 C:\Windows\System32
                             Wldap32.dll     (10.0.10240.16384) 0x000000002eb00000 0x0005b000 C:\Windows\System32
                              ws2_32.dll     (10.0.10240.16384) 0x000000002e8d0000 0x00069000 C:\Windows\System32
                         X3DAudio1_7.dll          (9.28.1886.0) 0x000000005c340000 0x00009000 C:\Windows\System32
                           XAPOFX1_5.dll          (9.29.1962.0) 0x0000000004ce0000 0x00015000 C:\Windows\System32
                           XAudio2_7.dll          (9.29.1962.0) 0x00000000d0ae0000 0x0008b000 C:\Windows\System32
                           XINPUT1_3.dll           (9.18.944.0) 0x0000000000400000 0x0001e000 C:\Windows\System32
                            comctl32.dll     (10.0.10240.16384) 0x00000000285b0000 0x00274000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.10240.16384_none_f41f7b285750ef43
            ue4editor-cablecomponent.dll              (4.9.0.0) 0x00000000d1a00000 0x0004d000 cablecomponent/binaries/win64
               ue4editor-characterai.dll              (4.9.0.0) 0x0000000003990000 0x00020000 characterai/binaries/win64
       ue4editor-custommeshcomponent.dll              (4.9.0.0) 0x00000000d19b0000 0x00041000 custommeshcomponent/binaries/win64
                             icudt53.dll              (0.0.0.0) 0x000000000d140000 0x00002000 engine/binaries/thirdparty/icu/icu4c-53_1/win64/vs2013
                             icuin53.dll             (53.1.0.0) 0x000000005a8d0000 0x0022f000 engine/binaries/thirdparty/icu/icu4c-53_1/win64/vs2013
                             icuio53.dll             (53.1.0.0) 0x000000005a830000 0x00015000 engine/binaries/thirdparty/icu/icu4c-53_1/win64/vs2013
                             icule53.dll             (53.1.0.0) 0x000000005a870000 0x00057000 engine/binaries/thirdparty/icu/icu4c-53_1/win64/vs2013
                             iculx53.dll             (53.1.0.0) 0x000000005a850000 0x00014000 engine/binaries/thirdparty/icu/icu4c-53_1/win64/vs2013
                             icuuc53.dll             (53.1.0.0) 0x000000005ab00000 0x001ab000 engine/binaries/thirdparty/icu/icu4c-53_1/win64/vs2013
                                leap.dll              (2.2.6.0) 0x00000000d17c0000 0x0016b000 engine/binaries/thirdparty/leap/win64
                             nvtt_64.dll              (2.0.6.0) 0x00000000ff4b0000 0x00027000 engine/binaries/thirdparty/nvtexturetools/win64
                           libogg_64.dll              (1.2.2.0) 0x0000000023480000 0x0000f000 engine/binaries/thirdparty/ogg/win64/vs2013
            apex_clothingprofile_x64.dll              (1.3.3.0) 0x00000000d74f0000 0x0019a000 engine/binaries/thirdparty/physx/apex-1.3/win64/vs2013
        apex_destructibleprofile_x64.dll              (1.3.3.0) 0x00000000d7ac0000 0x00223000 engine/binaries/thirdparty/physx/apex-1.3/win64/vs2013
              apex_legacyprofile_x64.dll              (1.3.3.0) 0x00000000d7690000 0x0042c000 engine/binaries/thirdparty/physx/apex-1.3/win64/vs2013
            apexframeworkprofile_x64.dll              (1.3.3.0) 0x00000000d7cf0000 0x00172000 engine/binaries/thirdparty/physx/apex-1.3/win64/vs2013
                      nvtoolsext64_1.dll              (0.0.0.0) 0x0000000023810000 0x00010000 engine/binaries/thirdparty/physx/physx-3.3/win64/vs2013
             physx3commonprofile_x64.dll              (0.0.0.0) 0x00000000d8270000 0x001eb000 engine/binaries/thirdparty/physx/physx-3.3/win64/vs2013
            physx3cookingprofile_x64.dll              (0.0.0.0) 0x00000000d7e70000 0x00033000 engine/binaries/thirdparty/physx/physx-3.3/win64/vs2013
                   physx3profile_x64.dll              (0.0.0.0) 0x00000000d7eb0000 0x003bd000 engine/binaries/thirdparty/physx/physx-3.3/win64/vs2013
                    textureconverter.dll              (0.0.0.0) 0x00000000d6810000 0x00626000 engine/binaries/thirdparty/qualcomm/win64
                        libvorbis_64.dll              (1.3.2.0) 0x00000000d6ec0000 0x001a5000 engine/binaries/thirdparty/vorbis/win64/vs2013
                    libvorbisfile_64.dll              (1.3.2.0) 0x00000000219f0000 0x0000d000 engine/binaries/thirdparty/vorbis/win64/vs2013
ue4editor-android_astctargetplatform.dll              (4.9.0.0) 0x00000000d73b0000 0x00039000 engine/binaries/win64/android
 ue4editor-android_atctargetplatform.dll              (4.9.0.0) 0x00000000d7370000 0x00038000 engine/binaries/win64/android
 ue4editor-android_dxttargetplatform.dll              (4.9.0.0) 0x00000000d7330000 0x00038000 engine/binaries/win64/android
ue4editor-android_etc1targetplatform.dll              (4.9.0.0) 0x00000000d72f0000 0x00038000 engine/binaries/win64/android
ue4editor-android_etc2targetplatform.dll              (4.9.0.0) 0x00000000d72b0000 0x00038000 engine/binaries/win64/android
ue4editor-android_pvrtctargetplatform.dll              (4.9.0.0) 0x00000000d7270000 0x00038000 engine/binaries/win64/android
    ue4editor-androiddevicedetection.dll              (4.9.0.0) 0x00000000cac60000 0x0002b000 engine/binaries/win64/android
     ue4editor-androidplatformeditor.dll              (4.9.0.0) 0x00000000cac90000 0x00058000 engine/binaries/win64/android
    ue4editor-androidruntimesettings.dll              (4.9.0.0) 0x00000000cad30000 0x00036000 engine/binaries/win64/android
     ue4editor-androidtargetplatform.dll              (4.9.0.0) 0x00000000d73f0000 0x00037000 engine/binaries/win64/android
       ue4editor-html5platformeditor.dll              (4.9.0.0) 0x00000000cac20000 0x00035000 engine/binaries/win64/html5
       ue4editor-html5targetplatform.dll              (4.9.0.0) 0x00000000d7230000 0x00031000 engine/binaries/win64/html5
         ue4editor-iosplatformeditor.dll              (4.9.0.0) 0x00000000cab40000 0x000d7000 engine/binaries/win64/ios
        ue4editor-iosruntimesettings.dll              (4.9.0.0) 0x00000000cacf0000 0x00032000 engine/binaries/win64/ios
         ue4editor-iostargetplatform.dll              (4.9.0.0) 0x00000000d71e0000 0x00043000 engine/binaries/win64/ios
                           libfbxsdk.dll           (2014.2.0.0) 0x00000000dd830000 0x007c7000 engine/binaries/win64
ue4editor-linuxnoeditortargetplatform.dll              (4.9.0.0) 0x00000000d7140000 0x0002f000 engine/binaries/win64/linux
 ue4editor-linuxservertargetplatform.dll              (4.9.0.0) 0x00000000d7110000 0x0002f000 engine/binaries/win64/linux
       ue4editor-linuxtargetplatform.dll              (4.9.0.0) 0x00000000d70d0000 0x00039000 engine/binaries/win64/linux
           ue4editor-actorpickermode.dll              (4.9.0.0) 0x00000000d9d10000 0x00032000 engine/binaries/win64
          ue4editor-addcontentdialog.dll              (4.9.0.0) 0x00000000daed0000 0x00117000 engine/binaries/win64
                   ue4editor-aigraph.dll              (4.9.0.0) 0x00000000d4720000 0x000b0000 engine/binaries/win64
                  ue4editor-aimodule.dll              (4.9.0.0) 0x00000000da720000 0x00494000 engine/binaries/win64
               ue4editor-aitestsuite.dll              (4.9.0.0) 0x00000000d0b70000 0x000d5000 engine/binaries/win64
  ue4editor-alldesktoptargetplatform.dll              (4.9.0.0) 0x00000000fdfa0000 0x00026000 engine/binaries/win64
                 ue4editor-analytics.dll              (4.9.0.0) 0x0000000003a40000 0x0001c000 engine/binaries/win64
               ue4editor-analyticset.dll              (4.9.0.0) 0x00000000d0aa0000 0x0003f000 engine/binaries/win64
                 ue4editor-animgraph.dll              (4.9.0.0) 0x00000000dd6a0000 0x00186000 engine/binaries/win64
          ue4editor-animgraphruntime.dll              (4.9.0.0) 0x00000000da4a0000 0x0007f000 engine/binaries/win64
              ue4editor-appframework.dll              (4.9.0.0) 0x00000000dd290000 0x0040c000 engine/binaries/win64
             ue4editor-assetregistry.dll              (4.9.0.0) 0x00000000d3d80000 0x000a5000 engine/binaries/win64
                ue4editor-assettools.dll              (4.9.0.0) 0x00000000d4cf0000 0x00215000 engine/binaries/win64
          ue4editor-audioformatadpcm.dll              (4.9.0.0) 0x00000000d70a0000 0x00025000 engine/binaries/win64
            ue4editor-audioformatogg.dll              (4.9.0.0) 0x00000000d7070000 0x00026000 engine/binaries/win64
           ue4editor-audioformatopus.dll              (4.9.0.0) 0x00000000d6e40000 0x0007c000 engine/binaries/win64
      ue4editor-automationcontroller.dll              (4.9.0.0) 0x00000000d0650000 0x0005d000 engine/binaries/win64
        ue4editor-automationmessages.dll              (4.9.0.0) 0x00000000d0610000 0x00038000 engine/binaries/win64
          ue4editor-automationwindow.dll              (4.9.0.0) 0x00000000cbf90000 0x00186000 engine/binaries/win64
          ue4editor-automationworker.dll              (4.9.0.0) 0x00000000ca660000 0x00037000 engine/binaries/win64
        ue4editor-behaviortreeeditor.dll              (4.9.0.0) 0x00000000d47d0000 0x0025f000 engine/binaries/win64
            ue4editor-blueprintgraph.dll              (4.9.0.0) 0x00000000dca40000 0x0042a000 engine/binaries/win64
                 ue4editor-blutility.dll              (4.9.0.0) 0x00000000cb580000 0x0008e000 engine/binaries/win64
                   ue4editor-bspmode.dll              (4.9.0.0) 0x00000000ca550000 0x00080000 engine/binaries/win64
                 ue4editor-cef3utils.dll              (4.9.0.0) 0x0000000003c50000 0x0001a000 engine/binaries/win64
               ue4editor-classviewer.dll              (4.9.0.0) 0x00000000d92b0000 0x000e7000 engine/binaries/win64
         ue4editor-collectionmanager.dll              (4.9.0.0) 0x00000000c9f40000 0x0006f000 engine/binaries/win64
         ue4editor-collisionanalyzer.dll              (4.9.0.0) 0x00000000d4ab0000 0x000ea000 engine/binaries/win64
      ue4editor-componentvisualizers.dll              (4.9.0.0) 0x00000000d06b0000 0x00056000 engine/binaries/win64
              ue4editor-configeditor.dll              (4.9.0.0) 0x00000000d4f50000 0x00064000 engine/binaries/win64
            ue4editor-contentbrowser.dll              (4.9.0.0) 0x00000000d37f0000 0x004b7000 engine/binaries/win64
              ue4editor-cookingstats.dll              (4.9.0.0) 0x00000000d61b0000 0x00025000 engine/binaries/win64
                      ue4editor-core.dll              (4.9.0.0) 0x00000000e3620000 0x007ac000 engine/binaries/win64
               ue4editor-coreuobject.dll              (4.9.0.0) 0x00000000e31c0000 0x00456000 engine/binaries/win64
              ue4editor-crashtracker.dll              (4.9.0.0) 0x00000000c9c90000 0x00033000 engine/binaries/win64
                  ue4editor-d3d11rhi.dll              (4.9.0.0) 0x00000000d8b40000 0x000f0000 engine/binaries/win64
          ue4editor-deriveddatacache.dll              (4.9.0.0) 0x00000000d61e0000 0x0006e000 engine/binaries/win64
           ue4editor-desktopplatform.dll              (4.9.0.0) 0x00000000fde80000 0x00075000 engine/binaries/win64
            ue4editor-desktopwidgets.dll              (4.9.0.0) 0x00000000d5110000 0x00032000 engine/binaries/win64
      ue4editor-detailcustomizations.dll              (4.9.0.0) 0x00000000d5150000 0x00961000 engine/binaries/win64
             ue4editor-devicemanager.dll              (4.9.0.0) 0x00000000cbd20000 0x00266000 engine/binaries/win64
       ue4editor-deviceprofileeditor.dll              (4.9.0.0) 0x00000000cb230000 0x00110000 engine/binaries/win64
          ue4editor-directorywatcher.dll              (4.9.0.0) 0x00000000dcf90000 0x00060000 engine/binaries/win64
             ue4editor-documentation.dll              (4.9.0.0) 0x00000000d0960000 0x00097000 engine/binaries/win64
       ue4editor-editorlivestreaming.dll              (4.9.0.0) 0x00000000cab00000 0x0003f000 engine/binaries/win64
      ue4editor-editorsettingsviewer.dll              (4.9.0.0) 0x00000000cb700000 0x00033000 engine/binaries/win64
               ue4editor-editorstyle.dll              (4.9.0.0) 0x00000000dcff0000 0x00299000 engine/binaries/win64
             ue4editor-editorwidgets.dll              (4.9.0.0) 0x00000000d9e20000 0x000a4000 engine/binaries/win64
                    ue4editor-engine.dll              (4.9.0.0) 0x00000000e0210000 0x02faa000 engine/binaries/win64
            ue4editor-enginemessages.dll              (4.9.0.0) 0x0000000007760000 0x0002c000 engine/binaries/win64
            ue4editor-enginesettings.dll              (4.9.0.0) 0x000000001d820000 0x0003e000 engine/binaries/win64
                   ue4editor-foliage.dll              (4.9.0.0) 0x00000000daff0000 0x00118000 engine/binaries/win64
               ue4editor-foliageedit.dll              (4.9.0.0) 0x00000000c9fb0000 0x001d7000 engine/binaries/win64
         ue4editor-functionaltesting.dll              (4.9.0.0) 0x00000000d4a30000 0x0007f000 engine/binaries/win64
         ue4editor-gamelivestreaming.dll              (4.9.0.0) 0x00000000d0a00000 0x00052000 engine/binaries/win64
          ue4editor-gameplaydebugger.dll              (4.9.0.0) 0x00000000d4630000 0x000e3000 engine/binaries/win64
              ue4editor-gameplaytags.dll              (4.9.0.0) 0x00000000d8fd0000 0x00097000 engine/binaries/win64
        ue4editor-gameplaytagseditor.dll              (4.9.0.0) 0x00000000cb3f0000 0x00127000 engine/binaries/win64
             ue4editor-gameplaytasks.dll              (4.9.0.0) 0x00000000d8f50000 0x00074000 engine/binaries/win64
       ue4editor-gameplaytaskseditor.dll              (4.9.0.0) 0x00000000d45f0000 0x00039000 engine/binaries/win64
     ue4editor-gameprojectgeneration.dll              (4.9.0.0) 0x00000000dac70000 0x00258000 engine/binaries/win64
                   ue4editor-gammaui.dll              (4.9.0.0) 0x00000000d0910000 0x00044000 engine/binaries/win64
              ue4editor-geometrymode.dll              (4.9.0.0) 0x00000000ca450000 0x000c7000 engine/binaries/win64
               ue4editor-grapheditor.dll              (4.9.0.0) 0x00000000dbcf0000 0x00433000 engine/binaries/win64
         ue4editor-hardwaretargeting.dll              (4.9.0.0) 0x00000000d9240000 0x00061000 engine/binaries/win64
        ue4editor-headmounteddisplay.dll              (4.9.0.0) 0x00000000d5ef0000 0x0003a000 engine/binaries/win64
                 ue4editor-hotreload.dll              (4.9.0.0) 0x00000000d3d10000 0x0006a000 engine/binaries/win64
                      ue4editor-http.dll              (4.9.0.0) 0x00000000da660000 0x000b6000 engine/binaries/win64
                 ue4editor-imagecore.dll              (4.9.0.0) 0x0000000013720000 0x0001c000 engine/binaries/win64
              ue4editor-imagewrapper.dll              (4.9.0.0) 0x00000000d66a0000 0x00167000 engine/binaries/win64
        ue4editor-inputbindingeditor.dll              (4.9.0.0) 0x00000000cb660000 0x0009f000 engine/binaries/win64
                 ue4editor-inputcore.dll              (4.9.0.0) 0x000000001d8c0000 0x00064000 engine/binaries/win64
      ue4editor-internationalization.dll              (4.9.0.0) 0x00000000fed90000 0x00055000 engine/binaries/win64
ue4editor-internationalizationsettings.dll              (4.9.0.0) 0x00000000d5080000 0x00089000 engine/binaries/win64
            ue4editor-introtutorials.dll              (4.9.0.0) 0x00000000ca8e0000 0x0021f000 engine/binaries/win64
                      ue4editor-json.dll              (4.9.0.0) 0x0000000028c70000 0x00029000 engine/binaries/win64
             ue4editor-jsonutilities.dll              (4.9.0.0) 0x00000000f0230000 0x00037000 engine/binaries/win64
                    ue4editor-kismet.dll              (4.9.0.0) 0x00000000db420000 0x008cb000 engine/binaries/win64
            ue4editor-kismetcompiler.dll              (4.9.0.0) 0x00000000da360000 0x0013f000 engine/binaries/win64
             ue4editor-kismetwidgets.dll              (4.9.0.0) 0x00000000d9d50000 0x000c7000 engine/binaries/win64
                 ue4editor-landscape.dll              (4.9.0.0) 0x00000000db110000 0x00305000 engine/binaries/win64
           ue4editor-landscapeeditor.dll              (4.9.0.0) 0x00000000ca190000 0x002b6000 engine/binaries/win64
      ue4editor-launchdaemonmessages.dll              (4.9.0.0) 0x00000000e8e10000 0x00023000 engine/binaries/win64
                    ue4editor-layers.dll              (4.9.0.0) 0x00000000cc200000 0x000f6000 engine/binaries/win64
               ue4editor-leveleditor.dll              (4.9.0.0) 0x00000000d3290000 0x0041d000 engine/binaries/win64
              ue4editor-localization.dll              (4.9.0.0) 0x00000000d26c0000 0x00101000 engine/binaries/win64
     ue4editor-localizationdashboard.dll              (4.9.0.0) 0x00000000cb020000 0x0020b000 engine/binaries/win64
       ue4editor-localizationservice.dll              (4.9.0.0) 0x00000000cafc0000 0x00051000 engine/binaries/win64
             ue4editor-logvisualizer.dll              (4.9.0.0) 0x00000000ca700000 0x001db000 engine/binaries/win64
                 ue4editor-mainframe.dll              (4.9.0.0) 0x00000000d28f0000 0x000b7000 engine/binaries/win64
            ue4editor-materialeditor.dll              (4.9.0.0) 0x00000000dc810000 0x00221000 engine/binaries/win64
         ue4editor-materialutilities.dll              (4.9.0.0) 0x00000000f0270000 0x0003c000 engine/binaries/win64
                     ue4editor-media.dll              (4.9.0.0) 0x0000000004120000 0x0001f000 engine/binaries/win64
               ue4editor-mediaassets.dll              (4.9.0.0) 0x00000000d4fc0000 0x00057000 engine/binaries/win64
               ue4editor-mergeactors.dll              (4.9.0.0) 0x00000000cad70000 0x000c4000 engine/binaries/win64
                 ue4editor-meshpaint.dll              (4.9.0.0) 0x00000000d3e30000 0x00189000 engine/binaries/win64
             ue4editor-meshutilities.dll              (4.9.0.0) 0x00000000d60e0000 0x000cb000 engine/binaries/win64
                ue4editor-messagelog.dll              (4.9.0.0) 0x00000000d4bd0000 0x00115000 engine/binaries/win64
                 ue4editor-messaging.dll              (4.9.0.0) 0x00000000d7170000 0x0006a000 engine/binaries/win64
         ue4editor-metalshaderformat.dll              (4.9.0.0) 0x00000000d64f0000 0x0014b000 engine/binaries/win64
                  ue4editor-moduleui.dll              (4.9.0.0) 0x00000000d07f0000 0x00075000 engine/binaries/win64
               ue4editor-movieplayer.dll              (4.9.0.0) 0x000000001d860000 0x00059000 engine/binaries/win64
                ue4editor-moviescene.dll              (4.9.0.0) 0x00000000d91c0000 0x00072000 engine/binaries/win64
           ue4editor-moviescenetools.dll              (4.9.0.0) 0x00000000d9070000 0x00142000 engine/binaries/win64
          ue4editor-moviescenetracks.dll              (4.9.0.0) 0x00000000d8e90000 0x000b2000 engine/binaries/win64
                   ue4editor-navmesh.dll              (4.9.0.0) 0x00000000d9ed0000 0x00097000 engine/binaries/win64
               ue4editor-networkfile.dll              (4.9.0.0) 0x00000000d8c30000 0x0003e000 engine/binaries/win64
                ue4editor-networking.dll              (4.9.0.0) 0x0000000005040000 0x0001f000 engine/binaries/win64
            ue4editor-newleveldialog.dll              (4.9.0.0) 0x00000000c9c40000 0x00050000 engine/binaries/win64
                   ue4editor-niagara.dll              (4.9.0.0) 0x00000000da520000 0x000a2000 engine/binaries/win64
    ue4editor-onlineblueprintsupport.dll              (4.9.0.0) 0x00000000d45b0000 0x00033000 engine/binaries/win64
           ue4editor-onlinesubsystem.dll              (4.9.0.0) 0x0000000002890000 0x00098000 engine/binaries/win64
      ue4editor-onlinesubsystemutils.dll              (4.9.0.0) 0x00000000d84e0000 0x001bf000 engine/binaries/win64
                 ue4editor-opengldrv.dll              (4.9.0.0) 0x00000000d89e0000 0x0015e000 engine/binaries/win64
                 ue4editor-outputlog.dll              (4.9.0.0) 0x00000000d0870000 0x00095000 engine/binaries/win64
            ue4editor-packagesdialog.dll              (4.9.0.0) 0x00000000d0710000 0x0009d000 engine/binaries/win64
             ue4editor-packethandler.dll              (4.9.0.0) 0x0000000028bd0000 0x00020000 engine/binaries/win64
                   ue4editor-pakfile.dll              (4.9.0.0) 0x00000000fdaf0000 0x00050000 engine/binaries/win64
                   ue4editor-persona.dll              (4.9.0.0) 0x00000000d2ab0000 0x007db000 engine/binaries/win64
              ue4editor-physxformats.dll              (4.9.0.0) 0x00000000d5f80000 0x00155000 engine/binaries/win64
             ue4editor-placementmode.dll              (4.9.0.0) 0x00000000ca5d0000 0x0008d000 engine/binaries/win64
            ue4editor-profilerclient.dll              (4.9.0.0) 0x00000000cc190000 0x0006a000 engine/binaries/win64
          ue4editor-profilermessages.dll              (4.9.0.0) 0x00000000d0c50000 0x00031000 engine/binaries/win64
           ue4editor-profilerservice.dll              (4.9.0.0) 0x00000000d1580000 0x00048000 engine/binaries/win64
           ue4editor-projectlauncher.dll              (4.9.0.0) 0x00000000cb7b0000 0x00307000 engine/binaries/win64
                  ue4editor-projects.dll              (4.9.0.0) 0x0000000010eb0000 0x00064000 engine/binaries/win64
     ue4editor-projectsettingsviewer.dll              (4.9.0.0) 0x00000000d1550000 0x0002b000 engine/binaries/win64
ue4editor-projecttargetplatformeditor.dll              (4.9.0.0) 0x00000000cb610000 0x0004c000 engine/binaries/win64
            ue4editor-propertyeditor.dll              (4.9.0.0) 0x00000000dc220000 0x005e2000 engine/binaries/win64
                   ue4editor-rawmesh.dll              (4.9.0.0) 0x0000000025920000 0x00022000 engine/binaries/win64
           ue4editor-referenceviewer.dll              (4.9.0.0) 0x00000000caef0000 0x000c2000 engine/binaries/win64
ue4editor-reliabilityhandlercomponent.dll              (4.9.0.0) 0x0000000010d10000 0x0001b000 engine/binaries/win64
                ue4editor-rendercore.dll              (4.9.0.0) 0x0000000007f80000 0x0006a000 engine/binaries/win64
                  ue4editor-renderer.dll              (4.9.0.0) 0x00000000d93e0000 0x0092e000 engine/binaries/win64
                       ue4editor-rhi.dll              (4.9.0.0) 0x00000000feca0000 0x000b2000 engine/binaries/win64
               ue4editor-sandboxfile.dll              (4.9.0.0) 0x0000000008020000 0x0002b000 engine/binaries/win64
             ue4editor-sceneoutliner.dll              (4.9.0.0) 0x00000000c9cd0000 0x001c4000 engine/binaries/win64
                 ue4editor-sequencer.dll              (4.9.0.0) 0x00000000d8cb0000 0x001d9000 engine/binaries/win64
             ue4editor-serialization.dll              (4.9.0.0) 0x00000000d4280000 0x00059000 engine/binaries/win64
           ue4editor-sessionfrontend.dll              (4.9.0.0) 0x00000000cbac0000 0x001ca000 engine/binaries/win64
           ue4editor-sessionmessages.dll              (4.9.0.0) 0x00000000d5e40000 0x0002a000 engine/binaries/win64
           ue4editor-sessionservices.dll              (4.9.0.0) 0x00000000d5e70000 0x00045000 engine/binaries/win64
                  ue4editor-settings.dll              (4.9.0.0) 0x00000000d74b0000 0x00032000 engine/binaries/win64
            ue4editor-settingseditor.dll              (4.9.0.0) 0x00000000cb740000 0x0006c000 engine/binaries/win64
      ue4editor-shadercompilercommon.dll              (4.9.0.0) 0x00000000d63e0000 0x0005b000 engine/binaries/win64
                ue4editor-shadercore.dll              (4.9.0.0) 0x00000000e00a0000 0x00100000 engine/binaries/win64
           ue4editor-shaderformatd3d.dll              (4.9.0.0) 0x00000000d63a0000 0x00034000 engine/binaries/win64
        ue4editor-shaderformatopengl.dll              (4.9.0.0) 0x00000000d6250000 0x00149000 engine/binaries/win64
        ue4editor-shaderpreprocessor.dll              (4.9.0.0) 0x00000000d6440000 0x000af000 engine/binaries/win64
     ue4editor-sharedsettingswidgets.dll              (4.9.0.0) 0x00000000d5020000 0x00053000 engine/binaries/win64
                   ue4editor-sizemap.dll              (4.9.0.0) 0x00000000cae40000 0x0004b000 engine/binaries/win64
                     ue4editor-slate.dll              (4.9.0.0) 0x00000000dfb50000 0x00548000 engine/binaries/win64
                 ue4editor-slatecore.dll              (4.9.0.0) 0x00000000df890000 0x002ba000 engine/binaries/win64
            ue4editor-slatereflector.dll              (4.9.0.0) 0x00000000d2560000 0x0015a000 engine/binaries/win64
          ue4editor-slaterhirenderer.dll              (4.9.0.0) 0x00000000d8920000 0x000b5000 engine/binaries/win64
                   ue4editor-sockets.dll              (4.9.0.0) 0x00000000dcf40000 0x00046000 engine/binaries/win64
          ue4editor-soundclasseditor.dll              (4.9.0.0) 0x00000000fc3a0000 0x00069000 engine/binaries/win64
            ue4editor-soundcueeditor.dll              (4.9.0.0) 0x00000000fc340000 0x00059000 engine/binaries/win64
          ue4editor-sourcecodeaccess.dll              (4.9.0.0) 0x00000000d5ec0000 0x00026000 engine/binaries/win64
             ue4editor-sourcecontrol.dll              (4.9.0.0) 0x00000000dabc0000 0x000a5000 engine/binaries/win64
      ue4editor-sourcecontrolwindows.dll              (4.9.0.0) 0x00000000d36b0000 0x0013f000 engine/binaries/win64
               ue4editor-statsviewer.dll              (4.9.0.0) 0x00000000dc130000 0x000e8000 engine/binaries/win64
             ue4editor-streamingfile.dll              (4.9.0.0) 0x00000000ff570000 0x0002e000 engine/binaries/win64
   ue4editor-streamingpauserendering.dll              (4.9.0.0) 0x00000000d0a60000 0x00035000 engine/binaries/win64
               ue4editor-supersearch.dll              (4.9.0.0) 0x00000000c9ea0000 0x0009e000 engine/binaries/win64
            ue4editor-swarminterface.dll              (4.9.0.0) 0x000000000bb20000 0x0003a000 engine/binaries/win64
      ue4editor-targetdeviceservices.dll              (4.9.0.0) 0x00000000cbc90000 0x00083000 engine/binaries/win64
            ue4editor-targetplatform.dll              (4.9.0.0) 0x00000000d7470000 0x00039000 engine/binaries/win64
                 ue4editor-taskgraph.dll              (4.9.0.0) 0x00000000d0c90000 0x000e9000 engine/binaries/win64
          ue4editor-texturealignmode.dll              (4.9.0.0) 0x00000000ca520000 0x0002c000 engine/binaries/win64
         ue4editor-texturecompressor.dll              (4.9.0.0) 0x00000000d88e0000 0x00039000 engine/binaries/win64
      ue4editor-textureformatandroid.dll              (4.9.0.0) 0x000000000fa00000 0x0001d000 engine/binaries/win64
         ue4editor-textureformatastc.dll              (4.9.0.0) 0x0000000009df0000 0x00020000 engine/binaries/win64
          ue4editor-textureformatdxt.dll              (4.9.0.0) 0x00000000d6670000 0x00024000 engine/binaries/win64
ue4editor-textureformatintelispctexcomp.dll              (4.9.0.0) 0x00000000d6640000 0x00025000 engine/binaries/win64
          ue4editor-textureformatpvr.dll              (4.9.0.0) 0x0000000007f60000 0x0001f000 engine/binaries/win64
 ue4editor-textureformatuncompressed.dll              (4.9.0.0) 0x00000000070b0000 0x0001c000 engine/binaries/win64
                   ue4editor-toolbox.dll              (4.9.0.0) 0x00000000d07b0000 0x00032000 engine/binaries/win64
         ue4editor-translationeditor.dll              (4.9.0.0) 0x00000000d27d0000 0x0011e000 engine/binaries/win64
                   ue4editor-treemap.dll              (4.9.0.0) 0x00000000cae90000 0x0005d000 engine/binaries/win64
                       ue4editor-umg.dll              (4.9.0.0) 0x00000000d9f70000 0x003e3000 engine/binaries/win64
                 ue4editor-umgeditor.dll              (4.9.0.0) 0x00000000d5ac0000 0x0037e000 engine/binaries/win64
               ue4editor-undohistory.dll              (4.9.0.0) 0x00000000cb340000 0x000af000 engine/binaries/win64
               ue4editor-unrealaudio.dll              (4.9.0.0) 0x00000000da5d0000 0x00081000 engine/binaries/win64
                  ue4editor-unrealed.dll              (4.9.0.0) 0x00000000de000000 0x01885000 engine/binaries/win64
          ue4editor-unrealedmessages.dll              (4.9.0.0) 0x0000000007990000 0x00023000 engine/binaries/win64
              ue4editor-userfeedback.dll              (4.9.0.0) 0x00000000cb520000 0x0005e000 engine/binaries/win64
            ue4editor-utilityshaders.dll              (4.9.0.0) 0x00000000d8c70000 0x0003a000 engine/binaries/win64
                  ue4editor-vectorvm.dll              (4.9.0.0) 0x00000000f02b0000 0x00058000 engine/binaries/win64
          ue4editor-viewportsnapping.dll              (4.9.0.0) 0x00000000ca6d0000 0x00023000 engine/binaries/win64
                     ue4editor-voice.dll              (4.9.0.0) 0x00000000d8460000 0x0007b000 engine/binaries/win64
                ue4editor-webbrowser.dll              (4.9.0.0) 0x00000000d29b0000 0x000fd000 engine/binaries/win64
            ue4editor-widgetcarousel.dll              (4.9.0.0) 0x00000000d93a0000 0x0003f000 engine/binaries/win64
ue4editor-windowsclienttargetplatform.dll              (4.9.0.0) 0x00000000fde50000 0x0002f000 engine/binaries/win64
ue4editor-windowsnoeditortargetplatform.dll              (4.9.0.0) 0x00000000fdac0000 0x0002f000 engine/binaries/win64
ue4editor-windowsservertargetplatform.dll              (4.9.0.0) 0x00000000f9d40000 0x0002f000 engine/binaries/win64
     ue4editor-windowstargetplatform.dll              (4.9.0.0) 0x00000000d7430000 0x0003a000 engine/binaries/win64
    ue4editor-workspacemenustructure.dll              (4.9.0.0) 0x00000000d4ba0000 0x00022000 engine/binaries/win64
                   ue4editor-xaudio2.dll              (4.9.0.0) 0x00000000d5f30000 0x0004c000 engine/binaries/win64
                 ue4editor-xmlparser.dll              (4.9.0.0) 0x00000000d2120000 0x0002f000 engine/binaries/win64
                      ue4editor-xmpp.dll              (4.9.0.0) 0x00000000d86a0000 0x00237000 engine/binaries/win64
                ue4editor-epicsurvey.dll              (4.9.0.0) 0x00000000d1fe0000 0x000d0000 epicsurvey/binaries/win64
ue4editor-exampledeviceprofileselector.dll              (4.9.0.0) 0x00000000ff1b0000 0x00021000 exampledeviceprofileselector/binaries/win64
          ue4editor-gitsourcecontrol.dll              (4.9.0.0) 0x00000000d23f0000 0x00080000 gitsourcecontrol/binaries/win64
           ue4editor-html5networking.dll              (4.9.0.0) 0x00000000d1d90000 0x00048000 html5networking/binaries/win64
      ue4editor-leapmotioncontroller.dll              (4.9.0.0) 0x00000000d1930000 0x0007f000 leapmotioncontroller/binaries/win64
ue4editor-lightpropagationvolumeeditor.dll              (4.9.0.0) 0x00000000d2470000 0x0002a000 lightpropagationvolume/binaries/win64
ue4editor-lightpropagationvolumeruntime.dll              (4.9.0.0) 0x00000000d4f10000 0x00032000 lightpropagationvolume/binaries/win64
         ue4editor-mediaplayereditor.dll              (4.9.0.0) 0x00000000d1c50000 0x0013d000 mediaplayereditor/binaries/win64
         ue4editor-messagingdebugger.dll              (4.9.0.0) 0x00000000d1a90000 0x001b6000 messagingdebugger/binaries/win64
             ue4editor-oculuslibrary.dll              (4.9.0.0) 0x00000000d1780000 0x0003e000 oculuslibrary/binaries/win64
                ue4editor-oculusrift.dll              (4.9.0.0) 0x00000000d1700000 0x0007b000 oculusrift/binaries/win64
                   ue4editor-paper2d.dll              (4.9.0.0) 0x00000000d4350000 0x00178000 paper2d/binaries/win64
             ue4editor-paper2deditor.dll              (4.9.0.0) 0x00000000d3fc0000 0x002bd000 paper2d/binaries/win64
  ue4editor-paperspritesheetimporter.dll              (4.9.0.0) 0x00000000d2500000 0x00060000 paper2d/binaries/win64
        ue4editor-papertiledimporter.dll              (4.9.0.0) 0x00000000d24a0000 0x00059000 paper2d/binaries/win64
             ue4editor-smartsnapping.dll              (4.9.0.0) 0x00000000ca6a0000 0x00028000 paper2d/binaries/win64
     ue4editor-perforcesourcecontrol.dll              (4.9.0.0) 0x00000000d21e0000 0x00203000 perforcesourcecontrol/binaries/win64
             ue4editor-pluginbrowser.dll              (4.9.0.0) 0x00000000d1e80000 0x00156000 pluginbrowser/binaries/win64
   ue4editor-proceduralmeshcomponent.dll              (4.9.0.0) 0x00000000d1690000 0x00069000 proceduralmeshcomponent/binaries/win64
               ue4editor-slateremote.dll              (4.9.0.0) 0x00000000d15d0000 0x0002c000 slateremote/binaries/win64
         ue4editor-speedtreeimporter.dll              (4.9.0.0) 0x00000000d1de0000 0x00095000 speedtreeimporter/binaries/win64
                   ue4editor-steamvr.dll              (4.9.0.0) 0x00000000d1630000 0x00055000 steamvr/binaries/win64
         ue4editor-steamvrcontroller.dll              (4.9.0.0) 0x00000000d1600000 0x00025000 steamvr/binaries/win64
   ue4editor-subversionsourcecontrol.dll              (4.9.0.0) 0x00000000d2150000 0x0008c000 subversionsourcecontrol/binaries/win64
              ue4editor-udpmessaging.dll              (4.9.0.0) 0x00000000d42e0000 0x00069000 udpmessaging/binaries/win64
             ue4editor-uobjectplugin.dll              (4.9.0.0) 0x00000000d20f0000 0x00023000 uobjectplugin/binaries/win64
ue4editor-visualstudiosourcecodeaccess.dll              (4.9.0.0) 0x00000000d20b0000 0x00037000 visualstudiosourcecodeaccess/binaries/win64
        ue4editor-windowsmovieplayer.dll              (4.9.0.0) 0x00000000d44d0000 0x0003d000 windowsmovieplayer/binaries/win64
                  ue4editor-wmfmedia.dll              (4.9.0.0) 0x00000000d4570000 0x0003b000 wmfmedia/binaries/win64


Report end!

Hi Darxen,

What steps did you take to reproduce this on your end? Does this occur in a clean, blank project with no additional content or is it limited to one project?

just created a new project, go to landscape, set Section size to 7x7, Sections per component to 1x1, Numer of components 32x32 and then, click on create. After that, go to Landscape Editor and change the Circle brush for Alpha or Pattern. Once I click it, Unreal crashes all the times.

I’m trying only in new blank projects with the Starter Content and the First Person Blueprint and in a new default map with just a floor.

Can you post your dxdiag here so I can take a look? What does the callstack that appears just after you get the crash state?

Where can I find the dxdiag?

go to your windows start menu and in the searchbar type “dxdiag”. Open the program that shows in the menu. Once you do that, you can save a copy to a .txt file and upload that .txt file here so I can take a look.

Here it is

dxdiag

It’s the base material.

Do you have any materials on your landscape or is it the base material?

Can you send me your project? I’ll be happy to take a look and see what is occurring.

Ok, here is a link to Drive: https://drive.google.com/file/d/0B_3eLX69uMB5Rk9ZQ29ZVWw2OXc/view?usp=sharing

Hi Darxen,

Unfortunately I haven’t been able to reproduce this with the project you have sent. I have tried every sculpt tool with normal, alpha, and pattern textures to no success. Are you using a specific pattern or alpha that I can try? Is there anything else that could be causing this error on your end to occur?

The point is that I can’t use any pattern or alpha. At the same moment I click the button, the engine crashes.

It’s strange, because I’m able to reproduce the bug in two computers, and a friend of mine has the same problem. All with 4.9.0, in a new project, with starter content, FPS blueprint and in a new blank level.

try updating to 4.9.1 to see if you get the same errors. While I’m not certain this will fix it for you, my editor is currently on 4.9.1 (I have not reproduced this on my end) and I don’t see anything in your dxdiag that would lead me to believe this is a hardware issue unless your RAM or GPU are damaged (which I would not be able to determine from the information here).

Hi Darxen,

We have not heard from you in several days. I am marking this as answered for tracking purposes. If you are still experiencing this error, please comment with the requested information.

Sorry, I was so busy preparing a project for Madrid Games Week.

If I update to 4.9.1, could I return to 4.9.0? Our project is running on 4.9.0 and we have no plans for update by now.

4.9.1 is different than a major release. Hotfixes generally only contain crash fixes or major bug fixes. When you update to one of these, it will not require you to convert your project as you are still technically on the 4.9 release.

Ok, solved in 4.9.2 :smiley: