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. What can cause Qt app to start process
Forum Updated to NodeBB v4.3 + New Features

What can cause Qt app to start process

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 2 Posters 417 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by A Former User
    #1

    What can cause Qt app to start process but not show widget or enter main function in debugger?

    jsulmJ 1 Reply Last reply
    0
    • ? A Former User

      What can cause Qt app to start process but not show widget or enter main function in debugger?

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

      @Q139 Do you mean your app does not even enter main()?
      This is usually happening if some shared libs are not found.
      How do you start the app (from QtCreator?)?

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

      ? 2 Replies Last reply
      1
      • jsulmJ jsulm

        @Q139 Do you mean your app does not even enter main()?
        This is usually happening if some shared libs are not found.
        How do you start the app (from QtCreator?)?

        ? Offline
        ? Offline
        A Former User
        wrote on last edited by A Former User
        #3

        @jsulm Thanks for the clue, was working on shared libs before. But those are added with include files from 2 dirs back with ../../common/someLib.h not as dll files.

        Perhaps you ment qt dll files, those i copyed to system 32 dir.

        @jsulm said in What can cause Qt app to start process:

        How do you start the app (from QtCreator?)?

        Yes.

        jsulmJ 1 Reply Last reply
        0
        • jsulmJ jsulm

          @Q139 Do you mean your app does not even enter main()?
          This is usually happening if some shared libs are not found.
          How do you start the app (from QtCreator?)?

          ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4
          This post is deleted!
          1 Reply Last reply
          0
          • ? A Former User

            @jsulm Thanks for the clue, was working on shared libs before. But those are added with include files from 2 dirs back with ../../common/someLib.h not as dll files.

            Perhaps you ment qt dll files, those i copyed to system 32 dir.

            @jsulm said in What can cause Qt app to start process:

            How do you start the app (from QtCreator?)?

            Yes.

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

            @Q139 said in What can cause Qt app to start process:

            those i copyed to system 32 dir

            This is really not needed. Even less so when starting from QtCreator.
            I did not mean Qt libs but any third party libs.
            You can use https://www.dependencywalker.com/ to see what libs are not found.

            And your app does really not enter main()?

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

            ? 1 Reply Last reply
            0
            • jsulmJ jsulm

              @Q139 said in What can cause Qt app to start process:

              those i copyed to system 32 dir

              This is really not needed. Even less so when starting from QtCreator.
              I did not mean Qt libs but any third party libs.
              You can use https://www.dependencywalker.com/ to see what libs are not found.

              And your app does really not enter main()?

              ? Offline
              ? Offline
              A Former User
              wrote on last edited by A Former User
              #6

              @jsulm said in What can cause Qt app to start process:

              And your app does really not enter main()?

              I can see process with icon in task manager , but debugger is not stepping into main() for some reason.
              No widget gets displayed.

              1 Reply Last reply
              0

              • Login

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