Black screen

Im trying to run Asteroids tutorial from cokeandcode.com, wich use LWJGL rendering

Ive finally got it to compile (f-ing h-ll, I thought I left “linking” problems behind when switching fom c++), the window opens but all I see is a black screen! The console says it has loaded some pictures and models. When I try to run it in with Web Start I get the same result.

Does anyone have any idea?

Im using: Vista, GMA 950 graphics card, Eclipse.

fwiw, try updating your opengl drivers.

OpenGL-drivers seems to be up to date. And I can run other lwjgl things (SpaceInvader game from the same page).

It might have something to do with texture loading, but it says in the console that it loads textures.

Im getting sound from the application too! Very frustating!

/Jens

Turned out to be gl drivers after all. It started working after an auto update.