It is actually your program that will not work for me. The error I get is this.
The other programs just don't do as much as I would like, so I have been doing everything by hand.
__________________
All that is gold does not glitter,
Not all those who wander are lost;
The old that is strong does not wither,
Deep roots are not reached by the frost.
My program tries to read in the abilities.txt, components.txt and techareas.txt files from the same directory as the program is placed.
If it cannot find them u will get exactly the error u mentioned because the file IO operations it attempts will not work because the files cannot be found
i could make it gracefully exit... with some sort of popup saying cannot do anything because file not found, but i neglected todo that and instead chose to add the warning in the readme file instead.
Hey, it worked. I guess you can tell that I am a "when all else fails RTFM" kind of guy.
__________________
All that is gold does not glitter,
Not all those who wander are lost;
The old that is strong does not wither,
Deep roots are not reached by the frost.