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. [solved] cannot get Qt creator start?

[solved] cannot get Qt creator start?

Scheduled Pinned Locked Moved Qt Creator and other tools
15 Posts 4 Posters 11.0k 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.
  • T Offline
    T Offline
    tobias.hunger
    wrote on last edited by
    #4

    Just squashed that bug in the 2.5 branch of Qt Creator.

    1 Reply Last reply
    0
    • C Offline
      C Offline
      Cmnn
      wrote on last edited by
      #5

      I down and install both online and offline "Qt SDK 1.2" which is the most recent one from qt.nokia.com, but it did not work. Then I downloaded the Qt SDK 1.1.2, but it still did not work. Now I found out the way to fix it. If I turn off the Wifi before I start the program, it will run normally. After that I can turn on the wifi and still use the Qt creator. Wondering why this happens?

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on last edited by
        #6

        Did you check the PATH as I suggested yesterday?

        With '' in the path creator used to trigger windows to look up a lot of network drives (until yesterday)... so that would explain why stuff works better for you with wifi turned of.

        1 Reply Last reply
        0
        • C Offline
          C Offline
          Cmnn
          wrote on last edited by
          #7

          Can you tell me how to set up the PATH??
          [quote author="Tobias Hunger" date="1332488823"]Did you check the PATH as I suggested yesterday?

          With '' in the path creator used to trigger windows to look up a lot of network drives (until yesterday)... so that would explain why stuff works better for you with wifi turned of.[/quote]

          1 Reply Last reply
          0
          • T Offline
            T Offline
            tobias.hunger
            wrote on last edited by
            #8

            "Google":http://google.com/?q=path+setup+windows has the necessary instructions.

            1 Reply Last reply
            0
            • mzimmersM Offline
              mzimmersM Offline
              mzimmers
              wrote on last edited by
              #9

              Specifically, this is a good tutorial:

              "How to set environment variables in Windows 7":http://www.itechtalk.com/thread3595.html

              If your variable has gotten kind of long, it's inconvenient to edit in the line editor provided by Windows, so I copy the string to something like WordPad and edit it there, and then paste it back into the line editor.

              1 Reply Last reply
              0
              • C Offline
                C Offline
                Cmnn
                wrote on last edited by
                #10

                Thanks for all the help. I actually don't know what I have to put in the PATH. I'll ask my instructor or my friends tomorrow.

                1 Reply Last reply
                0
                • mzimmersM Offline
                  mzimmersM Offline
                  mzimmers
                  wrote on last edited by
                  #11

                  If I'm understanding the comments above, your PATH variable probably contains the right items, but Qt is getting confused by the "" path delimiters. If you replace every occurrence of "" with "/" you might get some different results. It's a quick fix to try, anyway.

                  1 Reply Last reply
                  0
                  • C Offline
                    C Offline
                    Cmnn
                    wrote on last edited by
                    #12

                    I replaced all the "" with "/", but Qt still does not run. I will have to turn off wifi if I want to use Qt.

                    1 Reply Last reply
                    0
                    • T Offline
                      T Offline
                      tobias.hunger
                      wrote on last edited by
                      #13

                      No, PATH is a variable handled by windows and it needs to have '' in it. Do not replace '' with '/' everywhere!

                      There was a problem in Qt Creator that made it handle a entry in PATH containing only a backslash incorrectly. If you have an "" as one element in your PATH then the startup is slow. Please make sure PATH does not start with ";" as the very first characters, does not end with ";" as the very last characters and does not contain ";;" in all the other places. Either remove this part completely or replace it with "C:" (plus ';' in front/after it, depending on position in the PATH string).

                      So far all people running into this issue were using Sony VAIO laptops, so most likely some utility specific to this series of laptops adds "" as one directory to the PATH.

                      1 Reply Last reply
                      0
                      • C Offline
                        C Offline
                        Cmnn
                        wrote on last edited by
                        #14

                        Thanks. I did it. now I can run Qt without turn off the wifi :))

                        1 Reply Last reply
                        0
                        • T Offline
                          T Offline
                          tobias.hunger
                          wrote on last edited by
                          #15

                          Great! Please mark this thread as solved then by prepending "[solved]" to the title:-)

                          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