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

Temps missing-Theme not changing [BUG] #299

Open
IoannisTM opened this issue Mar 27, 2022 · 4 comments
Open

Temps missing-Theme not changing [BUG] #299

IoannisTM opened this issue Mar 27, 2022 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@IoannisTM
Copy link

Hello,

am trying to use btop++ but have some issues.

  • Temps not showing.
  • the weirdest one cannot make it to change theme. The colors no matter the theme I select stay the same to the default.

I also have posted another for wrong memory use statictis here (#291), not sure if it is relevant or not.

Are there any additional packages that I need to install?

Info :
btop++ version: 1.2.5
Binary: installed via brew
Architecture: Apple silicon M1 Pro
Platform: MacOS 12.3
Terminal used: iTerm2

@IoannisTM IoannisTM added the bug Something isn't working label Mar 27, 2022
@IoannisTM
Copy link
Author

regarding themes I found the issue. it was an error on my end.

Temp though is till not showing for M1 Pro macbook

@FtZPetruska
Copy link

FtZPetruska commented Apr 5, 2022

Hi,

I have the same issue where CPU temperatures are not showing on my M1 Max macbook (2021). Although they appear as expected on my 2012 Intel Macbook.

The logs seem to indicate that the call to getSensors in osx/btop_collect.cpp:250 evaluates to zero. After some digging, it seems that the temps vector is empty at the end of the function.

Logs
2022/04/05 (10:50:11) | ===> btop++ v.1.2.5
2022/04/05 (10:50:11) | DEBUG: Starting in DEBUG mode!
2022/04/05 (10:50:11) | INFO: Logger set to DEBUG
2022/04/05 (10:50:11) | DEBUG: Using locale en_CA.UTF-8
2022/04/05 (10:50:11) | INFO: Running on /dev/ttys000
2022/04/05 (10:50:11) | DEBUG: get_sensors(): show_coretemp=1 check_temp=1
2022/04/05 (10:50:11) | DEBUG: checking intel
2022/04/05 (10:50:11) | DEBUG: no intel sensors found
2022/04/05 (10:50:19) | INFO: Quitting! Runtime: 00:00:08

Info of the M1 machine:

  • btop++: 1.2.5
  • Binary: Tested with Homebrew and self-compiled on HEAD
  • Compiler: GCC-11 provided by Homebrew
  • Architecture: aarch64
  • Platform: macOS
  • OS Version: 12.3.1
  • Terminal: Apple Terminal
  • Font used: Hack Nerd Font Complete Mono

@Game-Warrior
Copy link

I also have this issue.

  • btop++ :1.2.13
  • Platform: MacOS
  • OS Version: 13.4
  • Terminal: Wezterm, Alacritty, kitty, iTerm2, Vterm, and Warpterm
  • Font used: Jetbrains Mono, Overpass Mono Nerd font
Screenshot 2023-06-04 at 11 06 23 AM

@karamanliev
Copy link

karamanliev commented Jul 21, 2023

I also have this issue on an M1 Macbook Pro

image

Here's my logfile

2023/07/21 (14:01:07) | ===> btop++ v.1.2.13
2023/07/21 (14:01:07) | INFO: Logger set to DEBUG
2023/07/21 (14:01:07) | WARNING: No UTF-8 locale detected! Some symbols might not display correctly.
2023/07/21 (14:01:07) | INFO: Running on /dev/ttys001
2023/07/21 (14:01:07) | DEBUG: get_sensors(): show_coretemp=1 check_temp=1
2023/07/21 (14:01:07) | DEBUG: checking intel
2023/07/21 (14:01:07) | DEBUG: no intel sensors found
2023/07/21 (14:01:07) | DEBUG: Loading theme file: /opt/homebrew/Cellar/btop/1.2.13/share/btop/themes/dracula.theme

Is the showing the temp supported on Apple Silicon? I've searched in the README, but it doesn't tell me anything about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants