Hi can someone help me?
I have started programming a game in Java - its seems ok although im not too happy with the framerate.
Anyway more to the point, my game works fine except sometimes i get native errors when the game finishes (by sometimes i mean inconsistently; sometimes the same code doesnt produce errors)
A stack trace reveals that the error occurs when the VM tries to dispose of images.
I am using BufferStrategy for rendering and getImage to get gifs to draw.
Please help if you can!
Thanks a lot