I tried java3D 1.3_beta1 OpenGL with both jdk 1.3.1_01 and 1.4.0_beta3 with the same result.
The demo apps crash with an error log generated even if -Dj3d.rederlock=true is used. The error occurs at Canvas3D.setProjectionMatrix in Render.doWork ... Note: I am using a FireGL4 card with dual screens At 12:40 AM 12/14/2001 -0700, R Vegan wrote: >Hi Kelvin: > >I tried your suggestion, i.e., > > java -Dj3d.renderLock=true MyApp > >Unfortunately, the problem persists - the app. crashes after dumping an >error log. The problem occurs with my particular app. as well as with >all the demo apps. in the Java3D bundle. As a recap, my config. >is J2SDK1.4.0-beta3, Java3D 1.3.0 beta1 (OpenGL), Win95/Win98. > >Thanks Jack for replying to my e-mail and reporting a similar >problem with Win2K. Perhaps with Win2K you may have better luck >with Kelvin's suggestion. Please let us know how it goes. > >Regards > >Raj Vaidya, PhD > > > >On Thu, 13 Dec 2001 14:54:28 -0800, Kelvin Chung <[EMAIL PROTECTED]> > wrote: > > >Hi, > > > > Please try > > > > java -Dj3d.renderLock=true yourApplication > > > >and let us know if it works or not. > > > >Thanks. > > > >- Kelvin > >---------------- > >Java 3D Team > >Sun Microsystems Inc. > > > > > >>Delivered-To: [EMAIL PROTECTED] > >>X-Sender: [EMAIL PROTECTED] > >>Mime-Version: 1.0 > >>Date: Thu, 13 Dec 2001 14:53:48 -0500 > >>From: Jack Gundrum <[EMAIL PROTECTED]> > >>Subject: Re: [JAVA3D] What does this EXCEPTION_ACCESS_VIOLATION mean ? > >>To: [EMAIL PROTECTED] > >> > >>Hi, > >> > >>I get exactly the same error using W2K. > >> > >> > >>At 12:05 PM 12/13/2001 -0700, R Vegan wrote: > >>>Hi > >>> > >>>I am using J2SDK1.4.0-Beta3 with Java3D 1.3.0 on a Win98 m/c. > >>>I get the error log attached below everytime I try to resize my > >>>app. by dragging the lower right corner of the app. > >>>This happens *ONLY* with Java3D apps. - not with any of the other > >>>Java apps. w/ or w/o Swing. > >>> > >>>My canvas3D is nested in a JPanel and a JSplitPane. > >>> > >>>Any clues as to what is going on ? Except for this mishap, my app. > >>>seems to be functioning quite well. The same problem also appears > >>>with Win95, and I should add that the problem happens only with > >>>Java3D 1.3.0 in combo with J2SDK1.4.0-beta3. > >>> > >>>Thanks in advance > >>> > >>>Regards > >>> > >>>Raj Vaidya > >>> > >>> > >>>====================== Error Log ===================================== > >>> > >>>An unexpected exception has been detected in native code outside the VM. > >>>Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x7ABDBC78 > >>>Function=[Unknown.] > >>>Library=(N/A) > >>> > >>>NOTE: We are unable to locate the function name symbol for the error > >>> just occurred. Please refer to release documentation for possible > >>> reason and solutions. > >>> > >>> > >>>Current Java thread: > >>> at sun.awt.windows.WToolkit.eventLoop(Native Method) > >>> at sun.awt.windows.WToolkit.run(WToolkit.java:222) > >>> at java.lang.Thread.run(Thread.java:539) > >>> > >>>Dynamic libraries: > >>>0x7D750000 - 0x7D76D000 C:\WINDOWS\SYSTEM\IMAGEHLP.DLL > >>> > >>>Local Time = Thu Dec 13 23:48:05 2001 > >>>Elapsed Time = 73 > >>># > >>># The exception above was detected in native code outside the VM > >>># > >>># Java VM: Java HotSpot(TM) Client VM (1.4.0-beta3-b84 mixed mode) > >>># > >>> > >>>======================================================================= > ==== > >>>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". > >> > >> > >>Jack S. Gundrum > >>Visualization Group > >>Center for Academic Computing > >>Penn State University > >>Email:[EMAIL PROTECTED] > >>Phone:(814)865-1863 > >> > >>=========================================================================== > >>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". Jack S. Gundrum Visualization Group Center for Academic Computing Penn State University Email:[EMAIL PROTECTED] Phone:(814)865-1863 =========================================================================== 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".
