VST Plugins crashing Cubase

I have Cubase Pro 11 and Cubase Pro 15 on Windows 10.

PROBLEM:

One or more of my 3rd party plugins is crashing Cubase (I have to force shut down the PC). Crashes always occur when I open the VST Plugin manager. Crashes do not happen if I block 3rd party plugins from loading when I run Cubase. I have some VST2 plugins and I expect it’s one of them.

QUESTIONS:

What’s the best process to resolve the crashing issue? I also want to use this moment as an opportunity to tidy up all the 3rd party plugins on my system (e.g. make sure I’m using VST3 instead of VST2 where available) and knowing where everything is located.

Do I need to uninstall all my 3rd party plugins using their installers? Should I manually delete all the VST2 dll files and if so, how can I find out where all the VST2 dlls are located? Should I then reinstall one at a time to see if each new one crashes the system?

Grateful for any advice on the steps to follow.

FURTHER DETAIL - Main 3rd party plugins:

Arturia Analog Lab

Native Instruments Battery 3

Korg M1 LE

Using jBridge for Native Instruments FM7

FabFilter Pro-Q3

Hi,

First of all, ensure that the plug-ins are up to date. Also, the licensing engine must be up to date (iLok if it’s in use; KORG was using eLicenser, this might be an issue, etc.)

Attach the *.ips/dmp file. We can find out which plug-in is crashing.

You can find the files here:

  • Mac: macOS Console utility > Crash Reports (or ~user/Library/Logs/Diagnostic Reports).
  • Win: %userprofile%/Documents/Steinberg/Crash Dumps
1 Like

Thanks a lot.

I looked in %userprofile%/Documents/Steinberg/ but there is no Crash Dumps folder. Only these folders: Cubase (with subfolders MIDI Remote, User Presets), FX Chain Presets, Groove Agent Common, Groove Agent SE, Strip Presets

If you have to shut down the PC, Cubase is not crashing. If Cubase crashes because of a plugin, it exits, and the next time you start Cubase, at least with C15 you get the safe mode dialog which usually tells you where it crashed and which plugin is the culprit (if it is a plugin). Like e.g. this:

There would also be a crash dump.

If you have to “force shut down the PC”, I assume that your system has become completely unresponsive so that you cannot do anything (like opening the Task Manager and killing Cubase) anymore? This usually points to a more serious issue, a plugin cannot really do that (well, except maybe with a serious memory leak…). I also find it suspicious that you claim it happens when you just open the plugin manager - just opening the plugin manager doesn’t load the plugins, so they cannot actually do anything.

Does this happen with both Cubase 11 and 15?

2 Likes

Thanks.

Opening the VST Plugin manager initially works but if I click on VST plugin paths or the Blocklist it freezes.

I can run Task Manager and sometimes I can then End Task for Cubase but it never achieves it and just freezes

After I force shutdown and start the PC again, when I next open Cubase I do get the Safe Mode message.

I looked for the Crash Dump but can’t see it in the folder Martin suggested.

It happens in both 11 and 15.

Definitely weird, and I cannot think how this would be the fault of a plugin (although you wrote that it doesn’t happen when you disable third-party plugins…)

First step I would try is to start in safe mode with preferences disabled:

If that doesn’t work, go to “%APPDATA%\Steinberg” (paste this into explorer address bar), locate folders named like “Cubase XY_64” (XY=Cubase version), and move them e.g. to your Desktop. Then start Cubase (focus on one version), which will force it to rebuild all its settings from defaults. This means that all your personal settings are gone for the moment, but then try to reproduce the crash/freeze.

Martin’s advice to update your plugins to the latest version doesn’t hurt, though, some plugins that ran fine in 12 might have problems in 15. And VST2 should be replaced by its VST3 version anyway, if possible.

1 Like

Thanks, I’ll try that.

Hi,

In this case, you can right-click on Cubase and generate the *.dmp file. It will be a big one, because it’s a print of the whole memory.

Or, generate a DMP file and share it via Dropbox or a similar service, please.

Use the Microsoft ProcDump utility to generate a DMP file, please.

  1. Please download ProcDump64 from Microsoft (~650kB) and extract the archive to a local folder on your hard disk.

  2. Run Command Prompt (cmd) as administrator (right click and select “run as administrator”)

  3. Navigate (in the Command Prompt) to the folder with the extracted procdump file.
    For example:
    cd C:\ Users \ \ Downloads \ Procdump
    Note: the dmp file will be written into that folder.

  4. Launch Cubase/Nuendo. You can work as usual. At any time, change to the command prompt and start procdump, to monitor Cubase/Nuendo for unexpected behaviour (see next step).

  5. Launch procdump64 via Command Prompt:
    Cubase:
    procdump64 -e -h -t Cubase

Nuendo:
procdump64 -e -h -t Nuendo

The -h option will write a dmp file in case of an application hang. This might kick in too early sometimes, in case some action takes a little longer. Feel free to skip the “-h” option, if you are only up for fetching crashes.
The option -e will catch exceptions and the option -t terminations of the application.

  1. Prodump is now monitoring the Cubase/Nuendo process and will write a crash log, in case Cubase/Nuendo crashes or hangs. Perform the action that causes Cubase/Nuendo to crash and send us the generated crash dmp.

ZIP and share the DMP file via Dropbox or a similar service, please.

Thanks Martin. I now have two dmp files. I tried to send them to you by message rather than in this forum thread. Let me know if they didn’t reach you.

Many thanks

The crash is almost certainly caused by a faulty or outdated third party plugin, usually VST2.

Best approach is to isolate it. Start Cubase with third party plugins disabled, then re enable them in small batches in Plugin Manager until it crashes. That will identify the culprit without reinstalling everything.

Update all plugins and their license systems first. On Windows, VST2 DLLs are usually in Program Files VSTPlugins or Steinberg VstPlugins. You can temporarily move suspect DLLs out of those folders to test.

Once you find the offender, uninstall or replace it with a VST3 version. No need to wipe and reinstall everything.

Hi,

The crash dump from Cubase 15 you sent me via Private Message, comes from:

Analog_Lab_V+0x9662d0
1 Like

One success thanks to your very helpful reply, and one more question.

Firstly thanks very much for analysing the Cubase 15 dmp file. I uninstalled Analog Lab V and after brief testing it seems that Cubase 15 is running fine. Thanks again! At some point I will try reinstalling Analog Lab V to see if it starts working OK.

Cubase 11 is still crashing (and in fact crashing the whole PC). It even crashed while I was running it in Safe Mode. Would you be able to look at the dmp files (generated from the Task Manager) that I sent via Dropbox? No problem if not.

I want to keep Cubase 11 available on my PC to go back to older projects. At this point I’m thinking it might make sense to uninstall and reinstall Cubase 11. I’m just worried that that might mess up Cubase 15. Any advice appreciated.

Hi,

I’m sorry, as I’m not a Windows user, it’s difficult for me to resolve DMP files of old Cubase versions. I would recommend to use Cubase 15. :wink:

I see. But Cubase 11 wasn’t 32-bit. I don’t see anything that Cubase 11 has that Cubase 15 doesn’t have. So, I don’t really see the point of this.

Yes, you can try to reinstall Cubase 11. You can also try to back up and remove its preferences to get the factory settings.

Cubase Preferences folders are:
Mac: ~/Library/Preferences/Cubase X
Win: %appData% \Steinberg\Cubase X_64

Where the X is the Cubase version (for example 15).

1 Like

That’s a good point. I only installed Cubase 15 a few weeks ago and I’m still using 11 for a couple of projects but you’re right, this is a good moment to switch fully to it.

Thanks again for all the help.