-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disk I/O error #71
Comments
That is an error in sqlite (the library used for app.db database management: https://sqlite.org/forum/info/f0740edfea56d61b733d83e469a55436df66f34defb219ff806dccceb0e086eb It's not an issue related specifically to lpp-vita. Either is a misusage of Database.execQuery or some Vita hard limit on the amount of edits you can do to app.db in a given time. |
I'm afraid I already tried to keep the db open for the whole loop, and also tried to add a delay between queries, even one minute between them, but it keeps failing on the same line with the same error :S I'm not completely sure if the error is on the db query or the file reading just above it... |
Hmm, weird, I removed 11 old renaming of the app and now instead of 74 I have 63, and the same thing happens, but is does not happens if I remove one and leave it to 62... also, if opening and closing db only once at first and at the end, I get "library routine called out of sequence" when a second query triggers. |
Can you give me a simple reproducible example script that gives the "library routine called out of sequence" error? |
Yes, this is what I tried:
|
You are still opening and closing the database countless times. |
Yep, tried it out of the loop but gave me the same result :S |
Hi @Rinnegatamante I was hoping you could help me. This is really not an issue of lpp but really I literally can't think of any other place to ask this.
Im using the Custom Live Area app that uses your lua player, and I'm getting disk I/O error on line 22 of a certain lua file:
I tried messing with the code but couldn't make it to work. Could you have any clue of what is happening?
On line 18 it should enter 74 times, those are the customized app names I have and the number of folders/item on that path. If I reduce it to 70, it works. Also, the app finds 170 titles so the general loop should repeat 170 times.
Also, tried to different SDs. I even tried without SD2VITA, directly on real internal storage.
I've opened an issue on the app's GH but it is unlikely to have an answer: AntHJ/Custom-LiveArea#4
I would appreciate any kind of comment or suggestion regarding this matter.
Thanks in advance.
The text was updated successfully, but these errors were encountered: