Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Qt with c++ Video Playing Error
Forum Update on Monday, May 27th 2025

Qt with c++ Video Playing Error

Scheduled Pinned Locked Moved QML and Qt Quick
9 Posts 2 Posters 970 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.
  • F Offline
    F Offline
    Furkan
    wrote on 20 Jan 2023, 05:59 last edited by
    #1

    I have D3D11: Removing Device Error. I encounter this error when I was trying to make my video enlarge. Code is crashed after this action.

    I use qputenv function with QT_OPENGL, angle inputs.

    I also tried setAttribute function with OPENGLES, Vulkan and Metal inputs( I tried all of them because I can't learn and know the differences between them.)

    If you have any idea or information about that topic please give me some tips about it.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 20 Jan 2023, 22:42 last edited by
      #2

      Hi,

      How do you enlarge your video ?
      Which version of Qt are you using ?
      On which version of Windows ?

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

      1 Reply Last reply
      0
      • F Offline
        F Offline
        Furkan
        wrote on 23 Jan 2023, 12:37 last edited by
        #3

        Hello,

        For enlarge I use just QT MouseArea functions as;
        onDoubleClicked: {
        isMainWindowFullScreen ? root.showNormal() : root.showFullScreen()
        isMainWindowFullScreen = !isMainWindowFullScreen
        }

        Then I use QT 6.4 and Windows10 enterprise.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 1 Feb 2023, 16:54 last edited by
          #4

          Do you have the same issue if you set the environment variable QSG_RHI_BACKEND to d3d11 ?

          Might be related to QTBUG-102763.

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

          F 3 Replies Last reply 7 Feb 2023, 14:33
          0
          • S SGaist
            1 Feb 2023, 16:54

            Do you have the same issue if you set the environment variable QSG_RHI_BACKEND to d3d11 ?

            Might be related to QTBUG-102763.

            F Offline
            F Offline
            Furkan
            wrote on 7 Feb 2023, 14:33 last edited by
            #5

            @SGaist yes I have the same issue while I have tried to set QSG_RHI_BACKEND to d3d11 situation.

            I will search QTBUG-102763. Thank you.

            1 Reply Last reply
            0
            • S SGaist
              1 Feb 2023, 16:54

              Do you have the same issue if you set the environment variable QSG_RHI_BACKEND to d3d11 ?

              Might be related to QTBUG-102763.

              F Offline
              F Offline
              Furkan
              wrote on 8 Feb 2023, 09:51 last edited by
              #6

              @SGaist "Could not create scene graph context for backend 'd3d11' - check that plugins are installed correctly in C:/Qt/6.4.0/mingw_64/plugins
              QT_QUICK_CONTROLS_TEXT_SELECTION_BEHAVIOR "" " I also take this warning

              1 Reply Last reply
              0
              • S SGaist
                1 Feb 2023, 16:54

                Do you have the same issue if you set the environment variable QSG_RHI_BACKEND to d3d11 ?

                Might be related to QTBUG-102763.

                F Offline
                F Offline
                Furkan
                wrote on 8 Feb 2023, 14:06 last edited by
                #7

                @SGaist I have also one warning at the begining of running. The warning is "Could not create scene graph context for backend"

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on 8 Feb 2023, 20:19 last edited by
                  #8

                  Can you check with a more recent version ? 6.4.2 is the current with 6.5 in preparation.

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

                  F 1 Reply Last reply 9 Feb 2023, 11:37
                  0
                  • S SGaist
                    8 Feb 2023, 20:19

                    Can you check with a more recent version ? 6.4.2 is the current with 6.5 in preparation.

                    F Offline
                    F Offline
                    Furkan
                    wrote on 9 Feb 2023, 11:37 last edited by
                    #9

                    @SGaist It could be possible I am trying it. Didn't crashed yet. Thank you.

                    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