Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
QFSFileEngine::open: No file name specified
-
Hello,
I was developed an Qt application, and i have a sporadic message that apears.
QFSFileEngine::open: No file name specified
Why this message apears and how could i avoid it?
Thanks all.
-
@scastiello Is your app opening any files?
If you're on Linux you can do:strace ./MyApp
then you will see which files are opened. Maybe it helps.
-
@jsulm said in QFSFileEngine::open: No file name specified:
strace ./MyApp
Thanks, i will try to find the problem with strace, thanks you very much.