Search the Community
Showing results for tags 'loadng'.
Found 1 result
-
Client loads to the 35% then it tells me the client cant load and i have to reload my cache? [url]http://prntscr.com/6wr9h9[/url] [CODE]java.lang.NullPointerException at Stream.g2(Stream.java:53) at Class36.loadSkins(Class36.java:12) at Client.startUp(Client.java:12441) at RSApplet.run(RSApplet.java:79) at Client.run(Client.java:8357) at java.lang.Thread.run(Unknown Source)[/CODE] The lines with the errors ^^ [CODE]Stream stream = new Stream(FileOperations.ReadFile(signlink.findcachedir() + "Skins.dat")); int numSkins = stream.g2(); skinData = new byte[numSkins][][/CODE] [CODE] Class36.loadSkins();[/CODE] [CODE] startUp();[/CODE] [CODE] public void run() { if (drawFlames) { drawFlames(); } else { super.run(); } } [/CODE]