Thread: Crashing issue
View Single Post
Old 01-12-2018, 02:44 PM   #16
Faderjockey
Human being with feelings
 
Faderjockey's Avatar
 
Join Date: Jun 2007
Location: Baltimore,MD
Posts: 920
Default

Quote:
Originally Posted by karbomusic View Post
If you set things up so that it creates a crash dump, justin can probably look and see the problem. The quickest way if you are PC savvy is to just download procdump, attach it, then zip and make the dump available to Justin.

There are two ways to do it, mini dump which will result in a much smaller dump and likely enough for Justin - full dump which is the entire memory footprint of reaper. Here are the commands to attach..

-Launch Reaper

-CD to where you extracted procdump.exe

-Attach procdump to reaper and monitor for a crash...

Mini Dump: procdump -e reaper.exe c:\temp\reaper.dmp

Full Dump: procdump -e -ma reaper.exe c:\temp\reaper.dmp

-Do what you do to cause the crash and the dump will be written to the path you specified in the command. I can peek at it but chances are what matters will be in reaper code that I don't have symbols for. You can probably configure the OS to do this minus procdump but this is a little faster as I know it from memory.
ok may need this in better detail.. when I double click procdump64 it flashes and runs the terminal quick then it's gone. Not sure how to attach that and Reaper to record.
Faderjockey is offline   Reply With Quote