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. 3D Studio issues
Forum Updated to NodeBB v4.3 + New Features

3D Studio issues

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
4 Posts 2 Posters 2.1k 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.
  • M Offline
    M Offline
    miladm31
    wrote on last edited by A Former User
    #1

    Hi, I am trying to build the Qt 3D Studio examples but i got this error:

    plugin cannot be loaded for module "QtStudio3D": Cannot load library C:\Qt\3D_Studio\5.10.0\msvc2015\qml\QtStudio3D\declarative_qtstudio3dd.dll: Unknown error 0x000000c1.
    

    anyone can help ?

    jsulmJ 1 Reply Last reply
    0
    • M miladm31

      Hi, I am trying to build the Qt 3D Studio examples but i got this error:

      plugin cannot be loaded for module "QtStudio3D": Cannot load library C:\Qt\3D_Studio\5.10.0\msvc2015\qml\QtStudio3D\declarative_qtstudio3dd.dll: Unknown error 0x000000c1.
      

      anyone can help ?

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

      @miladm31 said in QTStudio3D issues:

      C:\Qt\3D_Studio\5.10.0\msvc2015\qml\QtStudio3D\declarative_qtstudio3dd.dll

      Is it possible that you're trying to load a 32bit DLL in a 64bit app?

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

      1 Reply Last reply
      0
      • M Offline
        M Offline
        miladm31
        wrote on last edited by miladm31
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • M Offline
          M Offline
          miladm31
          wrote on last edited by miladm31
          #4

          @jsulm thanks man , it is working only with 64 bit application.but it shouldn't be like that.the whole qt application running on 32bit and this little demo use such dll that works only on 64bit!
          for those who has problem with the cluster example of qt 3d studio:( how to install qtstudio3d plugin)
          1-download qt3dstudi module from here:
          http://download.qt.io/online/qtsdkrepository/windows_x86/desktop/tools_qt3dstudio/qt.tools.qt3dstudio/0.2.1-0-201710111138qt3dstudio.7z
          2-then copy all the folders inside the Qt3DStudio folder .
          3-past them in <your qt directory>\Qt5.10.0\5.10.0\msvc2015_64 (i tested with msvc2017_64 to and worked)
          "note that do not replace any file.skip them"
          4-then you need to download windows build tools and install it :
          https://go.microsoft.com/fwlink/?LinkId=691126
          5-config application only with 64bit kits and run.

          1 Reply Last reply
          1

          • Login

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