Hi When I start Roon in My Mac Book Pro, I got a message–––"""Fatal "Error"" ""Could not create required lock file, and my app does not start"" I tested in my I Mac, and does not happen, but I only use it My Mac Book Pro. May you help me to solve this issue??? Thanks in advance
Regards Fernando Gerala
Describe your network setup
My home network is ok, and very fast, I can run Qobuz, and Tidal, but I prefer Roon
Open Activity Monitor and see if there are Roon-related processes still following. If so, what happens if you terminate them? Does Roon launch properly on the next attempt?
Navigate to your Mac’s .tmp folder (Go → /tmp) and clear any .lck file associated with Roon
Now open RoonServer and Roon again.
If that doesn’t work, try this:
Please open the Terminal app on this Mac and enter the following:
cd /tmp
Hit enter.
sudo chown $(whoami) /tmp
Hit enter.
You may be asked to enter your Mac user credentials.
Open Activity Monitor and see if there are Roon-related processes still following. If so, what happens if you terminate them? Does Roon launch properly on the next attempt? DOES NOT WORK
Navigate to your Mac’s .tmp folder (Go → /tmp) and clear any .lck file associated with Roon. DOES NOT WORK
My Mac did not find those folders, even in the libraries
• cd /tmp
Hit enter.
Also nothing happens
I tried
•
sudo chown $(whoami) /tmp
Hit enter.
Ans I got this
Last login: Fri Dec 20 18:49:40 on ttys000
fernando@Fernandos-MacBook-Pro ~ % sudo chown $(whoami) /tmp
Password:fernando@Fernandos-MacBook-Pro ~ %