Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to make a MapleStory Private Server [v62]

Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
Must be something to do with java again. Are you sure you put them in the correct folder? try doing these steps

Goto, Control Panel -> System -> Advanced tab
Click on environment variables
Look at the below fieldset, System FieldSet
Find value PATH or Path, double-click on it and add the Java binary folder location at the end

-off FAQ
 
Initiate Mage
Joined
Sep 26, 2009
Messages
2
Reaction score
0
Ok. I deleted AutoMsg in world.properties and now im left with this error in channel.bat

Code:
Sep 29, 2009 9:00:53 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 1: Listening on port 7575
Sep 29, 2009 9:00:53 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 2: Listening on port 7576
[COLOR="Red"]Sep 29, 2009 9:00:53 PM net.sf.odinms.client.messages.CommandProcessor reloadCommands
SEVERE: THROW
java.lang.ClassNotFoundException: net.sf.odinms.client.messages.commands.Admins[/COLOR]
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at sun.misc.Launcher$ExtClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at net.sf.odinms.client.messages.CommandProcessor.reloadCommands(CommandProcessor.java:226)
        at net.sf.odinms.client.messages.CommandProcessor.<init>(CommandProcessor.java:82)
        at net.sf.odinms.client.messages.CommandProcessor.<clinit>(CommandProcessor.java:68)
        at net.sf.odinms.net.channel.ChannelServer.main(ChannelServer.java:568)
Exception in thread "main" java.lang.ExceptionInInitializerError
        at net.sf.odinms.net.channel.ChannelServer.main(ChannelServer.java:568)
Caused by: java.lang.NullPointerException
        at net.sf.odinms.client.messages.CommandProcessor.reloadCommands(CommandProcessor.java:240)
        at net.sf.odinms.client.messages.CommandProcessor.<init>(CommandProcessor.java:82)
        at net.sf.odinms.client.messages.CommandProcessor.<clinit>(CommandProcessor.java:68)
        ... 1 more

My reloadCommands() in CommandProcessor.java looks like this.

Code:
    public void reloadCommands() {
        commands.clear();
        try {
            ClassFinder classFinder = new ClassFinder();
            String[] classes = classFinder.listClasses("net.sf.odinms.client.messages.commands", true);
            for (String clazz : classes) {
                Class<?> clasz = Class.forName(clazz);
                if (Command.class.isAssignableFrom(clasz)) {
                    try {
                        Command newInstance = (Command) clasz.newInstance();
                        registerCommand(newInstance);
                    } catch (Exception e) {
                        log.error("ERROR INSTANCIATING COMMAND CLASS", e);
                    }
                }
            }
        } catch (ClassNotFoundException e) {
            log.error("THROW", e);
        }
    }

And I do have Admins.java in the following folder.

Code:
C:\XiuzSource\src\net\sf\odinms\client\messages\commands

Could anyone help me figure out the problem please? @_@
 
Initiate Mage
Joined
Sep 29, 2009
Messages
1
Reaction score
0
Very good tut. Very helpful, but can you help me with this error?
XiuzSu - How to make a MapleStory Private Server [v62] - RaGEZONE Forums

For any repack/source i used i have gotten it.

I really don't know what to do this is what i got and really dont know what to do.
 

Attachments

You must be registered for see attachments list

.me

Newbie Spellweaver
Joined
Sep 27, 2009
Messages
6
Reaction score
0
I downloaded the whole repack and replaced it. The accounts and settings still seem to be unchanged. Is there an alternative?

---------- Post added at 09:28 PM ---------- Previous post was at 08:33 PM ----------

How do I host the server using my IP address?
 
Newbie Spellweaver
Joined
Aug 13, 2009
Messages
5
Reaction score
1
When I turn on the server then turns itself off again, and at the login bat get error like this:
PHP:
30.sep.2009 22:02:35 net.sf.odinms.net.login.LoginServer run
INFO: Listening on port 8484
30.sep.2009 22:02:59 net.sf.odinms.net.MapleServerHandler sessionOpened
INFO: IoSession with /127.0.0.1:50951 opened
30.sep.2009 22:02:59 net.sf.odinms.tools.MapleAESOFB <init>
SEVERE: Error initalizing the encryption cipher.  Make sure you're using the Unl
imited Strength cryptography jar files.
30.sep.2009 22:02:59 net.sf.odinms.tools.MapleAESOFB <init>
SEVERE: Error initalizing the encryption cipher.  Make sure you're using the Unl
imited Strength cryptography jar files.
30.sep.2009 22:02:59 net.sf.odinms.net.MapleServerHandler exceptionCaught
SEVERE: java.lang.IllegalStateException: Cipher not initialized (Hexdump: 8D E5
9A 0F F4 BE A3 B9 E2 D4 AE 03 E1 6E D3 7F 69 BB 45 6C C2 67 65 7B 5B 64 49 57 C4
 80 4A D2 9F 7E FA 07 F5 1C DC 57 54 F0 5C 08 3C CF 50 03 2B CC 1B 70 44 A5 4A 0
3 CB 4F 8C 80 0F 5D 74 6E CC 87 19 27 5C 89 AB 58 C6 DC 99 C9 90 49 02 15 01 45
C6)
org.apache.mina.filter.codec.ProtocolDecoderException: java.lang.IllegalStateExc
eption: Cipher not initialized (Hexdump: 8D E5 9A 0F F4 BE A3 B9 E2 D4 AE 03 E1
6E D3 7F 69 BB 45 6C C2 67 65 7B 5B 64 49 57 C4 80 4A D2 9F 7E FA 07 F5 1C DC 57
 54 F0 5C 08 3C CF 50 03 2B CC 1B 70 44 A5 4A 03 CB 4F 8C 80 0F 5D 74 6E CC 87 1
9 27 5C 89 AB 58 C6 DC 99 C9 90 49 02 15 01 45 C6)
        at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(Prot
ocolCodecFilter.java:165)
        at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageR
eceived(AbstractIoFilterChain.java:299)
        at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(Abst
ractIoFilterChain.java:53)
        at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.mess
ageReceived(AbstractIoFilterChain.java:648)
        at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorF
ilter.java:220)
        at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.
run(ExecutorFilter.java:264)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnabl
e.java:51)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Cipher not initialized
        at javax.crypto.Cipher.c(DashoA13*..)
        at javax.crypto.Cipher.doFinal(DashoA13*..)
        at net.sf.odinms.tools.MapleAESOFB.crypt(MapleAESOFB.java:158)
        at net.sf.odinms.net.mina.MaplePacketDecoder.doDecode(MaplePacketDecoder
.java:71)
        at org.apache.mina.filter.codec.CumulativeProtocolDecoder.decode(Cumulat
iveProtocolDecoder.java:133)
        at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(Prot
ocolCodecFilter.java:158)
        ... 9 more
How do i fix that? :S
 
Last edited:
Initiate Mage
Joined
Sep 28, 2009
Messages
4
Reaction score
0
Hey.
When I run the launcher I get the following errors. (Attatched.)

Java is properly installed and the JCE files have been placed properly. I have also uninstalled it and tried again several times. Also, the String.wz files are in the Wz folder. (I took them from the Maple Story folder.)

Could you please help me as I'm getting really annoyed at this error? D:

Thanks in advance~
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Mar 16, 2009
Messages
3
Reaction score
0
Uhm i have a problem with starting up MySql Query Browser I get this error :
Could Not Connect To The Specified Instance.

MySql Error Number 2005
unknown mysql server host 'odinms' (11001)

if you want to check the network connection, please press the ping button
 
Newbie Spellweaver
Joined
Sep 22, 2009
Messages
65
Reaction score
13
I have a problem with when you jump alot, you get dc'ed. No errors in .bats.
 
Initiate Mage
Joined
Oct 1, 2009
Messages
1
Reaction score
0
What r u tryin' to say for step 5?So far u were very clear for every1 so thx!
 
Last edited:
Newbie Spellweaver
Joined
Oct 22, 2007
Messages
16
Reaction score
0
Hmmm this is probably a noob question but i got the "client is outdated" error when running the localhost.

And also the following error in the channel server.

Code:
Sep 28, 2009 5:13:23 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 1: Listening on port 7575
Sep 28, 2009 5:13:24 PM net.sf.odinms.scripting.event.EventScriptManager init
SEVERE: null
javax.script.ScriptException: sun.org.mozilla.javascript.internal.EcmaError: TypeError: Cannot find
function scheduleAtFixedRate. (<Unknown source>#8) in <Unknown source> at line number 8
        at com.sun.script.javascript.RhinoScriptEngine.invoke(Unknown Source)
        at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(Unknown Source)
        at net.sf.odinms.scripting.event.EventScriptManager.init(EventScriptManager.java:81)
        at net.sf.odinms.net.channel.ChannelServer.run(ChannelServer.java:253)
        at net.sf.odinms.net.channel.ChannelServer.main(ChannelServer.java:565)
Sep 28, 2009 5:13:25 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 2: Listening on port 7576
Sep 28, 2009 5:13:25 PM net.sf.odinms.scripting.event.EventScriptManager init
SEVERE: null
javax.script.ScriptException: sun.org.mozilla.javascript.internal.EcmaError: TypeError: Cannot find
function scheduleAtFixedRate. (<Unknown source>#8) in <Unknown source> at line number 8
        at com.sun.script.javascript.RhinoScriptEngine.invoke(Unknown Source)
        at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(Unknown Source)
        at net.sf.odinms.scripting.event.EventScriptManager.init(EventScriptManager.java:81)
        at net.sf.odinms.net.channel.ChannelServer.run(ChannelServer.java:253)
        at net.sf.odinms.net.channel.ChannelServer.main(ChannelServer.java:565)
Sep 28, 2009 5:13:25 PM net.sf.odinms.client.messages.CommandProcessor reloadCommands
SEVERE: THROW
java.lang.ClassNotFoundException: net.sf.odinms.client.messages.commands.Admins
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at sun.misc.Launcher$ExtClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at net.sf.odinms.client.messages.CommandProcessor.reloadCommands(CommandProcessor.java:226)
        at net.sf.odinms.client.messages.CommandProcessor.<init>(CommandProcessor.java:82)
        at net.sf.odinms.client.messages.CommandProcessor.<clinit>(CommandProcessor.java:68)
        at net.sf.odinms.net.channel.ChannelServer.main(ChannelServer.java:568)
Exception in thread "main" java.lang.ExceptionInInitializerError
        at net.sf.odinms.net.channel.ChannelServer.main(ChannelServer.java:568)
Caused by: java.lang.NullPointerException
        at net.sf.odinms.client.messages.CommandProcessor.reloadCommands(CommandProcessor.java:240)
        at net.sf.odinms.client.messages.CommandProcessor.<init>(CommandProcessor.java:82)
        at net.sf.odinms.client.messages.CommandProcessor.<clinit>(CommandProcessor.java:68)
        ... 1 more

Any idea how to fix that? Thanks for your help!


I also get this problem.:?::?::?:
 
Initiate Mage
Joined
Oct 1, 2009
Messages
3
Reaction score
0
Im a noob at this 1st time making a server... how do i post a screen shot?? can anyone tell me?
 
Newbie Spellweaver
Joined
Sep 22, 2009
Messages
65
Reaction score
13
I also get this problem.:?::?::?:

The server isn't the only thing you're new to, is it?


1. Press the button [PrtSc] on your keyboard.
(HOLD [Fn] WHILE YOU PRESS [PrtSc] FOR LAPTOPS)

2. Open up Paint.exe
(OR START> RUN> mspaint)

3. Paste and save.
(CTRL + V & CTRL + S)

4. Upload your screenshot to an image hosting site.
(Ex. TinyPic, PhotoBucket, etc.)

5. Copy direct link given from the image hosting site you chose.

6. In your reply message box of RaGEZONE, click the image of the 2 mountains with the orange sun above it and paste the URL.
(Or manually put it in image tags: [I]URLGOESHERE[/I][./IMG])


In [./IMG], leave out the period:
 
Initiate Mage
Joined
Oct 1, 2009
Messages
3
Reaction score
0
Thx for the help ShEtY. I dont really know how to create a server but i followed the tutorial posted... after following all now im confused of how to enter the game server... BTW does this look rite?
http://www.flickr.com/photos/43119695@N03/3971839946/
 
Newbie Spellweaver
Joined
Aug 13, 2009
Messages
5
Reaction score
1
Help, i got my screen in to MS black (like it always get when it starts) and then it turn itself off... No errors in bat files...
 
Initiate Mage
Joined
Sep 5, 2009
Messages
1
Reaction score
0
I did everything it said in the guide and put the localhost 62 in my maplestory folder but when opening it it says "this application has failed to start because wzmss.dll was not found." where can i find "wzmss.dll"

im newbie here
 
Newbie Spellweaver
Joined
Sep 22, 2009
Messages
65
Reaction score
13
Help, i got my screen in to MS black (like it always get when it starts) and then it turn itself off... No errors in bat files...

Did you hex edit your client?

I did everything it said in the guide and put the localhost 62 in my maplestory folder but when opening it it says "this application has failed to start because wzmss.dll was not found." where can i find "wzmss.dll"

im newbie here

That means that you didn't put it in the right folder.
Check again to make sure it's in the v62 folder.
 
Initiate Mage
Joined
Oct 1, 2009
Messages
1
Reaction score
0
can som1 tel me how i can make a NPC that sels al armor and wapons??
 
Custom Title Activated
Loyal Member
Joined
Aug 21, 2009
Messages
1,149
Reaction score
598
Hey.
When I run the launcher I get the following errors. (Attatched.)

Java is properly installed and the JCE files have been placed properly. I have also uninstalled it and tried again several times. Also, the String.wz files are in the Wz folder. (I took them from the Maple Story folder.)

Could you please help me as I'm getting really annoyed at this error? D:

Thanks in advance~

You either need MySQL Essentials or you just placed a password when you MySQL doesn't need one.

Uhm i have a problem with starting up MySql Query Browser I get this error :
Could Not Connect To The Specified Instance.

MySql Error Number 2005
unknown mysql server host 'odinms' (11001)

if you want to check the network connection, please press the ping button

You don't have odinms schema.

I also get this problem.:?::?::?:

One event script is wrong with his "scheduleAtFixedRate" at line 8.

can som1 tel me how i can make a NPC that sels al armor and wapons??

JavaScript?
 
Newbie Spellweaver
Joined
Sep 22, 2009
Messages
65
Reaction score
13
Yes i did, i edited it to my hamachi IP...

Double check to make sure your hamachi is working properly, double check the IP address as well. If needed, try a different v62 localhost.
 
Back
Top