Avid Pro Audio Community

Avid Pro Audio Community

How to Join & Post  •  Community Terms of Use  •  Help Us Help You

Knowledge Base Search  •  Community Search  •  Learn & Support


Avid Home Page

Go Back   Avid Pro Audio Community > Pro Mixing > Avid S1, S3, Dock and Control App
Register FAQ Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-28-2023, 03:51 PM
EddieJones's Avatar
EddieJones EddieJones is offline
Avid
 
Join Date: Dec 2014
Location: Santa Cruz
Posts: 4,624
Default *******Temp fix for EUCON 23.6 slowdown********

EDIT: No longer needed with EUCON 23.11.0 release. The plist enter is ignored so it doesn't need to be removed.

We have found what we think is causing the slowdowns and a way to turn off the offending issue(greater than 10 wide meters) until we get a fix out. You need to add a new line to a Mac plist or the Win registry and reboot.

!!!!! Please be careful editing these files as you can cause other issues if you change the wrong thing. If you are at all unsure do not attempt this, get help or wait until we release a fix !!!!!

Windows Registry:


HKLM/SOFTWARE/Avid/EuControl/RuntimeFlags/EuNodeMC2

DWORD value called EnableMeterVisHack set to 0

If you don't have the folders, Add them.

Mac plist:

/Library/Application Support/Avid/EUCON/com.avid.eucon.plist

<key>EuControl/RuntimeFlags/EuNodeMC2/EnableMeterVisHack</key>

<string>0</string>

For Mac users, here's the easiest way to do this:

In Terminal.app copy and paste the following into the Terminal. Double check it matches the text exactly and is not missing the end or has extra at the beginning. Press Return.

/usr/libexec/PlistBuddy -c 'Add :EuControl/RuntimeFlags/EuNodeMC2/EnableMeterVisHack string 0' /Library/Application\ Support/Avid/EUCON/com.avid.eucon.plist

After doing this you can check to see if the new line has been added. Copy and paste the following and press Return.

/usr/libexec/PlistBuddy -c 'Print' /Library/Application\ Support/Avid/EUCON/com.avid.eucon.plist

And you should see output that includes stuff like below, the one in bold is the newly added line. If it's not there it didn't work. There may be more or less additional lines, just ignore those.

Dict {
EuControl/RuntimeFlags/EuNodeMC2/EnableMeterVisHack = 0
Discovery/ExternalWorkstationsEnabled = 0
}
Attached Images
File Type: jpg Screen Shot 2023-07-28 at 6.31.43 PM.jpg (37.8 KB, 0 views)
File Type: jpg Screenshot 2023-07-28 154721.jpg (41.3 KB, 0 views)
Reply With Quote
  #2  
Old 07-28-2023, 04:13 PM
uptheoctave uptheoctave is online now
Member
 
Join Date: Aug 2002
Location: UK
Posts: 719
Default Re: *******Temp fix for EUCON 23.6 slowdown********

Eddie,

Should we add EUCON/timeouts/NetworkingDebuggingTimeouts in too?

For people who don't know, you can use Xcode to make this edit.
You can download if from the App Store.
__________________
James Richmond
https://www.jamesrichmond.com

2019 Mac Pro, 2022 Mac Studio Ultra
Avid S6, HDX2, MTRX II, MTRX, DAD AX64, AX32, Focusrite Rednet PCIER, Trinnov MC8 Pro.
Studio: https://www.voltperoctave.com | Music: https://www.euclideancircuits.com
Latest Article: Auto-Bounce for Logic Pro

Affiliate Links:
Auto-Bounce by Tom Salta
Dreamhost Web Hosting
Reply With Quote
  #3  
Old 07-28-2023, 04:55 PM
EddieJones's Avatar
EddieJones EddieJones is offline
Avid
 
Join Date: Dec 2014
Location: Santa Cruz
Posts: 4,624
Default Re: *******Temp fix for EUCON 23.6 slowdown********

Quote:
Originally Posted by uptheoctave View Post
Eddie,

Should we add EUCON/timeouts/NetworkingDebuggingTimeouts in too?

For people who don't know, you can use Xcode to make this edit.
You can download if from the App Store.
No! Please stick to the text I posted.
Reply With Quote
  #4  
Old 07-28-2023, 06:41 PM
jeremiahmoore jeremiahmoore is offline
Member
 
Join Date: Aug 2001
Location: San Francisco
Posts: 517
Default Re: *******Temp fix for EUCON 23.6 slowdown********

Hi Eddie - I tried the plist quick-fix, and was able to work with stability, with tablet on, for a few hours this afternoon.

It's hard to compare since I can't easily go back, but I think there are slight slowdowns with certain operations. Again as I mentioned, I'm still on Mojave on this machine... so no longer a supported config, in case this might be an issue (beyond the graphics bugs.)

Thx to the team for the quick fix.

-jeremiah
Reply With Quote
  #5  
Old 07-28-2023, 07:00 PM
jeremiahmoore jeremiahmoore is offline
Member
 
Join Date: Aug 2001
Location: San Francisco
Posts: 517
Default Re: *******Temp fix for EUCON 23.6 slowdown********

...and BTW folks... I simply:
  • opened the .plist file in my favorite text editor, which happens to be BBEdit
  • added the two lines taking care to format them exactly like the other lines in the file
  • saved and rebooted.

-jeremiah
Reply With Quote
  #6  
Old 07-29-2023, 07:39 PM
thesoundguy77 thesoundguy77 is offline
Member
 
Join Date: Jan 2014
Location: Los Angeles, cA
Posts: 14
Default Re: *******Temp fix for EUCON 23.6 slowdown********

this fix worked for me too. thx!!
Reply With Quote
  #7  
Old 07-29-2023, 09:29 PM
cunninghamaudio cunninghamaudio is offline
Member
 
Join Date: Dec 2014
Location: Los Angeles
Posts: 22
Default Re: *******Temp fix for EUCON 23.6 slowdown********

I tried the temp fix as well and it had made a significant improvement. I was able to mix all day today with tablets and surfaces functioning very efficiently in a pretty large post session. 5.1 with multiple stems, verbs, large track count, etc.

Thanks for posting the fix so quickly!


Sent from my iPhone using Tapatalk
Reply With Quote
  #8  
Old 07-31-2023, 03:11 AM
jamesa5454 jamesa5454 is offline
Member
 
Join Date: May 2011
Location: Melbourne, Australia
Posts: 29
Default Re: *******Temp fix for EUCON 23.6 slowdown********

I too have had success with this temporary fix. The initial 23.6 update was frankly unusable, but after modifying the plist file I only had 1 dropout all day.
Reply With Quote
  #9  
Old 07-31-2023, 03:24 AM
Frank Kruse Frank Kruse is offline
Member
 
Join Date: Dec 2002
Location: old europe
Posts: 5,988
Default Re: *******Temp fix for EUCON 23.6 slowdown********

The tweak seems to have fixed the constant disconnects and erratic behaviour on my setup. No issues in 2 hours. Also spilling large folders is back to normal and snappy again. The latter was a 100% disconnect and app-freeze before.
__________________
PTHDn 2024.3 (OSX13.6.5), 8x8x8, MacPro 14,8, AJA LHi, SYNC HD, all genlocked via AJA GEN10, 64GB RAM, Xilica Neutrino, Meyersound Acheron
Reply With Quote
  #10  
Old 07-31-2023, 04:22 AM
uptheoctave uptheoctave is online now
Member
 
Join Date: Aug 2002
Location: UK
Posts: 719
Default Re: *******Temp fix for EUCON 23.6 slowdown********

Working for me but I've noticed I have to quit out of Avid Control on iPad (swipe up) and go back in every morning.

I didn't have to do that before but might be a coincidence?

Edit- let me correct myself.
It appears I have to restart the iPad for it to be reliable.
__________________
James Richmond
https://www.jamesrichmond.com

2019 Mac Pro, 2022 Mac Studio Ultra
Avid S6, HDX2, MTRX II, MTRX, DAD AX64, AX32, Focusrite Rednet PCIER, Trinnov MC8 Pro.
Studio: https://www.voltperoctave.com | Music: https://www.euclideancircuits.com
Latest Article: Auto-Bounce for Logic Pro

Affiliate Links:
Auto-Bounce by Tom Salta
Dreamhost Web Hosting

Last edited by uptheoctave; 08-02-2023 at 03:41 AM.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
video slowdown Bryan Cook Post - Surround - Video 11 08-07-2008 10:25 AM
Rewire and Midi slowdown craaates 003, Mbox 2, Digi 002, original Mbox, Digi 001 (Mac) 0 05-30-2007 08:30 PM
DigiTS Slowdown in PT7 Help! hitp Pro Tools TDM Systems (Mac) 1 11-21-2006 03:43 AM
Progressive slowdown markuz Pro Tools TDM Systems (Mac) 1 01-08-2001 09:58 AM
ProTools 5 slowdown Steve MacMillan Pro Tools TDM Systems (Mac) 26 02-28-2000 07:15 PM


All times are GMT -7. The time now is 06:37 AM.


Powered by: vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Limited. Forum Hosted By: URLJet.com