|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
09-25-2007, 08:34 PM | #21 |
Pledge
Join Date: May 2007
Posts: 19
|
I have to try. Now i'am using 100.14.11.. i'll tell a result later
|
10-12-2007, 12:22 PM | #23 | |
Duke
Join Date: Jan 2007
Posts: 3,939
|
Quote:
this option only take effect in the console session, if u close the console this variable will leave your computer
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia "uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan |
|
10-20-2007, 01:02 PM | #24 | |
Pledge
Join Date: Oct 2006
Posts: 15
|
Quote:
MALLOC_CHECK_=0 ./rolauncher & And you won't need the console anymore :P |
|
10-24-2007, 01:47 AM | #25 |
Pledge
Join Date: Sep 2007
Posts: 9
|
If any of you know some programing, what would we need to do so we could set that as the launcher and run it that way.
I tried with Code:
#!/bin/sh cd "/home/wolf/regnum" MALLOC_CHECK_=0 ./rolauncher Last edited by Titaniumwolf; 10-24-2007 at 02:01 AM. |
10-24-2007, 10:22 AM | #26 |
Initiate
Join Date: Sep 2007
Location: Paddo's plukken
Posts: 149
|
Titanium: That's the spirit It should work like that.
A bit more traditional: Code:
#!/bin/bash MALLOC_CHECK_=0 RO_PATH=/path/to/regnum cd ${RO_PATH} ./rolauncher
__________________
We'll force you to be nice to each other. Kill you, before you kill each other. Violent pacification! |
|
|