Score:0

Zoom won't launch on Ubuntu 20.04

aw flag

Yesterday I installed Zoom on my laptop and worked perfectly. Today, when I wanted to launch it again, it doesn't launch. I installed it using this command:

sudo apt install ./zoom_amd64.deb

and it was installed without errors. I tried reinstalling it and nothing. Here is a log file: https://drive.google.com/file/d/1Ri6oWeJJLdGPOVbWVQgCqOlFZaP4VmCM/view?usp=sharing

Can someone help?

UPDATE: I tried launching Zoom from terminal and it didn't work. However, when I switched to root and tried launching it again, Zoom launched but I can't do anything.

Tanvir avatar
cn flag
Do you get any error when you run Zoom from terminal?
AlexandruWorld avatar
aw flag
Now when i run from terminal on non-root i get this:Testing for explicit PulseAudio choice... ...and PulseAudio has been explicitly chosen, so using it.
AlexandruWorld avatar
aw flag
When run on root iget this:mkdir: cannot create directory '/run/user/0': Permission denied realpath: '': No such file or directory realpath: '': No such file or directory realpath: '': No such file or directory realpath: '': No such file or directory realpath: '': No such file or directory realpath: '': No such file or directory realpath: '': No such file or directory realpath: '': No such file or directory Testing for explicit PulseAudio choice... ...and PulseAudio has been explicitly chosen, so using it. No protocol specified xrdb: Permission denied xrdb: Can't open display ':0'
Tanvir avatar
cn flag
Have a look at this [answer](https://superuser.com/questions/1580376/zoom-and-pulseaudio-audio-distortion-on-audio-run-through-zoom-combine)
AlexandruWorld avatar
aw flag
Nothing changed
AlexandruWorld avatar
aw flag
Apparently the problem have been solved. Randomly Live Patch pop up with an error like"machine id can'r enable" and i searched it o internet and solved the problem and then zoom was launching normaly.Also thank you very much for to trying resolve it, I appreciate!
epiliam avatar
cn flag
Hi @AlexandruWorld I am having the exact same problems with zoom. When installing the zoom-client with snap I try to run it and get: "Testing for explicit PulseAudio choice... ...and PulseAudio has been explicitly chosen, so using it" and it doesn't launch. When installing from the .deb file pulled from the zoom website in simply won't launch. However, I don't exactly understand how you solved it. Could you clarify?
Score:1
sz flag

You can try uninstalling Zoom that was installed from the .deb package and install a snap one:

sudo snap install zoom-client
AlexandruWorld avatar
aw flag
I did all you said an the results after using the command is error: snap "zoom-client" is not installed
ConMan77 avatar
sz flag
can you share your system specification ?
AlexandruWorld avatar
aw flag
Processor:Intel Celeron 2.4 GHz ,Intel® HD Graphics 500,4 GB RAM,500 GB SSD
ConMan77 avatar
sz flag
I have edited the command. Can you try again ?
AlexandruWorld avatar
aw flag
Yes,downloading rn
AlexandruWorld avatar
aw flag
Now it has installed
ConMan77 avatar
sz flag
Is that working?
AlexandruWorld avatar
aw flag
No is not working
ConMan77 avatar
sz flag
what gpu driver are you using?
AlexandruWorld avatar
aw flag
I use Intel Graphics
Score:0
kp flag

I found a possible solution to maybe not this problem, but after much research I need to share:

Step 1: Find missing packages, in terminal type: (I think you have to have tried to launch zoom from terminal to get this)

ldd /opt/zoom/libdvf.so | grep "not found"

This was my output:

        libxcb-icccm.so.4 => not found
        libxcb-render-util.so.0 => not found

Step 2: Install missing packages, in terminal:

In my case

sudo apt install libxcb-icccm4 libxcb-render-util0

Step 3: Profit (It works!)

Score:0
fr flag

Nothing happened when zoom was launched from the GUI, when run from the cli it showed the message Testing for explicit PulseAudio choice... ...and PulseAudio has been explicitly chosen Reinstalling the .deb package or using snap did not solve the problem.

Launched pulseaudio:

$ pulseaudio

There was a message in the pulseaudio log: main.c: An error occurred while executing pa_pid_file_create(), which led me to check the alsamixer utility.

Launched alsamixer

$ alsamixer

The alsamixer interface showed that everything was muted (MM). After alsamixer was reconfigured, zoom started.

I hope this solves someone's problem and saves a lot of time.

Score:0
aw flag

Open Software & Updates, go on Livepatch and if you enable it and get errors like Failed to read Machine ID or this machine ID is already enabled with a different key or is non-unique this is why zoom doesn't launch.

  • For Failed to read Machine ID you can try the solution found here:

    sudo touch /etc/machine-id
    sudo systemd-machine-id-setup
    cat /etc/machine-id
    
  • For this machine ID is already enabled with a different key or is non-unique check this question: Problem trying to use Livepatch

Hope this helps!

Quinten Cabo avatar
cn flag
I get livepatch is not available for this release
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.