[v111] - Lidium

Page 1 of 8 12345678 LastLast
Results 1 to 15 of 109
  1. #1
    Member 9sin is offline
    MemberRank
    Mar 2021 Join Date
    United StatesLocation
    52Posts

    shout [v111] - Lidium

    https://www.mediafire.com/file/wwtms...-main.zip/file
    latest from github before it was deleted
    v111 client mods
    https://www.mediafire.com/file/togau...-main.zip/file
    I am moving to v92 and I am no longer supporting this release at all. If someone else wants to make a github repo or something that's fine. I will put my own source up for v92 at another time

    New development discord
    https://discord.gg/DN7nXkMFgc

    New github
    removed due to disinterest
    Last edited by 9sin; 31-12-21 at 08:45 PM. Reason: v90 to v92


  2. #2
    Member JustATinCan is offline
    MemberRank
    May 2021 Join Date
    58Posts

    Re: [v111] - Lidium

    Now this is something we can all get behind!

    - - - Updated - - -

    I will be working with this for fun now. (Note: I don't run a server but I do play with ones I can make and learning mostly from Java).

    I am guessing you are using graalVM to run your server? I see it in my JDK Build when I run it with JDK16. It is missing the org.graalvm.polyglot, I will update when I install graalvm.
    Last edited by JustATinCan; 03-06-21 at 10:18 PM.

  3. #3
    Member 9sin is offline
    MemberRank
    Mar 2021 Join Date
    United StatesLocation
    52Posts

    Re: [v111] - Lidium

    Quote Originally Posted by JustATinCan View Post
    I am guessing you are using graalVM to run your server? I see it in my JDK Build when I run it with JDK16. It is missing the org.graalvm.polyglot, I will update when I install graalvm.
    You need to include everything from lib/graaljs

  4. #4
    Enthusiast maplebumi is offline
    MemberRank
    Apr 2018 Join Date
    49Posts

    Re: [v111] - Lidium

    can you fix localhost click mouse wider than 1024 to the right

  5. #5
    Member 9sin is offline
    MemberRank
    Mar 2021 Join Date
    United StatesLocation
    52Posts

    Re: [v111] - Lidium

    Quote Originally Posted by maplebumi View Post
    can you fix localhost click mouse wider than 1024 to the right
    https://discord.gg/Q7wKxHX here is the most active maplestory development server. there are active devs in there who can help you do this

  6. #6
    Member JustATinCan is offline
    MemberRank
    May 2021 Join Date
    58Posts

    Re: [v111] - Lidium

    When I build I am building with 16JDK is that okay? I am adding all the jars to my libraries right now and recompiling.

    LidiumLoader 1...
    Loader 2...
    Loader 3...
    Exception in thread "main" java.lang.ExceptionInInitializer
    Error at server.Start.run(Start.java:62) at server.Start.main(Start.java:121)
    Caused by: java.lang.NullPointerException:
    Cannot read the array length because "<local3>" is null
    at provider.MapleDataProvider.fillMapleDataEntitys(MapleDataProvider.java:39)
    at provider.MapleDataProvider.<init>(MapleDataProvider.java:35)
    at provider.MapleDataProviderFactory.getWZ(MapleDataProviderFactory.java:31)
    at provider.MapleDataProviderFactory.getDataProvider(MapleDataProviderFactory.java:37)
    at server.life.MapleLifeFactory.<clinit>(MapleLifeFactory.java:46) ...
    2 morePress any key to continue . . .
    And yes I have my WZ folder in my extracted folder with the .bat. My guess is I have something wrong in my compile/version?
    Path of my wz java -server -Dnet.sf.odinms.wzpath=wz/ server.Start (its in the same folder). This issue acts like it doesn't see the WZ?
    Last edited by JustATinCan; 04-06-21 at 09:34 PM.

  7. #7
    Member 9sin is offline
    MemberRank
    Mar 2021 Join Date
    United StatesLocation
    52Posts

    Re: [v111] - Lidium

    Quote Originally Posted by JustATinCan View Post
    When I build I am building with 16JDK is that okay? I am adding all the jars to my libraries right now and recompiling.

    LidiumLoader 1...
    Loader 2...
    Loader 3...
    Exception in thread "main" java.lang.ExceptionInInitializer
    Error at server.Start.run(Start.java:62) at server.Start.main(Start.java:121)
    Caused by: java.lang.NullPointerException:
    Cannot read the array length because "<local3>" is null
    at provider.MapleDataProvider.fillMapleDataEntitys(MapleDataProvider.java:39)
    at provider.MapleDataProvider.<init>(MapleDataProvider.java:35)
    at provider.MapleDataProviderFactory.getWZ(MapleDataProviderFactory.java:31)
    at provider.MapleDataProviderFactory.getDataProvider(MapleDataProviderFactory.java:37)
    at server.life.MapleLifeFactory.<clinit>(MapleLifeFactory.java:46) ...
    2 morePress any key to continue . . .
    And yes I have my WZ folder in my extracted folder with the .bat. My guess is I have something wrong in my compile/version?
    Path of my wz java -server -Dnet.sf.odinms.wzpath=wz/ server.Start (its in the same folder). This issue acts like it doesn't see the WZ?
    Did you extract wz.zip?

  8. #8
    Member JustATinCan is offline
    MemberRank
    May 2021 Join Date
    58Posts

    Re: [v111] - Lidium

    I did, I am not quite sure what is going on... will work on it later next week, I am having an issue with compiling with JDK16, I had 7_80 JRE installed and it only supports up to 52 so I have to get that fixed now. (I forgot I was re-installing JDK16 and with out JDK16 installed you simply can't run the launch.bat so make sure you have JDK16 installed if you build it with JDK16 which you should anyways).
    Last edited by JustATinCan; 07-06-21 at 03:17 PM.

  9. #9
    Member 9sin is offline
    MemberRank
    Mar 2021 Join Date
    United StatesLocation
    52Posts

    Re: [v111] - Lidium

    Quote Originally Posted by JustATinCan View Post
    I did, I am not quite sure what is going on... will work on it later next week, I am having an issue with compiling with JDK16, I had 7_80 JRE installed and it only supports up to 52 so I have to get that fixed now.
    As it turns out, I had forgotten to set the wz paths back. It expects your wz path to be in "C:/". I'm working on an update to Lidium right now with this fixed and a few other things included.

  10. #10
    Member SomeoneMs is offline
    MemberRank
    Aug 2016 Join Date
    65Posts

    Re: [v111] - Lidium

    why i get the errors?

  11. #11
    Apprentice v3921358 is offline
    MemberRank
    May 2012 Join Date
    20Posts

    Re: [v111] - Lidium

    For SomeoneMs:

    Use Netbeans 12.4


    -----------------------------------


    BTW, plz accept my pull request

  12. #12
    Member 9sin is offline
    MemberRank
    Mar 2021 Join Date
    United StatesLocation
    52Posts

    Re: [v111] - Lidium

    Quote Originally Posted by v3921358 View Post
    BTW, plz accept my pull request
    Done.

  13. #13
    Member JustATinCan is offline
    MemberRank
    May 2021 Join Date
    58Posts

    Re: [v111] - Lidium

    Did you get that fix? I mean anyone can change it but for the other people. My issue is resolved, just had to make sure the right java version was being used.

    - - - Updated - - -

    Quote Originally Posted by SomeoneMs View Post
    why i get the errors?
    Please make sure to add all your .jars and use the current version of netbeans.

    Here is my folder and it builds perfectly fine. (NOTE: I don't really know if you can build with out the emulator I am sure you can but for the sake of doing it all his way).



    - - - Updated - - -

    This is what it should look like adding all jars + graaljs
    lithium.png

    - - - Updated - - -

    I added the wz folder to my C drive just to get this up and going and have more class path errors:

    LidiumLoader 1...
    Loader 2...
    Loader 3...
    Loader 4...
    Loader 5...
    Loader 6...
    20947 items loaded.
    Loader 7...
    Loader 8...
    Loader 9...Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/mina/common/IoHandlerAdapter
    at java.base/java.lang.ClassLoader.defineClass1(Native Method)
    at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1010)
    at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
    at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:855)
    at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:753)
    at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:676)
    at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:634)
    at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:182)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519) at server.Start.run(Start.java:85) at server.Start.main(Start.java:121)
    Caused by: java.lang.ClassNotFoundException: org.apache.mina.common.IoHandlerAdapter
    at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:636)
    at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:182)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519) ...
    11 morePress any key to continue . . .

  14. #14
    Member SomeoneMs is offline
    MemberRank
    Aug 2016 Join Date
    65Posts

    Re: [v111] - Lidium

    Quote Originally Posted by JustATinCan View Post
    Did you get that fix? I mean anyone can change it but for the other people. My issue is resolved, just had to make sure the right java version was being used.

    - - - Updated - - -



    Please make sure to add all your .jars and use the current version of netbeans.

    Here is my folder and it builds perfectly fine. (NOTE: I don't really know if you can build with out the emulator I am sure you can but for the sake of doing it all his way).



    - - - Updated - - -

    This is what it should look like adding all jars + graaljs
    lithium.png

    - - - Updated - - -

    I added the wz folder to my C drive just to get this up and going and have more class path errors:

    LidiumLoader 1...
    Loader 2...
    Loader 3...
    Loader 4...
    Loader 5...
    Loader 6...
    20947 items loaded.
    Loader 7...
    Loader 8...
    Loader 9...Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/mina/common/IoHandlerAdapter
    at java.base/java.lang.ClassLoader.defineClass1(Native Method)
    at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1010)
    at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
    at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:855)
    at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:753)
    at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:676)
    at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:634)
    at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:182)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519) at server.Start.run(Start.java:85) at server.Start.main(Start.java:121)
    Caused by: java.lang.ClassNotFoundException: org.apache.mina.common.IoHandlerAdapter
    at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:636)
    at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:182)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519) ...
    11 morePress any key to continue . . .
    now i get:
    Error: Could not find or load main class server.Start
    Caused by: java.lang.ClassNotFoundException: server.Start
    Press any key to continue . . .

    what the name of the file "dist" need to be?

    - - - Updated - - -

    Quote Originally Posted by JustATinCan View Post
    Did you get that fix? I mean anyone can change it but for the other people. My issue is resolved, just had to make sure the right java version was being used.

    - - - Updated - - -



    Please make sure to add all your .jars and use the current version of netbeans.

    Here is my folder and it builds perfectly fine. (NOTE: I don't really know if you can build with out the emulator I am sure you can but for the sake of doing it all his way).



    - - - Updated - - -

    This is what it should look like adding all jars + graaljs
    lithium.png

    - - - Updated - - -

    I added the wz folder to my C drive just to get this up and going and have more class path errors:

    LidiumLoader 1...
    Loader 2...
    Loader 3...
    Loader 4...
    Loader 5...
    Loader 6...
    20947 items loaded.
    Loader 7...
    Loader 8...
    Loader 9...Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/mina/common/IoHandlerAdapter
    at java.base/java.lang.ClassLoader.defineClass1(Native Method)
    at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1010)
    at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
    at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:855)
    at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:753)
    at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:676)
    at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:634)
    at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:182)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519) at server.Start.run(Start.java:85) at server.Start.main(Start.java:121)
    Caused by: java.lang.ClassNotFoundException: org.apache.mina.common.IoHandlerAdapter
    at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:636)
    at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:182)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519) ...
    11 morePress any key to continue . . .
    now i get:
    Error: Could not find or load main class server.Start
    Caused by: java.lang.ClassNotFoundException: server.Start
    Press any key to continue . . .

    what the name of the file "dist" need to be?

  15. #15
    Member JustATinCan is offline
    MemberRank
    May 2021 Join Date
    58Posts

    Re: [v111] - Lidium

    If you are stuck on that you need to change your "Lib" folder to "dist" that is what I did. @Echo off@title Lidium Server Consoleset CLASSPATH=.;dist\Lithium.jar;dist\mina-core.jar;dist\slf4j-api.jar;dist\slf4j-jdk14.jar;dist\mysql-connector-java-bin.jarjava -server -Dnet.sf.odinms.wzpath=wz/ server.Startpause

    I also changed my launch.bat up to make it more directed to my local dist folder. But the class paths are not working for me as you saw. So I am not sure what my issue is.



Page 1 of 8 12345678 LastLast

Advertisement