Using the latest version 15.62.4 of TeamViewer on Ubuntu 24.04 as well as Linux Mint 22, I am unable to configure the client remotely using the command line command 'teamviewer setup' as this crashes. Examining the stack trace generated in the teamviewer log shows that this uses the /opt/teamviewer/tv_bin/teamviewer-config executable, and simply running the command crashes as well.
I downleveled to 15.61.3 and this command works as expected, so the issue seems to have appeared in 15.62.4.
Examples:
[opt:atst@castor:~]$ sudo teamviewer setup
terminate called without an active exception
Aborted
[opt:atst@castor:/opt/teamviewer/tv_bin]$ ./teamviewer-config
terminate called without an active exception
Aborted (core dumped)
Looking in the log files, the teamviewer stack backtrace looks like the following. I was unable to do any meaningful gdb debugging as there are no symbols:
/opt/teamviewer/tv_bin/teamviewer-config[0x6d449e]
/opt/teamviewer/tv_bin/teamviewer-config[0x6d28f1]
/opt/teamviewer/tv_bin/teamviewer-config[0x6e8349]
/lib/x86_64-linux-gnu/libc.so.6(+0x45320)[0x763698a45320]
/lib/x86_64-linux-gnu/libc.so.6(pthread_kill+0x11c)[0x763698a9eb1c]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x1e)[0x763698a4526e]
/lib/x86_64-linux-gnu/libc.so.6(abort+0xdf)[0x763698a288ff]
/opt/teamviewer/tv_bin/teamviewer-config[0x120269e]
/opt/teamviewer/tv_bin/teamviewer-config[0x1201837]
/opt/teamviewer/tv_bin/teamviewer-config[0x120185f]
/opt/teamviewer/tv_bin/teamviewer-config[0x4ba0ae]
/opt/teamviewer/tv_bin/teamviewer-config[0x4aee06]
/opt/teamviewer/tv_bin/teamviewer-config[0x4af948]
/opt/teamviewer/tv_bin/teamviewer-config[0x4b031f]
/opt/teamviewer/tv_bin/teamviewer-config[0x4a9961]
/opt/teamviewer/tv_bin/teamviewer-config[0x4aa0fb]
/opt/teamviewer/tv_bin/teamviewer-config[0x4aa37c]
/opt/teamviewer/tv_bin/teamviewer-config[0x4aa7dc]
/lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca)[0x763698a2a1ca]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b)[0x763698a2a28b]
/opt/teamviewer/tv_bin/teamviewer-config[0x4a61c1]