>Date: Wed, 24 Apr 2002 20:32:49 +0200
>From: Raúl <[EMAIL PROTECTED]>
>Subject: [JAVA3D] DirectX
>To: [EMAIL PROTECTED]
>MIME-version: 1.0
>Content-transfer-encoding: 7bit
>X-Accept-Language: es-es
>Delivered-to: [EMAIL PROTECTED]
>User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:0.9.4) 
Gecko/20011128 Netscape6/6.2.1
>
>Hello,
>
>Im trying to view my Java 3D applet but I receive the next message:
>
>"Fail to create reference raterizer 3D Device
>-D3DERR_INVALIDCALL"

Try to use

java -Dj3d.debug=true yourapplication

to see if there is additonal information provided.

This error code is output when

d3d8->CreateDevice() fail


What kind of graphics card/OS are you using ?
Seems to me your legacy graphics card did not support
DirectX 8 well.

>
>My video card not support acceleration but is supported by DirectX 8,
>(I suppose this is the problem:) Confirm to me, please.
>
>Im using Java3D DirectX version (1.3b1).
>
>The problem dissapears when I use the OpenGL version.
>
>How can I use the DirectX version??
>
You can try 

(1) Install DirectX 8.1 runtime (instead of using DirectX 8.0)
http://www.microsoft.com/windows/directx/downloads/drx81.asp
(2) Install the latest graphics driver.

Thanks.

- Kelvin
-----------
Java 3D Team
Sun Microsystems Inc.

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