_Jamal
Aldor Manager
- Mar 30, 2014
- 1,246
- 178
- 0
That would be because you need to run this server through eclipse. Here's a short tutorial on how to do that, ( http://www.rune-server.org/runescap...h-eclipse-extreme-beginners-tutorial-1-a.html )
Again I'd heavily recommend running via eclipse for your development phase, but here's the .bat I used for out-of-eclipse loading:
Code:@echo off title 530 Client .bat by Jamal.Xeon java -Xmx1024m ClientLoader @pause
Error stays
[2014/04/05 17:44:42] [GameEngine]: java.lang.Exception: Invalid Cache path
[2014/04/05 17:44:42] [GameEngine]: Invalid Cache path
[2014/04/05 17:44:42] [GameEngine]: com.xeno.cache.Cache.<init>(Cache.java:32)
[2014/04/05 17:44:42] [GameEngine]: com.xeno.Server.<init>(Server.java:79)
[2014/04/05 17:44:42] [GameEngine]: com.xeno.Main$1.run(Main.java:29)
[2014/04/05 17:44:42] [GameEngine]: java.lang.Thread.run(Unknown Source)