mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.51k stars 1.28k forks source link

sidechain thread blocked when shoutcast pops a modal dialog #6296

Closed mixxxbot closed 2 years ago

mixxxbot commented 2 years ago

Reported by: rryan Date: 2012-03-07T15:41:32Z Status: New Importance: Low Launchpad Issue: lp949084 Tags: shoutcast


http://www.mixxx.org/forums/posting.php?mode=reply&f=3&t=3478#pr13040 "Hi Guys im using Mixxx for a while but Version 1.10 annoys me like crazy because my recordings are messed up. The Problem is that Mixxx tells me its not possible to get it a Live Broadcast during a Set but i didnt even activate Live Broadcast!! And last time i just clicked ok and after listening to the Mix there were parts cut during the Time I got the Error Message."

The sidechain thread should never block -- popping error dialogs should be proxied to the main Qt thread instead of being invoked by the sidechain thread.

mixxxbot commented 2 years ago

Commented by: rryan Date: 2012-05-13T02:24:34Z


I reviewed ErrorDialogHandler and I don't think this bug is accurate. It's most likely the sleep() in EngineShoutcast that is causing this.

mixxxbot commented 2 years ago

Duplicate of mixxxdj/mixxx#6052