MattyBoy
Something is up with the 2016.11 Release
1 - Have noticed I get the 'Add Track' dialog appear at Random times
2 - Seems to be some issue with Rapture Session. Although I didn't immediately get an issue, I now get a crash on loading some projects (during the project load process, the bug reporter doesn't kick in). I did a debug and found that the error was:
Unhandled exception at 0x00000000328F4A48 (RaptureSession_64.vst3) in SONARPLT.EXE: Fatal program exit requested.
So I tested opening a blank project, and inserting Rapture session - I get the same crash.
So seems an issue with RaptureSession_64.vst3 ?
If you were able to do a 'debug' as you put it, then while the crash dialog is on screen, you can save off a minidump. Copied from our kb:
To create the file:
- While the crash is on screen, open the Windows Task Manager by pressing CTRL + SHIFT + ESCAPE on your keyboard
- Click on the Processes tab and locate the process (SONARPDR, SONARSTD, SONARESL, SONARHS)
- Right-click on the process and choose 'Create Dump File'
To obtain the file:
- Open the Run Command by holding down the "windows" key on your keyboard and pressing "r"
- Type in the following: %temp%
- Click [OK]
- Locate the file. It will be listed after the name of the program that was running (such as SONARPDR.DMP, SONARSTD.DMP, etc.)
NOTE: depending on how much memory was loaded, this could create a rather large dump file.
It's easier to deal with minidump files and strangely the OS doesn't easily provide for this.
To create a minidump file on demand, you can use a Microsoft tool called procdump. It will create a minidump file on demand.
https://technet.microsoft.com/en-us/sysinternals/dd996900.aspx From the folder where it's installed type this in the Win+R box.
procdump sonarplt
For example, if you saved it in a folder called dump on your desktop, you'd use
%userprofile%\Desktop\dump\procdump sonarplt
The dump file will be saved in the same folder.
Keith