Thread: Wierd Crash
View Single Post
spanner's Avatar
Posts: 253 | Thanked: 184 times | Joined on Nov 2009 @ Bristol, UK
#6
Originally Posted by Figa View Post
fopen doesnt open this file and pointer is empty. I am sure that the file exists. Where is problem?
Where? I suspect between chair and keyboard. Didn't you read jaeezzy's post pointing out that you're writing "/home/usr" rather than "/home/user"?

If you really have created a directory called /home/usr/.app (why would you do that?), then:
a) sorry
b) please don't release an app that writes to this crazy location
c) paste the output of the command
Code:
ls -l -R /home/usr/.app
so that we can check for appropriate file permissions