Would you like to react to this message? Create an account in a few clicks or log in to continue.

Official Community Forums
 
HomeHome  SearchSearch  Latest imagesLatest images  RegisterRegister  Log in  The Wiki  Website  github Project  

 

 master.sh issues [SOLVED] But....

Go down 
4 posters
Go to page : Previous  1, 2, 3  Next
AuthorMessage
tichfuie
Super Contributor
Super Contributor
tichfuie


Posts : 257
Join date : 2013-02-07
Location : NA

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 4:48

ok,
i found a discrepancy in your code

in your client.cs you have urls for a non local server via domain name, yet when you run your client you specify a local network ip for master server.

that may be one reaon.

i havent looked at the rest of your code properties yet, this is from a first glance.


now, if you specify the DefaultMasterServer in your client, you do not have to specify it on the command line when you start the client

Back to top Go down
tichfuie
Super Contributor
Super Contributor
tichfuie


Posts : 257
Join date : 2013-02-07
Location : NA

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 4:54

also, when you do the changes in the client.cs,
when you recompile , make sure you copy your new compiled client to your C:\Program Files (x86)\Multiverse Software Foundation\Multiverse Client\bin


seems that your client is not being updated when you recompile.
Back to top Go down
AthlonJedi
Administrator
Administrator
AthlonJedi


Posts : 213
Join date : 2012-07-19
Location : Walkerton, Indiana

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 4:56

Thats where the problem comes in, If I dont use the command line arguement it is still trying to connect to the old demo world, despite what is in Client.cs, does the same thing id I specify the ip as world.darkfrontieronline.net, only specifying the ipv4 address works, I even have the wan ip defined in my hosts file as, 205.240.38.130 world.darkfrontieronline.net.


hence the oddness, lol
Back to top Go down
AthlonJedi
Administrator
Administrator
AthlonJedi


Posts : 213
Join date : 2012-07-19
Location : Walkerton, Indiana

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 5:02

I have the client installed in c:\multiverse client,

This is a single user machine and UAC is disabled, Ill try reinstalling in the default location and see what happens.



UPDATE::

Installing it in the default location made no difference, it is still trying to connect to demo world confused confused confused


Last edited by AthlonJedi on Wed 8 May - 5:06; edited 1 time in total
Back to top Go down
tichfuie
Super Contributor
Super Contributor
tichfuie


Posts : 257
Join date : 2013-02-07
Location : NA

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 5:04

yeah, but what i dont get is why do you use a local ip address to connect to the master server if you have both multiverse and master in the net

now, make sure when you compile the client to update the actual client with new build.


also, login to your ubuntu vps or dedi box destop or ssh and tell me the host name of it
Back to top Go down
AthlonJedi
Administrator
Administrator
AthlonJedi


Posts : 213
Join date : 2012-07-19
Location : Walkerton, Indiana

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 5:14

changed the hostname in client.cs to reflect the ubuntu hostname which is praxix.darkfrontieronline.net

recompiled the client,

same result.

online ping from a proxy website pings fine and resolves the hostname as praxix.darkfrontieronline.net and has the correct wan ip of 205.240.38.130 so i know dns is fuctioning correctly.



command line --master praxix.darkfrontieronline.net

same result, wants to connect to master.multiversemmo.com

im going to rename the /bin folder to /binBU and copy the entire contents from the /bin/debug folder to the client and see if that helps lol maybe there is a dll in the new client debug folder that differs from the installed version .

Back to top Go down
tichfuie
Super Contributor
Super Contributor
tichfuie


Posts : 257
Join date : 2013-02-07
Location : NA

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 5:23

do you have both master and multiverse server running?
i am trying to connect from my client and i get:


Code:

WARN  [2013-05-07 13:19:31,072] Exception            Failed to connect to login server at praxix.darkfrontieronline.net:9005 - System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 205.240.38.130:9005

i can see the login screen and using guest as username and pass i get connection time out.

Back to top Go down
AthlonJedi
Administrator
Administrator
AthlonJedi


Posts : 213
Join date : 2012-07-19
Location : Walkerton, Indiana

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 5:32

Code:

INFO  [2013-05-07 14:32:41,457] LoginHelper          LoginButton_Click
INFO  [2013-05-07 14:32:41,458] Network Information  Connecting to master tcp server
[b]INFO  [2013-05-07 14:32:41,466] NetworkHelper        IP Address for praxix.darkfrontieronline.net: '205.240.38.130'
INFO  [2013-05-07 14:32:41,466] Network Information  Connecting to login server at 205.240.38.130:9005
WARN  [2013-05-07 14:33:02,472] Exception            Failed to connect to login server at praxix.darkfrontieronline.net:9005 - System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 205.240.38.130:9005[/b]
  at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
  at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
  at System.Net.Sockets.TcpClient.Connect(IPAddress address, Int32 port)
  at Multiverse.Network.NetworkHelper.Connect(String hostname, Int32 port) in E:\Multiverse Sourcecode\MultiverseClient\Network\NetworkHelper.cs:line 1108
INFO  [2013-05-07 14:33:02,484] LoginHelper          Login return: MasterTcpConnectFailure

PROGRESS!! its resolving the hostname correctly now, let me check my port forwarding and what not, we are getting close lol

yes, both have been up for 36 hrs now lol

UPDATE:: All ports are forwarded as needed, checking multiverse.properties for correct FQDN hostname.

UPDATE2:: server will not start with fqdn in multiverse properties, let me try localhost and then change the db to point to praxix.darkfrontieronline.net
Back to top Go down
AthlonJedi
Administrator
Administrator
AthlonJedi


Posts : 213
Join date : 2012-07-19
Location : Walkerton, Indiana

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 5:55

hang on, I seem to now have 3 server instances running lol


UPDATE::

Code:

WARN  [2013-05-07 15:11:06,405] Exception            Failed to connect to login server at praxix.darkfrontieronline.net:9005 - System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 205.240.38.130:9005
  at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
  at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
  at System.Net.Sockets.TcpClient.Connect(IPAddress address, Int32 port)
  at Multiverse.Network.NetworkHelper.Connect(String hostname, Int32 port) in E:\Multiverse Sourcecode\MultiverseClient\Network\NetworkHelper.cs:line 1108
INFO  [2013-05-07 15:11:06,416] LoginHelper          Login return: MasterTcpConnectFailure

ports are forwarded, tried changing host ip in multiverse.properties to both praxix.darkfrontieronline.net and localhost , nieher worked, changed db server name value to 205.240.38.138, praxix.darkfrontieronline.net , nither worked, client will patch and login using internal ip of the server but absolutly refuses to connect with out it. I am at a loss here lol I have no idea why the client wont connect with the fqdn. nor do i know why the server refuses to start with anything but the internal ip address in multiverse properties even though is SAYS in multiverse.properties to use with ipv4 or dns hostname....................




Last edited by AthlonJedi on Wed 8 May - 6:17; edited 1 time in total
Back to top Go down
tichfuie
Super Contributor
Super Contributor
tichfuie


Posts : 257
Join date : 2013-02-07
Location : NA

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 6:02

you need to kill those java PIDs so you can restart your server.

also make sure when you shut down the mv servers to do it with multiverse.sh -stop
otherwise there will be instances left running like you have right now


just do a Top command and kill all existing java PID instances and start mv server
Back to top Go down
AthlonJedi
Administrator
Administrator
AthlonJedi


Posts : 213
Join date : 2012-07-19
Location : Walkerton, Indiana

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 6:20

yea i top killed them and have restarted the thing a few times, maybe i need to reboot the machine? or add an entry in bind for the fqdn, client is patching atm do ill try a machine reboot when its done, i dont know what else to try at this point.


and now add this to the mix lol
Code:

ERROR [2013-05-07 15:24:05,539] Exception            The specified module could not be found. (Exception from HRESULT: 0x8007007E)
ERROR [2013-05-07 15:24:05,540] Exception            Exiting client due to exception: System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
  at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
  at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
  at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
  at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
  at Multiverse.Interface.UiScripting.LoadAssembly(Assembly assembly) in E:\Multiverse Sourcecode\MultiverseClient\Interface\UiScripting.cs:line 78
  at Multiverse.Base.Client.Setup() in E:\Multiverse Sourcecode\MultiverseClient\Base\Client.cs:line 1131
  at Multiverse.Base.Client.Start() in E:\Multiverse Sourcecode\MultiverseClient\Base\Client.cs:line 994
  at Multiverse.MultiverseClient.Main(String[] args) in E:\Multiverse Sourcecode\MultiverseClient\Main.cs:line 504
INFO  [2013-05-07 15:24:05,579] MultiverseClient    Exiting client

Back to top Go down
Delurin
Head of Platform Development
avatar


Posts : 424
Join date : 2011-08-03

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 7:24

I believe that pops up when you are missing either .net or directx I dont remember which one.
Back to top Go down
AthlonJedi
Administrator
Administrator
AthlonJedi


Posts : 213
Join date : 2012-07-19
Location : Walkerton, Indiana

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 8:09

yea i figured a missing dll was causing that no big deal, im more concerned with why I cant get the fqdn of my server to work.
Back to top Go down
tichfuie
Super Contributor
Super Contributor
tichfuie


Posts : 257
Join date : 2013-02-07
Location : NA

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 8:25

does it work using IP address instead?
Back to top Go down
AthlonJedi
Administrator
Administrator
AthlonJedi


Posts : 213
Join date : 2012-07-19
Location : Walkerton, Indiana

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 8:52

Nope.

Code:

WARN  [2013-05-07 17:54:46,720] Exception            Failed to connect to login server at 205.240.38.130:9005 - System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 205.240.38.130:9005
  at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
  at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
  at System.Net.Sockets.TcpClient.Connect(IPAddress address, Int32 port)
  at Multiverse.Network.NetworkHelper.Connect(String hostname, Int32 port)
Back to top Go down
tichfuie
Super Contributor
Super Contributor
tichfuie


Posts : 257
Join date : 2013-02-07
Location : NA

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 9:38

i mean using IP address setup in the multiverse.properties and master.properties instead of fqdns
Back to top Go down
AthlonJedi
Administrator
Administrator
AthlonJedi


Posts : 213
Join date : 2012-07-19
Location : Walkerton, Indiana

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 11:49

no and I have even added the following in /etc/hosts

192.168.1.58 praxix
192.168.1.58 praxix.darkfrontieronline.net

and still:
Code:

INFO  [2013-05-07 21:01:58,960] LoginHelper          LoginButton_Click
INFO  [2013-05-07 21:01:58,961] Network Information  Connecting to master tcp server
INFO  [2013-05-07 21:01:58,968] NetworkHelper        IP Address for praxix.darkfrontieronline.net: '205.240.38.130'
INFO  [2013-05-07 21:01:58,968] Network Information  Connecting to login server at 205.240.38.130:9005
WARN  [2013-05-07 21:02:20,000] Exception            Failed to connect to login server at praxix.darkfrontieronline.net:9005 - System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 205.240.38.130:9005
  at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
  at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
  at System.Net.Sockets.TcpClient.Connect(IPAddress address, Int32 port)
  at Multiverse.Network.NetworkHelper.Connect(String hostname, Int32 port)
INFO  [2013-05-07 21:02:20,008] LoginHelper          Login return: MasterTcpConnectFailure
INFO  [2013-05-07 21:02:31,325] MultiverseClient    Exiting client

this has me stumped for now.it is obviously resolving the domain name to the ip but I dont understand why the connection is failing. Ill set up bind and see if maybe that is the issue but I have a server 2008 domain controller setup with all the needed dns info and it resolves fine , even going to praxix.darkfrontieronline.net in a browser pops up the multiverse log in page. affraid affraid affraid affraid affraid affraid affraid affraid affraid



Back to top Go down
AthlonJedi
Administrator
Administrator
AthlonJedi


Posts : 213
Join date : 2012-07-19
Location : Walkerton, Indiana

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 16:31

I think I fixed it!!!!!

And it wasn't multiverse causing the problem if so, but to be sure, tichfuie can you try and login with your client?

I forgot to update /etc/resolv.conf with the nameserver info for my dns server. lol!

Now the compiled client will login from my side of the network where it wasnt before.

But , no animations and collision seems to be non-fuctional :



master.sh issues [SOLVED] But.... - Page 2 Finaly

BUT , atleast it is finaly logging in!!!!!



cheers cheers cheers cheers
Back to top Go down
tichfuie
Super Contributor
Super Contributor
tichfuie


Posts : 257
Join date : 2013-02-07
Location : NA

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 17:30

same error from here

Code:

WARN  [2013-05-08 01:26:35,707] Exception            Failed to connect to login server at praxix.darkfrontieronline.net:9005 - System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 192.168.1.58:9005



this is what i dont get the reason you are using a local ip address for master server:

connected host has failed to respond 192.168.1.58:9005

Back to top Go down
AthlonJedi
Administrator
Administrator
AthlonJedi


Posts : 213
Join date : 2012-07-19
Location : Walkerton, Indiana

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyWed 8 May - 17:36

ok I am gonna have to change the ip in multiverse.properties, hopfuly the server will start with something other than that ip in there now. befor it wouldnt. fqdn seems to work in the database now so it should also in multiverse.properties, ill tinker with it more tomorrow, had enough of MV_Irriation for one night lol
Back to top Go down
AthlonJedi
Administrator
Administrator
AthlonJedi


Posts : 213
Join date : 2012-07-19
Location : Walkerton, Indiana

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyThu 9 May - 4:49


Ok Please try again when you get a chance but from what the client log says here, it appears to finaly be using the WAN address of the server. For some reason even though all ports were forwarded, I had to move the server into my routers "DMZ" for it to accept the connection, so there must be something that ubuntu doesnt like about my routers NAT.


Code:

INFO  [2013-05-08 13:46:03,425] LoginHelper          LoginButton_Click
INFO  [2013-05-08 13:46:03,426] Network Information  Connecting to master tcp server
INFO  [2013-05-08 13:46:03,438] NetworkHelper        IP Address for praxix.darkfrontieronline.net: '205.240.38.130'
INFO  [2013-05-08 13:46:03,438] Network Information  Connecting to login server at 205.240.38.130:9005
INFO  [2013-05-08 13:46:03,687] Network Information  Login Result: System.Byte[], System.Byte[], Success
INFO  [2013-05-08 13:46:03,687] LoginHelper          Login return: Success
INFO  [2013-05-08 13:46:03,688] Network Information  Connecting to master rdp server
INFO  [2013-05-08 13:46:03,689] Network Information  Connecting to rdp world server at praxix.darkfrontieronline.net:9010
INFO  [2013-05-08 13:46:03,690] NetworkHelper        IP Address for praxix.darkfrontieronline.net: '205.240.38.130'
INFO  [2013-05-08 13:46:03,693] RdpMessageHandler    Setting up RdpClient with localPort = 5877
INFO  [2013-05-08 13:46:03,701] Rdp Connection      Created connection to: 205.240.38.130:9010

Please let me know how it goes.

Still no collision or animations though, at a loss as to why all the sudded that isnt working but, might just be something I did when I was in the source or yet another missing .dll or something the engine has deemed non critical.

Back to top Go down
tichfuie
Super Contributor
Super Contributor
tichfuie


Posts : 257
Join date : 2013-02-07
Location : NA

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyThu 9 May - 5:13

it looks like may be working but i get invalid password when i try to login using:

username: guest
password: guest



Code:

INFO  [2013-05-08 13:11:53,579] LoginHelper          LoginButton_Click
INFO  [2013-05-08 13:11:53,579] Network Information  Connecting to master tcp server
INFO  [2013-05-08 13:11:53,599] NetworkHelper        IP Address for praxix.darkfrontieronline.net: '205.240.38.130'
INFO  [2013-05-08 13:11:53,599] Network Information  Connecting to login server at 205.240.38.130:9005
INFO  [2013-05-08 13:11:54,439] Network Information  Login Result: System.Byte[], System.Byte[], InvalidPassword
INFO  [2013-05-08 13:11:54,439] LoginHelper          Login return: LoginFailure
INFO  [2013-05-08 13:12:02,759] LoginHelper          LoginButton_Click
INFO  [2013-05-08 13:12:02,759] Network Information  Connecting to master tcp server
INFO  [2013-05-08 13:12:02,759] NetworkHelper        IP Address for praxix.darkfrontieronline.net: '205.240.38.130'
INFO  [2013-05-08 13:12:02,759] Network Information  Connecting to login server at 205.240.38.130:9005
INFO  [2013-05-08 13:12:03,619] Network Information  Login Result: System.Byte[], System.Byte[], InvalidPassword
INFO  [2013-05-08 13:12:03,619] LoginHelper          Login return: LoginFailure
INFO  [2013-05-08 13:12:06,099] MultiverseClient    Exiting client




Last edited by tichfuie on Thu 9 May - 5:16; edited 1 time in total
Back to top Go down
AthlonJedi
Administrator
Administrator
AthlonJedi


Posts : 213
Join date : 2012-07-19
Location : Walkerton, Indiana

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyThu 9 May - 5:14

use this
username - athlonjedi
password - ou812ic

I disabled the guest login lol


the system and ubuntu have thier own security so I will worry about it being "Exposed" later, as long as I finaly have a fully functioning system up, thats all I care about for now lol
Back to top Go down
tichfuie
Super Contributor
Super Contributor
tichfuie


Posts : 257
Join date : 2013-02-07
Location : NA

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyThu 9 May - 5:20

ok, got to login ok, created new char but was as far as i could get,

could not connect to world server


Code:

  at Multiverse.Network.NetworkHelper.GetIPv4Address(String hostname)
  at Multiverse.Network.NetworkHelper.RdpWorldConnect(String hostname, Int32 port)
WARN  [2013-05-08 13:18:13,173] Exception            Exception connecting to rdp world server praxix:5050 : System.Net.Sockets.SocketException: No such host is known


you need to rename your server hostname with valid name
Back to top Go down
AthlonJedi
Administrator
Administrator
AthlonJedi


Posts : 213
Join date : 2012-07-19
Location : Walkerton, Indiana

master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 EmptyThu 9 May - 5:24

odd, progress though , i did login just a few min ago, might have been while you were trying to and caused a conflict but I will do some further checking, atm I have to physicly move the server machine into the rack it is gonna call home so its gonna go down for about an hour.
Back to top Go down
Sponsored content





master.sh issues [SOLVED] But.... - Page 2 Empty
PostSubject: Re: master.sh issues [SOLVED] But....   master.sh issues [SOLVED] But.... - Page 2 Empty

Back to top Go down
 
master.sh issues [SOLVED] But....
Back to top 
Page 2 of 3Go to page : Previous  1, 2, 3  Next
 Similar topics
-
» I have 2 issues.
» spawn issues
» Can run client in --standalone only?>>>>Solved
» Client Connection Issues/Questions
» Hi i have problem witch Server. on Win7.

Permissions in this forum:You cannot reply to topics in this forum
 :: Development :: Getting Started-
Jump to: