EatTheFuture / image_tools

Eat the Future's collection of image/color tools.
Other
81 stars 7 forks source link

HDRI Merge freezes/crashes upon dragging in images #11

Closed Phoust closed 2 years ago

Phoust commented 2 years ago

Pretty much what the title says: Importing via the drop down menu works as expected, but attempting to drag one or more images from the file explorer into HDRI merge triggers a freeze from which it does not recover. Tried with various image formats and amounts. Tested in windows 10.

cessen commented 2 years ago

Thank you for the crash report!

A question and a request to help track this down:

  1. What version of ETF Image Tools are you using? 0.3.1?
  2. If you have the time, could you download the latest dev build, launch it from a console, make it crash as described, and then post the console output here?

Thanks!

cessen commented 2 years ago

I was able to repro on Linux as well, so it doesn't appear to be Windows-specific.

It looks like it started happening when I upgraded to a newer version of the GUI library that ETF Image Tools uses. But LUT Maker doesn't have the same issue, so I can probably(?) fix it on this end.

cessen commented 2 years ago

Okay, I believe I've fixed it in 237da3840b80c67200bc307bd9902c39696b20a6.

Here's the dev build to test the fix: https://github.com/EatTheFuture/image_tools/releases/tag/dev_build-2022_07_28-237da38

Phoust commented 2 years ago

Okay, I believe I've fixed it in 237da38.

Here's the dev build to test the fix: https://github.com/EatTheFuture/image_tools/releases/tag/dev_build-2022_07_28-237da38

Works perfectly now! You're the best!

cessen commented 2 years ago

Awesome! Thanks so much for your help!