June 3, 2026 – The Cubase 15.0.30 maintenance update is now available. The update introduces many fixes and enhancements in several areas of the application.
Celemony Tonalic essential
All Cubase Pro 15 and Cubase Artist 15 customers are now eligible for a free license for Celemony’s new Tonalic essential. You can find your Tonalic essential license in the voucher section of your MySteinberg account.
12 years ago I was “thrown out” of the forum for bringing this up (under a different user name). Well yes, it may have been a bit loud conversation.
This has been brought to your attention several times (also under my current user name), and I have several times after that provided a “workaround”.
It took at least 12 years… But hey, in fear of being to early out… Congrats to all of us for you to finally fixing this big BIG workflow killer.
Yes, what you say is correct. But including this sentence in the release notes may not be a mistake, and something has changed. At least it makes me doubt…
Bug fixes here and there, perhaps minor ones, are always possible. No change on the surface though. I’d knew, since I always compare js/ts definitions with the previous ones. And since @Jochen_Trappe already posted the 1.3 details from April, then a few days later, I even posted examples using 1.3 (in CB15.0.20) I see no reason to have doubts.
It’s Mac, as you can probably tell from the dialog box screen grab.
I used Claude to figure out what happened: Steinberg Download Assistant and helper daemons are not surviving minor MacOS updates. In this case, a few days ago I updated from 15.7.3 to 15.7.7. This is a real problem! Even worse, the dialog claims the error is “unknown”, but it absolutely is and is right there in the SDA logs! This really is unacceptable, Steinberg. Do not feed us useless error dialogs, it’s uncouth af!
Here is the fix Claude came up with:
Do this, in order, in Terminal
# 1. Clean any stale registration, then register fresh
sudo launchctl bootout system /Library/LaunchDaemons/com.steinberg.SilentInstallHelper.plist 2>/dev/null
sudo launchctl bootstrap system /Library/LaunchDaemons/com.steinberg.SilentInstallHelper.plist
# 2. Confirm it's alive — this must print a service block, not "Could not find service"
sudo launchctl print system/com.steinberg.SilentInstallHelper | head