Application hang on ShowSaveFileDialog on Windows

Hello,

I have some feedbacks from customers where the application hangs when I call
ShowSaveFileDialog(). Directly after I call the method, the window to select a file/folder appears and the app hangs directly.

They are running Windows 11 with the app built on Xojo 2024r2.1

Users are authenticated through Active directory and do not have admin rights and the issue was not occuring with the exact same version few days ago.

Any hint appreciated,

Thank you

you could try other .InitialFolder
try whats happens when you open the path in the windows explorer. (team viewer/RustDesk)
could be network drives with many files, access permissions thing, anti virus …

1 Like

Will try that but I have to switch from ShowSaveFileDialog to this method

Check for illegal characters in DefaultFilename, this is recalling a vague memory…

1 Like