Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Program has unexpectedly finished
Forum Updated to NodeBB v4.3 + New Features

Program has unexpectedly finished

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 2.3k 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.
  • F Offline
    F Offline
    farhanrbn
    wrote on last edited by farhanrbn
    #1

    greetings all,

    i'm a newcomer in this forum and i'm starting to learn Qt now.
    i'm doing project now, my program is almost done but it has problem. it says

    " The program has unexpectedly finished.
    The process was ended forcefully.
    D:/KULIAH/Cross Platform/build-untitled-Desktop_Qt_5_11_2_MinGW_32bit -Debug/debug/untitled crashed."

    what should i do? my program doesn't has error at all. If anyone knows of any possible reason or explanation of what might be happening would greatly appreciate it. thank you.

    pardon my english, i hope you guys can understand what i'm saying :)

    K CP71C 2 Replies Last reply
    0
    • F farhanrbn

      greetings all,

      i'm a newcomer in this forum and i'm starting to learn Qt now.
      i'm doing project now, my program is almost done but it has problem. it says

      " The program has unexpectedly finished.
      The process was ended forcefully.
      D:/KULIAH/Cross Platform/build-untitled-Desktop_Qt_5_11_2_MinGW_32bit -Debug/debug/untitled crashed."

      what should i do? my program doesn't has error at all. If anyone knows of any possible reason or explanation of what might be happening would greatly appreciate it. thank you.

      pardon my english, i hope you guys can understand what i'm saying :)

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @farhanrbn

      Hi and welcome to devnet forum

      My guess is that you are using also Qt creator, which is an IDE (Integrated Development Environment). There you should be able to startthe application directly in the debugger with F5. You can set a breakpoint at the first statement in the main program by setting the cursor to that line and pressing afterwards F9. This way you can find where the actual crash is.

      Within Qt creator you can also start with a complete new program/project by using the templates. In case the program giving you the problems is already a bit more, you can check with such a simple tempalte generated program, if the setup may have already a problem.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      2
      • F farhanrbn

        greetings all,

        i'm a newcomer in this forum and i'm starting to learn Qt now.
        i'm doing project now, my program is almost done but it has problem. it says

        " The program has unexpectedly finished.
        The process was ended forcefully.
        D:/KULIAH/Cross Platform/build-untitled-Desktop_Qt_5_11_2_MinGW_32bit -Debug/debug/untitled crashed."

        what should i do? my program doesn't has error at all. If anyone knows of any possible reason or explanation of what might be happening would greatly appreciate it. thank you.

        pardon my english, i hope you guys can understand what i'm saying :)

        CP71C Offline
        CP71C Offline
        CP71
        wrote on last edited by
        #3

        @farhanrbn
        Hi
        Is it possible you are using an invalid or uninitialized pointer?

        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