

Speccy crashes computer –This problem can occur if your Speccy installation is corrupted.

To fix the problem, switch to a 32-bit version and the problem should be resolved. Speccy crash on startup – Sometimes this issue can occur if you’re using a 64-bit of Speccy.Speaking of this issue, here are some common problems that users reported: Many users use Speccy and they reported frequent crashing. Sometimes certain applications can crash on your PC, and while this is somewhat normal, if an application is constantly crashing, that can be a problem. If you’re having any problems with Speccy on your PC, in today’s article we’ll show you how to properly fix them. Speccy is a useful application, but sometimes Speccy can crash on your PC and cause many other problems. maybe keep state if this only can be run onceĮventLogger.Write(String.Home › Fix › Speccy crashes on Windows 10 protected virtual void OnCustomCommand(int command) For that you can override OnCustomCommand and send a pre determined integer to ask the service to perform a particular task for example by calling sc virtualsvc control 128 from the commandline. You might consider leaving the service running and use a CustomCommand to control if actual work needs to be done. New VirtualServerInit(EventLogger).Run() ĮventLogger.Write("VirtualServerInit code was executed") protected override void OnStart(string args) By then the windows service manager already handled the succesful start of your service and hence no error will be sent to the Eventlog when Stop is called. The threadpool will put your workitem on the queue and once a thread it is available it will execute your Run method and then calls Stop on the service. Use a thread to make sure the OnStart method finishes.
