Results 1 to 8 of 8

Thread: Steam not running or opening on Ubuntu 18.04

  1. #1
    Join Date
    Jun 2018
    Beans
    1

    Steam not running or opening on Ubuntu 18.04

    So I went to the steam website and hit "Download", downloaded the .deb file, and used the command
    Code:
    steam
    and what I get is
    Code:
    Repairing installation, linking /home/seeker/.steam/steam to /home/seeker/.local/share/Steam
    Running Steam on ubuntu 18.04 64-bit
    STEAM_RUNTIME is enabled automatically
    Installing breakpad exception handler for appid(steam)/version(0)
    /home/seeker/.local/share/Steam/ubuntu12_32/steam: symbol lookup error: /usr/lib/i386-linux-gnu/libxcb-dri3.so.0: undefined symbol: xcb_send_request_with_fds
    /home/seeker/.local/share/Steam/steam.sh: line 444: no match: ssfn*
    Another issue is when I click on the Steam logo on my desktop literally nothing happens. There's no popup or anything. I've browsed post after post on steam not working for people and tried all the methods that helped other people yet nothing worked for me. So I'm kinda at a loss.

  2. #2
    Join Date
    Jul 2018
    Beans
    2

    Re: Steam not running or opening on Ubuntu 18.04

    You are missing a dependency.
    https://packages.ubuntu.com/bionic/libxcb-dri3-0

    Try to remove your deb version and install steam from a mirror:

    apt install steam

    Thats how it worked for me

  3. #3
    Join Date
    Apr 2008
    Location
    Norwich CT
    Beans
    2,659
    Distro
    Ubuntu Mate

    Re: Steam not running or opening on Ubuntu 18.04

    The ONLY way to install Steam is to download it from the repositories. It will automatically pull in all the dependencies, and you should be set to go. You need to put 'sudo' before the installation, thus:

    Code:
    sudo apt install steam

    I drink my Ubuntu black, no sugar.
    Ubuntu user 28819

  4. #4
    Join Date
    Sep 2008
    Location
    Melbourne, Australia
    Beans
    67
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Steam not running or opening on Ubuntu 18.04

    I did install from the repos (in a fresh install of 18.04) and today Steam won’t start. libxcb-dri3-0 is present under the ~/.steam/ubuntu12_32 folder.

    Code:
    steam
    Running Steam on ubuntu 18.04 64-bit
    STEAM_RUNTIME is enabled automatically
    Pins up-to-date!
    Code:
    cd ~
    .steam/ubuntu12_32/steam
    (no output)
    Last edited by seanos; July 17th, 2018 at 07:47 AM.

  5. #5
    Join Date
    Apr 2008
    Location
    Norwich CT
    Beans
    2,659
    Distro
    Ubuntu Mate

    Re: Steam not running or opening on Ubuntu 18.04

    Try this:
    Code:
    sudo apt purge steam && sudo apt install steam
    It might work, of course, sometimes the magic works, and sometimes the magic doesn't work.

    I drink my Ubuntu black, no sugar.
    Ubuntu user 28819

  6. #6
    Join Date
    May 2005
    Beans
    6

    Re: Steam not running or opening on Ubuntu 18.04

    Steam is not working for me either on ubuntu 18.04. Launching steam from the command line reveals that it's missing the following 32 bit libraries:
    STEAM_RUNTIME is enabled automatically
    Pins up-to-date!
    Error: You are missing the following 32-bit libraries, and Steam may not run:
    libva.so.1
    libva.so.1
    libva-x11.so.1

    It appears that 32 bit libraries for libva do not exist on ubuntu 18. Is there any way to get these?

  7. #7
    Join Date
    Jul 2018
    Beans
    17

    Re: Steam not running or opening on Ubuntu 18.04

    Same Steam not working on my Xubuntu 18.04, it just act like nothing is happening

  8. #8
    Join Date
    Apr 2008
    Location
    Norwich CT
    Beans
    2,659
    Distro
    Ubuntu Mate

    Re: Steam not running or opening on Ubuntu 18.04

    Interesting. I have only installed from the repos, and all the dependencies were automagically installed with it.

    Those missing libraries are installed thus:
    Code:
    sudo apt install libva-drm2 libva-x11-2
    There aren't any .so libraries in the repos. Look for the lib* files, BTW.

    That should set you up. I don't know why they didn't install when Steam was installed.

    I drink my Ubuntu black, no sugar.
    Ubuntu user 28819

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •