I managed to solve the problem on my own. I simply compiled the file https://sourceforge.net/p/codeblocks/code/HEAD/tree/trunk/src/tools/ConsoleRunner/main.cpp using mingw-w64-ucrt-x86_64-gcc version 16.1. My file does not have a single detection on VirusTotal (0/70): https://www.virustotal.com/gui/file/f9b9b4d8b8a4f0014b8ca9abf2c76bb236c9ddfc3dd1837e04c255dea150bcf3 It is unclear how the nightly build of C::B 13855 was compiled by C::B team, since this file triggered so many antivirus detections...
I was able to solve the problem myself. I simply compiled the file https://sourceforge.net/p/codeblocks/code/HEAD/tree/trunk/src/tools/ConsoleRunner/main.cpp using mingw-w64-ucrt-x86_64-gcc version 16.1. My file does not have a single detection on VirusTotal (0/70): https://www.virustotal.com/gui/file/f9b9b4d8b8a4f0014b8ca9abf2c76bb236c9ddfc3dd1837e04c255dea150bcf3 It is unclear how the nightly build of C::B 13855 was built, since this file triggered so many antivirus detections (25/70). If anyone...
I was able to solve the problem myself. I simply compiled the file https://sourceforge.net/p/codeblocks/code/HEAD/tree/trunk/src/tools/ConsoleRunner/main.cpp using mingw-w64-ucrt-x86_64-gcc version 16.1. My file does not have a single detection on VirusTotal (0/70): https://www.virustotal.com/gui/file/f9b9b4d8b8a4f0014b8ca9abf2c76bb236c9ddfc3dd1837e04c255dea150bcf3 It is unclear how the nightly build of C::B 13855 was built, since this file triggered so many antivirus detections. If anyone needs...
I was able to solve the problem myself. I simply compiled the file https://sourceforge.net/p/codeblocks/code/HEAD/tree/trunk/src/tools/ConsoleRunner/main.cpp using mingw-w64-ucrt-x86_64-gcc version 16.1. My file does not have a single detection on VirusTotal (0/70): https://www.virustotal.com/gui/file/f9b9b4d8b8a4f0014b8ca9abf2c76bb236c9ddfc3dd1837e04c255dea150bcf3. It is unclear how the nightly build of C::B 13855 was built, since this file triggered so many antivirus detections. If anyone needs...
Yes, I remembered that earlier it really showed the execution time. But in any case, I renamed this file to cb_console_runner.exe.original so that the antivirus wouldn't delete it. I don't want to add this file to the antivirus exceptions. I'll wait until a new version of this file is released without false positives.
What is the cb_console_runner.exe file actually required for? It seems that C::B works fine even without this file.
Nightly build 13855 — cb_console_runner.exe flagged by multiple antivirus engines (VirusTotal 25/70)
In the Info tab of 7-Zip, useful information such as Size and Packed Size (in bytes) is displayed. However, it is strange that the Ratio (in percent) is not shown. This is a very useful feature that allows users to quickly evaluate the compression efficiency. Adding it should not take much development time, as it only requires a simple arithmetic operation (Packed Size / Size × 100). It would be great if Ratio was displayed after Packed Size in the Info tab — preferably as a rounded whole number,...