Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Unable To Run QT

    Installation and Deployment
    2
    7
    1049
    Loading More Posts
    • 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.
    • V
      vibhawa last edited by vibhawa

      Hello Everyone I am new here,
      I downloaded QT5.5.1 msvc 2013 32 bit opensrc for windows.
      I installed it and its not opening every time there is appcrash.
      Specs of my PC are:
      Win7Ultimate 32 bit
      4gb RAM DDR2 256MB INtel Graphic Card and A Dual Core Intel CPU.
      Please Help.
      Sorry if posted in wrong section or reposted.

      1 Reply Last reply Reply Quote 0
      • hskoglund
        hskoglund last edited by

        Hi, you mean you have problem starting Qt Creator?
        Just guessing, but it could be something with graphics driver/OpenGL; so instead of double-clicking to start it, try starting Qt Creator from a CMD window with the "-noload Welcome" option, like this:
        C:\Qt\Tools\QtCreator\bin\qtcreator -noload Welcome

        1 Reply Last reply Reply Quote 0
        • V
          vibhawa last edited by vibhawa

          Yes sir you got it right the qtcreator app crashes.
          Thanks for your kind reply,
          as you mentioned first it gives a popup "The Plugin Welcome Does Not Exist"
          when i press ok
          it gives a new window with a list of commands
          after pressing ok nothing happens.
          Sir kindly suggest me any solution.
          This is the CRASH Report:

          • Problem signature:
            Problem Event Name: APPCRASH
            Application Name: qtcreator.exe
            Application Version: 0.0.0.0
            Application Timestamp: 561c8ab4
            Fault Module Name: ig4icd32.dll
            Fault Module Version: 8.14.10.1930
            Fault Module Timestamp: 4aba6fc2
            Exception Code: c0000005
            Exception Offset: 002095ed
            OS Version: 6.1.7601.2.1.0.256.1
            Locale ID: 1033
            Additional Information 1: 0a9e
            Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
            Additional Information 3: 0a9e
            Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
          1 Reply Last reply Reply Quote 0
          • hskoglund
            hskoglund last edited by

            Hi, indeed you have some OpenGL-related crash (ig4icd32.dll) and should try to start Qt Creator with the Welcome plugin disabled.

            But if disabling the Welcome page using a CMD window does not work, you could instead try edit your QtCreator.ini file, guessing it's located say in C:\Qt\Qt5.5\Tools\QtCreator\share\qtcreator\QtProject

            Add this to the end of the file:

            [Plugins]
            Ignored=Welcome
            
            1 Reply Last reply Reply Quote 0
            • V
              vibhawa last edited by

              Sir Thankyou very much now it has started working.
              Once again thankyou very much for your quick response.

              1 Reply Last reply Reply Quote 0
              • V
                vibhawa last edited by

                Sir the App is working fine now but since i am in the learning stage how can i open the EXAMPLES without the welcome plugin.

                1 Reply Last reply Reply Quote 0
                • hskoglund
                  hskoglund last edited by

                  Hi, the EXAMPLES are there, in C:\Qt\Qt5.5\Examples\Qt-5.5

                  Agreed, because of the missing Welcome plugin you will not get a nice overview of them, but you can still open them as normal projects (File, Open File or Project...)

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post