[Help] Console Error - I'm a Beginner (New to MS Development)
Ok, I downloaded the source TimelssMS Rev.6 and when I do the start.bat I get this error.
Code:
Exception in thread "main" java.lang.ExceptionInInitializerError
at server.Start.run(Start.java:94)
at server.Start.main(Start.java:144)
Caused by: java.lang.NullPointerException
at provider.MapleDataProvider.fillMapleDataEntitys(MapleDataProvider.jav
a:45)
at provider.MapleDataProvider.<init>(MapleDataProvider.java:41)
at provider.MapleDataProviderFactory.getWZ(MapleDataProviderFactory.java
:37)
at provider.MapleDataProviderFactory.getDataProvider(MapleDataProviderFa
ctory.java:43)
at server.life.MapleLifeFactory.<clinit>(MapleLifeFactory.java:52)
... 2 more
Thanks for help in advanced! :)
Re: [Help] Console Error - I'm a Beginner (New to MS Development)
You are missing wz xml folder
Re: [Help] Console Error - I'm a Beginner (New to MS Development)
This is probably going to be the stupidest question of all, where could I find the client?
Re: [Help] Console Error - I'm a Beginner (New to MS Development)
Quote:
Originally Posted by
Symbolic.
This is probably going to be the stupidest question of all, where could I find the client?
What do you mean by that?
Re: [Help] Console Error - I'm a Beginner (New to MS Development)
Quote:
Originally Posted by
Symbolic.
This is probably going to be the stupidest question of all, where could I find the client?
You can use the LEN one thats actually for v115. It works on the v117 as well. Its in a guide on how to set up a server.