I've noticed a lot of people having issues with this in MooplDEV rev 116.
I managed to fix my error with it, and I'm hoping to be able to do the same for you :P
First of all, make sure you have placed all your JCE ultimate strength files in the correct places.
JCE Ultimate Strength 7
JCE 6
Place them in all these folders!
Now open up src/constants/serverconstants.java and make sure thatthese options are in place:C:\Program Files\Java\JRE FOLDER!\lib\security
C:\Program Files\Java\JRE FOLDER!\lib\ext
C:\Program Files\Java\JRE FOLDER!\lib
C:\Program Files\Java\JDK FOLDER!\lib
C:\Program Files\Java\JDK FOLDER!\jre\lib
C:\Program Files\Java\JDK FOLDER!\jre\lib\ext
C:\Program Files\Java\JDK FOLDER!\jre\lib\security
go to http://whatismyip.org/ and hit CTRL+A and then CTRL+C to copy the ip address, and edit this line in server constants ^^.
also make sure that this line is changed from "localhost" to "127.0.0.1".public static final String HOST = "IP ADDRESS";
After that, make sure you open all ports for your channels/world servers (they are listed in the .bat file after you build and run the server).public static final String DB_URL = "jdbc:mysql://localhost:3306/MoopleDEV?autoReconnect=true";
!IMPORTANT!
Make sure you build/compile your source after making any changes to the .java files, and always back them up in case you f**k something up..
If this doesn't work for you, make sure your firewall is disabled, or has exceptions made for all necessary ports (not sure which ones).
Also note that I'm using Windows XP.
Like if this helped !!!!



Reply With Quote![[Mini-TUT]Unable to log on to game server Troubleshooting Guide](http://ragezone.com/hyper728.png)

