Skip to content

bug: anti-debug detection kills process when zenity is missing (resolved by installing zenity) #296

Description

@BenJule

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions