imxieyi / waifu2x-ios

iOS Core ML implementation of waifu2x
MIT License
538 stars 58 forks source link

Batch operation stuck on Processing (Not Responding) #53

Open chase-cobb opened 2 years ago

chase-cobb commented 2 years ago

Running a batch process of videos last night and this morning the application is locked up (spinning beach ball) half way through processing a file.

A report, as well as spindump, will be emailed shortly.

chase-cobb commented 2 years ago

Email sent.

imxieyi commented 2 years ago

Did you add too many videos? From your spindump looks like the app is struggling updating UI. The app doesn't have a cap on how many items you can add but generally you should avoid more than 1000.

chase-cobb commented 2 years ago

I added 13 videos. The first season/saga of Dragon Ball.

Sent from my iPhone

On May 14, 2022, at 9:49 AM, Yi Xie @.***> wrote:

 Did you add too many videos? From your spindump looks like the app is struggling updating UI. The app doesn't have a cap on how many items you can add but generally you should avoid more than 1000.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

imxieyi commented 2 years ago

Does this happen consistently?

chase-cobb commented 2 years ago

This happened the only time the batch process didn't get stuck on "Generating". I have yet to be able to complete a batch process.