LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Anigagan on March 12, 2006, 01:42:56

Title: 5 tests => Native crash
Post by: Anigagan on March 12, 2006, 01:42:56
I ran through all the tests specified in the readme file of Lwjgl 0.99 for win.

the readme present 23 tests (not including those for fmod)
they were all fine except for  
org.lwjgl.test.DisplayTest
org.lwjgl.test.opengl.FullScreenWindowedTest
org.lwjgl.test.opengl.VBOTest
org.lwjgl.test.openal.MovingSoundTest
org.lwjgl.test.opengl.VBOIndexTest

Those 5 tests crashed my vm dumping 5 hs_err_pid logs.

They all have the same problematic frame: tridicdf.dll which is part of my video drivers. Trident CyberALADDiN-P4

Any ideas of what i'm doing wrong or what i should not do? :)

Thanks
Title: 5 tests => Native crash
Post by: Matzon on March 12, 2006, 08:19:12
best you can do is get a hold of the very latest (OpenGL) drivers for the card - or much better get a real card.
however I think that, that typs of graphics card is for laptops? - so you're stuck :(
Title: 5 tests => Native crash
Post by: Anigagan on March 12, 2006, 16:55:47
Quote from: "Matzon"best you can do is get a hold of the very latest (OpenGL) drivers for the card - or much better get a real card.
however I think that, that typs of graphics card is for laptops? - so you're stuck :(

I do have the latest drivers. I guess my laptop is just not ment for games ;)

Thanks for the hand
Title: 5 tests => Native crash
Post by: elias on March 14, 2006, 08:02:31
Please post the relevant parts of a hs_err_pid log file. There might be some useful information in there.

- elias