Crash when user selects a file via QFileDialog on Chinese computer
-
In my application the user can choose a file via QFileDialog. The selected file is the written to a qcombobox in a dialog and stored in a QSetting for short-cut the next time the user performs the same actions. This is all standard procedure and works flawless in several variants on english computers. Now a potential chinese user reports that he can browse and select the file and push ok in the QFileDialog. The QFileDialog then closes. But the selected file never appears in the qcombobox and a few seconds thereafter the application segfaults.
OS is windows 10.
Any ideas of what the cause might be or how to fault-trace? Rather difficult when I don't have a chinese computer nor know any chinese.