Can Someone Please Help Me With This

i keep getting booted from a game. It is online and it runs on java. these are the errors in the console.

Error: 99205, -1024, 1, -65, java.lang.ArrayIndexOutOfBoundsException: -1024

Error: 91456, MAARFNGV@ec4a87, [LXQKSIEVT;@110fe28, MAARFNGV@9e29fb, -72, java.lang.NullPointerException

Error: loaderror Unpacking media 80

please help me

[369 byte] By [Pillar22a] at [2007-9-24]
# 1
The problem appears to be with the game program, not Java. I suggest that you try to resolve the problem with the website that hosts the game.
ChuckBinga at 2007-7-13 > top of java,Developer Tools,Debugging and Profiling Tool APIs...
# 2
Hisome problem is there is in ur game.ArrayOutOfBoundException is comming when u r trying to access an array index which is not there.NullPointerException comes when some body access an object which value is null.Cheak ur code throughly.CheersSrikant
srikanta at 2007-7-13 > top of java,Developer Tools,Debugging and Profiling Tool APIs...