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. Build and run problems with qtquick
Forum Update on Monday, May 27th 2025

Build and run problems with qtquick

Scheduled Pinned Locked Moved Unsolved General and Desktop
qt5.6qt quickbuild error
18 Posts 4 Posters 5.6k Views
  • 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.
  • L Offline
    L Offline
    Linuxfluesterer
    wrote on 12 Mar 2018, 15:59 last edited by
    #3

    Thanks for reply and for welcome!
    Could this help?!
    http://i1359.photobucket.com/albums/q785/aleconte/errors_of_qtcreator_20180311_02_zpshiuixqmv.jpeg[/IMG][/URL])

    Maybe build can only be executed, when a successful run was done before.
    I don't know this about qtcreator, but from earlier language tools (environment tools) I remember something like that.
    But there's another general output:

      (Parent is QGuiApplication(0x5576ed3806a0), parent's thread is QThread(0x5576ed380870), current thread is QThread(0x5576ed388bc0)
    QObject: Cannot create children for a parent that is in a different thread.(Parent is QGuiApplication(0x5576ed3806a0), parent's thread is QThread(0x5576ed380870), current thread is QThread(0x5576ed388bc0)
    QObject: Cannot create children for a parent that is in a different thread.
    (Parent is QGuiApplication(0x5576ed3806a0), parent's thread is 
     QThread(0x5576ed380870), current thread is QThread(0x5576ed388bc0)
    QObject::installEventFilter(): Cannot filter events for objects in a different thread.
    
    QObject: Cannot create children for a parent that is in a different thread.
    (Parent is QGuiApplication(0x5576ed3806a0), parent's thread is 
    QThread(0x5576ed380870), current thread is QThread(0x5576ed388bc0)
    Could not find any platform plugin
    QObject: Cannot create children for a parent that is in a different thread.
    (Parent is QGuiApplication(0x5576ed3806a0), parent's thread is 
    QThread(0x5576ed380870), current thread is QThread(0x5576ed388bc0)
    QObject::installEventFilter(): Cannot filter events for objects in a different thread.
    Error: SEGV
    While processing the property 'QQuickDialog::contentItem', which probably has uninitialized data.
    

    -Linuxfluesterer

    A 1 Reply Last reply 12 Mar 2018, 22:48
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 12 Mar 2018, 21:44 last edited by
      #4

      No, with C++ you can only run your application once you successfully built it.

      There are several strange things here...

      The error in your picture means that you are likely mixing 32bit and 64bit on your system. Is that the case ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      L 1 Reply Last reply 12 Mar 2018, 23:18
      2
      • L Linuxfluesterer
        12 Mar 2018, 15:59

        Thanks for reply and for welcome!
        Could this help?!
        http://i1359.photobucket.com/albums/q785/aleconte/errors_of_qtcreator_20180311_02_zpshiuixqmv.jpeg[/IMG][/URL])

        Maybe build can only be executed, when a successful run was done before.
        I don't know this about qtcreator, but from earlier language tools (environment tools) I remember something like that.
        But there's another general output:

          (Parent is QGuiApplication(0x5576ed3806a0), parent's thread is QThread(0x5576ed380870), current thread is QThread(0x5576ed388bc0)
        QObject: Cannot create children for a parent that is in a different thread.(Parent is QGuiApplication(0x5576ed3806a0), parent's thread is QThread(0x5576ed380870), current thread is QThread(0x5576ed388bc0)
        QObject: Cannot create children for a parent that is in a different thread.
        (Parent is QGuiApplication(0x5576ed3806a0), parent's thread is 
         QThread(0x5576ed380870), current thread is QThread(0x5576ed388bc0)
        QObject::installEventFilter(): Cannot filter events for objects in a different thread.
        
        QObject: Cannot create children for a parent that is in a different thread.
        (Parent is QGuiApplication(0x5576ed3806a0), parent's thread is 
        QThread(0x5576ed380870), current thread is QThread(0x5576ed388bc0)
        Could not find any platform plugin
        QObject: Cannot create children for a parent that is in a different thread.
        (Parent is QGuiApplication(0x5576ed3806a0), parent's thread is 
        QThread(0x5576ed380870), current thread is QThread(0x5576ed388bc0)
        QObject::installEventFilter(): Cannot filter events for objects in a different thread.
        Error: SEGV
        While processing the property 'QQuickDialog::contentItem', which probably has uninitialized data.
        

        -Linuxfluesterer

        A Offline
        A Offline
        ambershark
        wrote on 12 Mar 2018, 22:48 last edited by
        #5

        @Linuxfluesterer If you could share the project file that would help too. Your build is quite messed up from the looks of it. -lgcc implies linking a library called gcc, but gcc is the compiler not a lib that should be linked.

        From the build log it looks like you have a lot of other issues in regards to threading and passing QObjects across threads.

        For such a simple thing as a plasmoid, especially a hello world type one, this is a lot to go wrong. Perhaps share how you created it and got to the point of building in a step by step?

        My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

        L 1 Reply Last reply 12 Mar 2018, 23:24
        1
        • S SGaist
          12 Mar 2018, 21:44

          No, with C++ you can only run your application once you successfully built it.

          There are several strange things here...

          The error in your picture means that you are likely mixing 32bit and 64bit on your system. Is that the case ?

          L Offline
          L Offline
          Linuxfluesterer
          wrote on 12 Mar 2018, 23:18 last edited by Linuxfluesterer 3 Dec 2018, 23:19
          #6

          @SGaist My system (Sabayon is told to be a 64bit system only).
          Though my /lib an my /usr/lib directories are linked to /lib64 and /usr/lib64 there are still /lib32 and /usr/lib32 directories (for compatibilities I assume).
          Anyway, I should be able to determine, that I use 64bit only, right?

          -Linuxfluesterer

          1 Reply Last reply
          0
          • A ambershark
            12 Mar 2018, 22:48

            @Linuxfluesterer If you could share the project file that would help too. Your build is quite messed up from the looks of it. -lgcc implies linking a library called gcc, but gcc is the compiler not a lib that should be linked.

            From the build log it looks like you have a lot of other issues in regards to threading and passing QObjects across threads.

            For such a simple thing as a plasmoid, especially a hello world type one, this is a lot to go wrong. Perhaps share how you created it and got to the point of building in a step by step?

            L Offline
            L Offline
            Linuxfluesterer
            wrote on 12 Mar 2018, 23:24 last edited by
            #7

            @ambershark I just wanted to have an easy usable qt environment to save time to qml files to create qt projects. This 'Hello world' is predefined in qtcreator itself as beginning text of main.qml.
            I begun a qtquick project and haven't added anything else than I changed the greeting message inside. Then I just started 'run' and received the error messages. I am only confused what everything is missed or mismatching.

            -Linuxfluesterer

            A 1 Reply Last reply 12 Mar 2018, 23:36
            0
            • L Linuxfluesterer
              12 Mar 2018, 23:24

              @ambershark I just wanted to have an easy usable qt environment to save time to qml files to create qt projects. This 'Hello world' is predefined in qtcreator itself as beginning text of main.qml.
              I begun a qtquick project and haven't added anything else than I changed the greeting message inside. Then I just started 'run' and received the error messages. I am only confused what everything is missed or mismatching.

              -Linuxfluesterer

              A Offline
              A Offline
              ambershark
              wrote on 12 Mar 2018, 23:36 last edited by
              #8

              @Linuxfluesterer Ok so that leads me to believe your kits are messed up. I'm not a Qt Creator user but check your settings and make sure there are no errors in your kits. They will usually have a red exclamation if there's an issue.

              Then try a build and post the full build log here and we can help further.

              My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

              1 Reply Last reply
              0
              • L Offline
                L Offline
                Linuxfluesterer
                wrote on 14 Mar 2018, 15:31 last edited by
                #9

                After trying to install the pure qtcreator from qt website on a new installed Linux virtual box, I was not able to run and build the simple example qtquick man.qml.
                So, I don't know, what it's lacking of, I assume, the settings, but how should I know?
                So then, thank you for your suggestions, I'm sorry to say, for this time I give it up to try, to use qtcreator.

                -Linuxfluesterer

                J 1 Reply Last reply 15 Mar 2018, 07:16
                0
                • L Linuxfluesterer
                  14 Mar 2018, 15:31

                  After trying to install the pure qtcreator from qt website on a new installed Linux virtual box, I was not able to run and build the simple example qtquick man.qml.
                  So, I don't know, what it's lacking of, I assume, the settings, but how should I know?
                  So then, thank you for your suggestions, I'm sorry to say, for this time I give it up to try, to use qtcreator.

                  -Linuxfluesterer

                  J Offline
                  J Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on 15 Mar 2018, 07:16 last edited by
                  #10

                  @Linuxfluesterer QtCreator is just an IDE. If you want to use Qt/QML/QtQuick you need to install Qt itself. Simply use the online installer and select a Qt version during installation.

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

                  1 Reply Last reply
                  0
                  • L Offline
                    L Offline
                    Linuxfluesterer
                    wrote on 15 Mar 2018, 14:15 last edited by
                    #11

                    @jsulm said in Build and run problems with qtquick:

                    @Linuxfluesterer QtCreator is just an IDE. If you want to use Qt/QML/QtQuick you need to install Qt itself. Simply use the online installer and select a Qt version during installation.

                    That was my idea also. I installed a new blank OS (Sabayon 64bit with Plasma 5.12.2 and Kernel 4.14) into a VirtualBox machine. Then I installed a browser (Vivaldi) and went to the qt.io website to download the online installer for my Linux system.

                    So far so good. After downloading I started the installer and begun to choose components, the qt-creator is checked already. So I checked the qt engine (qt 5.10) but then I received an error message:
                    Not enough disk space to store temporary files! 983,15 MiB are available while 1.30 GB are at least required.
                    Hmmm I chose a 26 GByte System partition to install my Sabayon into, And at least I had 17 GBytes of free space. But qt installer insists on only 983 MBytes that were free. Strange and less helpful.

                    -Linuxfluesterer

                    J A 2 Replies Last reply 16 Mar 2018, 05:42
                    0
                    • L Linuxfluesterer
                      15 Mar 2018, 14:15

                      @jsulm said in Build and run problems with qtquick:

                      @Linuxfluesterer QtCreator is just an IDE. If you want to use Qt/QML/QtQuick you need to install Qt itself. Simply use the online installer and select a Qt version during installation.

                      That was my idea also. I installed a new blank OS (Sabayon 64bit with Plasma 5.12.2 and Kernel 4.14) into a VirtualBox machine. Then I installed a browser (Vivaldi) and went to the qt.io website to download the online installer for my Linux system.

                      So far so good. After downloading I started the installer and begun to choose components, the qt-creator is checked already. So I checked the qt engine (qt 5.10) but then I received an error message:
                      Not enough disk space to store temporary files! 983,15 MiB are available while 1.30 GB are at least required.
                      Hmmm I chose a 26 GByte System partition to install my Sabayon into, And at least I had 17 GBytes of free space. But qt installer insists on only 983 MBytes that were free. Strange and less helpful.

                      -Linuxfluesterer

                      J Offline
                      J Offline
                      jsulm
                      Lifetime Qt Champion
                      wrote on 16 Mar 2018, 05:42 last edited by
                      #12

                      @Linuxfluesterer Are you sure your partition uses all available space? Is there enough free space on the root partition (for /tmp)?

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

                      L 1 Reply Last reply 16 Mar 2018, 18:31
                      0
                      • J jsulm
                        16 Mar 2018, 05:42

                        @Linuxfluesterer Are you sure your partition uses all available space? Is there enough free space on the root partition (for /tmp)?

                        L Offline
                        L Offline
                        Linuxfluesterer
                        wrote on 16 Mar 2018, 18:31 last edited by
                        #13

                        @jsulm said in Build and run problems with qtquick:

                        @Linuxfluesterer Are you sure your partition uses all available space? Is there enough free space on the root partition (for /tmp)?

                        yes, when I leave a df -h command, then I receive 17 GB available space.

                        J 1 Reply Last reply 19 Mar 2018, 06:35
                        0
                        • L Linuxfluesterer
                          15 Mar 2018, 14:15

                          @jsulm said in Build and run problems with qtquick:

                          @Linuxfluesterer QtCreator is just an IDE. If you want to use Qt/QML/QtQuick you need to install Qt itself. Simply use the online installer and select a Qt version during installation.

                          That was my idea also. I installed a new blank OS (Sabayon 64bit with Plasma 5.12.2 and Kernel 4.14) into a VirtualBox machine. Then I installed a browser (Vivaldi) and went to the qt.io website to download the online installer for my Linux system.

                          So far so good. After downloading I started the installer and begun to choose components, the qt-creator is checked already. So I checked the qt engine (qt 5.10) but then I received an error message:
                          Not enough disk space to store temporary files! 983,15 MiB are available while 1.30 GB are at least required.
                          Hmmm I chose a 26 GByte System partition to install my Sabayon into, And at least I had 17 GBytes of free space. But qt installer insists on only 983 MBytes that were free. Strange and less helpful.

                          -Linuxfluesterer

                          A Offline
                          A Offline
                          ambershark
                          wrote on 18 Mar 2018, 20:09 last edited by
                          #14

                          @Linuxfluesterer This error is because it uses /tmp to extract and install. Chances are your /tmp filesystem is set low.

                          In most linux systems (especially cutting edge ones like gentoo, arch, etc) they use RAM for /tmp. So you just don't have enough space on your /tmp. It could have been something else was using tmp (reboot would fix, or clean it yourself), or it could be it just is only allocated 1GB.

                          Temporarily you can just reassign /tmp to a physical HD location for your install.

                          That's not a Qt issue but one with your setup of linux. Probably because it's a vm and people set low RAM values on their vms. :)

                          My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

                          1 Reply Last reply
                          3
                          • L Linuxfluesterer
                            16 Mar 2018, 18:31

                            @jsulm said in Build and run problems with qtquick:

                            @Linuxfluesterer Are you sure your partition uses all available space? Is there enough free space on the root partition (for /tmp)?

                            yes, when I leave a df -h command, then I receive 17 GB available space.

                            J Offline
                            J Offline
                            jsulm
                            Lifetime Qt Champion
                            wrote on 19 Mar 2018, 06:35 last edited by
                            #15

                            @Linuxfluesterer Do you have an extra partition for /tmp or is it a ramdisk?

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

                            A 1 Reply Last reply 19 Mar 2018, 06:57
                            0
                            • J jsulm
                              19 Mar 2018, 06:35

                              @Linuxfluesterer Do you have an extra partition for /tmp or is it a ramdisk?

                              A Offline
                              A Offline
                              ambershark
                              wrote on 19 Mar 2018, 06:57 last edited by
                              #16

                              @jsulm I don't know 100% sure for his install, but most will use tmpfs which will essentially be a ram disk. Not stored on actually HD anywhere.

                              I.e. this excerpt from one of my linux systems:

                              tmpfs                7.8G  472K  7.8G   1% /tmp
                              

                              I can't imagine that a cutting edge distro like Sabayon isn't using tmpfs, so again I'm not 100% sure but like 97%. ;)

                              My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

                              L 1 Reply Last reply 24 Mar 2018, 14:27
                              0
                              • A ambershark
                                19 Mar 2018, 06:57

                                @jsulm I don't know 100% sure for his install, but most will use tmpfs which will essentially be a ram disk. Not stored on actually HD anywhere.

                                I.e. this excerpt from one of my linux systems:

                                tmpfs                7.8G  472K  7.8G   1% /tmp
                                

                                I can't imagine that a cutting edge distro like Sabayon isn't using tmpfs, so again I'm not 100% sure but like 97%. ;)

                                L Offline
                                L Offline
                                Linuxfluesterer
                                wrote on 24 Mar 2018, 14:27 last edited by
                                #17

                                @ambershark said in Build and run problems with qtquick:

                                @jsulm I don't know 100% sure for his install, but most will use tmpfs which will essentially be a ram disk. Not stored on actually HD anywhere.

                                I.e. this excerpt from one of my linux systems:

                                tmpfs                7.8G  472K  7.8G   1% /tmp
                                

                                I can't imagine that a cutting edge distro like Sabayon isn't using tmpfs, so again I'm not 100% sure but like 97%. ;)

                                Hmmm. I told you, that I created a VirtualBox machine with size of 26 GBytes for installing a fresh Sabayon. After installing the Sabayon OS there was a free space of 17 GBytes.
                                Or do you suggest, I should create a RAM-Disk for tmpfs within a virtual machine, which has only 2 GBytes of dedicated RAM?

                                -Linuxfluesterer

                                p.s. of course Sabayon (it is a derivate of Gentoo) can handle tmpfs and RAM disks.

                                A 1 Reply Last reply 24 Mar 2018, 22:26
                                0
                                • L Linuxfluesterer
                                  24 Mar 2018, 14:27

                                  @ambershark said in Build and run problems with qtquick:

                                  @jsulm I don't know 100% sure for his install, but most will use tmpfs which will essentially be a ram disk. Not stored on actually HD anywhere.

                                  I.e. this excerpt from one of my linux systems:

                                  tmpfs                7.8G  472K  7.8G   1% /tmp
                                  

                                  I can't imagine that a cutting edge distro like Sabayon isn't using tmpfs, so again I'm not 100% sure but like 97%. ;)

                                  Hmmm. I told you, that I created a VirtualBox machine with size of 26 GBytes for installing a fresh Sabayon. After installing the Sabayon OS there was a free space of 17 GBytes.
                                  Or do you suggest, I should create a RAM-Disk for tmpfs within a virtual machine, which has only 2 GBytes of dedicated RAM?

                                  -Linuxfluesterer

                                  p.s. of course Sabayon (it is a derivate of Gentoo) can handle tmpfs and RAM disks.

                                  A Offline
                                  A Offline
                                  ambershark
                                  wrote on 24 Mar 2018, 22:26 last edited by
                                  #18

                                  @Linuxfluesterer No it's not the size of your hard drive, it's the size of the RAM allocated to that machine and how much it uses for /tmp.

                                  So do a df -h and you can post the output or at least see how much space you have on tmp. If it is less than the 1.4gb needed for the install, up it. Or as I suggested temporarily point /tmp to a hard disk if you don't have the ram for a bigger /tmp.

                                  My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

                                  1 Reply Last reply
                                  2

                                  12/18

                                  16 Mar 2018, 05:42

                                  • Login

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