I noticed strange behavior during the preparation of the new PrePoMax version. After starting and closing the PrePoMax application, two processes called PrePoMax are left in the list of active processes in Windows Task Manager. They are left in suspended mode and cannot be killed.
I checked this behavior on two machines with the newest Windows version installed and discovered the same behavior also on older PrePoMax versions: v2.0.0 and 1.4.1.
I do not know if this happened in the past on older Windows versions since I have no machine running them.
I just downloaded the v2.1.0, it scans clean with windows defender but the execution of the application gets blocked by windows defender itself. I am running it from a company laptop, can it be a special policy of the administrator? v.2.0.9 dev was (and still is) running without issues.
If there is anything I can do to help track down the issue please let me know
Thanks in advance and thanks for your work. PrePoMax is simply amazing!
If it’s just this blue window saying that the executable comes from an unknown publisher but letting you run it anyway then it’s nothing special. It happens with most independent software and occurs only when starting it for the first time.
After unsuccessfully trying to figure out what was causing the problem, I implemented a self-kill command at the end of the program execution. It helps on my machine to get rid of the suspended processes.
Since it does not affect anything other than that, I added the fix to the official release version 2.1.0.
Terrific job and thanks Matej ! I just want to let you know gmsh is now out in the new release 4.13.1 with small bug fixes, maybe it worth incorporating that.
I was afraid that the recent Windows updates changed something. The current solution is very clumsy (at the end of the program execution, the program calls a Process.Kill on itself), and I will try to find a better solution if possible.