I noticed that when I close the application, the exe is still running in the Background processes.. why is that? Am I the only one experiencing this? I have a Windows 8 pro 64 bit.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it a repeatable scenario? It may happen when the program throws an exception on exit and does not closes correctly but I have not seen such a problem on Windows 7 lately.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
An exception may be internally thrown and consumed by the program in a way that it breaks the shutdown sequence without showing anything outside. Maybe I could look at the code if there is anything that could lead to such an scenario.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is the module handling Tools-Options. If there was no problem during normal usage (Tools-Options work correctly) there may be a glitch at the end with releasing COM references or saving options to the Windows Registry. It all may be related to some specific access rights.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hi,
I noticed that when I close the application, the exe is still running in the Background processes.. why is that? Am I the only one experiencing this? I have a Windows 8 pro 64 bit.
Is it a repeatable scenario? It may happen when the program throws an exception on exit and does not closes correctly but I have not seen such a problem on Windows 7 lately.
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
yes, every time I launch it and close it, without any exception thrown.
An exception may be internally thrown and consumed by the program in a way that it breaks the shutdown sequence without showing anything outside. Maybe I could look at the code if there is anything that could lead to such an scenario.
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
it seems because of the optmgr.dll
This is the module handling Tools-Options. If there was no problem during normal usage (Tools-Options work correctly) there may be a glitch at the end with releasing COM references or saving options to the Windows Registry. It all may be related to some specific access rights.