Hiya,

        I do the same but it doesnt give me any errors. So, guess its not
        the problem with Java3D and NetMeeting. But, I am sorry that I
        cant seem to identify the cause for your error.

        Tina

>
> I'm trying to run NetMeeting simultaneously with my Java3D app. If I run my Java app 
>first, then launch NetMeeting, I get the exceptions listed below. I've tried this 
>with both the OpenGL and DirectX versions of Java3d (1.3) and they both crash.
>
> System:
> Win2K
> ATI Radeon VE
> Java 1.4
> J3D 1.3 (OGL and DX)
>
> Any ideas?
> josh
>
>
> An unexpected exception has been detected in native code outside the VM.
> Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D063636
> Function=Java_sun_print_Win32PrintJob_printRawData+0x1BB9
> Library=C:\j2sdk1.4.0\jre\bin\awt.dll
>
> Current Java thread:
>         at sun.awt.windows.Win32SurfaceData.initOps(Native Method)
>         at sun.awt.windows.Win32SurfaceData.<init>(Win32SurfaceData.java:335)
>         at sun.awt.windows.Win32SurfaceData.createData(Win32SurfaceData.java:218
> )
>         at sun.awt.windows.WComponentPeer.replaceSurfaceData(WComponentPeer.java
> :321)
>         - locked <0324A5E0> (a sun.awt.windows.WDialogPeer)
>         at sun.awt.windows.WComponentPeer.displayChanged(WComponentPeer.java:350
> )
>         at sun.awt.windows.WCanvasPeer.displayChanged(WCanvasPeer.java:42)
>         at sun.awt.windows.WPanelPeer.displayChanged(WPanelPeer.java:118)
>         at sun.awt.windows.WWindowPeer.displayChanged(WWindowPeer.java:175)
>         at sun.awt.SunDisplayChanger.notifyListeners(SunDisplayChanger.java:102)
>
>         at sun.awt.Win32GraphicsDevice.displayChanged(Win32GraphicsDevice.java:3
> 33)
>         at sun.awt.Win32GraphicsEnvironment.displayChanged(Win32GraphicsEnvironm
> ent.java:90)
>         at sun.awt.windows.WToolkit$4.run(WToolkit.java:717)
>         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
>         at java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
>         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
> read.java:190)
>         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
> ad.java:144)
>         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
>
>         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
>
>         at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
>
> Dynamic libraries:
> 0x00400000 - 0x00406000         c:\j2sdk1.4.0\bin\java.exe
> 0x77F80000 - 0x77FFB000         C:\WINNT\System32\ntdll.dll
> 0x77DB0000 - 0x77E0C000         C:\WINNT\system32\ADVAPI32.dll
> 0x77E80000 - 0x77F35000         C:\WINNT\system32\KERNEL32.DLL
> 0x77D40000 - 0x77DAD000         C:\WINNT\system32\RPCRT4.DLL
> 0x78000000 - 0x78046000         C:\WINNT\system32\MSVCRT.dll
> 0x6D330000 - 0x6D442000         c:\j2sdk1.4.0\jre\bin\client\jvm.dll
> 0x77E10000 - 0x77E74000         C:\WINNT\system32\USER32.dll
> 0x77F40000 - 0x77F7C000         C:\WINNT\system32\GDI32.DLL
> 0x77570000 - 0x775A0000         C:\WINNT\System32\WINMM.dll
> 0x69F00000 - 0x69F14000         C:\WINNT\System32\sxgb.dll
> 0x690A0000 - 0x690AB000         C:\WINNT\System32\PSAPI.DLL
> 0x10000000 - 0x10009000         C:\WINNT\System32\SXGBSYS.DLL
> 0x6D1D0000 - 0x6D1D7000         c:\j2sdk1.4.0\jre\bin\hpi.dll
> 0x6D300000 - 0x6D30D000         c:\j2sdk1.4.0\jre\bin\verify.dll
> 0x6D210000 - 0x6D228000         c:\j2sdk1.4.0\jre\bin\java.dll
> 0x6D320000 - 0x6D32D000         c:\j2sdk1.4.0\jre\bin\zip.dll
> 0x6D000000 - 0x6D0F6000         C:\j2sdk1.4.0\jre\bin\awt.dll
> 0x77800000 - 0x7781D000         C:\WINNT\System32\WINSPOOL.DRV
> 0x75E60000 - 0x75E7A000         C:\WINNT\System32\IMM32.dll
> 0x77A50000 - 0x77B3A000         C:\WINNT\system32\ole32.dll
> 0x0AFF0000 - 0x0B012000         C:\j2sdk1.4.0\jre\bin\J3D.dll
> 0x69510000 - 0x695D7000         C:\WINNT\System32\OPENGL32.dll
> 0x6FAC0000 - 0x6FADF000         C:\WINNT\System32\GLU32.dll
> 0x51000000 - 0x51044000         C:\WINNT\System32\DDRAW.dll
> 0x728A0000 - 0x728A6000         C:\WINNT\System32\DCIMAN32.dll
> 0x6D230000 - 0x6D235000         C:\j2sdk1.4.0\jre\bin\jawt.dll
> 0x6D180000 - 0x6D1D0000         C:\j2sdk1.4.0\jre\bin\fontmanager.dll
> 0x0D540000 - 0x0D70F000         C:\WINNT\System32\atio2kag.dll
> 0x77920000 - 0x77943000         C:\WINNT\system32\imagehlp.dll
> 0x72A00000 - 0x72A2D000         C:\WINNT\system32\DBGHELP.dll
>
> Local Time = Wed Aug 28 13:07:01 2002
> Elapsed Time = 17
> #
> # The exception above was detected in native code outside the VM
> #
> # Java VM: Java HotSpot(TM) Client VM (1.4.0-b92 mixed mode)
> #
> # An error report file has been saved as hs_err_pid2308.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".
>

--
----------
Tina Manoharan
PhD, Computing & Electrical (CEE 1.68)
RA, ICBL, Computing & Electrical (CEE 2.40)
Heriot Watt University
Edinburgh EH14 4AS, UK
Ph: +44 131 451 4197 (PhD)
Ph: +44 131 451 3281 (RA)
Ph: +44 7740 959483 (mobile)

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