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

Thread: Steam won't start on Ubuntu 14.04.1

  1. #1
    Join Date
    Aug 2013
    Beans
    Hidden!

    Steam won't start on Ubuntu 14.04.1

    When I click on the icon from the Launcher, nothing happens. When I enter 'steam' in Terminal, I get this:

    Code:
    steam
    Running Steam on ubuntu 14.04 64-bit
    STEAM_RUNTIME is enabled automatically
    Installing breakpad exception handler for appid(steam)/version(0_client)
    Uploading dump (out-of-process) [proxy '']
    /tmp/dumps/crash_20140829154109_1.dmp
    Finished uploading minidump (out-of-process): success = no
    error: libcurl.so: cannot open shared object file: No such file or directory
    /home/stefan/.local/share/Steam/steam.sh: line 730:  6206 Segmentation fault      (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
    mv: cannot stat ‘/home/stefan/.steam/registry.vdf’: No such file or directory
    Installing bootstrap /home/stefan/.local/share/Steam/bootstrap.tar.xz
    Reset complete!
    Restarting Steam by request...
    Running Steam on ubuntu 14.04 64-bit
    STEAM_RUNTIME has been set by the user to: /home/stefan/.local/share/Steam/ubuntu12_32/steam-runtime
    Installing breakpad exception handler for appid(steam)/version(0_client)
    Uploading dump (out-of-process) [proxy '']
    /tmp/dumps/crash_20140829154110_1.dmp
    Finished uploading minidump (out-of-process): success = no
    error: libcurl.so: cannot open shared object file: No such file or directory
    /home/stefan/.local/share/Steam/steam.sh: line 730:  6332 Segmentation fault      (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
    What to do? I installed Steam from the Ubuntu Software Center.
    Last edited by stefanmarkic; August 29th, 2014 at 02:52 PM.

  2. #2
    Join Date
    May 2014
    Location
    France
    Beans
    9
    Distro
    Ubuntu 15.04 Vivid Vervet

    Re: Steam won't start on Ubuntu 14.04.1

    Hi!

    You want ia32-libs i think.

    sudo apt-get install ia32-libs
    Last edited by belarrius; August 29th, 2014 at 11:16 PM.

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

    Re: Steam won't start on Ubuntu 14.04.1

    14.04 no longer has ia32-libs. 32-bit libraries are still available, so, according to the message you got, try
    Code:
    sudo apt-get install libcurl:i386
    If you're running any 32-bit program, and you get a missing library error, remember the name of the library (without the .so suffix) and place a :i386 after the library name, as I show above.

    If it worked, please post here. If it didn't, by all means post here.

    This is nowhere as simple as installing the old ia32-libs, but it's what you have to do to run 32-bit programs which complain of missing libraries

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

  4. #4
    Join Date
    Feb 2009
    Location
    Slovenija
    Beans
    Hidden!

    Re: Steam won't start on Ubuntu 14.04.1

    Try installing from http://store.steampowered.com/about/ and it might fix missing dependencies itself.

  5. #5
    Join Date
    Aug 2013
    Beans
    Hidden!

    Re: Steam won't start on Ubuntu 14.04.1

    Quote Originally Posted by oldrocker99 View Post
    14.04 no longer has ia32-libs. 32-bit libraries are still available, so, according to the message you got, try
    Code:
    sudo apt-get install libcurl:i386
    when I try to isntall it, I get this message:

    Code:
    Reading package lists... DoneBuilding dependency tree       
    Reading state information... Done
    E: Unable to locate package libcurl

  6. #6
    Join Date
    Aug 2013
    Beans
    Hidden!

    Re: Steam won't start on Ubuntu 14.04.1

    Quote Originally Posted by R33D3M33R View Post
    Try installing from http://store.steampowered.com/about/ and it might fix missing dependencies itself.
    Exactly the same package is located in the Ubuntu Software Center.

  7. #7
    Join Date
    May 2014
    Location
    France
    Beans
    9
    Distro
    Ubuntu 15.04 Vivid Vervet

    Re: Steam won't start on Ubuntu 14.04.1

    Hmmm

    Try:

    Code:
    sudo apt-get install libcurl3 libcurl3-gnutls libcurl4-openssl-dev

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

    Re: Steam won't start on Ubuntu 14.04.1

    I didn't look up the proper name for libcurl, my bad.

    When you need to find the exact name of a file (in this example, libcurl):
    Code:
    apt-cache search libcurl

    You can also pipe the output to grep (another example):
    Code:
    apt-cache search chrome | grep google
    Since the search results in a number of files which contain 'chrome' in their title or description, piping through grep and looking for files with 'google' in the name limits the result just to files with that word in their name ot description.

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

  9. #9
    Join Date
    Aug 2013
    Beans
    28

    Re: Steam won't start on Ubuntu 14.04.1

    So Steam won't work on the latest Ubuntu?

    Should I install an earlier version of Ubuntu? Steam worked with 12.04 LTS.

    0--------------------------0

    UPDATE: I re-installed Steam via the steam_latest.deb as suggested in the post above (but identical file in the Ubuntu Software Store) and I ran the
    sudo apt-get install libcurl3 libcurl3-gnutls libcurl4-openssl-dev
    in terminal.

    Then I tried to run a Steam shortcut for a game, got the usual "Fatal Error: Failed to load steamui.so" when I try to launch a Steam game in Xubuntu 14.04. Then I clicked the Steam shortcut, got the same "Fatal Error" msg., but then Steam updated ( a big update)! And now I have a login window.
    Last edited by vpiercy; September 1st, 2014 at 08:35 PM.

  10. #10
    Join Date
    Feb 2009
    Location
    Slovenija
    Beans
    Hidden!

    Re: Steam won't start on Ubuntu 14.04.1

    Quote Originally Posted by stefanmarkic View Post
    Exactly the same package is located in the Ubuntu Software Center.

    This is not true. The packages are different in almost every file and even have different lists of depends:

    Code:
    Package: steam
    Version: 1:1.0.0.45-1ubuntu1
    Architecture: i386
    Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
    Installed-Size: 2731
    Pre-Depends: debconf, multiarch-support
    Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.12), libstdc++6 (>= 4.3), libx11-6, xz-utils, libgl1-mesa-dri, libgl1-mesa-glx, libtxc-dxtn-s2tc0, xterm | x-terminal-emulator
    Recommends: zenity, fonts-liberation
    Section: non-free/games
    Priority: extra
    Code:
    Package: steam-launcher
    Source: steam
    Version: 1.0.0.49
    Architecture: all
    Maintainer: Valve Corporation <linux@steampowered.com>
    Installed-Size: 2271
    Depends: python, curl, libc6 (>= 2.15), python-apt, xterm | gnome-terminal | konsole, xz-utils, zenity
    Recommends: jockey-common
    Breaks: steam64
    Replaces: steam, steam64
    Section: games
    Priority: optional
    As you can see, steam_latest.deb depends on curl and it would thus be downloaded and installed.

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
  •