X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=messages.mc;h=28f12e8e867a81ec2d24a80f515c0f8f750acfa9;hb=530bd80072effe809a6d3a2fc5fd847e51342021;hp=07ed432cdb7e91275755a6e39ccbc6105d008ed4;hpb=da50488b3ff915a0f7d394a43a3ec6611421cac7;p=nssm.git diff --git a/messages.mc b/messages.mc index 07ed432..28f12e8 100644 --- a/messages.mc +++ b/messages.mc @@ -290,3 +290,18 @@ Failed to create waitable timer for service %1: Throttled restarts will not be interruptible. . +MessageId = +1 +SymbolicName = NSSM_EVENT_CREATEPROCESS_FAILED_INVALID_ENVIRONMENT +Severity = Error +Language = English +Failed to start service %1. Program %2 couldn't be launched. +CreateProcess() failed with ERROR_INVALID_PARAMETER and a process environment was set in the %3 registry value. It is likely that the environment was incorrectly specified. %3 should be a REG_MULTI_SZ value comprising strings of the form KEY=VALUE. +. + +MessageId = +1 +SymbolicName = NSSM_EVENT_INVALID_ENVIRONMENT_STRING_TYPE +Severity = Warning +Language = English +Environment declaration %1 for service %2 is not of type REG_MULTI_SZ and will be ignored. +. +