XRUNS ... but why?

Optimize your system for ultimate performance.

Moderators: MattKingUSA, khz

User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: XRUNS ... but why?

Post by lilith »

Does anybody know what these messages mean?

Code: Select all

ERROR: JackGraphManager::Connect already connected port_src = 1 port_dst = 21
When getting xruns I get usually

Code: Select all

ERROR: JackEngine::XRun: client = Bitwig Studio was not finished, state = Running
, but with Bitwig I also get a lot of the other messages
tramp
Established Member
Posts: 2347
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 466 times

Re: XRUNS ... but why?

Post by tramp »

lilith wrote: Sun Apr 12, 2020 5:30 pm Does anybody know what these messages mean?

Code: Select all

ERROR: JackGraphManager::Connect already connected port_src = 1 port_dst = 21
That just mean that a program try to connect ports which been already connected, hence this action fail. Would be better when it comes as WARNING instead as ERROR true.
On the road again.
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: XRUNS ... but why?

Post by lilith »

tramp wrote: Wed Apr 15, 2020 5:52 am
lilith wrote: Sun Apr 12, 2020 5:30 pm Does anybody know what these messages mean?

Code: Select all

ERROR: JackGraphManager::Connect already connected port_src = 1 port_dst = 21
That just mean that a program try to connect ports which been already connected, hence this action fail. Would be better when it comes as WARNING instead as ERROR true.
Thanks, so it is what it says. I only get this with Bitwig that's why I wondered.
Post Reply