Mythruna
April 28, 2024, 04:52:14 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to the new forums. See "Announcements" for a note for new users.
 
   Home   Help Search Login Register  
Pages: [1] 2
  Print  
Author Topic: Connecting to Server issues  (Read 12252 times)
ZhuroSoft
Newbie
*
Posts: 11


View Profile
« on: January 28, 2013, 04:41:01 PM »

I am having my Mythruna freak out when i try to join the server. It freezes!
Logged
Sean
Donators
Hero Member
***
Posts: 598



View Profile
« Reply #1 on: January 28, 2013, 04:46:03 PM »

Try again in a few minutes and see if the problem persists.
Logged

"People willing to trade their freedom for temporary security deserve neither and will lose both." - Benjamin Franklin
ZhuroSoft
Newbie
*
Posts: 11


View Profile
« Reply #2 on: January 28, 2013, 04:48:41 PM »

Try again in a few minutes and see if the problem persists.

Will do Smiley

Thanks!
Logged
ZhuroSoft
Newbie
*
Posts: 11


View Profile
« Reply #3 on: January 28, 2013, 04:51:00 PM »

Is my username and pass same as the forums?
Logged
pspeed
Administrator
Hero Member
*****
Posts: 5612



View Profile
« Reply #4 on: January 28, 2013, 04:51:25 PM »

Seems to be a common problem at the moment.  I see a lot of failed connections.
Logged
pspeed
Administrator
Hero Member
*****
Posts: 5612



View Profile
« Reply #5 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.
Logged
ZhuroSoft
Newbie
*
Posts: 11


View Profile
« Reply #6 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?
Logged
ZhuroSoft
Newbie
*
Posts: 11


View Profile
« Reply #7 on: January 28, 2013, 04:55:05 PM »

Client isn't receiving UDP messages?
Logged
BenKenobiWan
Friendly Moderator
Donators
Hero Member
***
Posts: 674


Jesus loves you!


View Profile
« Reply #8 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.
Logged
Michael
Donators
Hero Member
***
Posts: 2166



View Profile
« Reply #9 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
Logged
pspeed
Administrator
Hero Member
*****
Posts: 5612



View Profile
« Reply #10 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.
Logged
Sean
Donators
Hero Member
***
Posts: 598



View Profile
« Reply #11 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.
Logged

"People willing to trade their freedom for temporary security deserve neither and will lose both." - Benjamin Franklin
Michael
Donators
Hero Member
***
Posts: 2166



View Profile
« Reply #12 on: January 28, 2013, 08:29:22 PM »

Dang UDP packets these days.. *as if i knew what I was talking about 100%..
Logged
Moonkey
Hero Member
*****
Posts: 1587

This is probably a picture.


View Profile
« Reply #13 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'
Logged

Mythruna: Don't you dare read any posts I made before 2014.
Michael
Donators
Hero Member
***
Posts: 2166



View Profile
« Reply #14 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!!
Logged
Pages: [1] 2
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.20 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!