Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Can't Open Steam in 16.04

  1. #1
    Join Date
    Feb 2016
    Beans
    12

    Can't Open Steam in 16.04

    Hi All,

    I did a fresh install on 16.04. I ran the "sudo apt-get install steam" command and successfully installed steam. However, every time I double click the steam icon, the steam icon will show up on the sidebar then promptly close. I can't get it to run and show the login screen.

    I un-installed the files already and purged the file locations then reinstalled, but am still having issues. Anyone else run into this problem or know how to solve it?

    Thanks.

  2. #2
    Join Date
    Jun 2007
    Beans
    14,793

    Re: Can't Open Steam in 16.04

    Try running it from the terminal to get a more specific error message. Just starting it from the GUI and saying it won't run doesn't give you/us a lot of clues to go on.

  3. #3
    Join Date
    Oct 2007
    Beans
    148

    Re: Can't Open Steam in 16.04

    I take a guess and suppose you have an AMD GPU in your system?

  4. #4
    Join Date
    May 2015
    Beans
    6

    Re: Can't Open Steam in 16.04

    Did you try rebooting prior to running the application?
    I've encountered this error on 16.04 and sometimes a simple post-install reboot seems to do the trick.

    If that doesn't work, check logs/run from terminal to get more robust output

  5. #5
    Join Date
    Oct 2007
    Beans
    148

    Re: Can't Open Steam in 16.04

    Just in case you do have an AMD GPU:
    It's a known issue with the open-source drivers (which are now used by default since fglrx is not supported in 16.04) and Steam.
    Not sure who's to blame here, but there are various solutions to the problem available.

    I'm starting Steam on my machine via (either in the console or by creating a custom launcher):
    Code:
    LD_PRELOAD='/usr/$LIB/libstdc++.so.6' DISPLAY=:0 steam
    There might be better solutions, but this at least starts Steam for me.

  6. #6
    Join Date
    Feb 2016
    Beans
    12

    Re: Can't Open Steam in 16.04

    Quote Originally Posted by El Zoido View Post
    I take a guess and suppose you have an AMD GPU in your system?
    I do, yes.

    I'm having trouble running certain applications in virtual box too. Could this be related?
    Last edited by cheese3; April 29th, 2016 at 12:55 AM.

  7. #7
    Join Date
    Feb 2016
    Beans
    12

    Re: Can't Open Steam in 16.04

    Quote Originally Posted by Temüjin View Post
    Try running it from the terminal to get a more specific error message. Just starting it from the GUI and saying it won't run doesn't give you/us a lot of clues to go on.
    Sorry. Here is what happens when I enter "steam"

    ~$ steam
    Running Steam on ubuntu 16.04 64-bit
    STEAM_RUNTIME is enabled automatically
    Installing breakpad exception handler for appid(steam)/version(0)
    libGL error: unable to load driver: radeonsi_dri.so
    libGL error: driver pointer missing
    libGL error: failed to load driver: radeonsi
    libGL error: unable to load driver: swrast_dri.so
    libGL error: failed to load driver: swrast

  8. #8
    Join Date
    Feb 2016
    Beans
    12

    Re: Can't Open Steam in 16.04

    Quote Originally Posted by cubenerd View Post
    Did you try rebooting prior to running the application?
    I've encountered this error on 16.04 and sometimes a simple post-install reboot seems to do the trick.

    If that doesn't work, check logs/run from terminal to get more robust output
    I did. Sorry for lack of details. I didn't know what to originally enter in my submission.

    Here is the output when I enter "steam" in the terminal.

    ~$ steam
    Running Steam on ubuntu 16.04 64-bit
    STEAM_RUNTIME is enabled automatically
    Installing breakpad exception handler for appid(steam)/version(0)
    libGL error: unable to load driver: radeonsi_dri.so
    libGL error: driver pointer missing
    libGL error: failed to load driver: radeonsi
    libGL error: unable to load driver: swrast_dri.so
    libGL error: failed to load driver: swrast

  9. #9
    Join Date
    Feb 2016
    Beans
    12

    Re: Can't Open Steam in 16.04

    Quote Originally Posted by El Zoido View Post
    Just in case you do have an AMD GPU:
    It's a known issue with the open-source drivers (which are now used by default since fglrx is not supported in 16.04) and Steam.
    Not sure who's to blame here, but there are various solutions to the problem available.

    I'm starting Steam on my machine via (either in the console or by creating a custom launcher):
    Code:
    LD_PRELOAD='/usr/$LIB/libstdc++.so.6' DISPLAY=:0 steam
    There might be better solutions, but this at least starts Steam for me.
    It worked, thanks! Is there a new AMD driver I need to install for my radeon GPU?

  10. #10
    Join Date
    Oct 2007
    Beans
    148

    Re: Can't Open Steam in 16.04

    Quote Originally Posted by cheese3 View Post
    It worked, thanks! Is there a new AMD driver I need to install for my radeon GPU?
    No, not really. I think that the problem has to be fixed by Steam, but they probably would say it's Ubuntu's problem.
    That's usually how those things go

    Anyway, I'm not even entirely sure what's causing the problem exactly, I just copied the solution from elsewhere. Apparently some libraries are not fully compatible or not loaded correctly when starting Steam using the open source drivers.

Page 1 of 2 12 LastLast

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
  •