From 8fb9ef86284ea4218add19d0d7ff603176c29703 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Thu, 10 Jun 2021 04:36:56 +0300 Subject: [PATCH] Destroyed Core dump on Windows 8 (markdown) --- Core-dump-on-Windows-8.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Core-dump-on-Windows-8.md diff --git a/Core-dump-on-Windows-8.md b/Core-dump-on-Windows-8.md deleted file mode 100644 index 18248ff..0000000 --- a/Core-dump-on-Windows-8.md +++ /dev/null @@ -1,13 +0,0 @@ -To make Windows monitor i2pd process: - -1. Open registry and go to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\ -2. Create folder "i2pd.exe" -3. In "i2pd.exe" folder create three entities: - 3.1. REG_DWORD "DumpCount" = "f" (15) - 3.2. REG_DWORD "DumpType" = "2" - 3.3. Text parametr "DumpFolder" = "C:\dev\i2pd\" - -Warning: i2pd.exe should be run NOT from MSYS! Run it using mouse. Otherway it will not generate core dump. - -How to read the dump: -... no info yet ... \ No newline at end of file