This problem has been fixed.
Now a problem of character getting stuck at character selection.
This problem has been fixed.
Now a problem of character getting stuck at character selection.
Last edited by lordpeter; 02-12-15 at 06:48 AM.
Since no one was reply I edited the post with some more information for more hope. Please do attempt to help <3
There's an error loading event scripts. Make sure you've got everything required for them.
For example, if an event is trying to use a specific map id and your wz files don't contain that map id, this error will be thrown.
Trace it back/debug
open Game/Configuration/world.properties
see channel.events=...
replace Dollhouse with DollHouse
solved?
Last edited by Yuuroido; 29-11-15 at 05:19 AM.
@lordpeter did you try this?
v62 xml (haven' tested)
Last edited by eshays; 29-11-15 at 06:28 AM.
check the others in channel.event to see if they match the script file names too?
I remember having these errors in MoopleDev, it never stopped me from logging in, any chance that you can't login for some other reason?
Not sure if I'm allowed to bump once a day but I hope I am. Really struggling with this guys.
Did you test it on Java 7 and 8?
Just replaced JDK/JRE 8 with JDK/JRE 7.
Getting this error now:
Do you have any links for other v62 JAVA 7 /updated sources?Code:Exception in thread "main" java.lang.UnsupportedClassVersionError: handling/worl d/WorldServer : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:800) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:14 2) at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) at java.net.URLClassLoader.access$100(URLClassLoader.java:71) at java.net.URLClassLoader$1.run(URLClassLoader.java:361) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
Last edited by lordpeter; 02-12-15 at 05:01 AM.