JacobDev1 / xl-converter

Easy-to-use image converter for modern formats. Supports multithreading, drag 'n drop, and downscaling.
https://codepoems.eu/xl-converter
Other
118 stars 4 forks source link

Stuck right at the end #5

Closed sm18lr88 closed 7 months ago

sm18lr88 commented 7 months ago

First: thanks for the app; it's great!

I'm using xl-converter-win-0.9.4-x86_64.exe in Windows 11.

Second time in a large batch conversion it gets stuck right at the end like this:

image

I literally plan to gift this app to my mom for Christmas. She's older and has a massive collection of family photos in very suboptimal formats.

JacobDev1 commented 7 months ago

Hi, I'm glad you liked the app.

I'll look into this problem.

~The Developer

JacobDev1 commented 7 months ago

After running many stress tests I have discovered some problems.

To fix them, I have added a safety check to Smallest Lossless and a mutex locker to the file renaming code. b378e01 7a77857

This should mostly eliminate the problem. More work on stability is to be done in the future.

~The Developer