26.01.2015 Views

The RenderMan Interface - Paul Bourke

The RenderMan Interface - Paul Bourke

The RenderMan Interface - Paul Bourke

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

outofmemory<br />

protocolbotch<br />

stringtoobig<br />

syntaxerror<br />

unregistered<br />

<strong>The</strong> interpreter ran out of memory in the normal course of operation.<br />

Interpreters are expected to utilize whatever memory is available in<br />

their operating environment. If only a limited amount of memory is<br />

present on the machine they are operating on, they may restrict their<br />

use. If memory is arbitrarily limited, however, running out of space<br />

should result in a limitcheck error, not outofmemory.<br />

A protocol error was encountered while parsing binary encoded data<br />

in the input stream. In particular, when defining a string or request<br />

code, an expected string was not encountered. <strong>The</strong> binary encoding<br />

scheme is described in Binary encoding.<br />

<strong>The</strong> interpreter ran out of space while parsing a string. This error is a<br />

specific instance of the outofmemory error. SEE ALSO outofmemory,<br />

limitcheck<br />

he interpreter recognized a syntax error of indeterminate nature. Syntax<br />

errors can occur from unterminated strings or invalid numbers.<br />

EXAMPLE<br />

”this is an unterminated string<br />

01a3 # invalid integer<br />

<strong>The</strong> interpreter encountered a name token that was not a valid request.<br />

This is usually due to misspelling a request name, or not enclosing a<br />

string in quote marks (”).<br />

EXAMPLE<br />

Basis power<br />

183

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!