Alan,

MasterControl.java line 2855 -- that sounds like a fun file!

;-)

Sincerely,

Daniel Selman

Author - "Java 3D Programming"
http://www.manning.com/selman

-----Original Message-----
From: Discussion list for Java 3D API
[mailto:[EMAIL PROTECTED]]On Behalf Of Giles
Sent: Thursday, June 13, 2002 5:17 PM
To: [EMAIL PROTECTED]
Subject: TextureCache Problems


I'm implementing a textureCache for Xj3D.  When I run the content the
second time without closing the application I get this error.  I'm not
having a problem sharing textures during the first run, but it seems
after I free the SG and then reload it it I get this error.  Can you
tell me what this line is doing?  It will be very hard for me to isolate
this bug but maybe a hint from the code will help me figure out what is
going on

java.lang.NullPointerException
    at javax.media.j3d.MasterControl.viewActivate(MasterControl.java:2444)
    at
javax.media.j3d.MasterControl.handlePendingRequest(MasterControl.java:2931)
    at javax.media.j3d.MasterControl.doWork(MasterControl.java:2855)
    at javax.media.j3d.MasterControlThread.run(MasterControlThread.java:28)

--
Alan Hudson
President: Yumetech, Inc.                      http://www.yumetech.com/
Web3D Open Source Chair        http://www.web3d.org/TaskGroups/source/

===========================================================================
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".

===========================================================================
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