2019-01-01 07:02 PM
2019-01-03 05:54 AM
Hi Zhang Ting,
I think i know what the problem is.
From your logs it looks like calls to an MD5 crypto library are failing because your Windows is configured in FIPS mode. FIPS mode allows only FIPS-validated cryptographic algorithms and MD5 does not fulfill this requirement.
Are you able to take your Windows configuration out of FIPS mode?
Best regards,
Martin
2019-01-01 07:25 PM
The dialog box says to look at the TouchGFXDesigner.log file. Please post the contents of that file. I'm sure someone can help you but they will need to know the contents of that file.
2019-01-02 12:20 AM
Hi!
You seem to be getting this error when creating the application. This could indicate a problem with retrieving the packages you've selected (Application Templat and GUi template). Are you behind a proxy?
As Clark said, please attach the log file and we'd know for sure what the problem is.
Thanks!
2019-01-02 10:57 PM
2019-01-03 05:54 AM
Hi Zhang Ting,
I think i know what the problem is.
From your logs it looks like calls to an MD5 crypto library are failing because your Windows is configured in FIPS mode. FIPS mode allows only FIPS-validated cryptographic algorithms and MD5 does not fulfill this requirement.
Are you able to take your Windows configuration out of FIPS mode?
Best regards,
Martin
2019-01-03 10:07 PM
The problem has been solved. Thanks very much.