I was getting exactly that error a couple of days ago, and the error was
also issued from Canvas3D.createContext.
In my case the error came when I ran the java demo from the command line.
And it happened because I was trying out the DirectX version of Java3D but
hadn't installed DirectX. I assumed that the 'DxResult' message meant that
it was having trouble finding the require DirectX dll's (?). (I then
discovered that in order to get DirectX on NT4 you have to upgrade to SP4 -
which I haven't done yet, so I am back to using Java3D-OpenGL).
My guess is you may be having a similar mis-match between OpenGL and
DirectX.
Are you using the DirectX version of Java3D?
If you are then maybe try using Java3D-OpenGL.
Or if you are using Java3D-OpenGL then try using J3d-directx.
Or maybe a browser fix is needed: try reinstalling your browser, or is there
some OGL/DirectX preference setting somewhere for the browser. Which browser
are you using?
Try using a different one.
I'm really guessing here.... can you tell?
Let me know if you figure it out ....
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Popa Marius
> Adrian
> Sent: Saturday, April 03, 1999 11:19 AM
> To: Lucy Boyd-Wilson
> Cc: [EMAIL PROTECTED]
> Subject: RE: [java3d] 3d examples i can't run
>
>
> Indeed it is working from the console {Ms-dos} line
> i can see the efects
> but when i run the applet
>
>
> C:\jdk1.2\demo\java3d\HelloUniverse>appletviewer HelloUniverse.html
> java.lang.RuntimeException: Error unrecognized by DxResult.
> at javax.media.j3d.Canvas3D.createContext(Native Method)
> at javax.media.j3d.Renderer.run(Compiled Code)
>
> =====================================================================
> To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
> Java 3D Home Page: http://java.sun.com/products/java-media/3D/
>
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/