Jump to content
Existing user? Sign In

Sign In



Sign Up

Running SirePS


ItsPepe

Recommended Posts

Fixed it, to fix this(yes I'm not a dick like some other kids here who wouldn't help me *cough* Mad** *cough*)

Anyways, to fix this, go to your users folder and there should be a folder created called TrinityCache, if there isn't just create one and copy the files in the cache folder into it, don't copy the 'cache' folder in client but rather its contents so the files.

Go to package com.rune.sanity.client.configuration.java and scroll to the bottom.
change
public static final boolean LOAD_LOCAL_CACHE = true;
to this
public static final boolean LOAD_LOCAL_CACHE = false;

Link to comment
Share on other sites

34 minutes ago, ItsPepe said:

Fixed it, to fix this(yes I'm not a dick like some other kids here who wouldn't help me *cough* Mad** *cough*)

Anyways, to fix this, go to your users folder and there should be a folder created called TrinityCache, if there isn't just create one and copy the files in the cache folder into it, don't copy the 'cache' folder in client but rather its contents so the files.

Go to package com.rune.sanity.client.configuration.java and scroll to the bottom.
change
public static final boolean LOAD_LOCAL_CACHE = true;
to this
public static final boolean LOAD_LOCAL_CACHE = false;

Was asked not to give out all the fixes. Deff a step closer :)

Link to comment
Share on other sites

6 hours ago, ItsPepe said:

Fixed it, to fix this(yes I'm not a dick like some other kids here who wouldn't help me *cough* Mad** *cough*)

Anyways, to fix this, go to your users folder and there should be a folder created called TrinityCache, if there isn't just create one and copy the files in the cache folder into it, don't copy the 'cache' folder in client but rather its contents so the files.

Go to package com.rune.sanity.client.configuration.java and scroll to the bottom.
change
public static final boolean LOAD_LOCAL_CACHE = true;
to this
public static final boolean LOAD_LOCAL_CACHE = false;

Why the hell would you do that? you can load it locally just fine. 

just read the very first error. SIMPLE.

not worth all the trouble anyways, needs a lot of work and is nowhere close to the current version.

Edited by penta
Link to comment
Share on other sites

10 hours ago, penta said:

Why the hell would you do that? you can load it locally just fine. 

just read the very first error. SIMPLE.

not worth all the trouble anyways, needs a lot of work and is nowhere close to the current version.

no you can't dipshit, i just made my post long cos i tried to make it as nooooooooob-friendly as possible, fuck off retard

Link to comment
Share on other sites

1 hour ago, ItsPepe said:

no you can't dipshit, i just made my post long cos i tried to make it as nooooooooob-friendly as possible, fuck off retard

03204abaa05a11a11233ab918834e1e7.gif

tfw you have no clue what you're talking about

 

Edited by penta
Link to comment
Share on other sites

11 minutes ago, penta said:

03204abaa05a11a11233ab918834e1e7.gif

tfw you have no clue what you're talking about

 

Is there files in your TrinityCache folder? If so thats why, the link is down so for anyone who doesn't have TrinityCache in the user folders(with the proper cache files) it wont work, so tfw you have no clue.

Link to comment
Share on other sites

2 minutes ago, ItsPepe said:

Is there files in your TrinityCache folder? If so thats why, the link is down so for anyone who doesn't have TrinityCache in the user folders(with the proper cache files) it wont work, so tfw you have no clue.

no, it's loading it from the ./cache/ folder in the download like it's supposed to. not from the user.home/TrinityCache/ directory. go read the signlink class.

at this point I honestly think you don't even have it working.

Edited by penta
Link to comment
Share on other sites

2 minutes ago, penta said:

no, it's loading it from the ./cache/ folder in the download like it's supposed to. not from the user.home/TrinityCache/ directory. go read the signlink class.

at this point I honestly think you don't even have it working.

I do have it working, I logged on too rofl. I don't see why you're shit talking on this thread tbh, my fix works perfectly fine and its the right one if people just get it straight from the download section without anything else.

Link to comment
Share on other sites

  • 5 months later...

hey guys anyone can help me i get this error

Quote

java.util.zip.ZipException: Not in GZIP format
    at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    at com.rune.sanity.client.FontArchiver.loadArchive(FontArchiver.java:31)
    at com.rune.sanity.client.Client.startUp(Client.java:10078)
    at com.rune.sanity.client.RSApplet.run(RSApplet.java:182)
    at com.rune.sanity.client.Client.run(Client.java:6508)
    at java.lang.Thread.run(Unknown Source)
java.lang.NullPointerException
    at com.rune.sanity.client.Client.streamLoaderForName(Client.java:4892)
    at com.rune.sanity.client.Client.startUp(Client.java:10128)
    at com.rune.sanity.client.RSApplet.run(RSApplet.java:182)
    at com.rune.sanity.client.Client.run(Client.java:6508)
    at java.lang.Thread.run(Unknown Source)
Exception in thread "Thread-5" java.lang.NullPointerException
    at com.rune.sanity.client.Client$1.run(Client.java:10097)
    at java.lang.Thread.run(Unknown Source)
java.net.ConnectException: Connection refused: connect
    at java.net.DualStackPlainSocketImpl.connect0(Native Method)
    at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
    at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
    at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at com.rune.sanity.client.Client.openSocket(Client.java:1652)
    at com.rune.sanity.client.Client.openJagGrabInputStream(Client.java:13038)
    at com.rune.sanity.client.Client.streamLoaderForName(Client.java:4907)
    at com.rune.sanity.client.Client.startUp(Client.java:10128)
    at com.rune.sanity.client.RSApplet.run(RSApplet.java:182)
    at com.rune.sanity.client.Client.run(Client.java:6508)
    at java.lang.Thread.run(Unknown Source)
java.net.ConnectException: Connection refused: connect
    at java.net.DualStackPlainSocketImpl.connect0(Native Method)
    at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
    at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
    at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at com.rune.sanity.client.Client.openSocket(Client.java:1652)
    at com.rune.sanity.client.Client.openJagGrabInputStream(Client.java:13038)
    at com.rune.sanity.client.Client.streamLoaderForName(Client.java:4907)
    at com.rune.sanity.client.Client.startUp(Client.java:10128)
    at com.rune.sanity.client.RSApplet.run(RSApplet.java:182)
    at com.rune.sanity.client.Client.run(Client.java:6508)
    at java.lang.Thread.run(Unknown Source)
java.net.ConnectException: Connection refused: connect
    at java.net.DualStackPlainSocketImpl.connect0(Native Method)
    at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
    at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
    at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at com.rune.sanity.client.Client.openSocket(Client.java:1652)
    at com.rune.sanity.client.Client.openJagGrabInputStream(Client.java:13038)
    at com.rune.sanity.client.Client.streamLoaderForName(Client.java:4907)
    at com.rune.sanity.client.Client.startUp(Client.java:10128)
    at com.rune.sanity.client.RSApplet.run(RSApplet.java:182)
    at com.rune.sanity.client.Client.run(Client.java:6508)
    at java.lang.Thread.run(Unknown Source)

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Contact

[email protected]

astra.security

What is a RSPS?

A RSPS, also known as RuneScape private server, is an online game based on RuneScape, and controlled by independent individuals.

Popular RSPS Servers

Runewild Ikov RedemptionRSPS

Disclaimer

Runesuite is not affiliated with runescape, jagex in any way & exists solely for educational purposes.

×
×
  • Create New...