Search found 2 matches
- Tue Jun 25, 2024 5:38 am
- Forum: Technical questions
- Topic: MiniDumpFixer can't fix the full dump
- Replies: 8
- Views: 11516
Re: MiniDumpFixer can't fix the full dump
Although the MiniDumpFixer prompts that the repair is successful, it still cannot be debugged in visual studio. I use CrashRpt to create crash reports, and define CR_INSTALL_INFO info = {}; info.uMiniDumpType = MiniDumpWithFullMemory; https://crashrpt.sourceforge.net/docs/html/struct_c_r___i_n_s_t_a...
- Sun Jun 16, 2024 8:08 am
- Forum: Technical questions
- Topic: MiniDumpFixer can't fix the full dump
- Replies: 8
- Views: 11516
Re: MiniDumpFixer can't fix the full dump
I have a same question. MiniDumpFixer cann't fix dump when MINIDUMP_TYPE to "MiniDumpWithFullMemory".
I compile the program using your code, but nothing changed.
I compile the program using your code, but nothing changed.