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. Qt Creator can't create new project
Forum Updated to NodeBB v4.3 + New Features

Qt Creator can't create new project

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 3 Posters 80 Views 1 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.
  • Z Offline
    Z Offline
    Zk47
    wrote last edited by
    #1

    Hi everyone, i just install Qt Creator in Ubuntu 22.04 yesterday
    But when start it, it show this error

    0ff91e18-e49a-49be-abc1-1b2fc54b5ee5-image.png
    The detail message is
    "*If you temporarily disable ProjectExplorer, the following plugins that depend on it are also disabled: Android, AutoTest, AutotoolsProjectManager, Axivion, BareMetal, Bazaar, Beautifier, Boot2Qt, CMakeProjectManager, CVS, ClangCodeModel, ClangFormat, ClangTools, ClassView, ClearCase, Coco, CompilationDatabaseProjectManager, CompilerExplorer, Conan, Copilot, CppEditor, Cppcheck, CtfVisualizer, Debugger, Designer, DevContainer, Docker, EffectComposer, ExtraPropertyEditorManager, Fossil, GLSLEditor, GenericProjectManager, Git, GitLab, Help, IncrediBuild, Insight, Ios, LanguageClient, LuaLanguageClient, McuSupport, Mercurial, MesonProjectManager, ModelEditor, Nim, PerfProfiler, Perforce, Python, QbsProjectManager, QmakeProjectManager, QmlDesigner, QmlDesignerBase, QmlDesignerLite, QmlJSEditor, QmlJSTools, QmlPreview, QmlProfiler, QmlProjectManager, Qnx, QtApplicationManagerIntegration, QtSupport, RemoteLinux, ResourceEditor, SafeRenderer, ScxmlEditor, Squish, StudioWelcome, Subversion, Terminal, Todo, Valgrind, Vcpkg, VcsBase, WebAssembly, learning.

    Disable plugins permanently in Help > About Plugins.*"

    I have try "Disable Plugin", it can enter the app, but seem like it not working normally. I can't create new project . If i click "Continue" the popup just disapper
    Hope that someone can help me. This is my first time i use Qt Creator. !!
    Thank you !!**

    JonBJ 1 Reply Last reply
    0
    • Z Zk47

      Hi everyone, i just install Qt Creator in Ubuntu 22.04 yesterday
      But when start it, it show this error

      0ff91e18-e49a-49be-abc1-1b2fc54b5ee5-image.png
      The detail message is
      "*If you temporarily disable ProjectExplorer, the following plugins that depend on it are also disabled: Android, AutoTest, AutotoolsProjectManager, Axivion, BareMetal, Bazaar, Beautifier, Boot2Qt, CMakeProjectManager, CVS, ClangCodeModel, ClangFormat, ClangTools, ClassView, ClearCase, Coco, CompilationDatabaseProjectManager, CompilerExplorer, Conan, Copilot, CppEditor, Cppcheck, CtfVisualizer, Debugger, Designer, DevContainer, Docker, EffectComposer, ExtraPropertyEditorManager, Fossil, GLSLEditor, GenericProjectManager, Git, GitLab, Help, IncrediBuild, Insight, Ios, LanguageClient, LuaLanguageClient, McuSupport, Mercurial, MesonProjectManager, ModelEditor, Nim, PerfProfiler, Perforce, Python, QbsProjectManager, QmakeProjectManager, QmlDesigner, QmlDesignerBase, QmlDesignerLite, QmlJSEditor, QmlJSTools, QmlPreview, QmlProfiler, QmlProjectManager, Qnx, QtApplicationManagerIntegration, QtSupport, RemoteLinux, ResourceEditor, SafeRenderer, ScxmlEditor, Squish, StudioWelcome, Subversion, Terminal, Todo, Valgrind, Vcpkg, VcsBase, WebAssembly, learning.

      Disable plugins permanently in Help > About Plugins.*"

      I have try "Disable Plugin", it can enter the app, but seem like it not working normally. I can't create new project . If i click "Continue" the popup just disapper
      Hope that someone can help me. This is my first time i use Qt Creator. !!
      Thank you !!**

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote last edited by JonB
      #2

      @Zk47
      While you wait to see if there is a better answer: you should set an environment variable prior to invoking Creator which may give some useful diagnostic messages to see why it can't load that plugin correctly. To do that you will need to run Creator from a terminal/command. Find out where the qtcreator executable is, whether it's on your PATH, so you can run it from a terminal instead of clicking an icon. Then do this:

      export QT_DEBUG_PLUGINS=1
      qtcreator
      

      That will run it with that environment variable set. If qtcreator is not on your PATH you will need to type the full path to it for the shell to find it (else you'll get qtcreator: Not found error).

      Examine the output for why it's having trouble with the "ProjectExplorer plugin".

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

        Hi and welcome to devnet,

        Beside the suggestion of @JonB, another thing you can try is to start Qt Creator with -temporarycleansettings to see if there might be something off with the settings.

        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
        2

        • Login

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