3

Whenever I click on the steam icon, nothing happens, all I get when running it in terminal is:

loger42@loger42-desktop:~$ steam
Running Steam on ubuntu 15.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0_client)

I had a problem previously with this related to graphics drivers, so I updated my graphics card drivers, and now this is all that I see in the terminal when I run steam. Before I installed the new drivers, the only other thing that appeared in the terminal was about missing drivers, such as nouveau and swrast.

I am running Ubuntu 15.04 64-bit

My hardware specs are:

  • AMD 3.4Ghz processor

  • NVIDIA GeForce 8400GS graphics card

  • ASUS M5A97 LE R2.0 motherboard

  • 4GB Dualstick memory

  • 1TB WD Blue hard disk (Windows installation)

  • 160GB (unkown brand) hard disk (Ubuntu installation)

  • ATX power source

Byte Commander
  • 107,489
Loger42
  • 51
  • 3
  • Can you post which graphics card driver you're using? See this answer for how-to. – sbolel Apr 29 '15 at 21:18
  • When I use the lshw -c video command, I get this: configuration: driver=nvidia latency=0 – Loger42 Apr 29 '15 at 21:25
  • 1
    Have you try to install ia-32libs? sudo apt-get install ia32-libs . Steam needs a lot of 32 bits libraries according to this: http://askubuntu.com/questions/213864/installing-breakpad-exception-handler-for-appidsteam-while-trying-to-run-ste – Daniel Semblano Apr 29 '15 at 21:33
  • Reading package lists... Done Building dependency tree
    Reading state information... Done Package ia32-libs is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: lib32z1 lib32ncurses5

    E: Package 'ia32-libs' has no installation candidate <-------------- is what I get from that command

    – Loger42 Apr 29 '15 at 21:35
  • Yeah, try what @DanielSemblano suggested, and also, take a look at this answer. Is there anything else after the line Installing breakpad...? – sbolel Apr 29 '15 at 21:36
  • There is nothing after the line about installing breakpad – Loger42 Apr 29 '15 at 21:39
  • Oh, it works now. Have no idea what I did, but it works now – Loger42 Apr 29 '15 at 21:41

1 Answers1

2

Well, I used

sudo apt-get install ia32-libs

and it didn't seem to work, but when I ran steam, it started up. I have no idea how trying to install a package that it said didn't exist worked, but apparently it does.

Loger42
  • 51
  • 3