I frequently get this; last few versions.
- Change some windows around.
- “Add Workspace”.
- Click in the Workspace name
- Hard crash
It seems OK if you do this just after opening the project. But later… nope. Crash.
Thanks!
I frequently get this; last few versions.
It seems OK if you do this just after opening the project. But later… nope. Crash.
Thanks!
Hi,
can you upload some *.dmp/ips file(s), please?
Mac: macOS Console utility > Crash Reports (or ~user/Library/Logs/Diagnostic Reports).
Win: %userprofile%/Documents/Steinberg/Crash Dumps
What kind of system do you run, computer specs, graphic card etc? Cubase version?
The more details the better.
Will sort next time it happens.
Do I simply copy the full crash logs into this thread? I tried to upload text files but apparently text files are not allowed!
OK, try this.
And system is:
Hardware Overview:
Model Name: Mac Studio
Model Identifier: Mac13,2
Model Number: Z14K0003XB/A
Chip: Apple M1 Ultra
Total Number of Cores: 20 (16 performance and 4 efficiency)
Memory: 64 GB
System Firmware Version: 11881.140.96
OS Loader Version: 10151.140.19.700.2
Serial Number (system): LJWQ0JJ2GT
Hardware UUID: C0D4A09F-1EF3-5DF9-AF79-18163A7867E7
Provisioning UDID: 00006002-001830263428401E
Activation Lock Status: Enabled
Thankyou!
Nuendo 14-2025-12-05-114133.ips (323.3 KB)
EXC_BAD_ACCESS (SIGSEGV)KERN_INVALID_ADDRESSThe crash occurred on the Main Thread (Thread 0), which is responsible for the user interface (UI) and event handling. The application did not crash due to audio processing engine failure, but rather due to a user interface interaction error.
1. The Trigger Sequence The stack trace for Thread 0 indicates the following sequence of events immediately preceding the crash:
-[NSApplication runModalForWindow:] ), indicating a dialog box, popup window, or specific plugin window was open and demanding exclusive focus.TSMProcessRawKeyEvent... and -[NSTextView keyDown:] ), suggesting the user typed text or pressed a keyboard shortcut.NSTextInputContext handleTSMEvent: ), leading to a notification that text had changed (-[NSTextView(NSSharing) didChangeText] ).__CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ ), the application attempted to access memory that was invalid or had been released (EXC_BAD_ACCESS ), resulting in the crash.2. Involved Libraries While the crash happened in the system frameworks (AppKit/Foundation), the report shows a significant number of third-party plugins loaded into the process memory. Notable active libraries include:
This crash was caused by a UI Event Loop failure related to text input handling within a modal window.
It is highly likely that a specific window (either a native Nuendo dialog or a VST plugin window) was open, and a keystroke triggered a conflict between the application’s text handling and the macOS NSTextInputContext. This is a known class of issues on macOS Sonoma when legacy text input methods interact with newer OS frameworks.
Cmd + Shift + Opt to temporarily reset preferences to verify if the crash persists.Lots of food for thought, there. Will investigate. Thankyou.
Run your dump files into Chat GPT or Google Gemini, they can both break them down and analyse them.
This happens to me all the time, and I already explained to Steinberg in a detailed way, exactly when and how it crashes. I even asked Greg Ondo to reproduce this bug in a Cubase Live session, but he did different steps, and it worked fine for him.
Just like you, this crash is happening to some of us right as we start typing in the Workspaces box.