boost::filesystem::filesystem_error on armv8-64

Kris8
Kris8 Posts: 2 ✭✭

Hi, TeamViewer doesn't work on my armv8-64 device when I use an overlay filesystem. It works fine without the overlay. The OS is Armbian bionic. The error is logged in gui.log:

terminate called after throwing an instance of 'boost::filesystem::filesystem_error'
what(): boost::filesystem::directory_iterator::operator++ Value too large for defined data type: "/home/debian/.local/share/teamviewer15/logfiles"

I tried disabling the TeamViewer logs which didn't help. I suspect it has something to do with the armhf version running on a 64 bit OS, or the way the filesystem is mounted. An internet search suggested asking the vendor to 'compile with large file support'.

Any ideas?