the new 5.160 causes crash

I have a win10 style taskbar floating menu. in the latest version, it shows but it will crash when i press button to switch active window.
can you have a look?
win10taskbar.bttpreset (100.5 KB)

I also notice in another trigger that use "actions executed on disappear" that this setting does not work anymore in this version, though "actions executed on appear" still works.
to be more specific, the disappear action is set in a floating menu. if the disappear happens because mouse click outside of the menu that will hide the menu, it will work. but if it caused by a action to toggle its display( i use a mouse function button to trigger), then the disappear action wont be executed.

the crash log starts with this


Translated Report (Full Report Below)

Process: BetterTouchTool [83774]
Path: /Applications/BetterTouchTool.app/Contents/MacOS/BetterTouchTool
Identifier: com.hegenberg.BetterTouchTool
Version: 5.160 (2025020204)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
User ID: 501

Date/Time: 2025-02-05 10:20:02.3144 +0800
OS Version: macOS 15.2 (24C101)
Report Version: 12
Anonymous UUID: 34D75B50-6B33-ADB4-E0A7-5BADAB0B8B9B

Sleep/Wake UUID: B97658BF-D058-45E1-9A53-32861F644C0A

Time Awake Since Boot: 240000 seconds
Time Since Wake: 1624 seconds

System Integrity Protection: enabled

Crashed Thread: 12

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Termination Reason: Namespace SIGNAL, Code 6 Abort trap: 6
Terminating Process: BetterTouchTool [83774]

Application Specific Information:
abort() called

thanks for reporting! Fixed in 5.161 (uploading now!)

Thank you, I have upgraded to 5.164 and the crash issue is resolved. But the other issue is not, which is the "actions executed on disappear" is not triggered when toggling display.

Please try reproducing the issue with below steps:

  • create a floating menu 1, that is not launched at start
  • create a floating menu 2, that is not launched at start. It has the "action on appear" as showing floating menu 1 and "action on disappear" as hiding floating menu 1
  • create a trigger ( I use 3 finger swipe down) to toggle display of floating menu 2

the issue is , i can swipe finger to show both menu 2 and 1, but when i swipe again, only menu 2 disppear, but menu 1 persist, that the "action on disappear" is not working