View Single Post
Old 03-24-2013, 11:34 PM   #114
vanhoavn
Member
vanhoavn solves Fermat’s last theorem while doing the crossword.vanhoavn solves Fermat’s last theorem while doing the crossword.vanhoavn solves Fermat’s last theorem while doing the crossword.vanhoavn solves Fermat’s last theorem while doing the crossword.vanhoavn solves Fermat’s last theorem while doing the crossword.vanhoavn solves Fermat’s last theorem while doing the crossword.vanhoavn solves Fermat’s last theorem while doing the crossword.vanhoavn solves Fermat’s last theorem while doing the crossword.vanhoavn solves Fermat’s last theorem while doing the crossword.vanhoavn solves Fermat’s last theorem while doing the crossword.vanhoavn solves Fermat’s last theorem while doing the crossword.
 
Posts: 15
Karma: 28498
Join Date: May 2011
Device: Kindle 3 3G
Looking at the log tell us the origin of problem:
Quote:
at com.amazon.kindle.kindlet.internal.security.G.getC hars(vrc:1333)
at vn.vhn.amazon.kindle.chinesechess.posCollection.lo calIsSolved(Unknown Source)
It seems that the application cannot read from its local preferences storage due to some security error. I think that the local storage is encrypted by the sign or anything relating to the application.
You may resolve that error by a try catch in that function

Code:
try{
//reading from pref
}catch(Exception ex){
//reading error, clear all the pref, and then try reading again
}
vanhoavn is offline   Reply With Quote