I've done the windows speech tutorial and setup everything with windows. I've downloaded the runtime and the packages from windows that was in the help/getting started file, but it is still not working. This is the error that I'm getting from the console log of crewchief

Code:
15:26:14.625 : Application stopped
15:26:14.630 : Stopping queue monitor
15:26:20.998 : Got button at index 81
15:26:21.130 : Attempting to initialise speech recognition for user specified location en
15:26:21.135 : Unable to initialise speech engine with voice recognition pack for location en. Check that SpeechPlatformRuntime.msi and MSSpeech_SR_en_TELE.msi are installed.
15:26:21.139 : Exception message: No recognizer of the required ID found.
Parameter name: culture
15:26:21.143 : Attempted to initialise speech engine - success = False

Any help with fixing this error is greatly appreciated because I've been looking at it for a while now.

Butters