platinum-md icon indicating copy to clipboard operation
platinum-md copied to clipboard

Troubleshooter checks only x86 homebrew location

Open SMillerDev opened this issue 3 years ago • 6 comments

Seeing the discussion https://github.com/Homebrew/discussions/discussions/664#discussioncomment-1699942, this app only checks /usr/local/bin/brew which means users ca very well have brew installed but the troubleshooting will not pick it up.

Running which brew would be a much better option or alternatively at least checking /opt/homebrew/bin/brew

SMillerDev avatar Nov 25 '21 12:11 SMillerDev

It looks like they do use which brew:

https://github.com/gavinbenda/platinum-md/blob/e12bd4fce080909edc34fbe9c4b8d18efe457902/src/renderer/components/LandingPage.vue#L424-L425

The issue is that /opt/homebrew/bin is not in PATH when that's done.

carlocab avatar Nov 25 '21 12:11 carlocab

but how to fix?

DaveFlashNL avatar Nov 25 '21 12:11 DaveFlashNL

but how to fix?

https://github.com/Homebrew/discussions/discussions/664#discussioncomment-1700167

carlocab avatar Nov 25 '21 12:11 carlocab

https://github.com/Homebrew/discussions/discussions/664#discussioncomment-1701022

but it's also basically stuck on negotiating with device: Schermafbeelding 2021-11-25 om 15 29 04

in the debugger it seems it can't really connect past the initial device handshake? is maybe a good word...

Schermafbeelding 2021-11-25 om 16 13 04

so what else to do now?

DaveFlashNL avatar Nov 25 '21 15:11 DaveFlashNL

Can you view the himd device in finder?

deenine avatar Nov 26 '21 09:11 deenine

Can you view the himd device in finder?

yes, it shows up in finder just fine, also in windows 11 vm too, which is were I've been using the terrible sonic stage Sony application to put music on the blanks

DaveFlashNL avatar Nov 26 '21 10:11 DaveFlashNL