furnace icon indicating copy to clipboard operation
furnace copied to clipboard

Crash on built-in file picker on Linux if one item doesn't have read permissions

Open tildearrow opened this issue 2 years ago • 0 comments

Really weird crash. To reproduce:

  1. Click on Load Sample
  2. Go to a directory with sample files, one of them with permission bits 000 (nothing)
  3. Go to another directory
  4. Go back to the previous directory
  5. Click on "Type", "Size" or "Date". Crash.

Whether this is a compiler issue, C++ library issue, ImGuiFileDialog issue or something else is unknown.

tildearrow avatar Jun 15 '22 05:06 tildearrow