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. Any one success to run 3Dstudio sample provide by QT on windows under MSVC2017?
Qt 6.11 is out! See what's new in the release blog

Any one success to run 3Dstudio sample provide by QT on windows under MSVC2017?

Scheduled Pinned Locked Moved Solved QML and Qt Quick
15 Posts 4 Posters 2.7k Views 2 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.
  • F filipdns

    @Diracsbracket
    filipdns d'ici environ 2 heures

    Hello,

    thank you, I did it but same crash for all project with 3D studio presentation in it...

    DiracsbracketD Offline
    DiracsbracketD Offline
    Diracsbracket
    wrote on last edited by Diracsbracket
    #5

    Hi @filipdns
    Does this require a commercial Qt license?

    I just downloaded and installed 3DStudio 2.0 using the offline installer (it does simply not appear in my Qt Maintenance Tool).

    However, I don't see any 3D Studio examples you shown in your picture.
    My D:\Qt\qt3dstudio-2.0.0\Tools\Qt3DStudio\examples directory only contains a single example.

    Where did you get the above examples? And did you just copied them to Qt Creator's examples directory?

    I copied both QtStudio3D and QtStudio3D.2 subfolders from D:\Qt\qt3dstudio-2.0.0\Tools\Qt3DStudio\qml\ to my Qt installation folder under: D:\Qt\5.11.0\msvc2017_64\qml\

    Then I tried one of the examples from https://git.qt.io/public-demos/qt3dstudio by loading its .pro file and added D:\Qt\qt3dstudio-2.0.0\Tools\Qt3DStudio\bin\ to the end of the PATH variable in the Run Environment for the build.

    However, I get the error:

    error: Unknown module(s) in QT: 3dstudioruntime2
    

    What am I missing? I saw in one of your other posts that maybe the Boost library is required?

    F 1 Reply Last reply
    0
    • DiracsbracketD Diracsbracket

      Hi @filipdns
      Does this require a commercial Qt license?

      I just downloaded and installed 3DStudio 2.0 using the offline installer (it does simply not appear in my Qt Maintenance Tool).

      However, I don't see any 3D Studio examples you shown in your picture.
      My D:\Qt\qt3dstudio-2.0.0\Tools\Qt3DStudio\examples directory only contains a single example.

      Where did you get the above examples? And did you just copied them to Qt Creator's examples directory?

      I copied both QtStudio3D and QtStudio3D.2 subfolders from D:\Qt\qt3dstudio-2.0.0\Tools\Qt3DStudio\qml\ to my Qt installation folder under: D:\Qt\5.11.0\msvc2017_64\qml\

      Then I tried one of the examples from https://git.qt.io/public-demos/qt3dstudio by loading its .pro file and added D:\Qt\qt3dstudio-2.0.0\Tools\Qt3DStudio\bin\ to the end of the PATH variable in the Run Environment for the build.

      However, I get the error:

      error: Unknown module(s) in QT: 3dstudioruntime2
      

      What am I missing? I saw in one of your other posts that maybe the Boost library is required?

      F Offline
      F Offline
      filipdns
      wrote on last edited by
      #6

      @Diracsbracket I had the same problem before and I revomed all qt and made fresh installation of QT 5.11.0 and 3d studio and 3d studio runtime (not 5.11.1 it's not include 3d studio)

      1 Reply Last reply
      0
      • veryqtpersonV Offline
        veryqtpersonV Offline
        veryqtperson
        wrote on last edited by veryqtperson
        #7

        I've just installed it using MaintenanceTool:

        0_1534240959645_3dsmt.png

        Not sure if a commercial license is required for that, the tool is Open Sourced after all (although, its runtime does require a commercial license in some cases).

        Regarding the crashes - check the application output, what renderer / OpenGL vendor is used on your machine?

          renderer: ANGLE (Intel(R) HD Graphics 4600 Direct3D11 vs_5_0 ps_5_0)
          vendor: Google Inc.
          version: OpenGL ES 3.0 (ANGLE 2.1.0.8613f4946861)
        

        If it's ANGLE, then documentation says the following:

        Non-native implementations, like ANGLE or software implementations like Mesa's llvmpipe may work but are not tested and can fail in unexpected ways

        I also do experience such crashes with 3D Studio examples, but as you can see I have ANGLE, so that is expected although a bit unfortunate.

        F DiracsbracketD 2 Replies Last reply
        1
        • veryqtpersonV veryqtperson

          I've just installed it using MaintenanceTool:

          0_1534240959645_3dsmt.png

          Not sure if a commercial license is required for that, the tool is Open Sourced after all (although, its runtime does require a commercial license in some cases).

          Regarding the crashes - check the application output, what renderer / OpenGL vendor is used on your machine?

            renderer: ANGLE (Intel(R) HD Graphics 4600 Direct3D11 vs_5_0 ps_5_0)
            vendor: Google Inc.
            version: OpenGL ES 3.0 (ANGLE 2.1.0.8613f4946861)
          

          If it's ANGLE, then documentation says the following:

          Non-native implementations, like ANGLE or software implementations like Mesa's llvmpipe may work but are not tested and can fail in unexpected ways

          I also do experience such crashes with 3D Studio examples, but as you can see I have ANGLE, so that is expected although a bit unfortunate.

          F Offline
          F Offline
          filipdns
          wrote on last edited by
          #8

          @veryqtperson

          Hello, yes QT just answers me and say remove angle but I'm with binary installation and I don't know how to do that...

          1 Reply Last reply
          0
          • veryqtpersonV Offline
            veryqtpersonV Offline
            veryqtperson
            wrote on last edited by
            #9

            But does your system have any other OpenGL implementation available at all?

            F 1 Reply Last reply
            0
            • veryqtpersonV veryqtperson

              But does your system have any other OpenGL implementation available at all?

              F Offline
              F Offline
              filipdns
              wrote on last edited by
              #10

              @veryqtperson I have GEforce GTX745 with openGL 4.0

              veryqtpersonV 1 Reply Last reply
              0
              • veryqtpersonV veryqtperson

                I've just installed it using MaintenanceTool:

                0_1534240959645_3dsmt.png

                Not sure if a commercial license is required for that, the tool is Open Sourced after all (although, its runtime does require a commercial license in some cases).

                Regarding the crashes - check the application output, what renderer / OpenGL vendor is used on your machine?

                  renderer: ANGLE (Intel(R) HD Graphics 4600 Direct3D11 vs_5_0 ps_5_0)
                  vendor: Google Inc.
                  version: OpenGL ES 3.0 (ANGLE 2.1.0.8613f4946861)
                

                If it's ANGLE, then documentation says the following:

                Non-native implementations, like ANGLE or software implementations like Mesa's llvmpipe may work but are not tested and can fail in unexpected ways

                I also do experience such crashes with 3D Studio examples, but as you can see I have ANGLE, so that is expected although a bit unfortunate.

                DiracsbracketD Offline
                DiracsbracketD Offline
                Diracsbracket
                wrote on last edited by Diracsbracket
                #11

                @filipdns said in Any one success to run 3Dstudio sample provide by QT on windows under MSVC2017?:

                made fresh installation of QT 5.11.0

                @veryqtperson said in Any one success to run 3Dstudio sample provide by QT on windows under MSVC2017?:

                've just installed it using MaintenanceTool:

                After uinstalling Qt, I used the latest online installer, which indeed shows the 3D Studio and 3DStudio Runtime entries as installation options under Tools now. These did not show up with my previous installer...

                After installing it, the examples seem to work fine on my side as well.

                1 Reply Last reply
                0
                • F filipdns

                  @veryqtperson I have GEforce GTX745 with openGL 4.0

                  veryqtpersonV Offline
                  veryqtpersonV Offline
                  veryqtperson
                  wrote on last edited by veryqtperson
                  #12

                  Try to set QT_OPENGL=desktop. If it helps (examples actually run and don't crash), then most probably you're using Qt Creator 4.7 and it has a related bug.

                  At least, that was the issue in my case, now 3D Studio examples work on my laptop.

                  F 1 Reply Last reply
                  1
                  • veryqtpersonV veryqtperson

                    Try to set QT_OPENGL=desktop. If it helps (examples actually run and don't crash), then most probably you're using Qt Creator 4.7 and it has a related bug.

                    At least, that was the issue in my case, now 3D Studio examples work on my laptop.

                    F Offline
                    F Offline
                    filipdns
                    wrote on last edited by
                    #13

                    @veryqtperson great that solve the issue thank a lot!!!!

                    ShaeS 1 Reply Last reply
                    0
                    • F filipdns

                      @veryqtperson great that solve the issue thank a lot!!!!

                      ShaeS Offline
                      ShaeS Offline
                      Shae
                      wrote on last edited by
                      #14

                      @filipdns how to set this in pro ?

                      ShaeS 1 Reply Last reply
                      0
                      • ShaeS Shae

                        @filipdns how to set this in pro ?

                        ShaeS Offline
                        ShaeS Offline
                        Shae
                        wrote on last edited by
                        #15

                        @Shae I success run it with Qt5.11 and msvc 2017. if you used the wrong kits and qt version ,it can not work . I found the Qt5.12.0 do not have qt3dstudioruntime example.so I changed the version ,and it worked.

                        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