Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QFSFileEngine::open: No file name specified
Forum Updated to NodeBB v4.3 + New Features

QFSFileEngine::open: No file name specified

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • scastielloS Offline
    scastielloS Offline
    scastiello
    wrote on last edited by
    #1

    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.

    jsulmJ 1 Reply Last reply
    0
    • scastielloS scastiello

      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.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @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.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      scastielloS 1 Reply Last reply
      3
      • jsulmJ jsulm

        @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.

        scastielloS Offline
        scastielloS Offline
        scastiello
        wrote on last edited by
        #3

        @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.

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved