Logi Options Plus (Beta) crash on my M1 Mac
Hi Logitech, I would like to report an issue with the Logi Options Plus (Beta) - the issue is that everytime the laptop wakes up from sleep the logi options process have crashed, and I need to find the process and kill it manually in order to un-stuck the driver with the following script:
function fixmouse {
pid=$(ps -ef | grep /LogiOptionsPlus/logioptionsplusagent.app/Contents/MacOS/logioptionsplusagent | awk 'NR==1 {print $2}')
if [ -z "$pid" ]; then
echo "No process ID found."
return
fi
sudo kill -9 $pid
echo "Killed process with PID: $pid"
}
When the driver is stuck, the logi options app is able to open but it's stuck on the spinning loader. If I use the script above it gets fixed and my mouse starts working again.
Note that when the driver crashes, I'm still able to use the mouse but only the left and right mouse buttons.
Please let me know if I can help any further with driver reports or something else in order to track down why this happens and resolve it.
Also, I would like to ask when is expected to have an ARM64 native driver app?
I'm using MacBook Pro M1 (2020)
Regards,
Stanislav Dabov