When closing application Exception Triggered.
-
@J-Hilk , in doing this, I decided to go one better. I did the following in Qt Creator:
- Clicked on File top line menu
- Selected New File or Project...
- Selected Application and Qt Widgets Application
- Clicked on the Choose... button
- Entered test into Name: text box and clicked the Next button
- Checked only Desktop Qt 5.9.2 MSVC2015 32bit in Kit Selection
- Clicked Next button
- Clicked Next button
- Clicked Finish button
- Right clicked project and selected Rebuild
- Run application in debug mode and clicked the close widget in the MainWindow
Same thing happens, application stops and Exception Triggered dialog is displayed.
-
@SPlatten Is it a 32bit bug? Try to make a 64bit build to see if you have the same problem.
-
@JoeCFD , thank you, thats a shame, the problem is the target is 32 bit so regardless of if it works in 64 bit, thats not an option.
-
@SPlatten That is unlucky. Install a 32 bit debug build of Qt 5.9.2 and debug into qt code to see the cause.