View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#5
qwazix,

If this is the reason why your app is failing Store QA, I'm pretty sure you can put a notice that you need developer mode enabled for it to work... Store QA will then pass it I think...


I'm not competent enough to help with your issues but 2 things I noticed:

- Running /opt/rawcam/bin/rawcam as user gives seg fault but as root it works

- For output into the file I had to do:
Code:
/opt/rawcam/bin/rawcam > /home/user/MyDocs/rawcamout 2>&1
This is the same for another 2 apps that I tried to > their output... Maybe the output is considered STDERR instead of STDOUT?
 

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