After compiling the project in Delphi 12.1 CE 64bit.
TOperatingSystemInfo component results in a 'checksum error' without any additional information.
Changing the range in the property from integer to int64 solves the problem.
property MaxNumberOfProcesses:int64 read FMaxNumberOfProcesses write FMaxNumberOfProcesses stored False;
Please verify and correct the code.