[Guide] How to make a MapleStory Private Server [v83]
How to make a MapleStory Private Server [v83]
This is a discussion on How to make a MapleStory Private Server [v83] within the Tutorials forums, part of the Java Based (Odin) category; hi i was wondering if anyone can help me my friend can't connect to my server
http://forum.ragezone.com/f566/frien...roblem-756976/...
Okay the only problem i have now is,
When opening channel i get Default Case in marker.
I can load the localhost.
When i try to load a character it simply wont.
When i check the bat file it says : Exception during processing packet : net.channel.handler.playerloggedinhandler : null
Okay the only problem i have now is,
When opening channel i get Default Case in marker.
I can load the localhost.
When i try to load a character it simply wont.
When i check the bat file it says : Exception during processing packet : net.channel.handler.playerloggedinhandler : null
Could anyone help me?
Can you show the whole .bat file. In the opening line, it says something about packets, therefore it might have some packet error
Did you even installed MySQL first before wamp/xampp?
Because you've to install MySQL first. Reinstall them both (with revo uninstaller, recommend + restart your PC as well after each task.)
hey i did as u said but i have problem hexing the localhost i used hex workshop and im using win 7 server is running on 127.0.0.1 but when i hex the client the icon changes for localhost and it doesnt work i mean it doesnt open can u anyone of u hex a client with ip 5.29.249.221 and give a link here id really appreciate it
Can someone tell me what's wrong with this? PLEASE HELP! (I'm using hamachi btw)
Code:
ZenthosDev has started:
World Launched
ERROR: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Cou
ld not create connection to database server. Attempted reconnect 3 times. Giving
up.
Exception in thread "main" java.lang.NullPointerException
at net.world.WorldRegistryImpl.<init>(WorldRegistryImpl.java:56)
at net.world.WorldRegistryImpl.getInstance(WorldRegistryImpl.java:71)
at net.world.WorldServer.main(WorldServer.java:47)
Login Launched
Error initializing loginserverjava.lang.RuntimeException: Could not connect to w
orld server.
Press any key to continue . . . Channel Launched
Exception in thread "main" java.rmi.NotBoundException: WorldRegistry
at sun.rmi.registry.RegistryImpl.lookup(Unknown Source)
at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
at sun.rmi.server.UnicastServerRef.oldDispatch(Unknown Source)
at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
at sun.rmi.transport.Transport$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Sou
rce)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Sour
ce)
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)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknow
n Source)
at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
at sun.rmi.server.UnicastRef.invoke(Unknown Source)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at net.channel.ChannelServer.main(ChannelServer.java:204)
Press any key to continue . . .
Can someone tell me what's wrong with this? PLEASE HELP! (I'm using hamachi btw)
Code:
ZenthosDev has started:
World Launched
ERROR: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Cou
ld not create connection to database server. Attempted reconnect 3 times. Giving
up.
Exception in thread "main" java.lang.NullPointerException
at net.world.WorldRegistryImpl.<init>(WorldRegistryImpl.java:56)
at net.world.WorldRegistryImpl.getInstance(WorldRegistryImpl.java:71)
at net.world.WorldServer.main(WorldServer.java:47)
Login Launched
Error initializing loginserverjava.lang.RuntimeException: Could not connect to w
orld server.
Press any key to continue . . . Channel Launched
Exception in thread "main" java.rmi.NotBoundException: WorldRegistry
at sun.rmi.registry.RegistryImpl.lookup(Unknown Source)
at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
at sun.rmi.server.UnicastServerRef.oldDispatch(Unknown Source)
at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
at sun.rmi.transport.Transport$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Sou
rce)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Sour
ce)
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)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknow
n Source)
at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
at sun.rmi.server.UnicastRef.invoke(Unknown Source)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at net.channel.ChannelServer.main(ChannelServer.java:204)
Press any key to continue . . .
It says: Could not create connection to database server, meaning that you have not established a connection with mysql. Also make your server non-hamachi for a better server
Awww. After it said "channel launched" This happened :P Help Doraemon? Or anyone else?
Code:
Error initializing loginserverjava.lang.RuntimeException: Could not connect to w
orld server.
Exception in thread "main" java.lang.RuntimeException: java.rmi.ConnectException
: Connection refused to host: 192.168.0.196; nested exception is:
java.net.ConnectException: Connection timed out: connect
at net.channel.ChannelServer.run(ChannelServer.java:155)
at net.channel.ChannelServer.main(ChannelServer.java:206)
Caused by: java.rmi.ConnectException: Connection refused to host: 192.168.0.196;
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.registerChannelServer(Unknown Source)
at net.channel.ChannelServer.run(ChannelServer.java:140)
... 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
Awww. After it said "channel launched" This happened :P Help Doraemon? Or anyone else?
Code:
Error initializing loginserverjava.lang.RuntimeException: Could not connect to w
orld server.
Exception in thread "main" java.lang.RuntimeException: java.rmi.ConnectException
: Connection refused to host: 192.168.0.196; nested exception is:
java.net.ConnectException: Connection timed out: connect
at net.channel.ChannelServer.run(ChannelServer.java:155)
at net.channel.ChannelServer.main(ChannelServer.java:206)
Caused by: java.rmi.ConnectException: Connection refused to host: 192.168.0.196;
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.registerChannelServer(Unknown Source)
at net.channel.ChannelServer.run(ChannelServer.java:140)
... 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
Double check your IP config is correct and open world>channel>login