Problems that arise when the language is changed to Japanese

The program does not function correctly when the language is set to "Japanese".
It works fine in "English".
This issue occurs in versions 6.450 .

I believe this issue started with version 6.440

For example, attempting to add a trigger using "Automation & Named & Other Triggers" results in an abnormal termination.

Please investigate this issue.

mac os Tahoe 26.4.1
M1 Macbook Air

Console.txt (97.6 KB)


weird crash, I can not reproduce it, could you try resetting some of the saved UI state using these terminal commands? (Quit BTT first)

defaults delete com.hegenberg.BetterTouchTool BTTPrefsWindowFrame 2>/dev/null
defaults delete com.hegenberg.BetterTouchTool "NSWindow Frame BTTPrefs" 2>/dev/null
defaults delete com.hegenberg.BetterTouchTool "NSSplitView Subview Frames BTTMainSplitNew" 2>/dev/null
defaults delete com.hegenberg.BetterTouchTool "NSSplitView Subview Frames BTTListViewModeVCSplit" 2>/dev/null
defaults delete com.hegenberg.BetterTouchTool BTTLevel2ModeColumnWidths 2>/dev/null
defaults delete com.hegenberg.BetterTouchTool BTTNewSidebarWidth 2>/dev/null

Thank you for your reply.

After running the script in the terminal, it now works correctly.

Thank you very much!