Installation Problem (Testing doesn't work properly)

I have Ant version 1.6.2; I have JDK version 5.0 (1.5.0_02-b09).



I get the little dialog box to display with the jME Logo (Select Display Settings).



However all my tests fail.



Here is the error message:



Mar 23, 2005 11:56:01 AM com.jme.app.BaseGame start

INFO: Application started.

Mar 23, 2005 11:56:01 AM com.jme.system.PropertiesIO <init>

INFO: PropertiesIO created

Mar 23, 2005 11:56:01 AM com.jme.system.PropertiesIO load

INFO: Read properties

Mar 23, 2005 11:56:07 AM com.jme.system.lwjgl.LWJGLDisplaySystem <init>

INFO: LWJGL Display System created.

Mar 23, 2005 11:56:07 AM com.jme.system.PropertiesIO save

INFO: Saved properties

Mar 23, 2005 11:56:07 AM com.jme.system.lwjgl.LWJGLDisplaySystem <init>

INFO: LWJGL Display System created.

#

An unexpected error has been detected by HotSpot Virtual Machine:

#

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d735c85, pid=3004, tid=2096

#

Java VM: Java HotSpot™ Client VM (1.5.0_02-b09 mixed mode, sharing)

Problematic frame:

V [jvm.dll+0x85c85]

#

An error report file with more information is saved as hs_err_pid3004.log

#

If you would like to submit a bug report, please visit:

http://java.sun.com/webapps/bugreport/crash.jsp

#



I do have a dual monitor display setup. Not sure if that has something to do with it.



I am sure it is something simple for I am new to the 3d programming niche, but not new to java programming.



Thanks in Adance.



Rob

Resident n00b

I run a dual monitor display and there are no problems so I doubt that’s your problem.



THis is interesting because normally when I see this error if you upgrade to jdk 1.5 then it goes away but you already have 1.5! 8-O



THese are just suggestions but try upgrading your graphics driver and make sure you are using lwjgl .94 (the one included with the source will be correct)



What test are you trying to run?

Try running the tests on www.lwjgl.org to make sure those work as well.

"shochu" wrote:
THese are just suggestions but try upgrading your graphics driver and make sure you are using lwjgl .94 (the one included with the source will be correct)

What test are you trying to run?

I got the latest source from CVS so I am assuming that LWJGL is the latest version..

I am running the Simple Game Test and the Smoker Test.
I got the latest source from CVS so I am assuming that LWJGL is the latest version..

I am running the Simple Game Test and the Smoker Test.


Yeah it will have the correct version of lwjgl in there. Were you able to run the demos over on the lwjgl website?
"shochu" wrote:
I got the latest source from CVS so I am assuming that LWJGL is the latest version..

I am running the Simple Game Test and the Smoker Test.


Yeah it will have the correct version of lwjgl in there. Were you able to run the demos over on the lwjgl website?

If you are talking about the weblaunch demo's, I can not run those. It downloads it and asks if I trust the publisher, I click yes and the program ends basically. Would this point to a video card driver issue?

Rob

Can’t say for sure but that’s most likely the issue if you can’t even run the lwjgl demos.



What kind of card are you using?

Just letting you know that I’m running the the same version of Java with no problems.

"shochu" wrote:
Can't say for sure but that's most likely the issue if you can't even run the lwjgl demos.

What kind of card are you using?

ATI Radeon all-in-wonder 9600xt.

And thanks for the info one_each.

Rob
ATI Radeon all-in-wonder 9600xt.


That should work just fine with LWJGL. I would try upgrading your drivers if possible. That's the only thing I can think of. If that doesn't work, you might have to bug the LWJGL folks on their forum.

Yup I knew it was something simple.



Just needed to install the drivers from the ATI site. Apparently I had the default XP drivers. +1 n00b point for me!



Thx for all the input and now onto the programming!



Rob