Home › Forums › Nazca › Questions and Answers › Calibre DRC crashes: Failure to read input file stdin.gds at record offset 282. › Reply To: Calibre DRC crashes: Failure to read input file stdin.gds at record offset 282.
8 June 2019 at 10:33
#5578
Keymaster
Dear Andreas,
That seems indeed to point to the “optional” strans record.
A simple fix for your case is to replace in gds.py line 129 (0.5.1) or 127 (0.5) elif adeg != 0 and array is not None:
with else:
.
Ronald