Bug #550
Preview doesn't work if jack is started and stopped
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | scenic.gtk | Spent time: | - | |
| Target version: | 1.0 | |||
| Resolution: | Version: | 0.5.10 | ||
| Trac ticket ID: | 550 |
Description
How to reproduce:
1. Disable audio sending and receiving
1. Stop jack
1. Click on Preview
1. Read error message
- exitting with error: jackUtils.cpp:142:CRITICAL:Jack is not running
History
Updated by Tristan Matthews almost 3 years ago
To clarify, enabling/disabling audio sending has no impact on the audio preview. it just depends on whether or not jack is running. So to recreate the bug:
1)start jack
2)go to the Audio tab so that it says that jack is running
3)stop jack
4)start the preview
Scenic still thinks jack is running because we haven't checked jack's state yet.
The solution would be to force a poll of jack whenever we hit preview.
Updated by Tristan Matthews almost 3 years ago
Fixed in r6263
Updated by Alexandre Quessy 9 months ago
- Status changed from New to Closed
- Target version changed from 0.6.3 to 1.0