View Single Post
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#70
Originally Posted by dragonken View Post
Yes, i tried that too. Maybe when capex will have an option, to manually select rom path, my problem will be solved. Or any other ideas? Maybe editing my capex.cfg?
I'm pretty happy now, at least i can try out a lot of games. Thank you very much for your patience, and for helping me out
We could go for a more technical approach to see where capex is looking for roms:

Code:
sudo gainroot
apt-get install strace
exit
cd /opt/maemo/usr/games/fba
strace ./capex 2>&1|grep open|grep zip
Now you must see that capex is trying to open all its known roms in the terminal output, and in what path it is looking for those zips.

P.s. if you thinks a post is helpfull you can press the thanks button
 

The Following 2 Users Say Thank You to ade For This Useful Post: