Error descriptions

ERROR_ITOP_SYNTAX

filename or keyword expected, not XXX
(The input file contains something at top level that is neither a file name nor one of the keywords like `global' or `create')

ERROR_ITOP_FILETYPE

File `%s' has wrong type
(You can insert .fin and .w files only. If you rename files, make sure that their extensions are not changed.)

ERROR_FILE_ROPEN

Cannot open 'XXX.yyy' or 'XXX.zzz'
(A file could not be opened. Make sure that the file exists in the current directory, is readable and has the correct name.)

ERROR_EOF_IN_BLOCK

premature end of file
no closing bracket in option list
(Reached end of file while reading a block. This is likely due to a forgotten closing bracket.)

ERROR_EXPECTED_FNAME

Filename in 'XXX' section expected, not YYY
(A filename was expected, but something else found.)

ERROR_MAXFOPTS_EXCEEDED

internal limit MAX_FOPTS exceeded
(You exceeded an internal limit (MAX_FOPTS in this case). Increase that value in app\\optkeep.h and recompile the program.)

ERROR_DUPLICATE_IFILE

Multiple input files specified ('%s' and '%s')
(You specified more than one file to be read. This may be because you forgot the minus sign '-' of an command line option. Type 'rvglue -help' for a list of supported options)

ERROR_NO_IFILE

No input file specified
(You forgot to specify what command file you want me to process. Type 'rvglue -help' for a list of supported options)

ERROR_DUPLICATE_OFILE

Multiple output file names ('%s' and '%s')
(There are more than one '-o=...' and '-output=...' options. Type 'rvglue -help' for a list of supported options)

ERROR_EMPTY_OFILE

Empty output file name
(There is a '-o=...' or '-output=...' option, but no filename is following or there is a space character after the '=')

ERROR_BEND_EXPECTED

Expected closing bracket, not $$
(The block that is currently being read should be closed here, because there is nothing that could stand here)

ERROR_UNKNOWN_OPTION

Unknown option $$
(There is something in an option list that is none of the supported options. Check for typos)

ERROR_EXPECTED_KEY

Expected surface keyword, not $$
Expected transparency value, not $$ (The program expected a legal value in this position, like a special keyword or numerical value, but found something invalid.)

ERROR_EXPECTED_TED_KEY


(The program expected a keyword for the 'tedelete' section, like 'pwall' or 'floor', but found something else. Check for typos.)

ERROR_BBEGIN_EXPECTED

Expected opening bracket, not $$
(Expected an opening bracket '(' in this place. Check you command file for errors)

ERROR_NUMBER_RANGE

Transparency value must be between 0 and 255
Value for '%s' is too high - must be not more than %d
Value for '%s' is too low - must be at least %d
(The number you wrote here is out of range. There are limitations for most values - read the documentation, it lists valid ranges)

ERROR_OFILE_SUFFIX

Cannot determinate target format: '%s' is illegal suffix
(The file name you specified for output has an unsupported suffix. Valid suffices are only '.w', '.i-w', '.prm' and '.i-p'.)

ERROR_EXPECTED_NUMBER

Expected number for %s part of color definition, not $$

WERROR_COMMENT_EOF

Warning: Comment at line XXX never closed
(Detected a comment that is never closed. Everything that follows the opening bracket `[' is treated as comment.)

WERROR_COMMENT_NOBEGIN

Unmatched ']'
(Detected a `]' where no preceeding `[' was found. This is not fatal, but may be a hint that you screwed up your comments in the input file and get unexpected results or errors.)

WERROR_EMPTY_FILEOPT

ignoring empty option set for instance `%s'
(An option set for a given instance name is missing.)

WERROR_DUPLICATE_FILEOPT

ignoring duplicate option set for instance `%s'
(An instance name with options is defined multiple times. Every option set except the first one is ignored.)

WERROR_DUPLICATE_GLOBAL

ignoring duplicate global section
(The input file contains more than one 'global' section. Only the first is used, the other ones are discarded.)

WERROR_USELESS_BLOCK

Ignoring useless block in option list
(There is a block indicated by brackets '(...)' where no one was expected
The block is thus useless and will be ignored)

WERROR_W_ENV_NOT_FOUND

Can't find env mapping values - using defaults
(There are still undecoded parts in some .w files. This one does contain such a part which makes it impossible for rvglue to find the values for the env mapping. Every env-mapping enabled polygon will use a default color for the mapping)

WERROR_IM_HEADER

Intermediate file '%s' has malformatted header - may be corrupt
(An intermediate file contains a corrupt header. This may indicate that the whole file is corrupt, but it is possible that rvglue or re-volt crashes because of that file)