Video Card Problem
843799Sep 10 2002 — edited Nov 20 2002Hi,
I just upgraded my video card from an old tnt2 8mb to a Hercules 3d Prophet 4500 32mb and now my java3d program doesnt work. I get this weird error message:
-----------------------------------------------
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x9
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 javax.media.j3d.Canvas3D.resetColoringAttributes(Native Method)
at javax.media.j3d.RenderMolecule.updateAttributes(RenderMolecule.java:1999)
at javax.media.j3d.Canvas3D.updateState(Canvas3D.java:3825)
at javax.media.j3d.DisplayListRenderMethod.render(DisplayListRenderMethod.java:56)
at javax.media.j3d.DisplayListRenderMethod.render(DisplayListRenderMethod.java:46)
at javax.media.j3d.RenderMolecule.render(RenderMolecule.java:1856)
at javax.media.j3d.TextureBin.renderList(TextureBin.java:1305)
at javax.media.j3d.TextureBin.renderList(TextureBin.java:1277)
at javax.media.j3d.TextureBin.render(TextureBin.java:1267)
at javax.media.j3d.TextureBin.render(TextureBin.java:1213)
at javax.media.j3d.AttributeBin.render(AttributeBin.java:387)
at javax.media.j3d.EnvironmentSet.render(EnvironmentSet.java:422)
at javax.media.j3d.LightBin.render(LightBin.java:361)
at javax.media.j3d.RenderBin.renderOpaque(RenderBin.java:4833)
at javax.media.j3d.Renderer.doWork(Renderer.java:1171)
at javax.media.j3d.J3dThread.run(J3dThread.java:256)
Dynamic libraries:
0x7CC00000 - 0x7CC1D000 C:\WINDOWS\SYSTEM\IMAGEHLP.DLL
Local Time = Tue Sep 10 15:49:09 2002
Elapsed Time = 20
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.0-b92 mixed mode)
-------------------------------------------
Does any1 have any ideas what is wrong? Ive tried both java1.3 and 1.4 and i still get the same error. Ive also tried to install the older drivers for the prophet 4500 and still no luck.
Thanks.