View Single Post
antman8969's Avatar
Posts: 64 | Thanked: 58 times | Joined on Jul 2010 @ United States
#10
Originally Posted by attila77 View Post
Is there any chance that your index is out of bounds ? Also, try to run it in debug mode on-device, you might catch an ASSERT or similar.
Was solved in another thread actually, I just don't see a way to mark this a "solved" or something similar lol

But yea, there was an index out of bounds, but that was a symptom of the real problem. I was creating a temporary file "tmp.xml" in the current working directory, which apparently you don't have permission for when starting the app with a .desktop file. So I changed it to /tmp/tmp.xml and it worked fine!

Thanks to nicolai in this thread:
http://talk.maemo.org/showthread.php?t=70158&page=2