View previous topic :: View next topic |
Author |
Message |
RaZZe
|
Posted: Sat Feb 06, 2010 10:59 am Post subject: [LINUX] Error Starting... |
|
|
Hey, i have a problem.
I've load the GameCreate-Setup.linux-x86.run with wget.
Then chmod -x GameCreate-Setup.linux-x86.run... then ./GameCreate-Setup.linux-x86.run.. but i got "bash: ./GameCreate-Setup.linux-x86.run: No such file or directory"
WTF? good i've load the Beta 5.2.4 and unzip it.
after chmod i've start with "./gamecreate.x86 -f" and got this error :
Code: | equality-clan:~/gamecreate# ./gamecreate.x86 -f
LOG: Sat Feb 6 00:38:35 2010: Starting GameCreate Client 5.2.4
==GAMECREATE CLIENT 5.2.4 STARTUP==
LOG: Sat Feb 6 00:38:35 2010: Hostname: equality-clan.de. IP: 188.40.75.81.
LOG: Sat Feb 6 00:38:35 2010: Master: eu1.master.gamecreate.com,eu2.master.gamecreate.com
LOG: Sat Feb 6 00:38:35 2010: Starting FTP server thread
LOG: Sat Feb 6 00:38:35 2010: SSL pipe not connected, attempting to connect
LOG: Sat Feb 6 00:38:35 2010: Master address(es): eu1.master.gamecreate.com,eu2.master.gamecreate.com
LOG: Sat Feb 6 00:38:36 2010: Got ip of '' for eu1.master.gamecreate.com
LOG: Sat Feb 6 00:38:36 2010: Begin connection attempt
LOG: Sat Feb 6 00:38:36 2010: Connect TCP socket
LOG: Sat Feb 6 00:38:36 2010: Connect attempt failed
LOG: Sat Feb 6 00:38:36 2010: PONG response not received, closing connection
LOG: Sat Feb 6 00:38:37 2010: SSL pipe not connected, attempting to connect
LOG: Sat Feb 6 00:38:37 2010: Master address(es): eu1.master.gamecreate.com,eu2.master.gamecreate.com |
Whats wrong?
Please Help
greetings RaZZe |
|
Back to top |
|
 |
adbot
|
Posted: Thu Mar 31, 2011 3:57 am |
|
|
|
|
|
Kybber
|
Posted: Sat Feb 06, 2010 8:18 pm Post subject: Re: [LINUX] Error Starting... |
|
|
RaZZe wrote: | Then chmod -x GameCreate-Setup.linux-x86.run... |
chmod +x
You want to add the executable property, not remove it. |
|
Back to top |
|
 |
RaZZe
|
Posted: Sat Feb 06, 2010 11:31 pm Post subject: |
|
|
oh sorry... i mean +.
here...
Code: | equality-clan:~/gamecreate# chmod +x GameCreate-Setup.linux-x86.run
equality-clan:~/gamecreate# ./GameCreate-Setup.linux-x86.run
-bash: ./GameCreate-Setup.linux-x86.run: No such file or directory
equality-clan:~/gamecreate#
|
|
|
Back to top |
|
 |
RaZZe
|
Posted: Mon Feb 08, 2010 11:51 am Post subject: |
|
|
Can not help me then?
I gamecreate often installed ... mostly in Vmware with Debian 5
Now where is my root server because I wanted to install it now again, but it does not work. |
|
Back to top |
|
 |
hyperprotagonist
|
Posted: Tue Feb 09, 2010 8:06 pm Post subject: |
|
|
Are you running GC as root or another user? |
|
Back to top |
|
 |
Andrew Mammoth
|
Posted: Wed Feb 17, 2010 4:28 pm Post subject: |
|
|
Code: | LOG: Sun Dec 20 15:16:01 2009: Got ip of '' for us1.master.gamecreate.com |
GameCreate couldn't resolve the master server address, do you have a DNS resolver installed? |
|
Back to top |
|
 |
hyperprotagonist
|
Posted: Wed Feb 17, 2010 7:57 pm Post subject: |
|
|
Andrew, I experienced this issue before - only when I was running as a user account - but seems to be fine running as root? |
|
Back to top |
|
 |
Andrew Mammoth
|
Posted: Wed Feb 17, 2010 9:52 pm Post subject: |
|
|
Do you allow gamecreate to execute itself? It may do this temporarily to perform a DNS resolution.
Make sure the user that runs gamecreate, definitely has permission to execute itself (chmod +x the gamecreate.x86 file as the user that executes gamecreate). |
|
Back to top |
|
 |
|