View previous topic :: View next topic |
Author |
Message |
mikel
|
Posted: Thu Jan 14, 2010 11:51 am Post subject: stop gamecreate.x86 on linux |
|
|
Hi,
I know I can kill the processes, but has gamecreate.x86 any command for stopping its processes in linux? |
|
Back to top |
|
 |
adbot
|
Posted: Thu Mar 31, 2011 3:57 am |
|
|
|
|
|
Steve Mammoth
|
Posted: Fri Jan 15, 2010 11:48 am Post subject: |
|
|
You should be able to shut it down with the quit command |
|
Back to top |
|
 |
theWeird
|
Posted: Sun Jan 17, 2010 4:14 am Post subject: |
|
|
Quit command?
I always start with ./gamecreate.x86 and stop with killall gamecreat.x86
Do you know a better way? |
|
Back to top |
|
 |
foxxx
|
Posted: Thu Jan 21, 2010 8:20 am Post subject: |
|
|
screen -AmdS gamecreate /path/to/gamecreate.x86 -f
with this you will be able to retrieve the screen process via
screen -r gamecreate
an look the output to console
But after some days i found out, that the gamecreate-processes will kill themselves automatically after 12-36 hours.
I don't know why, seems to be a bug or something like that.
So I wrote a script to watch the process and and cronjobs looks every 10 minutes with this script whether all is ok, if not, gamecreate client will be restartet
that's my experience ... |
|
Back to top |
|
 |
hyperprotagonist
|
Posted: Fri Jan 29, 2010 1:21 am Post subject: |
|
|
foxxx wrote: | But after some days i found out, that the gamecreate-processes will kill themselves automatically after 12-36 hours. |
This problem is unheard of! What version of GC are you running? |
|
Back to top |
|
 |
foxxx
|
Posted: Fri Jan 29, 2010 10:02 pm Post subject: |
|
|
I'm using GameCreate Client 5.2.0
/var/log/gamecreate.log :
Quote: |
Tue Jan 19 21:40:01 CET 2010 restarting gamecreate client ...
Wed Jan 20 00:30:01 CET 2010 restarting gamecreate client ...
Wed Jan 20 19:00:01 CET 2010 restarting gamecreate client ...
Thu Jan 21 04:10:01 CET 2010 restarting gamecreate client ...
Mon Jan 25 03:20:01 CET 2010 restarting gamecreate client ...
Mon Jan 25 13:40:01 CET 2010 restarting gamecreate client ...
Di 26. Jan 19:42:47 CET 2010 restarting gamecreate client ... |
So that should not happen, right ? |
|
Back to top |
|
 |
hyperprotagonist
|
Posted: Fri Jan 29, 2010 10:58 pm Post subject: |
|
|
foxxx wrote: | I'm using GameCreate Client 5.2.0
So that should not happen, right ? |
No. It shouldn't.
Use the Linux 5.2.4 version. Might fix your problemo? |
|
Back to top |
|
 |
|