thelinuxguy
December 18th, 2007, 10:01 AM
I installed Avida from the Feisty repository and tried to create a new world. However, after the final step, I keep getting an error message that says:
instruction set file specified in world file doesn't exist
event file specified in world file doesn't exist
The relevant options I have selected are as follows:
Simple setup (recommended)
Initial organism file: /usr/share/avida/organism.default
Grow from one organism
Environment files: /usr/share/avida/environment.cfg
New World file: /home/thelinuxguy/Avida/genesis
Work directory: /home/thelinuxguy/Avida
And a listing of my /usr/share/avida
ls /usr/share/avida -l
total 41
-rw-r--r-- 1 root root 499 2007-03-02 06:45 analyze.cfg
drwxr-xr-x 3 root root 928 2007-12-18 13:02 doc_html
-rw-r--r-- 1 root root 1285 2007-03-02 06:45 environment.cfg
-rw-r--r-- 1 root root 1941 2007-03-02 06:45 events.cfg
-rw-r--r-- 1 root root 7648 2007-12-19 00:29 genesis
-rw-r--r-- 1 root root 7757 2007-03-02 06:45 genesis.4stack
-rw-r--r-- 1 root root 831 2007-03-02 06:45 inst_set.4stack
-rw-r--r-- 1 root root 1584 2007-03-02 06:45 inst_set.default
-rw-r--r-- 1 root root 1555 2007-03-02 06:45 organism.default
drwxr-xr-x 2 root root 144 2007-12-18 13:02 preset_organisms
I tried editing /usr/share/avida/genesis and changed line 25 and 26 to include the full path:
INST_SET /usr/share/avida/inst_set.default # File containing instruction set
EVENT_FILE /usr/share/avida/events.cfg # File containing list of events during run
What am I missing here?
instruction set file specified in world file doesn't exist
event file specified in world file doesn't exist
The relevant options I have selected are as follows:
Simple setup (recommended)
Initial organism file: /usr/share/avida/organism.default
Grow from one organism
Environment files: /usr/share/avida/environment.cfg
New World file: /home/thelinuxguy/Avida/genesis
Work directory: /home/thelinuxguy/Avida
And a listing of my /usr/share/avida
ls /usr/share/avida -l
total 41
-rw-r--r-- 1 root root 499 2007-03-02 06:45 analyze.cfg
drwxr-xr-x 3 root root 928 2007-12-18 13:02 doc_html
-rw-r--r-- 1 root root 1285 2007-03-02 06:45 environment.cfg
-rw-r--r-- 1 root root 1941 2007-03-02 06:45 events.cfg
-rw-r--r-- 1 root root 7648 2007-12-19 00:29 genesis
-rw-r--r-- 1 root root 7757 2007-03-02 06:45 genesis.4stack
-rw-r--r-- 1 root root 831 2007-03-02 06:45 inst_set.4stack
-rw-r--r-- 1 root root 1584 2007-03-02 06:45 inst_set.default
-rw-r--r-- 1 root root 1555 2007-03-02 06:45 organism.default
drwxr-xr-x 2 root root 144 2007-12-18 13:02 preset_organisms
I tried editing /usr/share/avida/genesis and changed line 25 and 26 to include the full path:
INST_SET /usr/share/avida/inst_set.default # File containing instruction set
EVENT_FILE /usr/share/avida/events.cfg # File containing list of events during run
What am I missing here?