[V179.4] Lucid2.0 (updated mushy) src release

Page 9 of 10 FirstFirst 12345678910 LastLast
Results 121 to 135 of 141
  1. #121
    Novice Shirii is offline
    MemberRank
    Mar 2018 Join Date
    1Posts

    Re: [V179.4] Lucid2.0 (updated mushy) src release

    Quote Originally Posted by xuvio View Post
    I tried using this but unfortunately I'm a noob when it comes to programming stuff.

    I tried adding jar files in eclipse but I can't find them. I only find java files in the lib folder from the source. Do I need to download other files or am I just blind? :O

    Is it also correct to import V1__Initial_version.sql into mysql and then the other files in that folder?

    It's probably pretty easy and I just don't get it due to noob, but help would be appreciated. Could also add a few more lines to the initial post that would stop noobs like me asking that stuff :D

    Also kinda offtopic question: I want to play MS solo offline, is this version suited for that purpose or would you recommend me any other version? I'm currently using ourstory 142 but that one is pretty damn bugged^^
    Its a maven project so u have to import as maven

  2. #122
    Enthusiast Bomberman20 is offline
    MemberRank
    Mar 2020 Join Date
    25Posts

    Re: [V179.4] Lucid2.0 (updated mushy) src release

    I try to build it with maven and other progrems it give me errors ( i build other projects with maven before)

    Please can someone uplode the compiled mushy.jar file to here?

    It is inside bin folder in lucid2.0 project

  3. #123
    Apprentice Rumplez41 is offline
    MemberRank
    Apr 2020 Join Date
    10Posts

    Re: [V179.4] Lucid2.0 (updated mushy) src release

    Any Idea how to fix this error?

    May 02, 2020 2:22:18 PM org.flywaydb.core.internal.util.logging.slf4j.Slf4jLog infoINFO: Flyway 4.0.3 by BoxfuseMay 02, 2020 2:22:18 PM org.flywaydb.core.internal.util.logging.slf4j.Slf4jLog infoINFO: Database: jdbc:mysql://127.0.0.1:3306/mushy?useSSL=false (MySQL 5.5)May 02, 2020 2:22:18 PM org.flywaydb.core.internal.util.logging.slf4j.Slf4jLog infoINFO: Successfully validated 7 migrations (execution time 00:00.031s)Exception in thread "main" org.flywaydb.core.api.FlywayException: Found non-empty schema `mushy` without metadata table! Use baseline() or set baselineOnMigrate to true to initialize the metadata table. at org.flywaydb.core.Flyway$1.execute(Flyway.java:943) at org.flywaydb.core.Flyway$1.execute(Flyway.java:917) at org.flywaydb.core.Flyway.execute(Flyway.java:1373) at org.flywaydb.core.Flyway.migrate(Flyway.java:917) at server.Start.run(Start.java:81) at server.Start.main(Start.java:157)Press any key to continue . . .

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

    Re: [V179.4] Lucid2.0 (updated mushy) src release

    Quote Originally Posted by Rumplez41 View Post
    Any Idea how to fix this error?

    May 02, 2020 2:22:18 PM org.flywaydb.core.internal.util.logging.slf4j.Slf4jLog infoINFO: Flyway 4.0.3 by BoxfuseMay 02, 2020 2:22:18 PM org.flywaydb.core.internal.util.logging.slf4j.Slf4jLog infoINFO: Database: jdbc:mysql://127.0.0.1:3306/mushy?useSSL=false (MySQL 5.5)May 02, 2020 2:22:18 PM org.flywaydb.core.internal.util.logging.slf4j.Slf4jLog infoINFO: Successfully validated 7 migrations (execution time 00:00.031s)Exception in thread "main" org.flywaydb.core.api.FlywayException: Found non-empty schema `mushy` without metadata table! Use baseline() or set baselineOnMigrate to true to initialize the metadata table. at org.flywaydb.core.Flyway$1.execute(Flyway.java:943) at org.flywaydb.core.Flyway$1.execute(Flyway.java:917) at org.flywaydb.core.Flyway.execute(Flyway.java:1373) at org.flywaydb.core.Flyway.migrate(Flyway.java:917) at server.Start.run(Start.java:81) at server.Start.main(Start.java:157)Press any key to continue . . .
    where you complete? net beans?

  5. #125
    Apprentice Rumplez41 is offline
    MemberRank
    Apr 2020 Join Date
    10Posts

    Re: [V179.4] Lucid2.0 (updated mushy) src release

    complied on net beans. I actually deleted the PHP code in start.java under scr file and recomplied. the error is fixed. but now i do have a new error.

    A total of 51 handlers have been loaded.Exception in thread "main" java.lang.NullPointerException at server.life.MapleLifeFactory.getMonsterStats(MapleLifeFactory.java:258) at server.life.MapleMonsterInformationProvider.loadDrop(MapleMonsterInformationProvider.java:127) at server.life.MapleMonsterInformationProvider.load(MapleMonsterInformationProvider.java:89) at server.Start.run(Start.java:104) at server.Start.main(Start.java:147)Press any key to continue . . .
    Quote Originally Posted by SomeoneMs View Post
    where you complete? net beans?

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

    Re: [V179.4] Lucid2.0 (updated mushy) src release

    Quote Originally Posted by Rumplez41 View Post
    complied on net beans. I actually deleted the PHP code in start.java under scr file and recomplied. the error is fixed. but now i do have a new error.

    A total of 51 handlers have been loaded.Exception in thread "main" java.lang.NullPointerException at server.life.MapleLifeFactory.getMonsterStats(MapleLifeFactory.java:258) at server.life.MapleMonsterInformationProvider.loadDrop(MapleMonsterInformationProvider.java:127) at server.life.MapleMonsterInformationProvider.load(MapleMonsterInformationProvider.java:89) at server.Start.run(Start.java:104) at server.Start.main(Start.java:147)Press any key to continue . . .


    complete from IntelliJ IDEA

  7. #127
    Apprentice kevinzhu12344 is offline
    MemberRank
    May 2020 Join Date
    12Posts

    Re: [V179.4] Lucid2.0 (updated mushy) src release

    I am literally clueless. I have been trying so many times to run the server but no result. Can someone tell me what the fuck i did wrong because i am fking stupid. In the message section of intelj IDEA, it says:
    Error(5988, 12) java: cannot find symbol
    symbol: method getstopforceatominfo()
    location: variable chr of type client.MapleCharacter
    Error:(806, 49) java: cannot find symbol
    Error:(1903, 59) java: cannot find symbol.
    i am suspecting that i don't have the right jdk or jre files but seriously. Am i suppose to download this ->https://www.oracle.com/java/technolo...downloads.html ( ) and put the local policy and security thing into
    ->C:\Program Files\Java\jre8\lib
    C:\Program Files\Java\jre8\lib\ext
    C:\Program Files\Java\jre8\lib\security
    C:\Program Files\Java\jdk1.8.0_XX\lib
    C:\Program Files\Java\jdk1.8.0_XX\jre\lib
    C:\Program Files\Java\jdk1.8.0_XX\jre\lib\ext
    C:\Program Files\Java\jdk1.8.0_XX\jre\lib\security

    Or, when i run the bat file (Launcher), it says:
    could not find or load main class server.start
    caused by; java.lang.classNotFoundException: server. start.

    Someone help me please. If there are stuff to download, please give me a link direct. I need some guidance because i'm clueless as fuck and dumb

    edit: What i did was i downloaded the server, ran the sql files in workbench and opened successfully wamp. Then, i opened it through INTELJ IDEA and ran java.start there. Am i missing a step?

  8. #128
    Enthusiast Bomberman20 is offline
    MemberRank
    Mar 2020 Join Date
    25Posts

    Re: [V179.4] Lucid2.0 (updated mushy) src release

    Same here whene i try to compile whit intellij is say same error


    And even maven via "mvn install" command
    It say error mushy and somthing like that... (other project in maven are secsesfully installed)


    kevinZhu the message "could not find or load main class" in the bat file
    Becose you not compiled the jar file and put it in bin folder

    I ask from people from this forum to upload the jar file but no one is kind to do it

    (Too hard to upload 15mb jar file to mediafire)

  9. #129
    Apprentice Rumplez41 is offline
    MemberRank
    Apr 2020 Join Date
    10Posts

    Re: [V179.4] Lucid2.0 (updated mushy) src release

    Did you install the strength files?
    Quote Originally Posted by kevinzhu12344 View Post
    I am literally clueless. I have been trying so many times to run the server but no result. Can someone tell me what the fuck i did wrong because i am fking stupid. In the message section of intelj IDEA, it says:
    Error(5988, 12) java: cannot find symbol
    symbol: method getstopforceatominfo()
    location: variable chr of type client.MapleCharacter
    Error:(806, 49) java: cannot find symbol
    Error:(1903, 59) java: cannot find symbol.
    i am suspecting that i don't have the right jdk or jre files but seriously. Am i suppose to download this ->https://www.oracle.com/java/technolo...downloads.html ( ) and put the local policy and security thing into
    ->C:\Program Files\Java\jre8\lib
    C:\Program Files\Java\jre8\lib\ext
    C:\Program Files\Java\jre8\lib\security
    C:\Program Files\Java\jdk1.8.0_XX\lib
    C:\Program Files\Java\jdk1.8.0_XX\jre\lib
    C:\Program Files\Java\jdk1.8.0_XX\jre\lib\ext
    C:\Program Files\Java\jdk1.8.0_XX\jre\lib\security

    Or, when i run the bat file (Launcher), it says:
    could not find or load main class server.start
    caused by; java.lang.classNotFoundException: server. start.

    Someone help me please. If there are stuff to download, please give me a link direct. I need some guidance because i'm clueless as fuck and dumb

    edit: What i did was i downloaded the server, ran the sql files in workbench and opened successfully wamp. Then, i opened it through INTELJ IDEA and ran java.start there. Am i missing a step?

  10. #130
    Apprentice kevinzhu12344 is offline
    MemberRank
    May 2020 Join Date
    12Posts

    Re: [V179.4] Lucid2.0 (updated mushy) src release

    https://www.oracle.com/java/technolo...downloads.html

    Are u talking about java 144? here ya go

    - - - Updated - - -

    Strength files? I think i did not install strength files. What are those?

    - - - Updated - - -

    If you are talking about strength files that are the policies, i put them in the corresponding location.

    - - - Updated - - -

    Literally, this one is so hard to even emulate the server. I'm so close to giving it up

  11. #131
    Enthusiast Bomberman20 is offline
    MemberRank
    Mar 2020 Join Date
    25Posts

    Re: [V179.4] Lucid2.0 (updated mushy) src release

    I give up from lucid 2.0 and move to swordie v176 that is work!

    But Still all advance ms server are full of bugs!

  12. #132
    Apprentice kevinzhu12344 is offline
    MemberRank
    May 2020 Join Date
    12Posts

    Re: [V179.4] Lucid2.0 (updated mushy) src release

    bomberman, what are the jar files? can you give me a name? I'll try to find it

  13. #133
    Enthusiast Bomberman20 is offline
    MemberRank
    Mar 2020 Join Date
    25Posts

    Re: [V179.4] Lucid2.0 (updated mushy) src release

    The jar file is what the intellij progrem create after you compile lucid source after that you can lunche the bat file

    The name spose to be mushy.jar but i believe ther is so many mushy forked project you cant find the right one

  14. #134
    Apprentice Rumplez41 is offline
    MemberRank
    Apr 2020 Join Date
    10Posts

    Re: [V179.4] Lucid2.0 (updated mushy) src release

    Still cant fix this error tho any help? e baseline() or set baselineOnMigrate to true to initialize the metadata table. at org.flywaydb.core.Flyway$1.execute(Flyway.java:943) at org.flywaydb.core.Flyway$1.execute(Flyway.java:917) at org.flywaydb.core.Flyway.execute(Flyway.java:1373) at org.flywaydb.core.Flyway.migrate(Flyway.java:917) at server.Start.run(Start.java:81) at server.Start.main(Start.java:157)

  15. #135
    Valued Member 260211 is offline
    MemberRank
    Aug 2011 Join Date
    SingaporeLocation
    120Posts

    Re: [V179.4] Lucid2.0 (updated mushy) src release

    Anybody knows how to fix this?

    A total of 51 handlers have been loaded.
    Exception in thread "main" java.lang.NullPointerException
    at server.life.MapleLifeFactory.getMonsterStats(MapleLifeFactory.java:258)
    at server.life.MapleMonsterInformationProvider.loadDrop(MapleMonsterInformationProvider.java:127)
    at server.life.MapleMonsterInformationProvider.load(MapleMonsterInformationProvider.java:89)
    at server.Start.run(Start.java:114)
    at server.Start.main(Start.java:157)

    Process finished with exit code 1



Advertisement