ERROR! THREAD NAME: main
java.lang.NegativeArraySizeException
at com.alex.store.Index.cacheArchiveFiles(Index.java: 302)
at com.alex.store.Index.getFile(Index.java:112)
at com.alex.store.Index.getFile(Index.java:104)
at com.rs.cache.loaders.ItemDefinitions.loadItemDefin itions(ItemDefinitions.java:345)
at com.rs.cache.loaders.ItemDefinitions.<init>(ItemDe finitions.java:336)
at com.rs.cache.loaders.ItemDefinitions.getItemDefini tions(ItemDefinitions.java:314)
at com.rs.cache.loaders.ItemsEquipIds.init(ItemsEquip Ids.java:14)
at com.rs.Launcher.main(Launcher.java:66)
[Launcher] Failed starting Server Channel Handler. Shutting down...


Does anyone know what this is? I just started my server 2minutes ago and then when i changed an npc to a different id, that popped up..^


FIXED!
Figured out the problem, in frosty cache editor I deleted a line and did not remake it... for example:

29951 - null
29952 - null
29953 - null


I deleted 52 and so it was skipping over an entire model and gave me that error^ (when you delete a null, you must put it in that name if your just moving over a custom item to a different id.)