Qt Creator launch: app not closing and/or "Press <RETURN> to close this window..." missing
-
@massimo.cristofolini
Hi
its the Creator that comes with
Qt5.10. Im just using the classic theme.
Ill check exact version when possible. -
Fooled by the picture.
Uhm... so it actually looks like I'm the only unlucky guy that's experiencing this behavior.
Another test I can make is to install the last version of Qt on a clean Windows system. Will take a while... -
Hi
If it works with mingw compiler, then it sounds like something with VS compiler ? -
Hi
Im on Creator 5.10 with vs 2015
Maybe delete .user file and set compiler again ?
Or test with default empty project and set Run in terminal. -
As said in the first post, this happens with the default and almost-default console project.
Tried to delete .user file of an existing project: no luck.
Tried creating a new project again: still no luck. -
Ok. i really dont know how it can "fall off"
I have not heard about this before.it DOES run the qcreator_process_stub.exe ?
(as seen in my image - caption) -
@mrjj Now THAT was the right question!
Running a MinGW project opens the executable in qcreator_process_stub.exe.
Running from a MSVC runs the actual executable (the window title is the executable full path).
The Run Settings for both configurations (MinGW and MSVC (x86 and x64)) looks identical to me; both have "Run in terminal" checked, ... Maybe I have to look in the Run Environment section, since both are set to "use Build Environment", but maybe the environment variables differ for the two configrurations.
Any other hint about where to look at? -
Hi. i didnt find anything else to check with this.
I find it odd if u delete .user file and select compiler how
"run in terminal" can do differently. very odd. -
@mrjj said:
Hi. i didnt find anything else to check with this.
I find it odd if u delete .user file and select compiler how
"run in terminal" can do differently. very odd.Very odd could mean it's a bug. I didn't find something like this problem in the bug database yet.
@massimo-cristofolini: So you could report this issue at bugreports.qt.io
-