View previous topic :: View next topic |
Author |
Message |
wodcheck
|
Posted: Tue Jan 06, 2009 3:18 am Post subject: Gamecreate Root Install |
|
|
hello, I wanted to ask whether it is possible to create game on a Linux root to install ..
and then I would still like to know how it works ..
I apologize for the bad English |
|
Back to top |
|
|
adbot
|
Posted: Thu Mar 31, 2011 3:57 am |
|
|
|
|
|
Steve Mammoth
|
Posted: Tue Jan 06, 2009 5:47 pm Post subject: |
|
|
You could install the GC client on a root account but this isn't recommended.
You're better off creating a user account for GameCreate to be installed and run on. |
|
Back to top |
|
|
wesleyb14
|
Posted: Fri Jan 30, 2009 8:50 am Post subject: replay |
|
|
Here is a tut to help
login as root
mkdir /root/gamecreaet
cd /root/gamecreate
wget http://gamecreate.com/downloads.php?os=linux
cd
chmod 777 /root/gamecreate/gamecreate-setup.linux-x86.run
bash ./root/gamecreate/gamecreate-setup.linux-x86.run
/root/gamecreate/gamecreate.x86
Then choose your world type.
Then type you domain login.
Then type you domain password.
And your done |
|
Back to top |
|
|
>aod<
|
Posted: Fri Feb 13, 2009 8:59 pm Post subject: |
|
|
i have done it but after
# bash ./root/gamecreate/GameCreate-Setup.linux-x86.run
it says
bash: ./root/gamecreate/GameCreate-Setup.linux-x86.run: No such file or directory
i dont understand >_< |
|
Back to top |
|
|
Steve Mammoth
|
Posted: Tue Feb 17, 2009 10:57 am Post subject: |
|
|
Make sure the file was downloaded properly. Is it listed when you run ls ?
It's also not recommended to use a root account. |
|
Back to top |
|
|
Kybber
|
Posted: Tue Feb 17, 2009 5:38 pm Post subject: |
|
|
>aod< wrote: | i have done it but after
# bash ./root/gamecreate/GameCreate-Setup.linux-x86.run
|
This is syntactically ambiguous because of the period, which means your
current dir. If you are not in /, then this command is not going to look in
the /root dir. Don't know how much experience you have with Linux, so
just try this and see if there's any gc-related file in there:
If so, do the same steps but remove the period in "./root"
But as Steve said: Don't run GC as root. Use another regular user account
with non-root privileges. If you don't know how, then you should google and
find a basic Linux introduction text which should tell you how to create user
accounts. |
|
Back to top |
|
|
heugabel
|
Posted: Tue Apr 07, 2009 7:48 pm Post subject: |
|
|
lol i have the same problem...
Code: | ./GameCreate-Setup.linux-x86.run
-bash: ./GameCreate-Setup.linux-x86.run: Datei oder Verzeichnis nicht gefunden |
Code: | bash ./GameCreate-Setup.linux-x86.run
./GameCreate-Setup.linux-x86.run: ./GameCreate-Setup.linux-x86.run: cannot execute binary file
|
|
|
Back to top |
|
|
Steve Mammoth
|
Posted: Wed Apr 08, 2009 10:33 am Post subject: |
|
|
You need make the file executable so it will run first.
So you would need to do something like
chmod -x GameCreate-Setup.linux-x86.run |
|
Back to top |
|
|
heugabel
|
Posted: Wed Apr 08, 2009 7:16 pm Post subject: |
|
|
no its a problem with the 64 bit kernel on ovh (isgenug/kimsufi) |
|
Back to top |
|
|
Steve Mammoth
|
Posted: Wed Apr 15, 2009 11:33 am Post subject: |
|
|
GameCreate hasn't been internally tested with 64bit linux, but reports suggest that it should work properly with quite a few distros. |
|
Back to top |
|
|
Reaper
|
Posted: Thu Apr 29, 2010 7:49 am Post subject: |
|
|
with the 64 bit, can you just give us in a zip file the gamecreate file itself instead of the run file? |
|
Back to top |
|
|
Kybber
|
Posted: Mon May 03, 2010 10:27 pm Post subject: |
|
|
I've never had a problem with installing GC on 64 bit Linux. Been using Gentoo.
You should make sure you have downloaded the file correctly by verifying the md5sums listed her: http://www.gamecreate.com/downloads.php |
|
Back to top |
|
|
|