Hi,

I have developed an application that uses Java3D, and I am finding an
exception is thrown occasionally at start up. The stack trace output is as
follows:

null renderer
java.lang.NullPointerException
        at javax.media.j3d.MasterControl.updateWorkThreads(MasterControl.java:2095)
        at javax.media.j3d.MasterControl.doWork(MasterControl.java:2199)
        at javax.media.j3d.MasterControlThread.run(MasterControlThread.java:28)

This happens intermittently, and once it has happened, I have to kill the
java process and restart (and it almost always seems to work the next time
the program is run). The exception only ever seems to be thrown at startup.

I am using Java2 1.3, and J3D 1.2.

Any ideas as to what is causing this, and what I can do to fix it?


Regards,

Tim Webber
([EMAIL PROTECTED])

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to