Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No GUI and no tray icon #95

Open
sammichaels opened this issue Nov 16, 2020 · 4 comments
Open

No GUI and no tray icon #95

sammichaels opened this issue Nov 16, 2020 · 4 comments
Labels
risk Something looks not good

Comments

@sammichaels
Copy link

When starting the app, there is no GUI and no tray icon on both my iMac and MacBook Pro. The widgets are responding and the app is in the process list, but nothing else. It was working in the task tray except for sustained 4% CPU at all times so I unchecked the two top activities options and restarted. When it came back, it was at just under 200% CPU. Killed the process and now this problem. I've deleted the preferences plist item and that did not fix it.

This is the debug output (after the last line it just repeats the shell commands):

⚙️ loaded data from user defaults preference {
  "showCPUTopActivities" : false,
  "showNetworkTopActivities" : false,
  "networkRefreshRate" : 5,
  "language" : "en",
  "textDisplay" : "compact",
  "showIcon" : true,
  "fontDesign" : "default",
  "temperatureUnit" : "fahrenheit",
  "smcRefreshRate" : 5
}
🔋 battery info 100 100 0 33 false false good acPower 
🔋 battery info 100 100 0 33 false false good acPower 
⚙️ loaded data from user defaults components {
  "activeComponents" : [
    "CPU",
    "Fan",
    "Memory",
    "Network"
  ],
  "showComponents" : false,
  "availableComponents" : [
    "Disk"
  ]
}
shell with ["route get 0.0.0.0 | grep interface | awk \'{print $2}\'"] 
shell with ["netstat -bI en1"] 
🔋 battery info 100 100 0 35 false false good acPower 
shell with ["diskutil apfs list -plist"] 
shell with ["route get 0.0.0.0 | grep interface | awk \'{print $2}\'"] 
shell with ["netstat -bI en1"] 
✅ status item is visible

I am on Big Sur 11.0.1 and eul 1.4.3.

@gao-sun
Copy link
Owner

gao-sun commented Nov 18, 2020

this is an issue. will take a look soon

@gao-sun gao-sun added the risk Something looks not good label Nov 18, 2020
@sammichaels
Copy link
Author

To follow up, the iMac I was testing this on crashed overnight (no kernel panic log, no nothing...log just simply stopped and the machine was powered off in the morning) and was ignoring input after booting up. After I finally got it working, eul was visible in the task bar again. There was a message from Big Sur relating to the size of eul in the task bar, but I had accidentally dismissed it before I could get a screenshot or really read what it said.

I'm reaching here, but perhaps eul was somehow hanging on talking to malfunctioning SMC. I didn't explicitly reset the SMC (other than unplugging after a few tries), but the symptoms of the iMac mysteriously powering off with no traces of panics or errors and then not accepting input after bootup points to the controller being unhappy. Rebooting didn't help the eul problem, but unplugging the power may have done something SMC related and resolved the eul issue.

If you need any specific debugging or info I'd be glad to provide it, but I've been unable to replicate the problem after a cold boot.

@gao-sun
Copy link
Owner

gao-sun commented Nov 19, 2020

thanks for your elaboration. from your text I guess it may have some issue with SMC/battery-related calls. would you mind to open ~/Library/Logs/DiagnosticReports/ and upload suspicious files here?

@mishanya14228
Copy link

mishanya14228 commented Jan 21, 2021

I've experienced something like this after os restart. There were no tray icon or app interface. I resolved the issue doing Preferences -> Displays -> Resolution -> Scaled -> toggle any resolution and then toggle it back. Tray icon appeared and I could open the app. Probably an issue with OS

P.S. switching virtual desktops also helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
risk Something looks not good
Projects
None yet
Development

No branches or pull requests

3 participants