i finally managed to get fs-uae running, by putting the kickstart file into the same folder as the program.
I am sure it is ignoring my config file though. I have specified;
[application]
## You can override the title displayed in menu mode
title = "first test"
## You can also override the sub-title displayed in menu mode
sub_title = more test
but neither show in the menus.
i also have the following, which is meant to look on a USB stick called "gaming"
rom_dir = /Volumes/GAMING/AMIGA/Roms/
I have been using TextEdit on OSX (10.6.7) and saved with the.utf-8 format.....
Hi
Yes, it looks like it is ignoring it. If you run fs-uae.app by clicking on it, there are a couple of valid locations for the config file (see the README). but basically /Users/yourusername/.config/fs-uae/fs-uae.conf
If you start from a console, you can specify the path to the configuration file by running
fs-uae.app/Contents/MacOS/fs-uae -c /path/to/config/file
One of the things I am working on is better feedback when fs-uae does not find things - an on-screen error display (for instance, "could not find config file at <location>". This will make it a bit more user-friendly.
Btw, where did you put your config? could post here the path to the config file (and the path to fs-uae.app)? If you thought your current setup should work, this indicates that I should either fix the documentation, or even better, look for the file where you put it (that's why I wanted to know the path).