Not to complain or insult, but as a feedback, personally I find Divimera to be highly memorable and unique once you spell it out correctly, while Shadow Island.. I personally stand with Bisqwi on that one. My brains heuristics shoot it down as a yet another generic 3dcg game with Daz3d models, when imagining the name out of context.
firmware
11
Posts
8
Following
A member registered Jun 10, 2020
Recent community posts
Important News: Divimera becomes Shadow Island and R13.5 release. comments · Posted in Important News: Divimera becomes Shadow Island and R13.5 release. comments
It strongly suggests that you trying to "Frankenstein" a glibc, and this never works well, if at all.
Try building on a clean install of Ubuntu 22.04.3 LTS.In the end, for closed-source software, the ultimate solution is to figure out making static builds. Sorry for this advise in context of glibc. Bad advise, foolish me.
It seems you have compiled the linux version on Ubuntu 23.10 (Mantic) which already has glibc 2.38.
However, not even Debian Sid yet has it, and running it leaves us with:
./TotalControl.out: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./TotalControl.out)
Have you considered building the binary statically?