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
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 . . .
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 . . .
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?
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)
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
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!
bomberman, what are the jar files? can you give me a name? I'll try to find it
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
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)
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