Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 115
inb4MooplebecomesthenewOdin(sorta)
:)
You really changed a shitton of stuff there.
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 115
Quote:
Originally Posted by
F4keName
I suggest that you don't make separate command classes for "Admin", "GM" "Intern" because that makes everything messy and hard for people like us who are updating their repack with your source by following the change set on the SVN, and I added lots of commands and It would be such a pain to organize them into new classes now.
Don't think you'll be able to follow the SVN from before RMI to after. There are huge changes and many files are moved to new folders so yeah.. it's either stick with the old or go with th new.
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 115
Quote:
org.apache.mina.core.filterchain.DefaultIoFilterChain callNe
xtExceptionCaught
AVISO: Unexpected exception from exceptionCaught handler.
java.lang.NullPointerException
at net.MapleServerHandler.exceptionCaught(MapleServerHandler.java:68)
at org.apache.mina.core.filterchain.DefaultIoFilterChain$TailFilter.exce
ptionCaught(DefaultIoFilterChain.java:710)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextExcepti
onCaught(DefaultIoFilterChain.java:474)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1100(Def
aultIoFilterChain.java:51)
at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.exc
eptionCaught(DefaultIoFilterChain.java:807)
at org.apache.mina.core.filterchain.IoFilterAdapter.exceptionCaught(IoFi
lterAdapter.java:111)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextExcepti
onCaught(DefaultIoFilterChain.java:474)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1100(Def
aultIoFilterChain.java:51)
at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.exc
eptionCaught(DefaultIoFilterChain.java:807)
at org.apache.mina.core.filterchain.IoFilterAdapter.exceptionCaught(IoFi
lterAdapter.java:111)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextExcepti
onCaught(DefaultIoFilterChain.java:474)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.fireExceptionCa
ught(DefaultIoFilterChain.java:463)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.clearWriteReq
uestQueue(AbstractPollingIoProcessor.java:580)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.removeNow(Abs
tractPollingIoProcessor.java:525)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.removeSession
s(AbstractPollingIoProcessor.java:497)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.access$600(Ab
stractPollingIoProcessor.java:61)
at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run
(AbstractPollingIoProcessor.java:974)
at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnabl
e.java:64)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
FUU
PHP Code:
if (cms.containsKey(c)) {
System.out.println("FUU");
dispose(c);
return;
}
So ... I am getting this error ever. What can be?
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 115
Quote:
Originally Posted by
mertjuh
Omg, you should shut the fuck up. This is a GMSLIKE source so for the sake of god stop begging for commands. Do you think GMS has !strip ? Stop being a lazy ass.
You don't even bother leeching.
LOL!
!shutdown is very much needed you doinky!
What are you, 12?
ROFL, learn 2 read. He asked for suggestion, I suggested !strip.
If I could slap you right now, I'd take a tuna fish and shove it down your throat.
Edit: During my teeth brushing, i just came to the conclusion.
YOU CAN'T LEECH WITH THIS SOURCE DINKYDERP. Well, you can, if you know how. You see, without the RMI system, you have to change up the way you leech, cause everything uses the standard RMI, three bats. So ha, eat your tuna fish.
Anyways, KEVIN I GOTS EVERYTHING WORKING. I FEEL LIKE A DEV :)
I leeched most of my stuff and re-edited it so the server works, but this is freshhh!
PHP Code:
} else if (sub[0].equals("points")) {
chr.message("You have " + (chr.getdonatePoints()) + " Cyder Points.");
:D
EDIT:
Quote:
Originally Posted by
TheDailyFap
Someone PLEASE help me with this. I am SO close to running on Ubuntu.
Big bug here. Trying to run on a Linux and I set everything up correctly. Upon typing "sudo sh create_server_linux.sh" into the command line to create the launch_server.sh file, I get this error.
Code:
leonardo@ubuntu:~/Desktop/Project83$ sudo sh create_server_linux.sh
: not founder_linux.sh: 2:
: not founder_linux.sh: 4:
create_server_linux.sh: 5: -Djavax.net.ssl.keyStore=filename.keystore: not found
create_server_linux.sh: 6: -Djavax.net.ssl.keyStorePassword=passwd: not found
create_server_linux.sh: 7: -Djavax.net.ssl.trustStore=filename.keystore: not found
create_server_linux.sh: 8: -Djavax.net.ssl.trustStorePassword=passwd: not found
Exception in thread "main" java.lang.NoClassDefFoundError:
Caused by: java.lang.ClassNotFoundException:
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
: not founder_linux.sh: 10: net.server.CreateINI
leonardo@ubuntu:~/Desktop/Project83$
leonardo@ubuntu:~/Desktop/Project83$ sudo sh create_server_linux.sh : not found - Pastebin.com
Looks to me as you don't have a moopledev.ini file. Did you try creating one using the Create_Server.bat, or for you, .sh?
Do that, and I'll help y'out.
:)
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 115
Quote:
Originally Posted by
Madelinesz
LOL!
!shutdown is very much needed you doinky!
What are you, 12?
ROFL, learn 2 read. He asked for suggestion, I suggested !strip.
If I could slap you right now, I'd take a tuna fish and shove it down your throat.
Anyways, KEVIN I GOTS EVERYTHING WORKING. I FEEL LIKE A DEV :)
I leeched most of my stuff and re-edited it so the server works, but this is freshhh!
PHP Code:
} else if (sub[0].equals("points")) {
chr.message("You have " + (chr.getdonatePoints()) + " Cyder Points.");
:D
EDIT:
Looks to me as you don't have a moopledev.ini file. Did you try creating one using the Create_Server.bat, or for you, .sh?
Do that, and I'll help y'out.
:)
The MoopleDEV.ini gets created after you run create_server.bat
In our case, we need to run create_server_linux.sh to get our sh ini file.
The thing is, that's the error we get when we run create_server_linux.sh
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 115
Quote:
Originally Posted by
TheDailyFap
The MoopleDEV.ini gets created after you run create_server.bat
In our case, we need to run create_server_linux.sh to get our sh ini file.
The thing is, that's the error we get when we run create_server_linux.sh
Fair enough, did you recompile the source using NetBeans? And if you did, here's a copy of the INI just so you can make your own.
Make a moople.ini file, and copy and paste this.
PHP Code:
#MoopleDEV's INI file. Do NOT modify it if you are an idiot (:
#Flag types: 0 = nothing, 1 = event, 2 = new, 3 = hot
worlds=1
#Properties for world 0
flag0=0
eventmessage0=type something
channels0=12
exprate0=4
droprate0=4
mesorate0=4
bossdroprate0=4
gmserver=false
# is commented out.
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 115
Quote:
Originally Posted by
Madelinesz
Fair enough, did you recompile the source using NetBeans? And if you did, here's a copy of the INI just so you can make your own.
Make a moople.ini file, and copy and paste this.
PHP Code:
#MoopleDEV's INI file. Do NOT modify it if you are an idiot (:
#Flag types: 0 = nothing, 1 = event, 2 = new, 3 = hot
worlds=1
#Properties for world 0
flag0=0
eventmessage0=type something
channels0=12
exprate0=4
droprate0=4
mesorate0=4
bossdroprate0=4
gmserver=false
# is commented out.
I don't think you understand my issue and how it works. This is a linux server. Let me break it down for you again. I set everything up right, compiled, the whole shebang. When it comes time for me to run create_server_linux.sh, that error comes up. That results in no launch_server_linux.sh and I can't just be given some INI file, since that one you provided is probably the result from a .bat and not a .sh
There has to be something wrong with create_server_linux.sh itself. There has to be something wrong with the way its coded.
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 115
Quote:
Originally Posted by
TheDailyFap
I don't think you understand my issue and how it works. This is a linux server. Let me break it down for you again. I set everything up right, compiled, the whole shebang. When it comes time for me to run create_server_linux.sh, that error comes up. That results in no launch_server_linux.sh and I can't just be given some INI file, since that one you provided is probably the result from a .bat and not a .sh
There has to be something wrong with create_server_linux.sh itself. There has to be something wrong with the way its coded.
I'm getting the exact same error as you except on Debian.
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 115
Quote:
Originally Posted by
EroticPie
I'm getting the exact same error as you except on Debian.
Alright so then Kevin messed up with create_server_linux.sh
I really hope he fixes it asap.
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 115
I didnt get it, How do i upgrade to newest rev without deleting all my DB ?? :S
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 115
Quote:
Originally Posted by
TheDailyFap
Someone PLEASE help me with this. I am SO close to running on Ubuntu.
Big bug here. Trying to run on a Linux and I set everything up correctly. Upon typing "sudo sh create_server_linux.sh" into the command line to create the launch_server.sh file, I get this error.
Code:
leonardo@ubuntu:~/Desktop/Project83$ sudo sh create_server_linux.sh
: not founder_linux.sh: 2:
: not founder_linux.sh: 4:
create_server_linux.sh: 5: -Djavax.net.ssl.keyStore=filename.keystore: not found
create_server_linux.sh: 6: -Djavax.net.ssl.keyStorePassword=passwd: not found
create_server_linux.sh: 7: -Djavax.net.ssl.trustStore=filename.keystore: not found
create_server_linux.sh: 8: -Djavax.net.ssl.trustStorePassword=passwd: not found
Exception in thread "main" java.lang.NoClassDefFoundError:
Caused by: java.lang.ClassNotFoundException:
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
: not founder_linux.sh: 10: net.server.CreateINI
leonardo@ubuntu:~/Desktop/Project83$
leonardo@ubuntu:~/Desktop/Project83$ sudo sh create_server_linux.sh : not found - Pastebin.com
Well, I'm not very familiar with Linux, but from what I see here I can guess you're missing some files.
If you look here:
Caused by: java.lang.ClassNotFoundException:
Class Not Found Exception means you're missing files from the source (Most of the classes in this source are public, so they go on their own file).
That may happen because it can't find MoopleDEV.jar
I also see it's looking for the Keystore files. I don't think it should be doing it.
I think the source of the error might be your .sh file. Maybe you did something wrong there.
Again, I'm not 100% sure.
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 115
thats what outputs when you run create_server. it makes an INI.
Run it on windows and switch it over. it'll generate the stuff you need.
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 115
As of Rev 111, Guild chat was not working. Has that been fixed? If so, can you show me which diffs on the svn fixed it?
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 115
Quote:
Originally Posted by
Madelinesz
thats what outputs when you run create_server. it makes an INI.
Run it on windows and switch it over. it'll generate the stuff you need.
I know what outputs when you run that file..I'm not a complete idiot. I did was you said even before you mentioned it, and I tried it again just now. Similar error. Kevin messed this up..I think the sh files are still coded like RMI is in here
Code:
leonardo@ubuntu:~/Desktop/Project83$ sudo sh launch_server.sh
: not founder.sh: 2:
: not founder.sh: 4:
Exception in thread "main" java.lang.NoClassDefFoundError:
Caused by: java.lang.ClassNotFoundException:
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
. Program will exit.ain class:
launch_server.sh: 6: -Djavax.net.ssl.keyStore=filename.keystore: not found
launch_server.sh: 7: -Djavax.net.ssl.keyStorePassword=passwd: not found
launch_server.sh: 8: -Djavax.net.ssl.trustStore=filename.keystore: not found
launch_server.sh: 9: -Djavax.net.ssl.trustStorePassword=passwd: not found
launch_server.sh: 10: -Xmx2048M: not found
launch_server.sh: 11: net.server.Server: not found
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 115
Someone please help with the Linux issues. Linux runs java way better.