EC1261

1 minute readReference

Synopsis

ERROR EC1261: Bad disable CRC value “[value]”. Valid values are “0” and “1”.

Description

The --emake-disable-crc command-line options requires a value, which must be either “0” (the numeral zero), to use network CRC’s as normal; or “1” (the numeral one), to disable network CRC’s.

Reasons

The user has specified an invalid value for the --emake-disable-crc command-line option. The invalid value is given in the error message.

Fixes

Correct the value for --emake-disable-crc, or remove the --emake-disable-crc option from the command-line.