1. If you're looking for help-related things (for example, the key rebinding tutorial), please check the FAQ and Q&A forum! A lot of the stickies from this forum have been moved there to clean up space.
    Dismiss Notice

[Workaroun] Linux wont start the game

Discussion in 'Starbound Discussion' started by seevenup, Dec 6, 2013.

  1. seevenup

    seevenup Contact!

    a frind of me has found a way to run starbound on linux. after the update from todey it wont run any more

    run
    Code:
    sudo apt-get install libsdl1.2debian
    Change the LD_LIBRARY_PATH that it look like this (be sure to take the right one 32bit or 64bit)
    Code:
    laubersv@batman:~/.steam/steam/SteamApps/common/Starbound/linux64$ cat launch_starbound.sh
    #!/bin/sh
    
    cd "$(dirname "$0")"
    
    LD_LIBRARY_PATH=/usr/lib:./ ./starbound
    this worked for me at least
     
  2. Keiran

    Keiran Void-Bound Voyager

    You sir, are an amazing person
     
  3. seevenup

    seevenup Contact!

    it was not me, i gone tell that my friend :D
     

Share This Page