We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Teamviewer core dump when trying to start it up
(134)(deck@steamdeck etc)$ nix-env --version nix-env (Nix) 2.7.0
(deck@steamdeck etc)$ env | grep NIX NIXPKGS_ALLOW_UNFREE=1 NIX_PROFILES=/nix/var/nix/profiles/default /home/deck/.nix-profile NIX_SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
(deck@steamdeck etc)$ nix-env -iA nixpkgs.teamviewer installing 'teamviewer-15.26.4' building '/nix/store/nsci1hpb9r1crx8a2hj3iw3ijzg9fsfa-user-environment.drv'... (deck@steamdeck etc)$ teamviewer Init... xprop: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /nix/store/0np4qysvv5v05w49bs3ii123gckd4n0b-libX11-1.7.2/lib/libX11.so.6) CheckCPU: SSE2 support: yes Checking setup... Launching TeamViewer ... Starting network process (no daemon) Network process already started (or error) Launching TeamViewer GUI ... Aborted (core dumped)
Just FYI:
(deck@steamdeck etc)$ pacman -Qi glibc | grep Version Version : 2.33-5
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
nix-shell -p nix-info --run "nix-info -m"
(1)(deck@steamdeck etc)$ nix-shell -p nix-info --run "nix-info -m" - system: `"x86_64-linux"` - host os: `Linux 5.13.0-valve10.1-1-neptune-02144-g7fffaf925dfb, SteamOS, noversion, 20220227.3` - multi-user?: `no` - sandbox: `yes` - version: `nix-env (Nix) 2.7.0` - channels(deck): `"nixpkgs"` - nixpkgs: `/home/deck/.nix-defexpr/channels/nixpkgs`
tbrowne@nd2204:~$ teamviewer Init... CheckCPU: SSE2 support: yes Checking setup... Launching TeamViewer ... Starting network process (no daemon) Network process already started (or error) Launching TeamViewer GUI ... Aborted (core dumped) tbrowne@nd2204:~$ nix-shell -p nix-info --run "nix-info -m" these 5 paths will be fetched (0.55 MiB download, 2.68 MiB unpacked): /nix/store/7j34mspj2frysf64igawwai4lbpsi9wq-bash-interactive-5.1-p16-info /nix/store/cj898w82i3kbd2k8djs5ziyzlgpnvrdb-bash-interactive-5.1-p16-man /nix/store/jx971k1cp21nfb842jwy4camssl3k6l6-nix-info /nix/store/rpd8ps4hv6q9vdj4w0p4v9nhiva63vp5-bash-interactive-5.1-p16-doc /nix/store/vkv057i6d4h2sw3ym8m76j193d54vi5d-bash-interactive-5.1-p16-dev copying path '/nix/store/rpd8ps4hv6q9vdj4w0p4v9nhiva63vp5-bash-interactive-5.1-p16-doc' from 'https://cache.nixos.org'... copying path '/nix/store/vkv057i6d4h2sw3ym8m76j193d54vi5d-bash-interactive-5.1-p16-dev' from 'https://cache.nixos.org'... copying path '/nix/store/7j34mspj2frysf64igawwai4lbpsi9wq-bash-interactive-5.1-p16-info' from 'https://cache.nixos.org'... copying path '/nix/store/cj898w82i3kbd2k8djs5ziyzlgpnvrdb-bash-interactive-5.1-p16-man' from 'https://cache.nixos.org'... copying path '/nix/store/jx971k1cp21nfb842jwy4camssl3k6l6-nix-info' from 'https://cache.nixos.org'... - system: `"x86_64-linux"` - host os: `Linux 5.15.0-25-generic, Ubuntu, 22.04 (Jammy Jellyfish), nobuild` - multi-user?: `no` - sandbox: `yes` - version: `nix-env (Nix) 2.7.0` - channels(tbrowne): `"nixpkgs"` - nixpkgs: `/home/tbrowne/.nix-defexpr/channels/nixpkgs`
The text was updated successfully, but these errors were encountered:
Closing my own issue as I can see already discussed: #151784
Sorry, something went wrong.
Segfault seems distinct from #151784 . Reopening.
No branches or pull requests
Issue description
Teamviewer core dump when trying to start it up
Steps to reproduce
Just FYI:
Technical details
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.EDIT: same problem on Ubuntu 22.04
The text was updated successfully, but these errors were encountered: