Program has unexpectedly finished
-
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 :)
-
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 :)
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.
-
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 :)
@farhanrbn
Hi
Is it possible you are using an invalid or uninitialized pointer?