Hi,
If you're the developer of this service, try putting some exception handling into your OnStart method and write any exception message to event log or txt file. You could also try debugging this service by ataching a debugger to it, but you'll have to insert some timeout into your OnStart method, which would allow you to do this quickly enough.
Andrej