Japanese
PROGRAMMER'S GUIDEXBLD User's Manual
BackForward
XBLD User's Manual


Error message details


[ Error list ]

Incorrect command option [-2]

Cause
You specified an unsupported command option.
countermeasure
Check command options.


[ Error list ]

Script file does not exist [-3]

Cause
The specified script file does not exist.
countermeasure
Check the script file name.


[ Error list ]

Unable to run program [-4]

Cause
An error occurred when parsing the script file, and work could not be continued.
countermeasure
Modify the script file.


[ Error list ]

Script syntax error [-5]

Cause
Using an undefined script keyword. or incorrect keyword usage
countermeasure
Check the script syntax and modify the script file.


[ Error list ]

Insufficient string area [-6]

Cause
There are too many character strings used in the script file, such as file name strings.
countermeasure
Increase the size of the string area using the "c subcommand".
(By default, 400000 bytes are reserved as string area)


[ Error list ]

Insufficient DOS file information area [-7]

Cause
Too many DOS files (source files).
countermeasure
Increase the maximum number of DOS files using the "d subcommand".
(The default value for the maximum number of DOS files is 10000)


[ Error list ]

Insufficient ISO file information area [-8]

Cause
There are too many ISO files (files on the CD you are creating).
countermeasure
Increase the maximum number of ISO files with the "i subcommand".
(The default value for the maximum number of ISO files is 10000)


[ Error list ]

Insufficient sector table area [-9]

Cause
Is the sector table area (sector management area used internally in the system) large enough?
countermeasure
Increase the size of the sector table area using the "s subcommand".
(Default value of sector table area size is 30000)


[ Error list ]

Too many indexes [-10]

Cause
The number of indexes on one CDDA track exceeds 99.
countermeasure
Reduce the number of indexes.
(reduce the number of files defined within the CDDA track)


[ Error list ]

Too many tracks [-11]

Cause
The number of tracks exceeds 99.
countermeasure
Reduce number of tracks.


[ Error list ]

Macro was defined twice [-12]

Cause
A predefined macro was defined again.
countermeasure
Delete the second macro definition.


[ Error list ]

Undefined macro used [-13]

Cause
Using an undefined macro.
countermeasure
Check the macro name.


[ Error list ]

Invalid volume type [-14]

Cause
The volume type specified with the Volume command is incorrect.
countermeasure
Specify the volume type as "ISO9660".


[ Error list ]

Too many characters per line [-15]

Cause
The number of characters in one line of the script file exceeds 256 characters.
countermeasure
Reduce the number of characters per line.


[ Error list ]

There are no files in the track [-18]

Cause
No files are defined within the track.
countermeasure
Define at least one file per track.


[ Error list ]

System area is too large [-19]

Cause
The system area size exceeds 16 sectors.
countermeasure
Make the system area size within 16 sectors.


[ Error list ]

No PVD [-20]

Cause
PrimaryVolume command is not used.
countermeasure
Define the PVD using the PrimaryVolume command.


[ Error list ]

Unable to open file [-21]

Cause
There are no DOS files.
countermeasure
Verifies that the specified DOS file exists.


[ Error list ]

Unable to create file [-22]

Cause
Insufficient disk space.
countermeasure
Ensure sufficient disk space.


[ Error list ]

Directory hierarchy is too deep [-23]

Cause
The directory hierarchy exceeds 8.
countermeasure
Keep the directory hierarchy to 8 or less.
(The number of directory layers includes the number of root directories.)


[ Error list ]

Unable to allocate memory [-24]

Cause
Out of memory.
countermeasure
  1. Reduce the workspace size using the i, d, c, and s subcommands.
  2. Remove device drivers, etc. and secure a free area.

[ Error list ]

Invalid disk type [-25]

Cause
The argument specified in the Session command is incorrect.
countermeasure
Specify the correct disk type in the Session command.
(CD-ROM, SEMIXA)


[ Error list ]

Invalid track type [-26]

Cause

  1. The specified track type is incorrect.

  2. The track types of the lead-in area and the next track are not the same.

  3. The track types of the lead-out area and the previous track are not the same.

countermeasure
Specify the correct track type.
(CDDA, MODE1, MODE2)


[ Error list ]

There is no lead-in area [-27]

Cause
Lead-in area is not defined.
countermeasure
Define the lead-in area with the LeadIn command.


[ Error list ]

Track not defined [-28]

Cause
File definition was performed without track definition.
countermeasure
Define the track using the Track command.


[ Error list ]

Area overlaps with other files [-29]

Cause

  1. The time specifications for the BeginTime and EndTime commands are incorrect.

  2. The time specification for the Extent command is incorrect.

  3. The unit size and gap size of the FileInterleave command are incorrect.

  4. Channel interleaving unit size and gap size are incorrect.

countermeasure
(a),(b) : Set the time so that the files do not overlap.
(c),(d) : Specify unit size and gap size so that files do not overlap


[ Error list ]

Invalid source type [-30]

Cause
The data type of the file source specified with the SourceType command is incorrect
countermeasure
Check the data type of the file source.
(MONO_A, MONO_B, MONO_C, STEREO_A, STEREO_B, STEREO_C, AUDIO, CDDA, ISO11172, MPEG_VIDEO, VIDEO, DATA)


[ Error list ]

Invalid data type [-31]

Cause
The form name specified in the DataType command is incorrect.
countermeasure
Set either FORM1 or FORM2.


[ Error list ]

Invalid parameter [-32]

Cause
The command parameter is not within the specifiable range.
countermeasure
Set the command parameters to the allowed range for each command.


[ Error list ]

Invalid time specification [-33]

Cause

  1. The format of the time specification is incorrect.

  2. The time is not in the correct range. The area overlaps with the previous and next files.
countermeasure

  1. Correct the time specification format.
    (specified by mm:ss:ff format or FAD)

  2. Set the time correctly.


[ Error list ]

Invalid date or time [-34]

Cause
The format of the date and time specification is incorrect.
countermeasure
Correct the date and time specification format.


[ Error list ]

Invalid attribute specification [-35]

Cause
The attributes specified in the Attributes command, SysReadAttributes command, and SysExecuteAttributes command are incorrect.
countermeasure
Check the specified attributes.


Attributes { HIDDEN | NOHIDDEN } { RECORD | NORECORD }

SysReadAttributes { OWNER | NOTOWNER } { GROUP | NOTGROUP } { WORLD | NOTWORLD }

SysExecuteAttributes { OWNER | NOTOWNER } { GROUP | NOTGROUP } { WORLD | NOTWORLD }


[ Error list ]

The file name of the ISO file is incorrect [-36]

Cause
The file name of the ISO file is incorrect.
countermeasure
Check the filename of the ISO file.
 format:
 Base name 8 characters + '.' + 3 character extension (optional) + ';' + version number (1 if omitted)
 Character set:
 XBLD does not specify a character set
(In ISO9660 standard, '0' to '9', 'A' to 'Z', '_')

[ Error list ]

Invalid directory name [-37]

Cause
Directory name is incorrect.
countermeasure
Check the directory name.
 format:
 Directory name 8 characters
 Character set:
 XBLD does not specify a character set
(In ISO9660 standard, '0' to '9', 'A' to 'Z', '_')


[ Error list ]

ISO file was double defined [-38]

Cause
A predefined ISO file was defined again.
countermeasure
Delete the second ISO file definition.


[ Error list ]

Multiple source files defined within a file block [-39]

Cause
Within the file block (File ~ EndFile), multiple source files were defined using the FileSource command.
countermeasure
A source file can only be defined once within a file block.


[ Error list ]

This command can only be defined for mode 2 tracks [-40]

Cause
Defined commands that can only be used in mode 2 tracks.
countermeasure
Do not use the corresponding command on mode 2 tracks.


[ Error list ]

This command cannot be defined within this block [-41]

Cause
A command that is valid only in the specified block was used in another block.
(The command definition position is incorrect)
countermeasure
Correct the definition position of the command.


[ Error list ]

Both BeginTime and EndTime cannot be defined in the same block [-42]

Cause
Defined both BeginTime and EndTime commands in the same block.
countermeasure
Use either the BeginTime command or the EndTime command.


[ Error list ]

Too many file interleave [-43]

Cause
Too many file interleaves.
countermeasure
Increase the maximum number of file interleave using the "fi subcommand".
(256 files can be interleaved by default)


[ Error list ]

Too many channel interleave [-44]

Cause
Too many channel interleave.
countermeasure
Increase the maximum number of channel interleave using the "ci subcommand".
(The number of channel interleave includes the number of MPEG multiplexes)


[ Error list ]

Multiple files are defined within a file interleaving block [-45]

Cause
Multiple ISO files are defined within the file interleave block (FileInterleave ~ EndFileInterleave).
Measures: Define the ISO file only once within the file interleave block.


[ Error list ]

Multiple source files are defined within the channel block [-46]

Cause
Multiple DOS files are defined within the channel block (Channel to EndChannel).
countermeasure
Define a DOS file only once within a channel block.


[ Error list ]

File number is incorrect [-47]

Cause
The file number is not in the range 1-254.
countermeasure
Set the correct file number.


[ Error list ]

Invalid channel number [-48]

Cause
Channel number is not in the range 0-254.
countermeasure
Set the correct channel number.


[ Error list ]

Duplicate file number [-49]

Cause
Duplicate file numbers were used within one file interleave.
countermeasure
Set the file numbers so that they do not overlap.


[ Error list ]

Duplicate channel number [-50]

Cause
Duplicate channel numbers were used within one channel interleave file.
countermeasure
Set the channel numbers so that they do not overlap.


[ Error list ]

BitRate is not defined [-51]

Cause

  1. In MPEG multiplex, there are MPEG stream blocks (MpegStream to EndMpegStream) for which the BitRate command is not specified.

  2. In channel interleaving, there are channel blocks (Channel to EndChannel) for which the BitRate command is not specified.
countermeasure
Specify the BitRate command in the relevant block.


[ Error list ]

BitRate parameter is incorrect [-52]

Cause
The bit rate value (first argument) or sequence number (second argument; optional) specified with the BitRate command is incorrect.
countermeasure
Specify the correct BitRate parameter.


[ Error list ]

Duplicate stream number [-53]

Cause
The sequence numbers specified by the BitRate command are duplicated during MPEG multiplexing.
countermeasure
Set the sequence numbers so that they do not overlap.
(Sequence numbers can be specified separately for MPEG video streams and MPEG audio streams.)


[ Error list ]

Too many MPEG element streams [-54]

Cause
MPEG video that composes an ISO11172 stream (MPEG multiplex stream)
countermeasure
The maximum number of MPEG multiplexes is included in the maximum number of channel interleave, so increase this value with the "ci subcommand".


[ Error list ]

MPEG video format is incorrect [-55]

Cause
MPEG video stream format is incorrect.
countermeasure
Check the contents of MPEG video files.


[ Error list ]

MPEG audio format is incorrect [-56]

Cause
MPEG audio stream format is incorrect.
countermeasure
Check the contents of the MPEG audio file.


[ Error list ]

Cannot be used in on-the-fly mode [-60]

Cause
You used a script command that cannot be used when writing on the fly.
(SupplementaryVolume, SameName, EscapeSequences, BootIdentifier, BootRecord, BootSystemIdentifier, Trigger, Eors)
countermeasure
Stop writing on the fly.


[ Error list ]

No subcommand file [-61]

Cause
Subcommand file does not exist.
countermeasure
Check the subcommand file.


Warning message details


[ List of warnings ]

Total bitrate exceeds sector rate [-1]

Cause
In the ISO11172 stream, the total bit rate that specifies each element stream such as MPEG video and MPEG audio exceeds the sector rate specified by the SectorRate command.
countermeasure
Decrease the bitrate of the element stream.
Or increase the sector rate value.


[ List of warnings ]

Encoding bitrate exceeds [-2]

Cause
In the ISO11172 stream, the bit rate specified with the BitRate command exceeds the compression encoding bit rate of MPEG video and MPEG audio.
countermeasure
Make the bitrate value specified with the BitRate command smaller than the encoding bitrate.


BackForward
PROGRAMMER'S GUIDEXBLD User's Manual
Copyright SEGA ENTERPRISES, LTD. 1997