ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

SOLVED: RESTART PROGRAM AFTER CRASH

<< < (2/3) > >>

kisskiss:
Well, my idea would be making an app that launches the "watched-over" apps, and restart them if terminated - which is easy. But detecting intentional close vs. crash is the difficult part :)
-f0dder (February 25, 2009, 02:08 PM)
--- End quote ---

Nice, hopefully someone could make some thing like this.

Hello71:
Well then, what is "crash" defined as then? Not closing using "X" button? It would be impossible to figure out whether a user is using the File>Exit button though, as that usually just closes everything then self-terminates.

f0dder:
Well then, what is "crash" defined as then? Not closing using "X" button? It would be impossible to figure out whether a user is using the File>Exit button though, as that usually just closes everything then self-terminates.-Hello71 (April 05, 2009, 04:01 PM)
--- End quote ---
In my terminology, crash means crash - a program getting terminated by the OS because it executes invalid code. This can be detected, as I wrote earlier, by interfacing with the just-in-time debugger interface.

shayne.micchia:
Hi Everyone (first post)

I have had this requirement and can suggest 2 freeware tools that do this:

PC Inspector Process Guard
http://www.pcinspector.de/Sites/fs_guard/info.htm?language=1
http://www.softpedia.com/get/Security/Keylogger-Monitoring/fs-guard.shtml

Keep Running
http://jpelectron.com/
http://www.softpedia.com/get/System/Launchers-Shutdown-Tools/Keep-Running.shtml

Hope this helps :-)

Just about to post some requests for a few small utils ..

Shayne


mouser:
Welcome shayne! Thanks for the links  :Thmbsup:

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version