Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. OpenGL deployment issue ?
Forum Updated to NodeBB v4.3 + New Features

OpenGL deployment issue ?

Scheduled Pinned Locked Moved Solved Installation and Deployment
4 Posts 2 Posters 340 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.
  • T Offline
    T Offline
    Tiffas
    wrote on last edited by aha_1980
    #1

    Hi,

    I developed a GUI application with an OpenGL widget in it. I used Visual Studio 2019 with the Qt VS Tool plugin. Qt version is 5.15.2 (x64). Everything works fine on my machine. I used the windeployqt tool to retrieve the correct dlls and be able to launch my app on an other computer. Problem is, nothing happen when I double click the .exe on the other computer. Not even an error message. I manually added all the dlls in the Qt bin and plugins folders, it did not work. It is not a QML app. I have already used successfully in the past the windeployqt tool with other projects. The big difference this time is the OpenGL widget, so I suspect the issue is related with OpenGL. Do I have to install specific drivers on the other computer ?

    Thanks !

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Did you compare graphics stack between your development machine and the other one ?

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

      T 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        Did you compare graphics stack between your development machine and the other one ?

        T Offline
        T Offline
        Tiffas
        wrote on last edited by
        #3

        @SGaist

        Hi ! Thanks !

        I have just found out, it has nothing to do with Qt deployment. The program compiles shaders and... I forgot to ship the shaders...

        As Windows does not display the cout and cerr streams in the console, it did not help.

        Given that the issue is not Qt related, should I delete the topic ?

        1 Reply Last reply
        1
        • T Tiffas has marked this topic as solved on
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          No need to delete it, somebody might find it while looking for a similar problem and thus it can help :-)

          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

          • Login

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