Error descriptions
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')
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.)
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.)
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.)
Filename in 'XXX' section expected, not YYY
(A filename was expected, but something else found.)
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.)
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)
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)
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)
Empty output file name
(There is a '-o=...' or '-output=...' option, but no filename is
following or there is a space character after the '=')
Expected closing bracket, not $$
(The block that is currently being read should be closed here, because
there is nothing that could stand here)
Unknown option $$
(There is something in an option list that is none of the supported
options. Check for typos)
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.)
(The program expected a keyword for the 'tedelete' section, like
'pwall' or 'floor', but found something else. Check for typos.)
Expected opening bracket, not $$
(Expected an opening bracket '(' in this place. Check you command file
for errors)
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)
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'.)
Expected number for %s part of color definition, not $$
Warning: Comment at line XXX never closed
(Detected a comment that is never closed. Everything that follows the opening
bracket `[' is treated as comment.)
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.)
ignoring empty option set for instance `%s'
(An option set for a given instance name is missing.)
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.)
ignoring duplicate global section
(The input file contains more than one 'global' section. Only the first
is used, the other ones are discarded.)
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)
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)
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)