View Single Post
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#12
Originally Posted by shuraizo View Post
I see, i think i had to root because i thought accessing /usr/bin/gamefile requires rooting..


Originally Posted by shuraizo View Post
so what should i do to restore the permission?
Do something like "strace -e trace=open /path/to/game.executable" to get a list of the files it tries to open, and see if it fails with EACCES for any of them. Strace should be available in the extras repository iirc, otherwise it will be available in the SDK repository.

Last edited by javispedro; 2011-04-25 at 02:05.
 

The Following User Says Thank You to javispedro For This Useful Post: