Unsolved
This post is more than 5 years old
3 Posts
0
1308
"Invalid option" error in CCTK log
I used the GUI of CCTK to create an EXE to change settings in the BIOS. The options are all being applied correctly to the BIOS but I keep seeing the below errors in the log. This happens on multiple PCs. I am testing this on a Dell Optiplex 3020 and 780. I have tried several times starting from scratch in the Dell CCTK software and creating a new configuration, with a new cctk and exe file, but I still keep getting this error:
2018/05/25 17:10:08 cctk - The file contains invalid option 'endoffile.'.
2018/05/25 17:10:08 cctk - The file contains invalid option '‚>L\×ʊéÅÉ'.
I looked at the cctk file that was created and it looks fine. This is what it looks like:
[cctk]
AcPwrRcvry=Last
Fastboot=Minimal
SmartErrors=Enabled
WakeOnLan=LanOnly
SetupPwd=(the file has our password here)
The exe is created the same as the cctk file by just clicking the button in the GUI to create it. I am then running the EXE on the test systems.
Here is the rest of the log after the errors, so you can see that it did apply everything correctly (and I verified by looking in the BIOS):
2018/05/25 17:10:08 cctk - AcPwrRcvry=Last
2018/05/25 17:10:08 cctk - Fastboot=Minimal
2018/05/25 17:10:08 cctk - SmartErrors=Enabled
2018/05/25 17:10:08 cctk - WakeOnLan=LanOnly
2018/05/25 17:10:08 cctk -
Password is set successfully.
CCTK STATUS CODE : SUCCESS
[05/25/18 17:10:08]
--- End of Vendor Software Log ---
[05/25/18 17:10:08] Get name of the Folder file: C:\Dell\BIOS
[05/25/18 17:10:08] Vendor Software Return Code: 0
[05/25/18 17:10:08] Name of Exit Code: SUCCESS
[05/25/18 17:10:08] Exit Code set to: 0 (0x0)
[05/25/18 17:10:08] Result: SUCCESS
[05/25/18 17:10:08] Name of Exit Code: SUCCESS
[05/25/18 17:10:08] Execution terminated at date-time 05/25/18 17:10:08
[05/25/18 17:10:08] ######
Any idea what is causing this error in the log? I am stumped. I searched on google but found nothing.