Skip to content

Commit

Permalink
Provide assistance for setting up user-mode dumps
Browse files Browse the repository at this point in the history
update reg file
  • Loading branch information
rsjaffe committed Jun 9, 2018
1 parent 4ae0658 commit 95dd21a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
Binary file added Builds/VisualStudio2017/EnableUserDumps.reg
Binary file not shown.
11 changes: 11 additions & 0 deletions Builds/VisualStudio2017/EnableUserDumps.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
To send crash reports to me from Windows, you need to enable User-Mode Dumps.

You can enable them by double-clicking on the EnableUserDumps.reg file in this directory and allowing that to change your registry. If you do that, the dumps will be in your AppData\Local\CrashDumps directory. AppData is a hidden directory in your user directory.

If you want to edit the registry yourself, follow the instructions at https://msdn.microsoft.com/en-us/library/windows/desktop/bb787181(v=vs.85).aspx.

In either event, contact me at https://groups.google.com/forum/#!forum/midi2lr, tell me what version of MIDI2LR you got the dump from, and post the file somewhere (like a file-sharing service) where I can download it.

Thank you for your help!

Rory
8 changes: 7 additions & 1 deletion Installer/MIDI2LR-debug.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,17 @@
<platforms>windows</platforms>
<distributionFileList>
<distributionFile>
<origin>../Builds/VisualStudio2017/x64/Debug/App/MIDI2LR.exe</origin>
<origin>../Builds/VisualStudio2017/EnableUserDumps.reg</origin>
</distributionFile>
<distributionFile>
<origin>../Builds/VisualStudio2017/EnableUserDumps.txt</origin>
</distributionFile>
<distributionFile>
<origin>../rtmidi/midiprobe.exe</origin>
</distributionFile>
<distributionFile>
<origin>../Builds/VisualStudio2017/x64/Debug/App/MIDI2LR.exe</origin>
</distributionFile>
</distributionFileList>
</folder>
<folder>
Expand Down

0 comments on commit 95dd21a

Please sign in to comment.