<p>Error messages are shown in red color in the status line:
</p>
<ul>
<li><b>Failed to initialize application!</b><br>
Problems while initializing the application, typically resource shortage.
</li>
<li><b>No user name configured!</b><br>
Couldn't find user name for current user.
</li>
<li><b>No host name configured!</b><br>
Missing information which host to contact.
</li>
<li><b>No port number configured!</b><br>
Missing information which TCP port number to connect to.
</li>
<li><b>No queue name configured!</b><br>
Missing information which printer you want to use.
</li>
<li><b>Not enough memory!</b><br>
Memory allocation failed, not enough RAM available on the computer.
</li>
<li><b>No request to send!</b><br>
Failed to construct a request. Setup information is missing or there
is not enough memory available.
</li>
<li><b>Failed to connect!</b><br>
Failed to establish a TCP connection to the specified host/port pair.
Host name or port number could be wrong or the printqdi daemon is not running.
</li>
<li><b>Failed to send request!</b><br>
The send operation failed. Are we really connected to a printqdi server?
</li>
<li><b>No response from server!</b><br>
The server did not send a response to our request.<br>
Are we really connected to a printqdi server?
Is the server too busy?
</li>
<li><b>Invalid response from server!</b><br>
The servers response is not conforming to the protocol.
Are we really connected to a printqdi server?
</li>
<li><b>Failed to create new thread!</b><br>
An error occured while attempting to create a communcation thread.
Probably a resources shortage.
</li>
<li><b>Failed to start new thread!</b><br>
The communication thread was created by we failed to start it.
Probably a resources shortage.
</li>
</ul>
