Going from Laz 4.2 to 4.4 (Win 10 x64, using standard lazarus-4.4-fpc-3.2.2-win64.exe), standard install, i tested a couple of my programs: very fine, no regressions, no new probs, exe size fine --- perfect.

Unexpectedly at the last prog i noticed that "Run" didn't start it.
- Compile and link project: Target <path>\<exe-name> Success
But it didn't start (via Run). -> Default or release mode, no difference.
- Event log: Process exited with exit-code 0.
- (For test:) Simply using "Run without Debugging" -> nothing happens
Clicking onto the generated exe via Explorer it works fine, just as expected ...
??? Why it hadn't been started?
As i know this exit-code 0 is the standard message when the generated executable is already ruuning:
No, it's not .. Is it in the Window's task-list? No. Maybe somehow an orphaned process though? So reboot. No success.
I went back to 4.2 (= reactivate the old backup folder plus the 4.2 config files within ...Users ... Appdata\Local).
Same.

I cannot remember at all i once encountered this with that prog.
But, hm ... i rarely recompile this special app (actually no changes needed), only once per release as compatibility check.
Anyhow, i suspect it might something be strange within the project options.
Compared with the project options of the other apps -> cannot see a relevant difference.
What might be a possible reason for this exit-code 0 (only for one prog) ?