You added new model header ?
|
|

I got no idea what this is, but it crashes my client and alot of others.Code:NPC.DAT : 1489108188 Called method225 NPC.IDX : 1489126980 Called method225 Error: T1 - 123,0 - 36,36 Exception in thread "Thread-6" java.lang.ArrayIndexOutOfBoundsException: -11 at Model.method479(Model.java:1044) at ItemDef.method201(ItemDef.java:936) at ItemDef.getSprite(ItemDef.java:825) at client.drawInterface(client.java:8325) at client.drawTabArea(client.java:1900) at client.drawGameScreen(client.java:8120) at client.processDrawing(client.java:8868) at RSApplet.run(RSApplet.java:108) at client.run(client.java:4674) at java.lang.Thread.run(Thread.java:619)

You added new model header ?

I did not touch anything of my modelheader at all.

method479 is for shadowing i believe, post line 1044 of model.java

Code 1044 being;Code:for(int i2 = 0; i2 < anInt1630; i2++) { int j2 = anIntArray1631[i2]; int l2 = anIntArray1632[i2]; int i3 = anIntArray1633[i2]; int j3 = anIntArray1627[l2] - anIntArray1627[j2]; int k3 = anIntArray1628[l2] - anIntArray1628[j2]; int l3 = anIntArray1629[l2] - anIntArray1629[j2]; int i4 = anIntArray1627[i3] - anIntArray1627[j2]; int j4 = anIntArray1628[i3] - anIntArray1628[j2]; int k4 = anIntArray1629[i3] - anIntArray1629[j2]; int l4 = k3 * k4 - j4 * l3; int i5 = l3 * i4 - k4 * j3; int j5;
Code:int j3 = anIntArray1627[l2] - anIntArray1627[j2];

Bump.
THis occurrs when people spawn noted barrows, wizard boots and other glitched items.

Bump, really need help!

Bump.

bump
Above this :
int j3 = anIntArray1627[l2] - anIntArray1627[j2];
Add:
if(l2 > -1 && j2 > -1)
| « GE interface help! | 100 errors when adding recolors to PI » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |