Frequent Cubase 15 freezes/crashes (since the latest update)

Hi everyone, since the last Cubase update, the frequency of freezes and crashes has increased significantly. I’d like to know if others have experienced this, to determine whether the issue lies with Cubase or the machine itself.
Thanks in advance.:slightly_smiling_face:

*edit: upload: dump file 7.08.2026

Cubase 15.0.30 64bit 2026.8.7 16.47.46.224-freezedump.dmp (2,4 MB)

*edit: upload: dump file 12.08.2026

Cubase 15.0.30 64bit 2026.8.12 0.12.35.605-freezedump.dmp (3,6 MB)

reliability history

cronologia affidabilità 12.08.2026.XML (270,4 KB)

Hi,
no such thing here. BTW, I haven’t had a crash for months now.

Nope Latest Cubase pro .. solid as a rock. Windows 11

Recently on w11 26H2 with solid proc and 64 Gb ddr5, I’ve got freeze on project start when loading mix console. After w11 started and everything loaded, the hub correctly opens but when I select and open my last project, on a sporadic frequency, it freezes on mix console load.

Curiously when I kill the Cubase 15 process in task manager and restart Cubase, choosing to keep my preferences without any change, the hub opens then the project opens ???

It is a very small project of a dozen tracks with ga6, some audio of recorded guitars and bass and 2 AAS Lounge Lizard tracks.

May be the devil is in the Yamaha CC1 or the Softube Console 1 compact + Flow studio recently added. But they work really nice and don’t seem to perturb Cubase. But it’s very difficult to analyse ??? It seems to be related to Cubase after many tries without their plugins activated in tracks and without the CC1 controller.

From time to time it freezes, I kill then restart ok. Annoying but not fatal.

Thanks everyone for the replies, which lead me to suspect the problem might be with my (not so beloved) HDD, where some libraries are still stored, likely to Cubase’s disappointment. Since I don’t have enough space on the SSD, I’m forced to do so for now. Thanks again.:slightly_smiling_face:

If you can upload the .dmp file instead, that’s usually more useful than the screenshot from windbg.

Pete
Microsoft

Like Pete said above, post your dump (or a link to it) here.

The failure appears to be in msvcp140.dll which is a library in the Visual Studio C++ Redistributable. There are various possible reasons for this but your HDD is unlikely to be one of them.

Thanks a lot for the suggestion, I’ve uploaded the dump file to the post.:slightly_smiling_face:

The second one looked possibly GPU related, but that’s hard to say for sure. So I looked at the first one. The first one is not obvious. I see a lot of mediaclient in there, but not sure how Cubase uses that, and we don’t have Cubase private symbols, so I asked Claude Opus 5 to take a look, and with its understanding of our MIDI stack, ensure it’s not there, and if not, where the hang may be.

Here’s the section it recommended sharing with you:


For the customer

The freeze is in MediaBay (Steinberg’s media/preset database client), entered from a window-message hook chain. Things worth trying, roughly in order of effort:

  1. Rebuild the MediaBay database. Close Cubase, delete the MediaBay DBs in %APPDATA%\Steinberg\Cubase 15_64\MediaBay\ (or via Preferences), restart. A corrupt/huge DB or a scan path pointing at a slow/offline network or NAS drive is the usual trigger for this exact stall.
  2. Remove offline/network locations from MediaBay scan paths (unmounted NAS, external drives, cloud-synced folders). A stalled path can leave the client waiting on a response that never arrives.
  3. Test with Guitar Rig 7 disabled. It has message hooks in the dispatch path here. Not proof of guilt, but it’s cheap to isolate — blocklist it and see whether the freeze recurs.
  4. Update Steinberg Library Manager / Activation Manager, since mediaclient.dll is a shared component under Common Files\Steinberg.
  5. Report to Steinberg with these offsets — they can map them instantly: mediaclient.dll 1.3.80.59, module base 0x2e250000, return addresses +0x861af, +0x2f96e, +0x1b3662, +0x13158, and the Cubase-side contended SRW lock call site Cubase15+0x44860c3.

Other third-party modules present, for context: Focusrite USB ASIO, Softube SSX (Bass Standard V8, Amp Room…), IK Multimedia AmpliTube 5 / MODO DRUM, Arturia, NI Guitar Rig 7, Groove Agent SE.


The second dump that shows DirectComposition does look more to be GPU related. It has nothing in common with the MediaBay-related hang. This one also looks possibly related to the PC going into a power saving mode, so I asked Claude to look at this one as well, and see if there was anything in common with the earlier issue. It agreed with my thought that you should check for updates on your GPU driver as it’s likely related to that.


New lead for the customer

The Intel iGPU driver is igd10iumd64.dll version 30.0.101.1371 — that’s a 2021/2022-era driver running on Windows 11 build 26200. A stale display driver stalling DWM is a very plausible cause of an indefinite NtDCompositionWaitForChannel, and igxelpicd64 (part of that same driver package) is sitting in the window-hook chain. Suggested actions, in order:

  1. Update the Intel graphics driver to a current DCH release (or the OEM’s latest). Highest-value change here.
  2. Ask whether the whole desktop stuttered/froze during these events, not just Cubase — that would confirm a DWM/GPU stall rather than a Cubase bug.
  3. If Cubase 15 exposes a hardware-acceleration / DirectComposition toggle for its UI, try disabling it as a workaround.
  4. Keep the MediaBay rebuild + scan-path cleanup from the first report — that one still stands on its own for the Aug 7 freeze.
  5. For Steinberg: Cubase15+0x44860c3 (contended SRW acquire, 16 workers) and Cubase15+0x4b43484 (the DComp wait call site) plus the Aug 7 mediaclient.dll 1.3.80.59 offsets.

One thing I’ll flag as uncertain: user32!_fnPOWERBROADCAST+0x94 appears on the Aug 11 UI stack near the kernel-callback frames. If that’s a live frame rather than a stale apfnDispatch table pointer, a WM_POWERBROADCAST (sleep/resume, display off, or power-source change) was being dispatched when it hung — which would fit a display-reconfiguration stall neatly. Worth asking the customer whether the freezes follow the machine waking, the display sleeping, or unplugging AC power.


Hope that helps.

Pete
Microsoft

Thanks a lot :slightly_smiling_face: