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

Resolved Unable to start Starbound due to fatal error

Discussion in 'Starbound Support' started by exobocci, Feb 17, 2025.

  1. exobocci

    exobocci Space Hobo

    I have been trying to play starbound for quite a while now, but when I try to boot the game I get a massive error list that pops up. I have tried every trick that I have seen online, but with no results. I have tried running both 32 and 64 bit as well as running as an admin. Since I have been unable to start the game there is not a log file to pull from the directory. Attached is the pop up that I get when attempting to load the game.
     

    Attached Files:

  2. Iris Blanche

    Iris Blanche Pudding Paradox Forum Moderator

    Since it fails reading the sbinit.config this could be either insufficient permissions or the file being missing completely. Can you check the win32 and win64 folders to see if the file is present? If it's not there create a file called "sbinit.config" with the following contents:
    Code:
    {
      "assetDirectories" : [
      "..\\assets\\",
      "..\\mods\\"
      ],
    
      "storageDirectory" : "..\\storage\\",
    
      "defaultConfiguration" : {
      "gameServerBind" : "*",
      "queryServerBind" : "*",
      "rconServerBind" : "*"
      }
    }
    
    If the file is already present, try launching the game as admin instead. If it still doesn't work let me know.
     
  3. exobocci

    exobocci Space Hobo

    I Just looked and the file is present in both the win32 and win64 folders. I attempted to run as an admin on both and both brought up the same error
     
  4. Iris Blanche

    Iris Blanche Pudding Paradox Forum Moderator

    Odd...it seems like something is preventing access to the file alltogether, or rather preventing starbound to do read operations on its own folder. Or the setup is borked and starbound doesn't run from it's own folder, resulting in the issue.
    Does the game launch when you run starbound straight from the folders themself? Are you using any antivirus that might interfere?
     
  5. exobocci

    exobocci Space Hobo

    I have tried running the game through the folders as well and it still gives me the same error pop up. I diasbled my antivirus to see if that would make a difference but still nothing. I did check the permissions that starbound has and it is given full access to read and write so I am not sure why it would have that issue.
     
  6. Iris Blanche

    Iris Blanche Pudding Paradox Forum Moderator

    Are you using the gamepass version per chance? It's the only version that comes to mind with super wonky launch errors tbh.
    Other than that the only other thing that comes to mind would be disabling UAC. However I highly advice against that if you do not know what you're doing with your machine, given you'll effectively disable a security layer.
     
  7. exobocci

    exobocci Space Hobo

    It is not the gamepass version. This is purely through the steam version. Oddly enough a long while ago I had no issues. Now that I am trying to get back into it again I am having this issue and there have been no changes to settings or the PC in between. I will think on the UAC idea. I appreciate the help!
     
  8. Iris Blanche

    Iris Blanche Pudding Paradox Forum Moderator

    Another idea might be backing up your storage folder in case you want to keep your saves, then nuke Starbound and fully reinstall it.
     
  9. exobocci

    exobocci Space Hobo

    Well won't have to worry about saves since I haven't been able to run the game to start one, but I have tried that and it doesn't work. I have tried uninstalling through steam, deleting the directory and clicking uninstall, and neither have worked. Is there some third way of nuking it that I'm missing?
     
  10. Iris Blanche

    Iris Blanche Pudding Paradox Forum Moderator

    Well basically uninstalling and making sure that the folder is removed. When it still happens afterwards then Starbound is most likely being affected by a 3rd party software, whichever this might be.
    From what I've gathered from the provided error message is, that starbound can't read its own init configuration which is in the same folder as the executable. That you experience this particular issue is very weird. My only other 2 guesses are that Starbound is executed in some sort of isolated environment, preventing any access to other files or that something else is blocking access to the init configuration alltogether. This could be permissions, forcing an isolated environment or probably malware interfering with stuff.
    Overall it is hard to tell what exactly is blocking access, all I can say for sure is that Starbound is being prevented from accessing it's own files which is not normal at all.
     
  11. exobocci

    exobocci Space Hobo

    Very strange. I will do some digging into my files and PC and see if I can figure it out. If I find a solution I will post it here.
     
  12. exobocci

    exobocci Space Hobo

    I figured it out. My steam library was placed in multiple subfolders. I assume that starbound has an issue running its files when the path list is to many characters. Moving the entire steam folder closer to the "surface" of the path directory got it to run instantly with no issue.
     
  13. Iris Blanche

    Iris Blanche Pudding Paradox Forum Moderator

    Huh? That's very good to know that Starbound has problems with the character limit on a file path. Deffo something I would not have considered at all, given it's such a niche case. I'll keep that in mind for future reports. :3
     
  14. exobocci

    exobocci Space Hobo

    If there is one thing I am good at, it is finding weird ways to break things lol
     
    Iris Blanche likes this.

Share This Page