This is the call that I am using: Canvas3D canvas3D = new Canvas3D(SimpleUniverse.getPreferredConfiguration()); (and that is the error I get...), and it returns null on a Windows XP machine, and on the same machine running Win2k, it runs fine.
Zak ----- Original Message ----- From: "ZACZEK, MARIUSZ P. (JSC-DM) (NASA)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 15, 2002 12:24 PM Subject: Re: [JAVA3D] Null GraphicsConfiguration > I could not see the error message in your email. > Is this the eror you are getting? > > ********************************************************************** > *** ERROR: Canvas3D constructed with a null GraphicsConfiguration > *** This will cause NullPointerException in a subsequent release > ********************************************************************** > > I fixed this error in my code by simply doing: > Canvas3D canvas3D = new > Canvas3D(SimpleUniverse.getPreferredConfiguration()); > > before I had "Canvas3D canvas3D = new Canvas3D(null);" and it gave me > that error. > > Mario > > > -----Original Message----- > From: Zak Nixon > To: [EMAIL PROTECTED] > Sent: 12/15/2002 9:45 AM > Subject: Re: [JAVA3D] Null GraphicsConfiguration > > I am using Java3D 1.3. This is the latest version, is it not? > > Any more suggestions? > > (Thanks Jeremy) > > Zak > ----- Original Message ----- > From: "Jeremy Booth" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, December 15, 2002 8:58 AM > Subject: Re: [JAVA3D] Null GraphicsConfiguration > > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Zak Nixon wrote: > > | I tried running the code: > > | > > | SimpleUniverse.getPreferredConfiguration() > > | > > | on a Windows 2000 machine and everything worked fine. > > | I 'upgraded' to Windows XP and now I get this error. > > | > > | I am using a Matrox Millennium G400 DualHead MAX, with updated > drivers > from > > the website. > > | > > | Can anyone help me? > > | > > | Thanks > > | Zak > > > > Hi > > ~ Did you upgrade j3d at the same time per chance? > > > > Jez > > - -- > > ________________________________________________________ > > > > PGP key is here -> http://www.computerbooth.com/pgp.html > > > > * If debugging is the process of removing bugs, then programming must > be > > the process of putting them in. > > > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.0.6 (MingW32) > > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > > > iD8DBQE9/IqhkkWXI7JvucARAmY8AKDRqdVi4We9sieGQTjPx3W7JYSQGQCfa/DK > > 9KA0dPWf49J2OZxLssci3uM= > > =fEfv > > -----END PGP SIGNATURE----- > > > > > ======================================================================== > === > > 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". > > =========================================================================== > 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".
