1. Welcome to the Starbound support forums. Please check the support FAQs before posting: http://playstarbound.com/support

Closed Game won't open!

Discussion in 'Starbound Support' started by Epikness, Dec 30, 2013.

Thread Status:
Not open for further replies.
  1. GreyMaria

    GreyMaria Existential Complex

    I've already told you. This is not a good idea for a solution. And if you're on Linux, why in the bloody fuck are you not using the Linux binaries.
     
  2. Epikness

    Epikness Scruffy Nerf-Herder

    Executed and it seems that nothing has happened...
     
  3. RvLesh

    RvLesh Parsec Taste Tester

    Did it create a starbound.log? You might have to check the directory you ran it from and the root starbound\ directory.
     
  4. Epikness

    Epikness Scruffy Nerf-Herder

    No, there's just the starbound_server.log.
     
  5. bartwe

    bartwe Code Cowboy

    The server says it started success fully.

    What does the client report ?
     
  6. Epikness

    Epikness Scruffy Nerf-Herder

    I start the launch_starbound.sh and nothing happens. No new files are created or anything,
     
  7. XtremeNinja45

    XtremeNinja45 Scruffy Nerf-Herder

    yea i know you told me but for some reason this way worked for me
     
  8. Epikness

    Epikness Scruffy Nerf-Herder

    Any suggestions?
     
  9. Epikness

    Epikness Scruffy Nerf-Herder

    After attempting to run the .sh file through the console, this is what I got.

    epik@Victor-Satellite-L755:~$ sh launch_starbound.sh
    sh: 0: Can't open launch_starbound.sh
     
  10. GreyMaria

    GreyMaria Existential Complex

    Is there even a launch_starbound.sh file in your home directory?
     
  11. Epikness

    Epikness Scruffy Nerf-Herder

    Woops! I forgot to mention that I ran the command below before those other two. And yes, that is where my launch_starbound.sh file resides.

    epik@Victor-Satellite-L755:~$ .steam/steam/SteamApps/common/Starbound/linux32
    bash: .steam/steam/SteamApps/common/Starbound/linux32: Is a directory
     
  12. GreyMaria

    GreyMaria Existential Complex

    You need to actually change to the directory. I haven't touched linux in a while, but I believe you want the "cd" command.
     
  13. Epikness

    Epikness Scruffy Nerf-Herder

    Here's what I've done. I don't think I did it right...

    epik@Victor-Satellite-L755:~$ cd .steam/steam/SteamApps/common/Starbound/linux32
    epik@Victor-Satellite-L755:~/.steam/steam/SteamApps/common/Starbound/linux32$ sh launch_starbound.sh
    ./starbound: error while loading shared libraries: libSDL-1.2.so.0: cannot open shared object file: No such file or directory
     
  14. GreyMaria

    GreyMaria Existential Complex

    It's a working directory issue.

    cd ..
    sh ./linux32/launch_starbound.sh
     
  15. Epikness

    Epikness Scruffy Nerf-Herder

    I've fixed it now. Here's what happened:

    epik@Victor-Satellite-L755:~$ cd .steam/steam/SteamApps/common/Starbound/linux32
    epik@Victor-Satellite-L755:~/.steam/steam/SteamApps/common/Starbound/linux32$ sh ./linux32/launch_starbound.sh
    sh: 0: Can't open ./linux32/launch_starbound.sh
    epik@Victor-Satellite-L755:~/.steam/steam/SteamApps/common/Starbound/linux32$
     
  16. GreyMaria

    GreyMaria Existential Complex

    Sigh.

    You didn't perform "cd ..".
     
  17. Epikness

    Epikness Scruffy Nerf-Herder

    Sorry. As you can tell, I'm quite new to Linux. Perhaps you could show me what it should(roughly) look like?
     
  18. GreyMaria

    GreyMaria Existential Complex

    Code:
    cd ..
    sh ./linux32/launch_starbound.sh
    Just execute these two commands
     
  19. HalcyonXIII

    HalcyonXIII Big Damn Hero

    I get the same issue when trying to launch the linuX32 version. I'm guessing Starbound doesn't provide it's own copy of libSDL-1.2? My linux64 version definitely seems to be using the locally installed libSDL.

    Try installing the SDL libs from the repositories. In Ubuntu, it should be the package called libsdl1.2debian.
     
    RvLesh likes this.
  20. Epikness

    Epikness Scruffy Nerf-Herder

    Here we go:

    epik@Victor-Satellite-L755:~$ cd ..
    epik@Victor-Satellite-L755:/home$ sh ./linux32/launch_starbound.sh
    sh: 0: Can't open ./linux32/launch_starbound.sh
     
Thread Status:
Not open for further replies.

Share This Page