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

zoom-us fails to start #94958

Closed
samuela opened this issue Aug 8, 2020 · 9 comments
Closed

zoom-us fails to start #94958

samuela opened this issue Aug 8, 2020 · 9 comments
Labels
0.kind: bug 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md 6.topic: non-nixos

Comments

@samuela
Copy link
Member

samuela commented Aug 8, 2020

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Run Ubuntu 20.04
  2. Use home-manager to install pkgs.zoom-us
❯ zoom-us
ZoomLauncher started.
cmd line: 
CreateReportChannel bp_server_fd=4
$HOME = /home/skainswo 
Can't load/home/skainswo/.config/zoomus.conf
export SSB_HOME=/home/skainswo/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/nix/store/74ji3kkar98bpn386hds7yaarcpp69d3-zoom-us-5.1.422789.0705/share/zoom-us; export BREAKPAD_CLIENT_FD=3; /nix/store/74ji3kkar98bpn386hds7yaarcpp69d3-zoom-us-5.1.422789.0705/share/zoom-us/zoom "" 
zoom started.
Client: Breakpad is using Client-Server Mode! client fd = 3
[CZPClientLogMgr::LogClientEnvironment] [MacAddr: 1C:6F:65:30:25:46][client: Linux][OS: Ubuntu 20.04.1 LTS][Hardware: CPU Core:4 Frenquency:2.8 G Memory size:11978MB CPU Brand:Intel(R) Core(TM) i7 CPU         930  @ 2.80GHz GPU Brand:][Req ID: ]
Linux Client Version is 5.1.422789.0705
QSG_RENDER_LOOP is 
XDG_CURRENT_DESKTOP = ubuntu:GNOME;   GDMSESSION = ubuntu
Graphics Card Info:: 03:00.0 VGA compatible controller: NVIDIA Corporation GP106 [GeForce GTX 1060 6GB Rev. 2] (rev a1)
Zoom package arch is 64bit, runing OS arch is x86_64
AppIconMgr::systemDesktopName log Desktop Name: ubuntu 
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
Could not initialize GLX
ZoomLauncher: new dump generated from pid 29520, path: /home/skainswo/.zoom/logs/2629ad45-07ca-4c74-7ffa99a0-b4b529da.dmp
$HOME = /home/skainswo 
Aborted (core dumped)
success to create child process,status is 34304.
zoom exited normally.
Something went wrong while running zoom,exit code is 134.
ZoomLauncher exit.

Expected behavior
Zoom to work.

Screenshots
n/a

Additional context
I'm running with a GTX 1060 graphics card.

Notify maintainers

@danbst @tadfisher @doronbehar

Metadata
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

 - system: `"x86_64-linux"`
 - host os: `Linux 5.4.0-42-generic, Ubuntu, 20.04.1 LTS (Focal Fossa)`
 - multi-user?: `no`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.3.7`
 - channels(skainswo): `"nixpkgs-20.09pre237352.8d57f75f7a1, home-manager"`
 - nixpkgs: `/home/skainswo/.nix-defexpr/channels/nixpkgs`

Maintainer information:

# a list of nixpkgs attributes affected by the problem
attribute:
# a list of nixos modules affected by the problem
module:
@samuela
Copy link
Member Author

samuela commented Aug 8, 2020

Update: after a quick nix-channel --update and home-manager switch, and now when I launch zoom simply nothing happens:

~/dev 
❯ zoom-us

~/dev 
❯ echo $?   
0

~/dev 
❯ 

But there's no window that opens, no new app in the tray, nothing as far as I can tell... Same story with the zoom executable.

@doronbehar
Copy link
Contributor

Try update your system and reboot it along with your user channels. Also, there should be logs somewhere at ~/.local/share or ~/.cache . I once experienced such issue and it was due to the system fonts not activated after system update.

@doronbehar
Copy link
Contributor

@samuela there are logs found at: ~/.zoom/logs. Could you paste the content of the files there so I could try to help you?

@stale
Copy link

stale bot commented Feb 13, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Feb 13, 2021
@samuela
Copy link
Member Author

samuela commented May 15, 2021

bump, still an issue for me!

@arathunku
Copy link
Contributor

arathunku commented Nov 1, 2021

This issue and logs look very similar to #82959

(I've the same issue)

@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Nov 1, 2021
@stale
Copy link

stale bot commented Apr 30, 2022

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Apr 30, 2022
@SebTM
Copy link
Contributor

SebTM commented Feb 13, 2023

Closed due to duplicate and stale ✌🏻 (please reopen if not)

@SebTM SebTM closed this as completed Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md 6.topic: non-nixos
Projects
None yet
Development

No branches or pull requests

5 participants