try this in place of those lines
FILE "NIGHTS.BIN" BINARY
TRACK 01 MODE1/2048
INDEX 01 00:00:00
TRACK 02 MODE2/2336
PREGAP 00:03:00
INDEX 01 04:22:12
note the different numbers after the / on lines 2 and 4
if that doesnt work its probabbly a raw bin rather than a cooked one, in which case try
FILE "NIGHTS.BIN" BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00
TRACK 02 MODE2/2352
PREGAP 00:03:00
INDEX 01 04:22:12