tms update produced many failures

Not sure how to describe this one. Cannot open lots of project as the components have been unistalled and the subsequent install failed.

2026-05-12-16-36-27.370.saved.zip (8.6 KB)

Small extract from the log

16:36:27] - TMS FNC Blox Toolbars for FMX/VCL 1.0.1.0 -> FAILED.
[16:36:27] - Delphi 12 -> FAILED.
[16:36:27] - win32intel -> FAILED.
[16:36:27] - win64intel -> FAILED.
[16:36:27] - Delphi 13 -> FAILED.
[16:36:27] - win32intel -> FAILED.
[16:36:27] - TMS FNC Chart Grid Adapter for FMX/VCL 1.0.1.0
[16:36:27] - Delphi 11 -> OK.
[16:36:27] - Delphi 12 -> FAILED.
[16:36:27] - win32intel -> FAILED.
[16:36:27] - win64intel -> FAILED.
[16:36:27] - Delphi 13 -> FAILED.
[16:36:27] - win32intel -> FAILED.
[16:36:27] - TMS FNC Cloud Pack REST Client Editor for FMX/VCL 1.0.1.1
[16:36:27] - Delphi 11 -> OK.
[16:36:27] - Delphi 12 -> FAILED.
[16:36:27] - win32intel -> FAILED.
[16:36:27] - win64intel -> FAILED.
[16:36:27] - Delphi 13 -> FAILED.
[16:36:27] - win32intel -> FAILED.
[16:36:27] - TMS FNC Grid Excel Bridge 3.5 -> FAILED.
[16:36:27] - Delphi 12 -> FAILED.
[16:36:27] - win32intel -> FAILED.
[16:36:27] - win64intel -> FAILED.
[16:36:27] - Delphi 13 -> FAILED.

Hi,
The "LIBSUFIX" error was a bug that was fixed 9 hours ago... Bug fix: If a bundle failed to compile at first, we wouldn't retry it. · tmssoftware/smartsetup@b4d6892 · GitHub

Basically, there is another (real) reason why this failed, but that No LIBSUFIX message is hiding the real error.

A simple way to see the real error would be to write in the command line:

cd /D D:\TMS_Install\
tms build -full

That should show why it is actually failing.
But I am also interested to see if the bug was fixed by this last commit, so instead of doing a tms build -full it would be nice to see if the new tms.exe fixed it. So if you can wait, we can try to do a 3.4 release later today so you can test to just retry a tms update

OK I’ll wait and see :slightly_smiling_face:

I tries a tms update-self. It was still at 3.3 and I had work to do.

Tried the Build all and it completed with no errors.

Thanks Simon :melting_face: