Problem
BambuStudio terminated itself on startup with:
A debugger has been found running in your system.
Please, unload it from memory and restart your program.
Getötet
No actual debugger was attached. System: Debian Trixie, ptrace_scope = 0.
Root cause
Installing zenity resolved the issue. The anti-debug kill appears to be a side-effect of the missing zenity dependency — without it, an early startup dialog/error path likely triggers an internal assertion that is misinterpreted as a debugger detection.
This is really a symptom of Issue #295 (missing zenity in Depends).
Fix
Add zenity to the Depends line in the Debian package (see #295). Once zenity is installed, BambuStudio starts normally.
Closes #295
Problem
BambuStudio terminated itself on startup with:
No actual debugger was attached. System: Debian Trixie,
ptrace_scope = 0.Root cause
Installing
zenityresolved the issue. The anti-debug kill appears to be a side-effect of the missingzenitydependency — without it, an early startup dialog/error path likely triggers an internal assertion that is misinterpreted as a debugger detection.This is really a symptom of Issue #295 (missing
zenityin Depends).Fix
Add
zenityto theDependsline in the Debian package (see #295). Once zenity is installed, BambuStudio starts normally.Closes #295