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!

[Source] How to SetUp a *Full* MapleStory v62 or v55 Server - No Hamachi + WebSite

Joined
Jun 2, 2010
Messages
2
Reaction score
0
Re: [Tutorial] How to setup a *Full* MapleStory v62 or v55 Server - No Hamachi + WebS

Reinstall java and give it a try

Problem Fixed, but i have a different problem now. I can connect to my server but other people can't. I had a friend try to connect but he said it just says server is offline for him. I'm using Hamachi, no dedicated IP cause i can't open my ports but i can put it in DMZ mode. Any one have any ideas how i can get people to connect? CMD says listening to port 8484 so i know its open, but people just get "unable to connect to server"
 
Last edited:
Initiate Mage
Joined
Apr 4, 2009
Messages
1
Reaction score
0
Re: [Tutorial] How to setup a *Full* MapleStory v62 or v55 Server - No Hamachi + WebS

Stuck at Character Selection when i click check name i can no longer click ok??? Plz Help. been trying to do this since 2 days ago

---------- Post added at 07:29 PM ---------- Previous post was at 07:04 PM ----------

Sorry For Double Post But It Says Severe Maplestory.Java->Load Characters?? When i try to click ok, when creating my character
 
Newbie Spellweaver
Joined
Mar 9, 2009
Messages
19
Reaction score
0
Re: [Tutorial] How to setup a *Full* MapleStory v62 or v55 Server - No Hamachi + WebS

I get this error (v62)

login.bat:

Code:
2010.06.16. 11:01:56 net.sf.odinms.net.login.LoginServer main
SEVERE: Error initializing loginserver
java.lang.RuntimeException: Could not connect to world server.
        at net.sf.odinms.net.login.LoginServer.run(LoginServer.java:201)
        at net.sf.odinms.net.login.LoginServer.main(LoginServer.java:247)
Caused by: java.rmi.ConnectException: Connection refused to host: 192.168.2.20;
nested exception is:
        java.net.ConnectException: Connection timed out: connect
        at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)
        at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
        at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
        at sun.rmi.server.UnicastRef.invoke(Unknown Source)
        at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(Unkn
own Source)
        at java.rmi.server.RemoteObjectInvocationHandler.invoke(Unknown Source)
        at $Proxy0.registerLoginServer(Unknown Source)
        at net.sf.odinms.net.login.LoginServer.run(LoginServer.java:179)
        ... 1 more
Caused by: java.net.ConnectException: Connection timed out: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(Unknown Source)
        at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(Unknown Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(Unknow
n Source)
        at javax.rmi.ssl.SslRMIClientSocketFactory.createSocket(Unknown Source)
        ... 9 more

channel.bat

Code:
2010.06.16. 11:01:56 net.sf.odinms.net.login.LoginServer main
SEVERE: Error initializing loginserver
java.lang.RuntimeException: Could not connect to world server.
        at net.sf.odinms.net.login.LoginServer.run(LoginServer.java:201)
        at net.sf.odinms.net.login.LoginServer.main(LoginServer.java:247)
Caused by: java.rmi.ConnectException: Connection refused to host: 192.168.2.20;
nested exception is:
        java.net.ConnectException: Connection timed out: connect
        at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)
        at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
        at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
        at sun.rmi.server.UnicastRef.invoke(Unknown Source)
        at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(Unkn
own Source)
        at java.rmi.server.RemoteObjectInvocationHandler.invoke(Unknown Source)
        at $Proxy0.registerLoginServer(Unknown Source)
        at net.sf.odinms.net.login.LoginServer.run(LoginServer.java:179)
        ... 1 more
Caused by: java.net.ConnectException: Connection timed out: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(Unknown Source)
        at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(Unknown Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(Unknow
n Source)
        at javax.rmi.ssl.SslRMIClientSocketFactory.createSocket(Unknown Source)
        ... 9 more

world.bat ----------EMPTY---------
 
Joined
Jul 6, 2010
Messages
2
Reaction score
0
Re: [Tutorial] How to setup a *Full* MapleStory v62 or v55 Server - No Hamachi + WebS

You deffanitly did an AWESOME job, I would love to see you make a tutorial for like v75, I could really use it :/
 
Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
Re: [Tutorial] How to setup a *Full* MapleStory v62 or v55 Server - No Hamachi + WebS

Make a v83 [tut] since there are a couple of v75 [tut] out there
 
Initiate Mage
Joined
Aug 31, 2009
Messages
2
Reaction score
0
Re: [Tutorial] How to setup a *Full* MapleStory v62 or v55 Server - No Hamachi + WebS

I got everything to work using this repack, but I cannot get autoregister to work. Not even by adding net.sf.odinms.world.autocreate=true to world.properties will get it to work.
 
Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
Re: [Tutorial] How to setup a *Full* MapleStory v62 or v55 Server - No Hamachi + WebS

I got everything to work using this repack, but I cannot get autoregister to work. Not even by adding net.sf.odinms.world.autocreate=true to world.properties will get it to work.
Compile after adding auto register?
 
Newbie Spellweaver
Joined
Jul 21, 2010
Messages
6
Reaction score
0
Re: [Tutorial] How to setup a *Full* MapleStory v62 or v55 Server - No Hamachi + WebS

i did all these steps except im usin a diff repack. LunerMS. here is where i got it from It cant b the repack cause i tried usin the clean repack and i still got this error. Heres a ss of the errors. seems like the connection refused to host. plz and thanks xD
 
Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
Re: [Tutorial] How to setup a *Full* MapleStory v62 or v55 Server - No Hamachi + WebS

i did all these steps except im usin a diff repack. LunerMS. here is where i got it from It cant b the repack cause i tried usin the clean repack and i still got this error. Heres a ss of the errors. seems like the connection refused to host. plz and thanks xD


Where's your World.bat file? and get a clean localhost
 
Newbie Spellweaver
Joined
Jul 17, 2008
Messages
12
Reaction score
0
Re: [Tutorial] How to setup a *Full* MapleStory v62 or v55 Server - No Hamachi + WebS

Never mind :D

Found out that manually typing in the IP fixes it.
Note to self: It's better to do something manually then to replace it.
 
Last edited:
Joined
Jul 24, 2010
Messages
1
Reaction score
0
Re: [Tutorial] How to setup a *Full* MapleStory v62 or v55 Server - No Hamachi + WebS

I get the Could not connect to game server error...i did everything correctly I run a modem not a router. I allowed the ports. I get to character select seen double click wait...and then i get the "Could not connect to game server" error
 
Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
Re: [Tutorial] How to setup a *Full* MapleStory v62 or v55 Server - No Hamachi + WebS

Portforward correctly?
 
Joined
Jul 19, 2010
Messages
2
Reaction score
0
Re: [Tutorial] How to setup a *Full* MapleStory v62 or v55 Server - No Hamachi + WebS

Help!
Commands do not work for me! Nuuuuuuuuuuu!!
 
Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
Re: [Tutorial] How to setup a *Full* MapleStory v62 or v55 Server - No Hamachi + WebS

Help!
Commands do not work for me! Nuuuuuuuuuuu!!
You need to make yourself GM in order for commands to work
 
Newbie Spellweaver
Joined
Jul 21, 2010
Messages
6
Reaction score
0
Re: [Tutorial] How to setup a *Full* MapleStory v62 or v55 Server - No Hamachi + WebS

sorry to bump this thread guys. but i need some help. i run the starter.bats.

World.bat:
Channel 1 is online.
Channel 2 is online.

Login.bat:
Listening on port:8484

Channel.bat:
Channel 1: Listening on port: 7575
Channel 2: Listening on port: 7576

is anything wrong with that o_O cause i dont think so. after that i go to my maplestory v62 folder with the clean localhost (i already used hex-edit to make it to my wan-ip). after i click it nothing happens. ABSOLUTELY NOTHING HAPPENS. i read the Q&A for this thread. it was sometin bout the virus control. but i completely deleted my virus control O_O so...wat could b wrong. PLZ HELP AND THANKS!!! XD
 
Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
Re: [Tutorial] How to setup a *Full* MapleStory v62 or v55 Server - No Hamachi + WebS

Show the rest of the .bat file, you might have an error
 
Newbie Spellweaver
Joined
Jul 21, 2010
Messages
6
Reaction score
0
Re: [Tutorial] How to setup a *Full* MapleStory v62 or v55 Server - No Hamachi + WebS

thats all the .bat file says :/. but when i try to put 4 channels in my channel.prop i get some errors. would that matter?? cause i changed it to 2 channels. and all the bat files says is

World.bat:
Channel 1 is online.
Channel 2 is online.

Login.bat:
Listening on port:8484

Channel.bat:
Channel 1: Listening on port: 7575
Channel 2: Listening on port: 7576
 
Back
Top