BTT Crashing past few days

BTT Crash Log.txt (51.9 KB)

I’m running the Setapp version of BTT - 5.750.

For the past couple of days BTT has been crashing on attempted launch. Have rebooted and not resolved.

Crash log attached.

Device information:

  • Type of Mac: MacBook Pro
  • macOS version: Sequoia 15.7.2
  • BetterTouchTool version: 5.750

Thanks for your assistance in getting BTT up and running again!

I have uploaded the new stable version to setapp earlier, once approved I'd recommend upgrading to that - it includes some fixes for macOS 15.7.2, I guess it might also fix your crash.

Thanks for you prompt response!

Yes I just saw in Setapp it said Beta. Thanks, will install that when they make it available…

And thanks for your ongoing work on BTT :clap: - it has become so integrated into my setup that it feels like losing an arm when not available!

it's v5.800, it should become available in a few hours

1 Like

I'm still experiencing a crash loop on v5.800. It's super frustrating because it seems to be interfering with the UI system wide. Crash reports attached. :folded_hands:

BetterTouchTool-2025-12-03-104312.ips (59.9 KB)

BetterTouchTool-2025-12-03-014713.ips (46.5 KB)

BetterTouchTool-2025-12-03-014645.ips (52.0 KB)

v5.800 working for me. Thanks.

Will monitor and advise of any issues…

@betterUser you seem to have some endless recursion (a trigger triggering itself). I think related to a named trigger.

You can enter safe mode via this terminal command and check what trigger could be responsible:

defaults write com.hegenberg.BetterTouchTool BTTSafeModeEnabled YES

Ah thank you! I made the mistake of defining the same symbol in Shortcuts.app so I thought it was calling the Shortcut instead of itself. Maybe you could enforce a confirmation dialogue to help future noobs like me? Like “Infinite trigger warning or something“.