bitgapp / eqMac

macOS System-wide Audio Equalizer & Volume Mixer 🎧
https://eqmac.app
Apache License 2.0
5.52k stars 328 forks source link

Bug: eqMac has disappeared from the Menu Bar, with no way to open the app at all #899

Closed daveidivide closed 5 months ago

daveidivide commented 5 months ago

Disclaimer:

Describe the bug I am finding since the latest Mac OS release, the eqMac item no longer appears in the menu bar at the top. I have always had it in the mode that eqMac only appears in the Menu Bar.

Because of this, I can no longer access eqMac.

Things I have tried:

I would happily run the app as an item in my dock at the bottom of the screen, but I cannot even open the app to change this setting.

declark commented 5 months ago

I'm having the same issue. I tried similar steps to resolve the issue.

nodeful commented 5 months ago

Can you open eqMac if you Cmd + Space and search for eqMac.app Or open it from the Applications directory and then go to Settings and tell me which Icon Placement is set:

image

It should be either Both or Status Item for the icon to appear on the top bar

declark commented 5 months ago

@nodeful it won't open at all. It was set to "Status Bar" previously.

nodeful commented 5 months ago

Do you have any crash reports related to eqMac or CoreAudio in Console.app? (under Crash Reports tab)

nodeful commented 5 months ago

Also what if you use Exposé (like the 4 finger up motion on the trackpad or the Function button (for me it's F3)) do you see the window appear?

daveidivide commented 5 months ago

Using 4 finger thing: image

I can see that eqMac is running through activity monitor image

How do I find these crash reports? Sorry not sure where you mean.

Thanks for helping!

daveidivide commented 5 months ago

Just found the crash reports...

Nothing I'm afraid.

I closed eqMac via Activity Monitor and restarted too.

image

I think the app is running fine. I just have no way to actually interact with it

declark commented 5 months ago

Nothing in the crash reports for me.

nodeful commented 5 months ago

And the Audio Output device is set to the driver or not?

daveidivide commented 5 months ago

Do you mean this?

image

I think that used to have eqMac as an option, but can't say 100%.

nodeful commented 5 months ago

So something is blocking eqMac from accessing internet I think, even though it should not be a requirement to have internet, but just to check: Visit this page in the browser: https://ui.eqmac.app/v5/success.html Also try to run this command in Terminal.app: ping ui.eqmac.app

nodeful commented 5 months ago

By any chance you guys have some Firewall settings or VPNs running?

daveidivide commented 5 months ago

I do sometimes have to a run a VPN for work stuff, but it has never been an issue before.

Just hit that URL and works fine (VPN is off right now, and has been all day)

image

Pinging fine too image

nodeful commented 5 months ago

Also can you Sample eqMac process and send me the report as a file:

image
daveidivide commented 5 months ago

Here you go mate:

Sample of eqMac.txt

nodeful commented 5 months ago

Ok for now I have no ideas what is going on, as if it just ignores the code I wrote. Gotta love computers

daveidivide commented 5 months ago

All good mate, appreciate your time looking into it and providing this open source!

I also just ran sudo killall coreaudiod to see if that did anything, but it did not.

HudsonGraeme commented 5 months ago

I'm able to workaround by killing the task and re-opening via terminal;

/Applications/eqMac.app/Contents/MacOS/eqMac

daveidivide commented 5 months ago

@HudsonGraeme could you let me know exactly how I start it via terminal?

HudsonGraeme commented 5 months ago

@HudsonGraeme could you let me know exactly how I start it via terminal?

Yes, in terminal the command should just be /Applications/eqMac.app/Contents/MacOS/eqMac

nodeful commented 5 months ago

I think I know what is happening, but not sure why. Basically the app is trying to show you an update prompt but fails to show the prompt window. Please just download the update here and install: https://github.com/bitgapp/eqMac/releases/tag/v1.8.4

This should resolve your issue

daveidivide commented 5 months ago

@nodeful it worked!!!

You legend!

Thanks so much :)

image

declark commented 5 months ago

Worked for me too! Thanks @nodeful