Customers
Other Links
View previous topic :: View next topic
Author
Message
Stracci
Posted: Fri Feb 20, 2009 8:50 am Post subject: "SSL pipe not connected, attempting to connect"
Quote: -bash-3.2# ./gamecreate.x86 -f
==GAMECREATE CLIENT 5.2.4 STARTUP==
LOG: Thu Feb 19 22:50:04 2009: Starting GameCreate Client 5.2.4
LOG: Thu Feb 19 22:50:04 2009: Hostname: xxxx. IP: xx.xx.250.148.
LOG: Thu Feb 19 22:50:04 2009: Master: us1.master.gamecreate.com,us2.master.gamecreate.com
LOG: Thu Feb 19 22:50:04 2009: Starting FTP server thread
LOG: Thu Feb 19 22:50:04 2009: SSL pipe not connected, attempting to connect
LOG: Thu Feb 19 22:50:04 2009: Master address(es): us1.master.gamecreate.com,us2.master.gamecreate.com
LOG: Thu Feb 19 22:50:05 2009: Got ip of '' for us1.master.gamecreate.com
LOG: Thu Feb 19 22:50:05 2009: Begin connection attempt
LOG: Thu Feb 19 22:50:05 2009: Connect TCP socket
LOG: Thu Feb 19 22:50:05 2009: Connect attempt failed
LOG: Thu Feb 19 22:50:05 2009: PONG response not received, closing connection
What the hell is wrong? I've emailed using the contact form like 3 times...
-K
Back to top
adbot
Posted: Thu Mar 31, 2011 3:57 am
Andrew Mammoth
Posted: Fri Feb 20, 2009 9:17 am Post subject: Re: "SSL pipe not connected, attempting to connect"
Quote:
LOG: Thu Feb 19 22:50:05 2009: Got ip of '' for us1.master.gamecreate.com
Your server cannot resolve the IP address of us1.master.gamecreate.com
Check you can actually resolve DNS addresses.
Quote:
What the hell is wrong? I've emailed using the contact form like 3 times...
Both times we have replied to you; your other email was 30 mintues ago.
Back to top
Stracci
Posted: Fri Feb 20, 2009 10:14 am Post subject: Re: "SSL pipe not connected, attempting to connect"
Andrew wrote: Quote:
LOG: Thu Feb 19 22:50:05 2009: Got ip of '' for us1.master.gamecreate.com
Your server cannot resolve the IP address of us1.master.gamecreate.com
Check you can actually resolve DNS addresses.
Quote:
What the hell is wrong? I've emailed using the contact form like 3 times...
Both times we have replied to you; your other email was 30 mintues ago.
I havent recieved one reply, and resolvers are already set.
Quote: -bash-3.2# -bash-3.2# cat /etc/resolv.conf
nameserver 4.2.2.2
-bash-3.2# -bash-3.2#
Quote: -bash-3.2# ping us1.master.gamecreate.com
PING us1.gamecreate.com (72.232.15.234) 56(84) bytes of data.
64 bytes from 234.15.232.72.static.reverse.ltdomains.com (72.232.15.234): icmp_seq=1 ttl=51 time=69.8 ms
64 bytes from 234.15.232.72.static.reverse.ltdomains.com (72.232.15.234): icmp_seq=2 ttl=51 time=69.8 ms
64 bytes from 234.15.232.72.static.reverse.ltdomains.com (72.232.15.234): icmp_seq=3 ttl=51 time=87.7 ms
--- us1.gamecreate.com ping statistics ---
4 packets transmitted, 3 received, 25% packet loss, time 3002ms
rtt min/avg/max/mdev = 69.871/75.821/87.702/8.403 ms
-bash-3.2#
-K Last edited by Stracci on Fri Feb 20, 2009 10:17 am; edited 1 time in total
Back to top
Andrew Mammoth
Posted: Fri Feb 20, 2009 10:17 am Post subject:
You definitely were sent responses.
Was the response simply empty? Can you paste it here?
Also, try just pinging the master address listed - see if it resolves.
Back to top
Stracci
Posted: Fri Feb 20, 2009 10:18 am Post subject:
Andrew wrote: You definitely were sent responses.
Was the response simply empty? Can you paste it here?
Also, try just pinging the master address listed - see if it resolves.
Quote: -bash-3.2# ping us1.master.gamecreate.com
PING us1.gamecreate.com (72.232.15.234) 56(84) bytes of data.
64 bytes from 234.15.232.72.static.reverse.ltdomains.com (72.232.15.234): icmp_seq=1 ttl=51 time=69.8 ms
64 bytes from 234.15.232.72.static.reverse.ltdomains.com (72.232.15.234): icmp_seq=2 ttl=51 time=69.8 ms
64 bytes from 234.15.232.72.static.reverse.ltdomains.com (72.232.15.234): icmp_seq=3 ttl=51 time=87.7 ms
--- us1.gamecreate.com ping statistics ---
4 packets transmitted, 3 received, 25% packet loss, time 3002ms
rtt min/avg/max/mdev = 69.871/75.821/87.702/8.403 ms
-bash-3.2#
Back to top
Andrew Mammoth
Posted: Fri Feb 20, 2009 10:24 am Post subject:
Can the GameCreate client write to the current directory? It needs to.
Can you let me know about the e-mails you received? Thanks.
If you're still having trouble and this issue wont go away, you can use a fixed IP instead:
Open gamecreate.ini, find the line:
master-ip
Change it to:
master-ip 72.232.15.234
Start Client again.
Back to top
Stracci
Posted: Fri Feb 20, 2009 10:27 am Post subject:
Andrew wrote:
Open gamecreate.ini, find the line:
master-ip
Change it to:
master-ip 72.232.15.234
Start Client again.
Works now. Thanks.
No emails were recieved from you whatsoever.
Back to top
Andrew Mammoth
Posted: Fri Feb 20, 2009 10:36 am Post subject:
Can you check your spam folder? I just did a test send/receive from GMail and it worked fine for me.
Back to top
Stracci
Posted: Fri Feb 20, 2009 10:39 am Post subject:
Andrew wrote: Can you check your spam folder? I just did a test send/receive from GMail and it worked fine for me.
Nothing there, can you tell me how were supposed to use the linux version without being logged into SSH 24x7?
Regards
Back to top
Andrew Mammoth
Posted: Fri Feb 20, 2009 10:55 am Post subject:
Sure.
You're currently running it like this: /gamecreate.x86 -f
The -f switch means "run in foreground".
If you remove it, GameCreate will run in the background for you and you can then close SSH.
You can have client write to a log file by adding: log-file gamecreate.log to your gamecreate.ini file.
Or run client with -f in a screen session.
Back to top
All times are GMT + 10 Hours
Page 1 of 1
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
Forum powered by phpBB © 2001, 2005 phpBB Group