Kilian / Trimage

A cross-platform tool for optimizing PNG and JPG files.
http://trimage.org
MIT License
706 stars 55 forks source link

Hangs with exeption in thread... #41

Closed ecotechie closed 5 years ago

ecotechie commented 8 years ago

All I do is open, load images and it hangs at "compressing" Version 1.0.5-1.1 Kubuntu Xenial

pngcrush 1.7.85, uses libpng 1.2.51 and zlib 1.2.8 Check http://pmt.sf.net/ for the most recent version. Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/lib/python2.7/dist-packages/trimage/ThreadPool/ThreadPool.py", line 129, in run job.execute() File "/usr/lib/python2.7/dist-packages/trimage/ThreadPool/ThreadPool.py", line 91, in execute logger.warning("A job in the ThreadPool raised an exception: " + excep) TypeError: cannot concatenate 'str' and 'exceptions.OSError' objects