Hi , Regarding the resizing problem i have done some testing with various versions and i found the following.
1 ) The Java3D DirectX Version is not working in Win98 and Win2K also. In this version the application is not crashing but the 3D Display is not visible. 2 ) The Java3D OpenGL Version in my machine ( Win98 & Intel Graphics Driver ) is working without problem with the color settings ( High Color ( 16 bit ) ). If i change the Color settings to True Color ( 24 Bit ) or to any other settings then while resizing the application crashes. 3 ) The same version is not working in another machine ( Win98 & Trident Graphics Driver) with any Color settings. This Trident Graphics Driver doesn't have HighColor(16 Bit ) Color settings. 4 ) The Java3D OpenGL Version is working well in all Color Settings in one another machine. ( Win2K & Intel Graphics Driver ). Can any one suggest me what should i do to make my application work in all machine. Thanks in Advance. Kind regards, Karthik. ----- Original Message ----- From: "John Wright" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 17, 2002 8:43 PM Subject: Re: [JAVA3D] Resizing problem > Karthik, > > It's very likely a bug in the video driver. What video card are you > using and what version of the driver? OpenGL or DirectX (and which > version). > > - John Wright > Starfire Research > > > "K.R.Karthikeyan" wrote: > > > > Hi, > > > > If i resize my canvas3D my application crashes and i get the following > > exception > > This problem comes only in Win98. It works fine in Win2K. > > > > Thanks in Advance. > > > > Karthik. > > > > > > An unexpected exception has been detected in native code outside the > > VM. > > Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at > > PC=0x7AADBC78 > > 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(Unknown Source) > > at java.lang.Thread.run(Unknown Source) > > > > Dynamic libraries: > > 0x77910000 - 0x77933000 C:\WIN98\SYSTEM\IMAGEHLP.DLL > > > > Local Time = Wed Jul 17 09:29:16 2002 > > Elapsed Time = 51 > > # > > # The exception above was detected in native code outside the VM > > # > > # Java VM: Java HotSpot(TM) Client VM (1.4.0_01-b03 mixed mode) > > # > > # An error report file has been saved as hs_err_pid4294879431.log. > > # Please refer to the file for further information. > > # > > =========================================================================== > 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".