Dear ROOTers,
I noticed that ROOT file dialog (TGFileDialog) throws multiple errors when browsing the contents of the C: drive. Issue reproduced on Windows computers. GNU/Linux has no errors.
Error messages following:
Can't read file attributes of "pagefile.sys": No such file or directory.
Can't read file attributes of "swapfile.sys": No such file or directory.
Can't read file attributes of "System Volume Information": No such file or directory.
How to reproduce:
- Install ROOT framework on Windows.
- Launch
root tutorials/gui/guitest.C
- In window menu select File → Open…
- Navigate to
C:
drive. - Multiple error dialogs are displayed.
Expected behavior: errors should not be displayed.
Tested on: Windows 10, root x64 for windows 6.30.04 - 31 Jan 2024 (from website).
Please let me know if I should create an issue on GitHub.