View Single Post
Old 03-25-2013, 01:03 AM   #115
Awak
Wuxia Novels Fan
Awak can program the VCR without an owner's manual.Awak can program the VCR without an owner's manual.Awak can program the VCR without an owner's manual.Awak can program the VCR without an owner's manual.Awak can program the VCR without an owner's manual.Awak can program the VCR without an owner's manual.Awak can program the VCR without an owner's manual.Awak can program the VCR without an owner's manual.Awak can program the VCR without an owner's manual.Awak can program the VCR without an owner's manual.Awak can program the VCR without an owner's manual.
 
Posts: 64
Karma: 173552
Join Date: Feb 2013
Location: Earth
Device: Kindle PW
Quote:
Originally Posted by vanhoavn View Post
Looking at the log tell us the origin of problem:

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
}
HA! Good to hear you again! What is this "local preferences storage"?

I am still learning and don't understand how this work:

1. Where is all the Chess Puzzles stored?

2. Is that true this "SecureStorage" only half used out of its 512 bytes? Most of the 256 bytes (other than the 256 bytes for Chess Map) are not used? Where is this storage exist? Part of the data section in .awz2 file?

3. What do you mean by "clear all the pref, and then try reading again"?
How to clear the pref?

4. The crash log says it comes from the routine "posCollection.localIsSolved()", but I don't see anything special on this routine and my kindle can run it without problem...

Since I cannot reproduct the problems on my kindle, what should I do in this case?


I am sorry there are so many questions I want to know the answers - As I am now quite "HOT" on this Chess Program - I cannot sleep or eat until I know the inside out of it...

Hope that you don't mind to help me a bit .
Awak is offline   Reply With Quote