Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Trouble Running Project
Qt 6.11 is out! See what's new in the release blog

Trouble Running Project

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
7 Posts 5 Posters 515 Views 3 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.
  • Q Offline
    Q Offline
    Qreator35
    wrote last edited by
    #1

    Having trouble running project.c8bbb426-6608-4559-b8c8-671a3d6af413.png a86f9fb8-d8c2-4fbc-a82c-d13899adcb97.png 6a582c19-56e3-4579-bae5-a21d97953458.png

    SGaistS 1 Reply Last reply
    0
    • Christian EhrlicherC Christian Ehrlicher moved this topic from General and Desktop
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote last edited by
      #2

      Run the application in Debug mode and the debugger will show you exactly where this invalid access to QLIst happens.

      (Z(:^

      JonBJ 1 Reply Last reply
      0
      • sierdzioS sierdzio

        Run the application in Debug mode and the debugger will show you exactly where this invalid access to QLIst happens.

        JonBJ Online
        JonBJ Online
        JonB
        wrote last edited by
        #3

        @sierdzio
        Hi. I know nothing about QML or this type of project. But since the OP did not post any code or ask any question I assumed the final screenshot was showing they had some project problem? What is that message all about and does it matter?

        1 Reply Last reply
        0
        • Q Qreator35

          Having trouble running project.c8bbb426-6608-4559-b8c8-671a3d6af413.png a86f9fb8-d8c2-4fbc-a82c-d13899adcb97.png 6a582c19-56e3-4579-bae5-a21d97953458.png

          SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote last edited by
          #4

          @Qreator35 Hi,

          You might want to give a bit more explanation about what is happening. The screenshots might be out of order or you are showing that you have progressed between different errors. etc.

          Please add details.

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

          Q 1 Reply Last reply
          0
          • SGaistS SGaist

            @Qreator35 Hi,

            You might want to give a bit more explanation about what is happening. The screenshots might be out of order or you are showing that you have progressed between different errors. etc.

            Please add details.

            Q Offline
            Q Offline
            Qreator35
            wrote last edited by Qreator35
            #5

            @SGaist
            The code is a demo created by the QT company found here: https://code.qt.io/cgit/qt/qtdoc.git/tree/doc/src/snippets/qtcluster?h=5.10

            There are two project files qtcluster.pro & qtcluster-base.pro. Should I be using a specific file?

            Also when opening the project I get a message:

            No user settings file created by this instance of Ot Creator was found.
            Did you work with this project on another machine or using a different settings path before?
            Do you still want to load the settings file "E:\qt-instrument-cluster-master\qtcluster.pro.user"?

            The error I am getting while running is:

            ASSERT failure in QList<T>:at: "index out of range", file C:/Qt/Qt5.10.1/5.10.1/mingw53_32/include/QtCore/
            qlist.h, line 541

            JKSHJ 1 Reply Last reply
            0
            • Q Qreator35

              @SGaist
              The code is a demo created by the QT company found here: https://code.qt.io/cgit/qt/qtdoc.git/tree/doc/src/snippets/qtcluster?h=5.10

              There are two project files qtcluster.pro & qtcluster-base.pro. Should I be using a specific file?

              Also when opening the project I get a message:

              No user settings file created by this instance of Ot Creator was found.
              Did you work with this project on another machine or using a different settings path before?
              Do you still want to load the settings file "E:\qt-instrument-cluster-master\qtcluster.pro.user"?

              The error I am getting while running is:

              ASSERT failure in QList<T>:at: "index out of range", file C:/Qt/Qt5.10.1/5.10.1/mingw53_32/include/QtCore/
              qlist.h, line 541

              JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote last edited by JKSH
              #6

              @Qreator35 said in Trouble Running Project:

              The code is a demo created by the QT company found here: https://code.qt.io/cgit/qt/qtdoc.git/tree/doc/src/snippets/qtcluster?h=5.10

              Two things to note:

              • That demo was considered unpolished, so it was deleted many years ago: https://github.com/qt/qtdoc/commit/8a0244d3f46c1eb9904d9da7e741bb2e05ca3f3d
              • Qt 5.10 reached end-of-life in 2018 (8 years ago)

              Please use a currently-supported version of Qt (the latest release is Qt 6.11.3) and load a different demo.

              If you give us some details about what kind of functionality do you want to see and what operating system(s) you want to develop for, perhaps we can help you to find a suitable, more up-to-date demo.

              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

              JKSHJ 1 Reply Last reply
              0
              • JKSHJ JKSH

                @Qreator35 said in Trouble Running Project:

                The code is a demo created by the QT company found here: https://code.qt.io/cgit/qt/qtdoc.git/tree/doc/src/snippets/qtcluster?h=5.10

                Two things to note:

                • That demo was considered unpolished, so it was deleted many years ago: https://github.com/qt/qtdoc/commit/8a0244d3f46c1eb9904d9da7e741bb2e05ca3f3d
                • Qt 5.10 reached end-of-life in 2018 (8 years ago)

                Please use a currently-supported version of Qt (the latest release is Qt 6.11.3) and load a different demo.

                If you give us some details about what kind of functionality do you want to see and what operating system(s) you want to develop for, perhaps we can help you to find a suitable, more up-to-date demo.

                JKSHJ Offline
                JKSHJ Offline
                JKSH
                Moderators
                wrote last edited by
                #7

                @JKSH said in Trouble Running Project:

                Please use a currently-supported version of Qt (the latest release is Qt 6.11.3) and load a different demo.

                If you give us some details about what kind of functionality do you want to see and what operating system(s) you want to develop for, perhaps we can help you to find a suitable, more up-to-date demo.

                If you're after an instrument cluster demo, the most recent one I could find for desktop/embedded platforms is https://git.qt.io/public-demos/qtquick3d/-/tree/master/XaxisCluster -- this can run on Qt 5.15, but not on Qt 6.

                Note: Nowadays, manufacturers are using automotive-specific operating systems and MCUs for creating automotive software (including instrument clusters). So you'd want to look at Qt for Android Automotive, Qt for MCUs (Qt Quick Ultralite), and Qt Safe Renderer. These are commercial-only products, however.

                Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                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