Bug #493
preview complains about STOPPING state
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | scenic.gtk | Spent time: | - | |
| Target version: | 0.5.2 | |||
| Resolution: | fixed | Version: | 0.5 | |
| Trac ticket ID: | 493 |
Description
to reproduce:
hit preview a bunch of times until you see:
Traceback (most recent call last):
File "/home/tristan/scenic/trunk/py/scenic/gui.py", line 490, in on_video_view_preview_toggled
self.preview_manager.start()
File "/home/tristan/scenic/trunk/py/scenic/preview.py", line 72, in start
raise RuntimeError("Cannot start preview since it is %s." % (self.state)) # the programmer has done something wrong if we're here.
RuntimeError: Cannot start preview since it is STOPPING.
History
Updated by Alexandre Quessy about 3 years ago
- Status changed from New to Closed
- Resolution set to fixed
Fixed in r5883.