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. Unable To Run QT

Unable To Run QT

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
7 Posts 2 Posters 1.4k 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.
  • V Offline
    V Offline
    vibhawa
    wrote on last edited by vibhawa
    #1

    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
    0
    • hskoglundH Offline
      hskoglundH Offline
      hskoglund
      wrote on last edited by
      #2

      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
      0
      • V Offline
        V Offline
        vibhawa
        wrote on last edited by vibhawa
        #3

        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
        0
        • hskoglundH Offline
          hskoglundH Offline
          hskoglund
          wrote on last edited by
          #4

          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
          0
          • V Offline
            V Offline
            vibhawa
            wrote on last edited by
            #5

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

            1 Reply Last reply
            0
            • V Offline
              V Offline
              vibhawa
              wrote on last edited by
              #6

              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
              0
              • hskoglundH Offline
                hskoglundH Offline
                hskoglund
                wrote on last edited by
                #7

                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
                0

                • Login

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