Caggio wrote:No that's not a keyboard problem... I'm using a guitar, which works normally on fof, and when there are some notes close, the game doesn't work anymore... I have to kill the process and re-open it, but it gives always the same problem.
With the latest patch (the 21st december one), the song stops after few seconds and i need to reboot or kill very quickly FretsOnFire...
(I'm using the 32 Bit version on ubuntu 8.10)
I'm not sure if you and the topic creater have the same issue, but in your case I'd reccomend starting fofix from command line with the verbose flag, and if it hangs get the proccess id.
cd /path/to/fofix
./FretsOnFire.sh -v
or if you're running from source
cd /path/to/fofix/src
python2.4 FretsOnFire.py -v
If you need to kill the proccess you can find the proccess id with this command
ps x | grep ire
grep is basically a way to only print the lines where the specified text occurs. in this case ire, the proccess is called FretsOnFire.bin or py , and ire is most of the times enoughy (will give hits for firefox also of course).
In any case look at the proccess id for fretsonfire and do a
kill -kill PID
where PID is your fofix proccess id.
I hope that will preventy you from rebooting again due to fof crash.
@topic creator
I watched your video but I still have no clue what might be the problem. The game stops responding to input? If you just can't hit notes, can you hit esc, or whatever you have set to cancel, to open the menu?