Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved I keep getting an unhandled error with every script.

Joined
Dec 25, 2014
Messages
13
Every script I run pops up with an unhandled error and I can't seem to run anything.

Edit: It seems to just be the Maxi scripts actually. Anyone else having problems? :(

Final edit: Other scripts have started doing it as well now.

Here's the details I get each time.

java.lang.IllegalArgumentException: The directory file must be a valid directory.
at a.Ji.<init>(fk:94)
at a.Ji.<init>(fk:38)
at a.Ji.<init>(fk:265)
at a.lo.byte(mrb:146)
at com.runemate.game.api.hybrid.entities.definitions.GameObjectDefinition.get(tdb:88)
at a.Vm.byte(lhb:87)
at com.runemate.game.api.hybrid.region.Region.getCollisionFlags(om:11)
at com.runemate.game.api.hybrid.location.Coordinate.getReachableCoordinates(snb:206)
at com.runemate.game.api.hybrid.location.navigation.web.WebPath.getNext(wwb:49)
at com.runemate.game.api.hybrid.location.navigation.web.WebPath.step(wwb:194)
at com.runemate.api.Walking.walkTo(Walking.java:59)
at com.runemate.api.Walking.walkTo(Walking.java:48)
at com.runemate.maxiscripts.task.miner.Walk.execute(Walk.java:37)
at com.runemate.game.api.script.framework.task.TaskScript.onLoop(ebb:148)
at com.runemate.game.api.script.framework.LoopingScript.run(yhb:89)
at com.runemate.game.api.script.framework.AbstractScript.start(plb:197)
at a.sJ.run(clb:102)
 
Last edited:
Engineer
Joined
Jul 28, 2013
Messages
2,776
If you try starting runescape on the official client first and then run it on runemate, does it work?
 
Joined
Dec 17, 2014
Messages
215
Having almost the same problem, however my client crashes when I try running a script, P.S worked like a charm earlier today...
 
Top