Clearly the array at client.class92.method2108(class92.java:396) is out of bounds. You need to open the file source code and check what variable it is and where the value is coming from.
You could also post the file here for help.
|
Client side error, No server side error.
Code:java.lang.ArrayIndexOutOfBoundsException: 3208 at client.class92.method2108(class92.java:396) at client.class92.method2082(class92.java:540) at client.class92.method2087(class92.java:416) at client.class92.method2088(class92.java:424) at client.class98.method2218(class98.java:29) at client.class98.method2220(class98.java:87) at client.class221.method4372(class221.java:478) at client.class218.method4198(class218.java:322) at client.class148.method3196(class148.java:25) at client.GameClient.vmethod1137(GameClient.java:3312) at client.GameShell.method782(GameShell.java:295) at client.GameShell.run(GameShell.java:649) at java.lang.Thread.run(Thread.java:748)
Client error, again no server side errors.
Code:java.lang.ArrayIndexOutOfBoundsException
Any help is greatly appreciated!
Clearly the array at client.class92.method2108(class92.java:396) is out of bounds. You need to open the file source code and check what variable it is and where the value is coming from.
You could also post the file here for help.
Hey Kevy!
Thanks for the response.
It looks like its called in this method here
var1 += (field1266[field1250] >> field1262 & var3) << var2; is what is on line 396, i'm not experienced with clients like at all.Code:static int method2108(int var0) { int var1 = 0; int var2; int var3; for(var2 = 0; var0 >= 8 - field1262; var0 -= var3) { var3 = 8 - field1262; int var4 = (1 << var3) - 1; var1 += (field1266[field1250] >> field1262 & var4) << var2; field1262 = 0; ++field1250; var2 += var3; } if(var0 > 0) { var3 = (1 << var0) - 1; var1 += (field1266[field1250] >> field1262 & var3) << var2; field1262 += var0; } return var1; }
Here is the full class92 file for anyone who wants to take a look. [Only registered and activated users can see links. ]
Looks like it's something when changing regions, can you manually run to a new region without disconnecting?
« [kronos] NEED HELP. | "The Account is Already Logged In." » |
Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |