Beta test: Java2D + JOGL + LWJGL

I have made a game engine that support Java2D, JOGL, plus LWJGL.
And I need to be sure that all modes working in every pc.
It working flawlessly in my PC, but there some ppl said that the JOGL version makes the screen messed. :frowning:

Anyway the benchmark of the performance in all modes that the beta tester has been done are listed here :
http://goldenstudios.or.id/forum/index.php?showtopic=200

Thank you for testing this :wink:

Screen messy???

My JOGL game screen is messed in some PC. In my PC everything is working.
Any thought why this is happen?

In my PC, it suppose to be like this :

http://goldenstudios.or.id/JOGL.JPG

The messed one, 3 testers said this, and one tester has sent me the screenshot :

http://goldenstudios.or.id/JOGL_Messy.jpg

Cos there is no exception and the game run as usual, I don’t know how I can fix this :frowning:

You could try:

a) Asking your testers to run the WebStart JOGL demos and see if they get similar problems.

b) Try to see what might be common between the failing machines e.g. graphics chipset etc.

Rob

No problems here with the JOGL version.

The problem only arise for that using ATI gfx card, has been confirmed by Ken Russell to add a ATI_WORKAROUND property.
Time to see whether it’s eliminate the bugs or not :slight_smile: