Hi @yfhudak,
Try these steps and see if it helps:
-
Open a terminal session (type “terminal” in Spotlight search):
-
Run the following command in the terminal session (copy & paste + Enter):
killall -KILL odrive; killall -KILL FinderSyncExtension; sleep 5; cd "$HOME"; rm -r ".odrive/bin"; rm ".odrive/version"; open "/Applications/odrive.app"
This will reset the bin folder and re-run odrive. Hopefully this will clear out the issue. If it doesn’t can you try running this command next?
bindir=$(ls -d "$HOME/.odrive/bin/"*/ | tail -1); echo $bindir;"${bindir}odriveapp.app/Contents/MacOS/odrive"
This will spit out some information to the console, can you copy and paste that here?