spillerrec / Overmix

Automatic anime screenshot stitching in high quality
http://spillerrec.dk/category/software/programs/overmix/
GNU General Public License v3.0
193 stars 14 forks source link

Video loader crashes when reading past end of file #140

Open spillerrec opened 5 years ago

spillerrec commented 5 years ago

Describe the bug The video loader loads X frames from a file, but if this means the last frame is after the end of the video, it will still try to load those frames and crash due to them not being available.

spillerrec commented 5 years ago

It did not crash due to being unable to read the frames, it threw an exception upon reaching the end and the importer dialog did not handle this, causing the crash. It now catches the exception so the crash is avoided, but it would be nice with a bit smoother handling.