Im new to this type of thing and this is my first attempt at setting up a game server. Ive had alot of problems along the way and most I have managed to resolve but this ones got me!!
Ive followed the vickers tutorial/video and this is the error I have managed to come up with. If anyone knows a way to fix this Id love to know!Code:[ERROR 2011-06-16 12:55:52] gameserver.utils.ThreadUncaughtExceptionHandler:37 - Critical Error - Thread: main terminated abnormaly: gameserver.GameServerError: Can't initialize quest handlers. gameserver.GameServerError: Can't initialize quest handlers. at gameserver.questEngine.QuestEngine.load(QuestEngine.java:110) at gameserver.GameServer.main(GameServer.java:112) Caused by: java.lang.RuntimeException: Error while compiling classes at com.aionemu.commons.scripting.impl.javacompiler.ScriptCompilerImpl.doCompilation(ScriptCompilerImpl.java:181) at com.aionemu.commons.scripting.impl.javacompiler.ScriptCompilerImpl.compile(ScriptCompilerImpl.java:151) at com.aionemu.commons.scripting.impl.ScriptContextImpl.init(ScriptContextImpl.java:132) at com.aionemu.commons.scripting.scriptmanager.ScriptManager.load(ScriptManager.java:86) at gameserver.questEngine.QuestEngine.load(QuestEngine.java:107) ... 1 more
Thanks
HomerJ




