Ошибка 4802

 

Всем привет, кто подскажет такую ошибку 4802, невозможно загрузить индикатор? 

вызываю обычным способом:

int SignalToTrade(string Symbol_)
  {

   string symToWork3=Symbol_;
//--- ноль означает отсутствие сигнала
   int sig=0;
   int BuferSearchBar=Bars(Symbol_,_Period);
   if(BuferSearchBar>2000)BuferSearchBar=2000;

   h_zz=iCustom(symToWork3,tfZZ,"::Indicators\\DeltaZigZag.ex5",InpAppliedPrice,InpReversalMode,InpPips,InpPercent,InpLevels);

//--- проверим хендлы индикаторов
   if(h_zz==INVALID_HANDLE)//--- если хэндл невалидный
     {
      //--- создадим его снова                                                      
      h_zz=iCustom(symToWork3,tfZZ,"::Indicators\\DeltaZigZag.ex5",InpAppliedPrice,InpReversalMode,InpPips,InpPercent,InpLevels);
      //--- выходим из функции
     }
   else //--- если хэндл валидный 
     {
      //--- копируем значения из индикатора в массив
      if(CopyBuffer(h_zz,1,0,BuferSearchBar+shift,ZigZagTOP_buffer)<BuferSearchBar+shift) //--- и если данных меньше требуемых
         return(0);
      //--- зададим индексацию в массиве как таймсерию                                   
      if(!ArraySetAsSeries(ZigZagTOP_buffer,true))
         return(0);
      //--- копируем значения из индикатора в массив
      if(CopyBuffer(h_zz,0,0,BuferSearchBar+shift,ZigZagBOTOM_buffer)<BuferSearchBar+shift) //--- и если данных меньше требуемых
         return(0);
      //--- зададим индексацию в массиве как таймсерию                                   
      if(!ArraySetAsSeries(ZigZagBOTOM_buffer,true))
         return(0);
      //--- копируем значения из индикатора в массив
      if(CopyBuffer(h_zz,3,0,BuferSearchBar+shift,ZigZagREVERSE_DOWN_buffer)<BuferSearchBar+shift) //--- и если данных меньше требуемых
         return(0);
      //--- зададим индексацию в массиве как таймсерию                                   
      if(!ArraySetAsSeries(ZigZagREVERSE_DOWN_buffer,true))
         return(0);
      //--- копируем значения из индикатора в массив
      if(CopyBuffer(h_zz,4,0,BuferSearchBar+shift,ZigZagREVERSE_UP_buffer)<BuferSearchBar+shift) //--- и если данных меньше требуемых
         return(0);
      //--- зададим индексацию в массиве как таймсерию                                   
      if(!ArraySetAsSeries(ZigZagREVERSE_UP_buffer,true))
         return(0);
      //--- копируем значения из индикатора в массив
      if(CopyBuffer(h_zz,2,0,BuferSearchBar+shift,ZigZagCOLOR)<BuferSearchBar+shift) //--- и если данных меньше требуемых
         return(0);
      //--- зададим индексацию в массиве как таймсерию                                   
      if(!ArraySetAsSeries(ZigZagCOLOR,true))
         return(0);


     }
   if(h_zz==INVALID_HANDLE)return(0);
}

 вот он работает нормально, потом бац - и все пишет ошибку 

MetaTrader 5 Alfa-Forex\MetaTrader 5 Alfa-Forex\MQL5\Experts\Exp -  ZigZag MT5 2.ex5::Indicators\DeltaZigZag.ex5' [4802] 

Файлы:
DeltaZigZag.mq5  11 kb
 

пробовал по разному и с ресурсов и обынным запуском

 

и индикатор блымает как бы на каждом тике :-)

билд 975  

 
Попробуйте обновиться до актуального бидла (999) и там потестировать.
 

вроде должен сам обновлятся

к какому серверу подключится?  

 
Vladon:

вроде должен сам обновлятся

к какому серверу подключится?  

MetaQuotes-Demo
 

все верно, так и сделали

MetaQuotes-Demo  

 
то же самое, индикатор работает, потом бац и перестает работать. 
 
Это связано с индикатором или с билдом? у кого-нибудь были похожие проблемы
 

вот так пишет в журнале: 

2014.10.30 16:45:57.606 LiveUpdate failed to read update container

2014.10.30 16:45:57.606 MemoryException 4066763 bytes not available

2014.10.30 16:45:56.789 Network '1811209': failed to start thread of network dispatcher

 
Filename    : MT5CLW.74009D05C2F8201DA3097CADDD940D7B
Time        : 2014.10.30 16:49 (0:00:01)
Program     : Client Terminal
Version     : 500.999 (29 Oct 2014)
Revision    : 5818
OS          : Windows 7 Professional Service Pack 1 (Build 7601)
BIOS        : 7599MS - 20110304 - ZEFICKEHEGJZIMMD-WGGNXH - MS-7599
Explorer    : 9.11
ID          : 54148546-1BE0
Processors  : 4 x AMD Phenom II X4 955 Processor
Computer    : ВЛАДИСЛАВ-ПК:Владислав-ПК
Memory      : 6942 free of 12287 Mb
Virtual     : 3305 free of 4095 Mb
Handlers    : 1265
CrashMD5    : 402DF7A283160BF72751B16CB10F3315
Exception   : C0000005 at 015B8035 read to DD24C5E9

Modules     : 01160000 01CD8000 G:\ÐÀÁÎÒÀ\expforex\!!!!.  $$$ çàêàçû íà ïðîãð\!!! Îæèäàþò îïëàòû\Àëåêñàíäð Ìàêñèìîâ max-4@list.ru ZigZag MT5\MetaTrader 5 Alfa-Forex\MetaTrader 5 Alfa-Forex\terminal.exe (5.0.0.999)
            : 77710000 00180000 C:\Windows\SysWOW64\ntdll.dll (6.1.7601.18247)
            : 75CE0000 00110000 C:\Windows\syswow64\kernel32.dll (6.1.7601.18409)
            : 75550000 00047000 C:\Windows\syswow64\KERNELBASE.dll (6.1.7601.18409)
            : 76FE0000 00121000 C:\Windows\syswow64\CRYPT32.dll (6.1.7601.18526)
            : 76D30000 000AC000 C:\Windows\syswow64\msvcrt.dll (6.1.8638.17744)
            : 75510000 0000C000 C:\Windows\syswow64\MSASN1.dll (6.1.7601.17514)
            : 71F40000 00032000 C:\Windows\system32\WINMM.dll (6.1.7601.17514)
            : 77170000 00100000 C:\Windows\syswow64\USER32.dll (6.1.7601.17514)
            : 76C70000 00090000 C:\Windows\syswow64\GDI32.dll (6.1.7601.18577)
            : 755B0000 0000A000 C:\Windows\syswow64\LPK.dll (6.1.7601.18177)
            : 755C0000 0009D000 C:\Windows\syswow64\USP10.dll (1.626.7601.18454)
            : 77270000 000A0000 C:\Windows\syswow64\ADVAPI32.dll (6.1.7601.18247)
            : 75BD0000 00019000 C:\Windows\SysWOW64\sechost.dll (6.1.7600.16385)
            : 75290000 000F0000 C:\Windows\syswow64\RPCRT4.dll (6.1.7601.18532)
            : 750F0000 00060000 C:\Windows\syswow64\SspiCli.dll (6.1.7601.18526)
            : 750E0000 0000C000 C:\Windows\syswow64\CRYPTBASE.dll (6.1.7600.16385)
            : 75010000 00009000 C:\Windows\system32\VERSION.dll (6.1.7600.16385)
            : 71FF0000 00011000 C:\Windows\system32\NETAPI32.dll (6.1.7601.17887)
            : 71FE0000 00009000 C:\Windows\system32\netutils.dll (6.1.7601.17514)
            : 71FC0000 00019000 C:\Windows\system32\srvcli.dll (6.1.7601.17514)
            : 71FB0000 0000F000 C:\Windows\system32\wkscli.dll (6.1.7601.17514)
            : 6D860000 0000F000 C:\Windows\system32\SAMCLI.DLL (6.1.7601.17514)
            : 72F10000 00058000 C:\Windows\system32\WINHTTP.dll (6.1.7601.17514)
            : 72EC0000 0004F000 C:\Windows\system32\webio.dll (6.1.7601.17725)
            : 71B00000 00190000 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18455_none_72d576ad8665e853\gdiplus.dll (6.1.7601.18455)
            : 75670000 0015C000 C:\Windows\syswow64\ole32.dll (6.1.7601.17514)
            : 71C90000 00080000 C:\Windows\system32\UxTheme.dll (6.1.7600.16385)
            : 746B0000 00005000 C:\Windows\system32\MSIMG32.dll (6.1.7600.16385)
            : 74FB0000 00051000 C:\Windows\system32\WINSPOOL.DRV (6.1.7601.17514)
            : 75DF0000 00C4A000 C:\Windows\syswow64\SHELL32.dll (6.1.7601.18517)
            : 75970000 00057000 C:\Windows\syswow64\SHLWAPI.dll (6.1.7601.17514)
            : 71590000 0019E000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll (6.1.7601.17514)
            : 75C40000 0008F000 C:\Windows\syswow64\OLEAUT32.dll (6.1.7601.17676)
            : 74300000 0001C000 C:\Windows\system32\oledlg.dll (6.1.7600.16385)
            : 742F0000 00007000 C:\Windows\system32\WSOCK32.dll (6.1.7600.16385)
            : 75BF0000 00035000 C:\Windows\syswow64\WS2_32.dll (6.1.7601.17514)
            : 755A0000 00006000 C:\Windows\syswow64\NSI.dll (6.1.7600.16385)
            : 722E0000 0001C000 C:\Windows\system32\IPHLPAPI.DLL (6.1.7601.17514)
            : 722D0000 00007000 C:\Windows\system32\WINNSI.DLL (6.1.7600.16385)
            : 72400000 000EB000 C:\Windows\system32\dbghelp.dll (6.1.7601.17514)
            : 72B90000 00008000 C:\Windows\system32\Secur32.dll (6.1.7601.18526)
            : 74650000 0003C000 C:\Windows\system32\OLEACC.dll (6.1.7601.17676)
            : 77110000 00060000 C:\Windows\syswow64\IMM32.dll (6.1.7601.17514)
            : 759E0000 000CC000 C:\Windows\syswow64\MSCTF.dll (6.1.7600.16385)
            : 73F40000 0000A000 C:\Program Files (x86)\Yandex\Punto Switcher\pshook.dll (3.3.1.364)
            : 76D00000 0002B000 C:\Windows\syswow64\imagehlp.dll (6.1.7601.18288)
            : 72280000 00010000 C:\Windows\system32\NLAapi.dll (6.1.7601.17761)
            : 72220000 00010000 C:\Windows\system32\napinsp.dll (6.1.7600.16385)
            : 72200000 00012000 C:\Windows\system32\pnrpnsp.dll (6.1.7600.16385)
            : 72300000 0003C000 C:\Windows\System32\mswsock.dll (6.1.7601.18254)
            : 721B0000 00044000 C:\Windows\system32\DNSAPI.dll (6.1.7601.17570)
            : 721A0000 00008000 C:\Windows\System32\winrnr.dll (6.1.7600.16385)
            : 72160000 00038000 C:\Windows\System32\fwpuclnt.dll (6.1.7601.18283)
            : 72150000 00006000 C:\Windows\system32\rasadhlp.dll (6.1.7600.16385)
            : 72290000 00017000 C:\Windows\system32\CRYPTSP.dll (6.1.7601.18526)
            : 72240000 0003B000 C:\Windows\system32\rsaenh.dll (6.1.7600.16385)
            : 72590000 0004C000 C:\Windows\system32\apphelp.dll (6.1.7601.17514)
            : 71110000 00011000 C:\Windows\system32\opencl.dll
            : 50290000 00AD7000 C:\Windows\SysWow64\nvopencl.dll (6.1.7600.16385)
            : 757D0000 0019D000 C:\Windows\syswow64\SETUPAPI.dll (6.1.7601.17514)
            : 76DE0000 00027000 C:\Windows\syswow64\CFGMGR32.dll (6.1.7601.17621)
            : 754D0000 00012000 C:\Windows\syswow64\DEVOBJ.dll (6.1.7601.17621)
            : 73A60000 002D2000 C:\Windows\system32\nvapi.dll (9.18.13.4052)
            : 75520000 0002F000 C:\Windows\syswow64\WINTRUST.dll (6.1.7601.18526)
            : 71900000 001C3000 C:\Windows\system32\d3d9.dll (6.1.7601.17514)
            : 718F0000 00006000 C:\Windows\system32\d3d8thk.dll (6.1.7600.16385)
            : 71AE0000 00013000 C:\Windows\system32\dwmapi.dll (6.1.7600.16385)
            : 75B40000 00083000 C:\Windows\syswow64\CLBCatQ.DLL (6.1.7600.16385)
            : 6C3A0000 00B49000 C:\Windows\SysWOW64\ieframe.dll (11.0.9600.17351)
            : 759D0000 00005000 C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll (6.2.9200.16492)
            : 75660000 00004000 C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll (6.2.9200.16492)
            : 75150000 00004000 C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll (6.2.9200.16492)
            : 73F50000 00004000 C:\Windows\SysWOW64\api-ms-win-downlevel-shell32-l1-1-0.dll (6.2.9200.16492)
            : 753D0000 00004000 C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll (6.2.9200.16492)
            : 776E0000 00003000 C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll (6.2.9200.16492)
            : 75AB0000 00003000 C:\Windows\syswow64\normaliz.DLL (6.1.7600.16385)
            : 76A40000 0021B000 C:\Windows\syswow64\iertutil.dll (11.0.9600.17344)
            : 72FE0000 00004000 C:\Windows\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll (6.2.9200.16492)
            : 75160000 0012C000 C:\Windows\syswow64\urlmon.dll (11.0.9600.17344)
            : 75CD0000 00004000 C:\Windows\syswow64\api-ms-win-downlevel-ole32-l1-1-0.dll (6.2.9200.16492)
            : 76E10000 001C2000 C:\Windows\syswow64\WININET.dll (11.0.9600.17344)
            : 754F0000 00017000 C:\Windows\syswow64\USERENV.dll (6.1.7601.17514)
            : 75C30000 0000B000 C:\Windows\syswow64\profapi.dll (6.1.7600.16385)
            : 73030000 0005F000 C:\Windows\system32\SXS.DLL (6.1.7601.17514)
            : 71490000 000F5000 C:\Windows\system32\PROPSYS.dll (7.0.7601.17514)
            : 663C0000 010B5000 C:\Windows\SysWOW64\mshtml.dll (11.0.9600.17344)
            : 73E90000 00004000 C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll (6.2.9200.16492)
            : 69090000 0002E000 C:\Windows\system32\mlang.dll (6.1.7600.16385)
            : 72230000 0000E000 C:\Windows\system32\RpcRtRemote.dll (6.1.7601.17514)
            : 75AC0000 0007B000 C:\Windows\syswow64\Comdlg32.dll (6.1.7601.17514)
            : 72B70000 00012000 C:\Windows\system32\dhcpcsvc.DLL (6.1.7600.16385)
            : 717A0000 0000B000 C:\Windows\system32\msimtf.dll (6.1.7600.16385)
            : 5BA10000 00031000 C:\Windows\system32\msls31.dll
            : 553C0000 00347000 C:\Windows\system32\d2d1.dll (6.2.9200.16765)
            : 676E0000 00135000 C:\Windows\system32\DWrite.dll (6.2.9200.16492)
            : 57E50000 0004C000 C:\Windows\system32\dxgi.dll (6.2.9200.16492)
            : 57CD0000 00175000 C:\Windows\system32\d3d11.dll (6.2.9200.16570)
            : 5B790000 001E9000 C:\Windows\system32\D3D10Warp.dll (6.2.9200.17033)

Registers   : EAX=00000000  EIP=015B8035  EFLGS=00010283  ES=002b
            : EBX=17FE5090  ESP=1D6DF184  EBP=1D6DF260    FS=0053
            : ECX=DD24C5D9  ESI=DD24C5D9  CS=0023         GS=002b
            : EDX=00000000  EDI=17FE5090  DS=002b         SS=002b

Stack info  : top=1D6E0000 bottom=1D6DA000 base=1D5D0000

Threads     : #000 000024C0 EIP: 771878D7 ESP: 0037F704 gui main
              7718787B:00005C [771878D7] DlgDirSelectComboBoxExW (user32.dll)
              011CD62C:000018 [011CD644] #5292 (terminal.exe)
              013579D0:000089 [01357A59] #15957 (terminal.exe)
              01312E0A:000066 [01312E70] #14952 (terminal.exe)
              012F1F77:000117 [012F208E] #14265 (terminal.exe)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #001 00002550 EIP: 7773015D ESP: 04E5F748 
              77730148:000015 [7773015D] NtWow64CsrGetProcessId (ntdll.dll)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #002 0000275C EIP: 7773015D ESP: 13D6F5DC 
              77730148:000015 [7773015D] NtWow64CsrGetProcessId (ntdll.dll)
              75CF196A:00008E [75CF19F8] WaitForMultipleObjectsEx (kernel32.dll)
              771905BA:0002B0 [7719086A] PtInRect (user32.dll)
              77190B4A:00001F [77190B69] OpenIcon (user32.dll)
              71B4793C:000000 [71B4793C] unknown (gdiplus.dll)
              71B4785B:000000 [71B4785B] unknown (gdiplus.dll)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #003 0000203C EIP: 7772F8D1 ESP: 13F9F688 
              7772F8BC:000015 [7772F8D1] ZwWow64CsrCaptureMessageBuffer (ntdll.dll)
              75CF1151:000043 [75CF1194] WaitForSingleObjectEx (kernel32.dll)
              75CF1136:000012 [75CF1148] WaitForSingleObject (kernel32.dll)
              0164EF40:0000D4 [0164F014] #27554 (terminal.exe)
              0164F040:00001E [0164F05E] #27555 (terminal.exe)
              012F4E83:0000B4 [012F4F37] #14350 (terminal.exe)
              012F4F5D:000102 [012F505F] #14351 (terminal.exe)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #004 00002418 EIP: 7772F959 ESP: 1410FC98 
              7772F944:000015 [7772F959] NtResetWriteWatch (ntdll.dll)
              0164EE20:00002A [0164EE4A] #27552 (terminal.exe)
              0164EF10:00001E [0164EF2E] #27553 (terminal.exe)
              012F4E83:0000B4 [012F4F37] #14350 (terminal.exe)
              012F4F5D:000102 [012F505F] #14351 (terminal.exe)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #005 000024DC EIP: 7772F959 ESP: 143AF798 
              7772F944:000015 [7772F959] NtResetWriteWatch (ntdll.dll)
              0164EE20:00002A [0164EE4A] #27552 (terminal.exe)
              0164EF10:00001E [0164EF2E] #27553 (terminal.exe)
              012F4E83:0000B4 [012F4F37] #14350 (terminal.exe)
              012F4F5D:000102 [012F505F] #14351 (terminal.exe)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #006 00000A78 EIP: 7772F8D1 ESP: 16D7F880 
              7772F8BC:000015 [7772F8D1] ZwWow64CsrCaptureMessageBuffer (ntdll.dll)
              75CF1151:000043 [75CF1194] WaitForSingleObjectEx (kernel32.dll)
              75CF1136:000012 [75CF1148] WaitForSingleObject (kernel32.dll)
              66B70A92:1350B7 [66CA5B49] CreateCoreWebView (mshtml.dll)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #007 00000FDC EIP: 7773015D ESP: 16C4F830 
              77730148:000015 [7773015D] NtWow64CsrGetProcessId (ntdll.dll)
              75CF196A:00008E [75CF19F8] WaitForMultipleObjectsEx (kernel32.dll)
              771905BA:0002B0 [7719086A] PtInRect (user32.dll)
              756926B9:000538 [75692BF1] CoInitializeSecurity (ole32.dll)
              75680EA3:00118A [7568202D] ObjectStublessClient22 (ole32.dll)
              668E0CE7:10979A [669EA481] IERegisterXMLNS (mshtml.dll)
              664E3D98:00A7CF [664EE567] GetColorValueFromString (mshtml.dll)
              664FE1E9:00068F [664FE878] ShowHTMLDialog (mshtml.dll)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #008 000024F8 EIP: 77731F46 ESP: 1730F7B4 
              77731F34:000012 [77731F46] ZwWow64CsrCaptureMessageString (ntdll.dll)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #009 00002178 EIP: 77731F46 ESP: 1745FA1C 
              77731F34:000012 [77731F46] ZwWow64CsrCaptureMessageString (ntdll.dll)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #010 000017CC EIP: 7772FD91 ESP: 1769F7B0 
              7772FD7C:000015 [7772FD91] ZwDeleteValueKey (ntdll.dll)
              75564496:00000F [755644A5] Sleep (kernelbase.dll)
              7569A72F:00325E [7569D98D] CoIsOle1Class (ole32.dll)
              7569A72F:00314B [7569D87A] CoIsOle1Class (ole32.dll)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #011 000020F4 EIP: 7772FD91 ESP: 18B8F794 
              7772FD7C:000015 [7772FD91] ZwDeleteValueKey (ntdll.dll)
              75564496:00000F [755644A5] Sleep (kernelbase.dll)
              01381140:0001E4 [01381324] #16606 (terminal.exe)
              01381340:000012 [01381352] #16607 (terminal.exe)
              012F4E83:0000B4 [012F4F37] #14350 (terminal.exe)
              012F4F5D:000102 [012F505F] #14351 (terminal.exe)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #012 00002484 EIP: 7772F8D1 ESP: 195DEAF4 
              7772F8BC:000015 [7772F8D1] ZwWow64CsrCaptureMessageBuffer (ntdll.dll)
              77748B1D:00020B [77748D28] RtlIpv4AddressToStringExW (ntdll.dll)
              011777C0:000011 [011777D1] #1568 (terminal.exe)
              0135B860:00000E [0135B86E] #15972 (terminal.exe)
              75D1D59C:012D67 [75D30303] GetQueuedCompletionStatus (kernel32.dll)
              77787448:0000B7 [777874FF] RtlLeaveCriticalSection (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #013 00000D88 EIP: 7772FD91 ESP: 19DBFC4C 
              7772FD7C:000015 [7772FD91] ZwDeleteValueKey (ntdll.dll)
              75564496:00000F [755644A5] Sleep (kernelbase.dll)
              01381140:0001E4 [01381324] #16606 (terminal.exe)
              01381340:000012 [01381352] #16607 (terminal.exe)
              012F4E83:0000B4 [012F4F37] #14350 (terminal.exe)
              012F4F5D:000102 [012F505F] #14351 (terminal.exe)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #014 00002510 EIP: 7772F8D1 ESP: 19C7EBB4 
              7772F8BC:000015 [7772F8D1] ZwWow64CsrCaptureMessageBuffer (ntdll.dll)
              77748B1D:00020B [77748D28] RtlIpv4AddressToStringExW (ntdll.dll)
              011777C0:000011 [011777D1] #1568 (terminal.exe)
              0135B860:00000E [0135B86E] #15972 (terminal.exe)
              75D1D59C:012D67 [75D30303] GetQueuedCompletionStatus (kernel32.dll)
              77787448:0000B7 [777874FF] RtlLeaveCriticalSection (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #015 00002674 EIP: 7772FD91 ESP: 1BCDFA2C 
              7772FD7C:000015 [7772FD91] ZwDeleteValueKey (ntdll.dll)
              75564496:00000F [755644A5] Sleep (kernelbase.dll)
              01381140:0001E4 [01381324] #16606 (terminal.exe)
              01381340:000012 [01381352] #16607 (terminal.exe)
              012F4E83:0000B4 [012F4F37] #14350 (terminal.exe)
              012F4F5D:000102 [012F505F] #14351 (terminal.exe)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

      crash : #016 00002420 EIP: 015B8035 ESP: 1D6DF184 
              015B8000:000035 [015B8035] #25754 (terminal.exe)
              015B4E20:000057 [015B4E77] #25702 (terminal.exe)
              0131E5D0:0000F6 [0131E6C6] #15128 (terminal.exe)
              015E58A0:00005C [015E58FC] #26437 (terminal.exe)
              01597640:000192 [015977D2] #25187 (terminal.exe)
              01597180:000022 [015971A2] #25184 (terminal.exe)
              012F4E83:0000B4 [012F4F37] #14350 (terminal.exe)
              012F4F5D:000102 [012F505F] #14351 (terminal.exe)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

              015B8000 55                push       ebp
              015B8001 8BEC              mov        ebp, esp
              015B8003 8B09              mov        ecx, [ecx]
              015B8005 81ECD0000000      sub        esp, 0xd0
              015B800B 85C9              test       ecx, ecx
              015B800D 0F84E8000000      jz         dword 0x15b80fb

              015B8013 53                push       ebx
              015B8014 56                push       esi
              015B8015 B801000000        mov        eax, 0x1
              015B801A 898D30FFFFFF      mov        [ebp+0xffffff30], ecx
              015B8020 57                push       edi
              015B8021 8BB4852CFFFFFF    mov        esi, [ebp+eax*4+0xffffff2c]
              015B8028 48                dec        eax
              015B8029 8945FC            mov        [ebp-0x4], eax
              015B802C 83F830            cmp        eax, 0x30
              015B802F 0F83C3000000      jae        dword 0x15b80f8
   crash -->  015B8035 8B4E10            mov        ecx, [esi+0x10]
              015B8038 85C9              test       ecx, ecx
              015B803A 740B              jz         0x15b8047

              015B803C 898C8530FFFFFF    mov        [ebp+eax*4+0xffffff30], ecx
              015B8043 40                inc        eax
              015B8044 8945FC            mov        [ebp-0x4], eax
              015B8047 8B4E0C            mov        ecx, [esi+0xc]

            : #017 00000FC0 EIP: 7772FD91 ESP: 1DE2F964 
              7772FD7C:000015 [7772FD91] ZwDeleteValueKey (ntdll.dll)
              75564496:00000F [755644A5] Sleep (kernelbase.dll)
              01381140:0001E4 [01381324] #16606 (terminal.exe)
              01381340:000012 [01381352] #16607 (terminal.exe)
              012F4E83:0000B4 [012F4F37] #14350 (terminal.exe)
              012F4F5D:000102 [012F505F] #14351 (terminal.exe)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #018 00001B58 EIP: 7772F8D1 ESP: 1E86EA94 
              7772F8BC:000015 [7772F8D1] ZwWow64CsrCaptureMessageBuffer (ntdll.dll)
              77748B1D:00020B [77748D28] RtlIpv4AddressToStringExW (ntdll.dll)
              011777C0:000011 [011777D1] #1568 (terminal.exe)
              0135B860:00000E [0135B86E] #15972 (terminal.exe)
              75D1D59C:012D67 [75D30303] GetQueuedCompletionStatus (kernel32.dll)
              77787448:0000B7 [777874FF] RtlLeaveCriticalSection (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #019 00002570 EIP: 7772FD91 ESP: 1FF4F7FC 
              7772FD7C:000015 [7772FD91] ZwDeleteValueKey (ntdll.dll)
              75564496:00000F [755644A5] Sleep (kernelbase.dll)
              01381140:0001E4 [01381324] #16606 (terminal.exe)
              01381340:000012 [01381352] #16607 (terminal.exe)
              012F4E83:0000B4 [012F4F37] #14350 (terminal.exe)
              012F4F5D:000102 [012F505F] #14351 (terminal.exe)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #020 00001A24 EIP: 7772F8D1 ESP: 20D7ED1C 
              7772F8BC:000015 [7772F8D1] ZwWow64CsrCaptureMessageBuffer (ntdll.dll)
              77748B1D:00020B [77748D28] RtlIpv4AddressToStringExW (ntdll.dll)
              011777C0:000011 [011777D1] #1568 (terminal.exe)
              0135B860:00000E [0135B86E] #15972 (terminal.exe)
              75D1D59C:012D67 [75D30303] GetQueuedCompletionStatus (kernel32.dll)
              77787448:0000B7 [777874FF] RtlLeaveCriticalSection (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #021 0000239C EIP: 7772FD91 ESP: 218EF7D4 
              7772FD7C:000015 [7772FD91] ZwDeleteValueKey (ntdll.dll)
              01381360:000044 [013813A4] #16608 (terminal.exe)
              01381340:000012 [01381352] #16607 (terminal.exe)
              012F4E83:0000B4 [012F4F37] #14350 (terminal.exe)
              012F4F5D:000102 [012F505F] #14351 (terminal.exe)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #022 00002078 EIP: 7772F8D1 ESP: 222CE8F4 
              7772F8BC:000015 [7772F8D1] ZwWow64CsrCaptureMessageBuffer (ntdll.dll)
              77748B1D:00020B [77748D28] RtlIpv4AddressToStringExW (ntdll.dll)
              011777C0:000011 [011777D1] #1568 (terminal.exe)
              0135B860:00000E [0135B86E] #15972 (terminal.exe)
              75D1D59C:012D67 [75D30303] GetQueuedCompletionStatus (kernel32.dll)
              77787448:0000B7 [777874FF] RtlLeaveCriticalSection (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #023 00002758 EIP: 7772FD91 ESP: 22B7F674 
              7772FD7C:000015 [7772FD91] ZwDeleteValueKey (ntdll.dll)
              75564496:00000F [755644A5] Sleep (kernelbase.dll)
              01381140:0001E4 [01381324] #16606 (terminal.exe)
              01381340:000012 [01381352] #16607 (terminal.exe)
              012F4E83:0000B4 [012F4F37] #14350 (terminal.exe)
              012F4F5D:000102 [012F505F] #14351 (terminal.exe)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #024 00002044 EIP: 7772F8D1 ESP: 23A2EE74 
              7772F8BC:000015 [7772F8D1] ZwWow64CsrCaptureMessageBuffer (ntdll.dll)
              77748B1D:00020B [77748D28] RtlIpv4AddressToStringExW (ntdll.dll)
              011777C0:000011 [011777D1] #1568 (terminal.exe)
              0135B860:00000E [0135B86E] #15972 (terminal.exe)
              75D1D59C:012D67 [75D30303] GetQueuedCompletionStatus (kernel32.dll)
              77787448:0000B7 [777874FF] RtlLeaveCriticalSection (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #025 00002648 EIP: 7772FD91 ESP: 2515FB24 
              7772FD7C:000015 [7772FD91] ZwDeleteValueKey (ntdll.dll)
              75564496:00000F [755644A5] Sleep (kernelbase.dll)
              01381140:0001E4 [01381324] #16606 (terminal.exe)
              01381340:000012 [01381352] #16607 (terminal.exe)
              012F4E83:0000B4 [012F4F37] #14350 (terminal.exe)
              012F4F5D:000102 [012F505F] #14351 (terminal.exe)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #026 00000CDC EIP: 7772F8D1 ESP: 26E0EA3C 
              7772F8BC:000015 [7772F8D1] ZwWow64CsrCaptureMessageBuffer (ntdll.dll)
              77748B1D:00020B [77748D28] RtlIpv4AddressToStringExW (ntdll.dll)
              011777C0:000011 [011777D1] #1568 (terminal.exe)
              0135B860:00000E [0135B86E] #15972 (terminal.exe)
              75D1D59C:012D67 [75D30303] GetQueuedCompletionStatus (kernel32.dll)
              77787448:0000B7 [777874FF] RtlLeaveCriticalSection (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #027 00001328 EIP: 7772FD91 ESP: 270AFE44 
              7772FD7C:000015 [7772FD91] ZwDeleteValueKey (ntdll.dll)
              75564496:00000F [755644A5] Sleep (kernelbase.dll)
              01381140:0001E4 [01381324] #16606 (terminal.exe)
              01381340:000012 [01381352] #16607 (terminal.exe)
              012F4E83:0000B4 [012F4F37] #14350 (terminal.exe)
              012F4F5D:000102 [012F505F] #14351 (terminal.exe)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #028 00001EA8 EIP: 77731F46 ESP: 2A13F980 
              77731F34:000012 [77731F46] ZwWow64CsrCaptureMessageString (ntdll.dll)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #029 00001BE8 EIP: 7772F8D1 ESP: 2BAFFA34 
              7772F8BC:000015 [7772F8D1] ZwWow64CsrCaptureMessageBuffer (ntdll.dll)
              75CF1151:000043 [75CF1194] WaitForSingleObjectEx (kernel32.dll)
              75CF1136:000012 [75CF1148] WaitForSingleObject (kernel32.dll)
              665633AD:1B0B5D [66713F0A] ShowModalDialog (mshtml.dll)
              664E3D98:00A7CF [664EE567] GetColorValueFromString (mshtml.dll)
              664FE1E9:00068F [664FE878] ShowHTMLDialog (mshtml.dll)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #030 00002038 EIP: 7772FD91 ESP: 049EB77C 
              7772FD7C:000015 [7772FD91] ZwDeleteValueKey (ntdll.dll)
              75564496:00000F [755644A5] Sleep (kernelbase.dll)
              013DD3E0:000D8A [013DE16A] #17620 (terminal.exe)
              013DE4A0:00006D [013DE50D] #17621 (terminal.exe)
              013E01A0:00019D [013E033D] #17632 (terminal.exe)
              01326920:00007C [0132699C] #15218 (terminal.exe)
              01326A00:00001F [01326A1F] #15219 (terminal.exe)
              012F4E83:0000B4 [012F4F37] #14350 (terminal.exe)
              012F4F5D:000102 [012F505F] #14351 (terminal.exe)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #031 00001204 EIP: 7772FD91 ESP: 0489F99C http pool sweeper
              7772FD7C:000015 [7772FD91] ZwDeleteValueKey (ntdll.dll)
              75564496:00000F [755644A5] Sleep (kernelbase.dll)
              01324E50:000158 [01324FA8] #15195 (terminal.exe)
              01324FD0:000022 [01324FF2] #15196 (terminal.exe)
              012F4E83:0000B4 [012F4F37] #14350 (terminal.exe)
              012F4F5D:000102 [012F505F] #14351 (terminal.exe)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #032 0000250C EIP: 77731F46 ESP: 2EC9F954 
              77731F34:000012 [77731F46] ZwWow64CsrCaptureMessageString (ntdll.dll)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #033 00000BEC EIP: 77731F46 ESP: 2EDFFC2C 
              77731F34:000012 [77731F46] ZwWow64CsrCaptureMessageString (ntdll.dll)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #034 00002554 EIP: 77731F46 ESP: 3029FB3C 
              77731F34:000012 [77731F46] ZwWow64CsrCaptureMessageString (ntdll.dll)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #035 00001A78 EIP: 77731F46 ESP: 3068FA5C 
              77731F34:000012 [77731F46] ZwWow64CsrCaptureMessageString (ntdll.dll)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

            : #036 000015BC EIP: 7772F8D1 ESP: 30A4FD28 
              7772F8BC:000015 [7772F8D1] ZwWow64CsrCaptureMessageBuffer (ntdll.dll)
              75CF1151:000043 [75CF1194] WaitForSingleObjectEx (kernel32.dll)
              75CF1136:000012 [75CF1148] WaitForSingleObject (kernel32.dll)
              0163CC90:00002E [0163CCBE] #27249 (terminal.exe)
              0163CD50:00000F [0163CD5F] #27250 (terminal.exe)
              012F4E83:0000B4 [012F4F37] #14350 (terminal.exe)
              012F4F5D:000102 [012F505F] #14351 (terminal.exe)
              75CF3378:000012 [75CF338A] AcquireSRWLockExclusive (kernel32.dll)
              77749F0F:000063 [77749F72] RtlInsertElementGenericTableAvl (ntdll.dll)
              77749F0F:000036 [77749F45] RtlInsertElementGenericTableAvl (ntdll.dll)

Причина обращения: