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. QtCreator does not start (Windows 10)

QtCreator does not start (Windows 10)

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
4 Posts 2 Posters 935 Views 2 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.
  • A Offline
    A Offline
    alamar213
    wrote on last edited by
    #1

    I am using QtCreator 4.8.1 with Qt 5.12.1 on Windows 10 and it was working well till last week. But now whenever i start it using desktop icon or cmd nothing happens. In the Task Manager, the QtCreator service starts and then stops in a few seconds. I started the editor in gdb and the output is as given below:

    PS C:\Users\ADMIN> gdb E:\Qt\Tools\QtCreator\bin\qtcreator.exe
    GNU gdb (GDB) 7.8.1
    ...
    (gdb) r
    Starting program: E:\Qt\Tools\QtCreator\bin\qtcreator.exe
    [New Thread 12120.0x1b18]
    [New Thread 12120.0x3788]
    [New Thread 12120.0x2c48]
    [New Thread 12120.0x360c]
    [New Thread 12120.0x2bdc]
    [Thread 12120.0x2bdc exited with code 0]
    [New Thread 12120.0x2dec]
    [New Thread 12120.0x1ce4]
    [Thread 12120.0x1ce4 exited with code 0]
    [New Thread 12120.0x2d00]
    [New Thread 12120.0x2570]
    [New Thread 12120.0x2f08]
    [New Thread 12120.0x32c0]
    [New Thread 12120.0x2298]
    
    Program received signal SIGSEGV, Segmentation fault.
    [Switching to Thread 12120.0x2570]
    0x00007ff81e4e3cd6 in dbghelp!SymGetFileLineOffsets64 () from C:\WINDOWS\SYSTEM32\dbghelp.dll 
    (gdb) c
    Continuing.
    [New Thread 12120.0x3258]
    [Thread 12120.0x3788 exited with code 3221225477]
    [Thread 12120.0x2c48 exited with code 3221225477]
    [Thread 12120.0x360c exited with code 3221225477]
    [Thread 12120.0x2dec exited with code 3221225477]
    [Thread 12120.0x2d00 exited with code 3221225477]
    [Thread 12120.0x2570 exited with code 3221225477]
    [Thread 12120.0x2f08 exited with code 3221225477]
    [Thread 12120.0x2298 exited with code 3221225477]
    [Thread 12120.0x32c0 exited with code 3221225477]
    [Thread 12120.0x238c exited with code 3221225477]
    [Thread 12120.0x2474 exited with code 3221225477]
    [Thread 12120.0x19e8 exited with code 3221225477]
    [Thread 12120.0x2f60 exited with code 3221225477]
    [Thread 12120.0x1ec8 exited with code 3221225477]
    [Inferior 1 (process 12120) exited with code 030000000005]
    (gdb)
    
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      @alamar213 said in QtCreator does not start (Windows 10):

      exited with code 030000000005

      This means you have a stack overflow. Are you creating anything really big on the stack ?

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

        No I haven't created anything. This is the debug log from simply starting the editor.

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

          Can you try starting if with all plugins disabled ?

          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
          0

          • Login

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