phrack / ShootOFF-legacy

An open source framework to enhance laser dry fire training.
BSD 4-Clause "Original" or "Old" License
30 stars 17 forks source link

Switching protocols during tts throws an exception. #72

Closed phrack closed 10 years ago

phrack commented 10 years ago

Exception in thread say_thread: Traceback (most recent call last): File "C:\Python27\lib\threading.py", line 810, in bootstrap_inner self.run() File "C:\Python27\lib\threading.py", line 763, in run self.__target(_self.args, *_self.__kwargs) File "C:\Users\Michael\Documents\ShootOFF\ShootOFF-master\training_protocols\p rotocol_operations.py", line 139, in _say self._tts_engine.iterate() File "build\bdist.win-amd64\egg\pyttsx\engine.py", line 215, in iterate raise RuntimeError('run loop not started') RuntimeError: run loop not started