A customer is using maxwell render (manager, monitor and node) on a windows 7 64bit machine. When the scene has finished rendering the following error messages comes up:
-node
QObject::connect: No such signal QApplication::messageReceived( const QString& )
QIODevice::seek (QTcpSocket): Cannot call seek on a sequential device
QIODevice::seek (QTcpSocket): Cannot call seek on a sequential device
QIODevice::seek (QTcpSocket): Cannot call seek on a sequential device
QIODevice::seek (QTcpSocket): Cannot call seek on a sequential device
QIODevice::seek (QTcpSocket): Cannot call seek on a sequential device
QIODevice::seek (QTcpSocket): Cannot call seek on a sequential device
I have 3 questions:
- Am I correct, that this message means that the node is not able to write to the hard disk?
- Does »QTcpSocket« indicate that there may be a problem with the network configuration and/or the firewall settings of the machine itself?
- Is there a tool to log/monitor the network read/write attemps in order to find the network path the node can't access?