Launch_Channel weird error

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

Might be the wz files, got any v62 ones to link by any chance? Also, I tried this with different source files but same wz files so it might be them indeed.
 
Upvote 0
Did you test it on Java 7 and 8?

Just replaced JDK/JRE 8 with JDK/JRE 7.
Getting this error now:
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)

Do you have any links for other v62 JAVA 7 /updated sources?
 
Last edited:
Upvote 0
Back