Hanzie wrote
I certainly do not want to start a topic about the quality of powertools (again), however - in my case - getting two crashes/errors immediately after
In a case of a such crash, the execution of the program code that caused the crash is halted and the program's execution continues from a safe distance. In PowerTools, this does not cause a serious problem because the program always first creates a backup of the data, and then modifies it. So even if a crash occurs during the modification of data, it can either work (data is backed up and modified), or not (data is not modified at all).
This is what I mean by the issue not being very serious. A serious issue would be a bug that would cause valid registry data listed as registry errors, for example. Such issues pose a real danger to the user's computer while a program crash like this doesn't.
Hanzie wrote
using clean and fix, I do not feel comfortable anymore.
Being a user, I hope you can understand this.
I understand it in the sense of impression of quality. If there is a bug like this in the program, one easily assumes that it's just a tip of an iceberg.
But if you mean it in a sense that the program crash itself causing real damage to the system, then I don't understand it as such thing is not possible.