Mythruna

General Category => Tech Support => Topic started by: ZhuroSoft on January 28, 2013, 04:41:01 PM



Title: Connecting to Server issues
Post by: ZhuroSoft on January 28, 2013, 04:41:01 PM
I am having my Mythruna freak out when i try to join the server. It freezes!


Title: Re: Connecting to Server issues
Post by: Sean on January 28, 2013, 04:46:03 PM
Try again in a few minutes and see if the problem persists.


Title: Re: Connecting to Server issues
Post by: ZhuroSoft on January 28, 2013, 04:48:41 PM
Try again in a few minutes and see if the problem persists.

Will do :)

Thanks!


Title: Re: Connecting to Server issues
Post by: ZhuroSoft on January 28, 2013, 04:51:00 PM
Is my username and pass same as the forums?


Title: Re: Connecting to Server issues
Post by: pspeed on January 28, 2013, 04:51:25 PM
Seems to be a common problem at the moment.  I see a lot of failed connections.


Title: Re: Connecting to Server issues
Post by: pspeed on January 28, 2013, 04:51:48 PM
Is my username and pass same as the forums?

No, you will create one when you connect.


Title: Re: Connecting to Server issues
Post by: ZhuroSoft on January 28, 2013, 04:52:56 PM
Is my username and pass same as the forums?

No, you will create one when you connect.
Ok i got you. I do that then it says make sure the port isn't blocked. How do i unblock?

Also, are you a mythruna developer?


Title: Re: Connecting to Server issues
Post by: ZhuroSoft on January 28, 2013, 04:55:05 PM
Client isn't receiving UDP messages?


Title: Re: Connecting to Server issues
Post by: BenKenobiWan on January 28, 2013, 06:00:59 PM
Also, are you a mythruna developer?
Yes, Paul is the dev.

Client isn't receiving UDP messages?
That's a network error, I believe. You could try waiting for a while, or resetting your server.


Title: Re: Connecting to Server issues
Post by: Michael on January 28, 2013, 07:23:03 PM
Also, are you a mythruna developer?
Yes, Paul is the dev.

Client isn't receiving UDP messages?
That's a network error, I believe. You could try waiting for a while, or resetting your server.
Paul is the only dev xD


Title: Re: Connecting to Server issues
Post by: pspeed on January 28, 2013, 07:28:06 PM
Client isn't receiving UDP messages?

For some reason UDP messages aren't making it back to your client.  Either the internet is being flaky or your connection is blocking them.  Without seeing someone else connect, I can't be sure.  I already reset my router earlier after all of the drops and there isn't much more I can do on my end.


Title: Re: Connecting to Server issues
Post by: Sean on January 28, 2013, 07:48:12 PM
I tried to see if the problem was fixed so I tried joining the server. The client froze for the first three times and I had to use xkill to kill the window. after those tries, I got a continuous UDP error message and I was given this error file.
Quote
Uncaught exception from thread:Thread[LWJGL Renderer Thread,5,main]
java.net.ConnectException: Connection timed out
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
   at java.net.Socket.connect(Socket.java:579)
   at java.net.Socket.connect(Socket.java:528)
   at java.net.Socket.<init>(Socket.java:425)
   at java.net.Socket.<init>(Socket.java:241)
   at com.jme3.network.kernel.tcp.SocketConnector.<init>(SocketConnector.java:66)
   at com.jme3.network.Network.connectToServer(Network.java:166)
   at com.jme3.network.Network.connectToServer(Network.java:142)
   at mythruna.client.net.LoginClient.<init>(LoginClient.java:57)
   at mythruna.client.MainMenuState.connect(MainMenuState.java:194)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at de.lessvoid.nifty.NiftyMethodInvoker.callMethod(NiftyMethodInvoker.java:145)
   at de.lessvoid.nifty.NiftyMethodInvoker.performInvoke(NiftyMethodInvoker.java:108)
   at de.lessvoid.nifty.Nifty$DelayedMethodInvoke.perform(Nifty.java:1176)
   at de.lessvoid.nifty.Nifty.invokeMethods(Nifty.java:1154)
   at de.lessvoid.nifty.Nifty.handleDynamicElements(Nifty.java:312)
   at de.lessvoid.nifty.Nifty.access$1500(Nifty.java:73)
   at de.lessvoid.nifty.Nifty$NiftyInputConsumerImpl.processEvent(Nifty.java:1371)
   at de.lessvoid.nifty.Nifty$NiftyInputConsumerImpl.processMouseEvent(Nifty.java:1329)
   at com.jme3.niftygui.InputSystemJme.onMouseButtonEventQueued(InputSystemJme.java:161)
   at com.jme3.niftygui.InputSystemJme.forwardEvents(InputSystemJme.java:236)
   at de.lessvoid.nifty.Nifty.update(Nifty.java:248)
   at com.jme3.niftygui.InputSystemJme.endInput(InputSystemJme.java:92)
   at com.jme3.input.InputManager.processQueue(InputManager.java:787)
   at com.jme3.input.InputManager.update(InputManager.java:851)
   at com.jme3.app.Application.update(Application.java:605)
   at com.jme3.app.SimpleApplication.update(SimpleApplication.java:233)
   at com.jme3.system.lwjgl.LwjglAbstractDisplay.runLoop(LwjglAbstractDisplay.java:149)
   at com.jme3.system.lwjgl.LwjglDisplay.runLoop(LwjglDisplay.java:182)
   at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:223)
   at java.lang.Thread.run(Thread.java:722)
But by now I know how this game works. I left the client alone for 5 minutes, launched the client, tried to log in again, and bam, it magically works.


Title: Re: Connecting to Server issues
Post by: Michael on January 28, 2013, 08:29:22 PM
Dang UDP packets these days.. *as if i knew what I was talking about 100%..


Title: Re: Connecting to Server issues
Post by: Moonkey on January 29, 2013, 12:33:58 AM
If only you wouldn't speak and let Wikipedia/google give you answers so you can impress us. o.o'


Title: Re: Connecting to Server issues
Post by: Michael on January 29, 2013, 03:27:50 PM
If only you wouldn't speak and let Wikipedia/google give you answers so you can impress us. o.o'
I'd rather not.. they are from the internet.. THIS IS A 'FREE' COUNTRY!!


Title: Re: Connecting to Server issues
Post by: G1ZMO on January 29, 2013, 04:27:53 PM
A tad off-topic again but stating 'this is a free country' on a worldwide forum is not strictly accurate :)

Unless, of course, if the US is the only country that counts LOL!

Do I detect a running theme in these off-topic threads? (Shzylo)

Sorry for adding to the off-topic nonsense Paul - delete at will :)


Title: Re: Connecting to Server issues
Post by: ZhuroSoft on January 29, 2013, 05:09:34 PM
I would like to thank you guys for the help!

I got on! Also, i will advertise Mythruna :)


Title: Re: Connecting to Server issues
Post by: ZhuroSoft on January 29, 2013, 05:12:09 PM
A tad off-topic again but stating 'this is a free country' on a worldwide forum is not strictly accurate :)

Unless, of course, if the US is the only country that counts LOL!

Do I detect a running theme in these off-topic threads? (Shzylo)

Sorry for adding to the off-topic nonsense Paul - delete at will :)

Lol


Title: Re: Connecting to Server issues
Post by: Michael on January 29, 2013, 06:42:31 PM
*shunned--again.

Don't blame yourself for that post, Gizmo, you know I am to blame.