PDA

View Full Version : Trouble with older native games


madjinx
December 19th, 2005, 09:55 PM
im having some trouble with most of my loki native games, when started command returns this error:

root@darkstar:~# rune
dirname: too few arguments
Try `dirname --help' for more information.
Couldn't run Rune (rune-bin). Is RUNE_DATA_PATH set?
root@darkstar:~#

i think alphacent is one of the few not giving me trouble.

So how do i set RUNE_DATA_PATH?

joshuapurcell
December 19th, 2005, 11:49 PM
Try this:jeremy@breezy:~$ RUNE_DATA_PATH=/needed/directory/path
jeremy@breezy:~$ echo $RUNE_DATA_PATH
/needed/directory/pathThe echo command is just to show you the system knows what the variable is... not needed to actually set the variable.