PDA

View Full Version : What to do...



Keith
December 6th, 2010, 12:35
java.io.FileNotFoundException: C:\Users\Keith\.runestrike_file_store
_32\maps\mapConfig.txt (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileReader.<init>(Unknown Source)
at client.setNewMaps(client.java:36)
at client.startUp(client.java:7797)
at RSApplet.run(RSApplet.java:72)
at client.run(client.java:5127)
at java.lang.Thread.run(Unknown Source)
C:\Users\Keith
C:\Users\Keith
C:\Users\Keith
Error: loaderror Starting up 20
java.lang.NullPointerException
at Stream.read3Bytes(Stream.java:155)
at StreamLoader.<init>(StreamLoader.java:10)
at client.streamLoaderForName(client.java:4183)
at client.startUp(client.java:7812)
at RSApplet.run(RSApplet.java:72)
at client.run(client.java:5127)
at java.lang.Thread.run(Unknown Source)

I'm completly unsure what to do... I've done a few things but to no avail.. can anyone help ?

iTStorm
December 6th, 2010, 12:50
It can't find the file "MapConfig.txt"

Stacx
December 6th, 2010, 12:51
FileNotFoundException


C:\Users\Keith\.runestrike_file_store
_32\maps\mapConfig.txt

doesnt exist.

Keith
December 6th, 2010, 12:58
Alright, so now that that bit is out of the way, thanks alot by the way :)

I now get this error
Error: loaderror Starting up 20
java.lang.NullPointerException
at Stream.read3Bytes(Stream.java:155)
at StreamLoader.<init>(StreamLoader.java:10)
at client.streamLoaderForName(client.java:4183)
at client.startUp(client.java:7812)
at RSApplet.run(RSApplet.java:72)
at client.run(client.java:5127)
at java.lang.Thread.run(Unknown Source)

It's really not my day.

iTStorm
December 6th, 2010, 13:01
Thrown when an application attempts to use null in a case where an object is required. These include:

Calling the instance method of a null object.
Accessing or modifying the field of a null object.
Taking the length of null as if it were an array.
Accessing or modifying the slots of null as if it were an array.
Throwing null as if it were a Throwable value.


Nuff Said.

Keith
December 6th, 2010, 13:04
Thrown when an application attempts to use null in a case where an object is required. These include:

Calling the instance method of a null object.
Accessing or modifying the field of a null object.
Taking the length of null as if it were an array.
Accessing or modifying the slots of null as if it were an array.
Throwing null as if it were a Throwable value.


Nuff Said.

Thanks I guess? But that made no sence.

iTStorm
December 6th, 2010, 13:13
The client tried to use the "null" value but it didn't need a "null" value, it needed a java object.

EDIT: Got it from here: Only the registered members can see the link.

h1 sk1ller
December 6th, 2010, 13:24
You can just remove the line sending to the command prompt to load it? It won't stop it from loading it, but it should stop it showing that, or just remove the void.

Keith
December 6th, 2010, 16:05
nothing worked I still have the error;


Error: loaderror Starting up 20
java.lang.NullPointerException
at Stream.read3Bytes(Stream.java:155)
at StreamLoader.<init>(StreamLoader.java:10)
at client.streamLoaderForName(client.java:4183)
at client.startUp(client.java:7812)
at RSApplet.run(RSApplet.java:72)
at client.run(client.java:5127)
at java.lang.Thread.run(Unknown Source)