Why doesn't Qt creator open ?
-
@Ahti
Dont use the forum Upload. its not working as intended.
Please use other site and paste links here -
@mrjj what other sites can i use ?? i mean what are the names of these sites on which i can upload these pics ?
@Ahti
i use
https://postimage.org/but there are many to use :)
https://app.prntscr.com/en/index.html
also is super smart -
@jsulm here is the error message that i get after i run qt creator in cmd :
https://postimg.org/image/u2v0wnjf9/
and here is the dialog box that appears as soon as i click on Ok:
-
@jsulm here is the error message that i get after i run qt creator in cmd :
https://postimg.org/image/u2v0wnjf9/
and here is the dialog box that appears as soon as i click on Ok:
-
@Ahti There is no such plug-in "welcome", the correct name is "Welcome". So, what exactly happens if you start QtCreator with -noload Welcome? Does it start and crash as before?
-
Navigate for directory %appdata%
Drop directory QtProject -
@hskoglund okay i typed what you said and this is what i get:
https://postimg.org/image/n2kt93lsl/
when i try to open my project it shows this error :
https://postimg.org/image/eycp4czdh/
how can i open my project and start working on it and i don't i see other option like design, project etc ??
-
@hskoglund okay i typed what you said and this is what i get:
https://postimg.org/image/n2kt93lsl/
when i try to open my project it shows this error :
https://postimg.org/image/eycp4czdh/
how can i open my project and start working on it and i don't i see other option like design, project etc ??
@joaopagotto what do you mean by that could you please explain as i am new to Qt ??
-
@joaopagotto what do you mean by that could you please explain as i am new to Qt ??
@Ahti
hi
In win 7 , simply open start menu and paste
%appdata% into the searchfield. it will open explorer at that location
the delete or move the folder QtProject
( as to explain how i read @joaopagotto ) -
Hello friend, can sometimes occur for a recording disk failure or something unexplained , Qt configuration files can corrupt .
Open your Windows Explorer and type in the directory tab % AppData % which will take you to the directory that is the configuration files and startup QtCreator , this path has QtProject is where these files .
Deleting this directory will cause the QtCreator recreate these configuration files and startup. Making the QtCreator boot normally.
I my computer this %appdata% is C:\Users\user\AppData\Roaming
-
Hello friend, can sometimes occur for a recording disk failure or something unexplained , Qt configuration files can corrupt .
Open your Windows Explorer and type in the directory tab % AppData % which will take you to the directory that is the configuration files and startup QtCreator , this path has QtProject is where these files .
Deleting this directory will cause the QtCreator recreate these configuration files and startup. Making the QtCreator boot normally.
I my computer this %appdata% is C:\Users\user\AppData\Roaming
@joaopagotto okay i deleted that QtProject in Roaming directory and started QtCreator again and guess what ?? nothing happened lol
-
Hi, seems some problem with your video driver, try updating it again.
Also you can try this flavor of starting Qt Creator:
qtcreator.exe -noload Welcome -noload QmlProfilerExtension -noload QmlProfiler -noload QmlDesigner
@hskoglund well it worked :) it was working perfectly fine but do i have to open it each time from cmd ??? and i get a feeling that some function of Qt Creator are missing am i right ???
-
@hskoglund well it worked :) it was working perfectly fine but do i have to open it each time from cmd ??? and i get a feeling that some function of Qt Creator are missing am i right ???
@hskoglund how can i follow you sir ??? ;) and you too @joaopagotto ??
-
Hi, to make Qt Creator start without those 4 plugins, start it one more time from CMD window, then goto Help, About Plugins, locate the 4 problematic ones and deselect their Load tick box. Now you should be able to start Qt Creator from the menu.
Developing Qt Quick apps will be more difficult without those plugins, so to fix it, perhaps check your OpenGL video driver. You could try installing Steam and test some game that requires OpenGL.
-
Hi, to make Qt Creator start without those 4 plugins, start it one more time from CMD window, then goto Help, About Plugins, locate the 4 problematic ones and deselect their Load tick box. Now you should be able to start Qt Creator from the menu.
Developing Qt Quick apps will be more difficult without those plugins, so to fix it, perhaps check your OpenGL video driver. You could try installing Steam and test some game that requires OpenGL.
I did what you said but i can't see the welcome tab. What to do now ?