

kieron606
Member-
Content count
27 -
Joined
-
Last visited
About kieron606
-
Rank
Bronze Member
-
I'm on 317 PI. I used Tom's cache editor
-
Hi, I did do this, rebuilt the cache and other items such as coins turn into the dwarf remains with weird characters as the iten name? can you add my skype? kieronxbl
-
I never packed the cache, how can i change t?
-
I'm having an issue with some models where they have a '1' above it as if its in a stack, for example http://image.prntscr.com/image/1cc1823befbd42d496cdfd9c24f5fbbf.png
-
-
Hi just getting my RSPS set up, I've bought my VPS which is Ubuntu. I've never hosted on a Linux machine before & I'm having a problem when I run this - java-cp bin;./lib/*.jar org.perception.Server I get the error - -bash: ./lib/commons-compress-1.0.jar: Permission denied
-
[quote name='Arix']Nope. I never touched 317 before.[/QUOTE] I fixed the cache errors, but now my client just sits says communicating with server but doesnt load, no errors and my client and server are pointing to localhost
-
[quote name='Arix']buffer is null that means it couldn't fill the buffer. I don't know what the constructor of the Stream looks like but I am assuming the file was not found.[/QUOTE] Do you have any clue what Skins.dat could also be named? its an old project im trying to restore.
-
[quote name='Arix']Look at line 53 in Stream.java. What happens there? Give complete code not just what you think is relevant. It is useless right now.[/QUOTE] Is this what you were looking for? [QUOTE] public int g2() { currentOffset += 2; return ((buffer[currentOffset - 2] & 0xff) << 8) + (buffer[currentOffset - 1] & 0xff); }[/QUOTE]
-
Bump?
-
[quote name='falconpunch'][url]http://docs.oracle.com/javase/7/docs/api/java/lang/NullPointerException.html[/url] You're trying to call an object that's null. Also I don't know what the last block of code does.[/QUOTE] Could it be to do with a file not being in my cache?
-
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]
-
[CODE]src\server\Server.java:82: error: cannot find symbol highscores.process(); ^ symbol: variable highscores location: class Server src\server\Server.java:83: error: cannot find symbol if (highscores.connected) { ^ symbol: variable highscores location: class Server 2 errors Press any key to continue . . .[/CODE]
-
Client & Cache?
-
[CODE][Launcher] Initing Cache... Exception in thread "main" java.io.FileNotFoundException: data\cache\main_file_cache.dat2 (The system cannot find the path specified) at java.io.RandomAccessFile.open(Native Method) at java.io.RandomAccessFile.<init>(Unknown Source) at java.io.RandomAccessFile.<init>(Unknown Source) at com.alex.store.Store.<init>(Store.java:34) at com.alex.store.Store.<init>(Store.java:28) at com.alex.store.Store.<init>(Store.java:24) at com.rs.cache.Cache.init(Cache.java:20) at com.rs.Launcher.main(Launcher.java:62)[/CODE]