Mouser,
Clipmate is getting the application name from somewhere and recording it with the clip that it stores
Somehow when your prog is in the clipboard chain, it sounds like you don't just take the data and allow it to flow on down the chain but instead do something so the clipmate cannot determine the origin window/app
I haven't actually looked at the detail that come through with each copy to the clipboard so I'm probably not using the correct terms to match the objects/structures that windows provides
As far as the access error goes, I've only had it once so far... but encountered it during my initial play (in the first 15 mins of use)
Glad to hear you like the idea of auto snapshots, one of the things that I would like to snapshot when debugging things is when using process explorer and getting stack traces from a thread, when you click on "stack" it pops up a little window with the current stack trace and then to get an idea of what the process is doing you can simply do it a few dozen times....
The thing is that doing it quickly is the only way to get useful information so either a screen recorder "movie" style is needed or something that captures the window fairly quickly (with minimal keystrokes or automagically) so that the mouse can be used to dismiss the new window and get the next stack trace...
Why do I collect information this way... some programs have anti-debugger functionality built in and all I really need is a few stack traces during the actual "problem" to get an idea of where the problem area might be and then come up with a few things to test to get an idea of how close my guesses were
For the long name problem, I had specified for my template
ss%num% %productname% - %windowtitle%
Product Name was Ghost Security Suite
Window Title was Ghost Security Suite v1.001 -
http://www.ghostsecurity.comAnd that string was simply too long, you had truncated the name in the middle of the url and for some reason that was causing the program not to save the image to disk, also because it wasn't saving to disk the %num% wasn't incrementing