Starbound
Ocen: 58
Troubleshooting Starbound Crashes
Autorstwa: DrPvtSkittles
Scary at first, but not as hard as you may think.
7
   
Przyznaj nagrodę
Ulubione
Ulubione
Usuń z ulubionych
What is troubleshooting?
Troubleshooting is the systematic approach to solving/correcting an issue you have.

This involves reproducing the error and eliminating what the issue isn't, until you figure out what it is.
What is my first step?
After reproducing the error, you should exit Starbound immediately.

Go to your Starbound main folder (this will differ from person to person) and venture into your storage folder. In there you will find several files with log in the name.



In my image, I have file extensions on, however if you do not, you will see a file simply called 'starbound' that sits above the other log files.

Open this file up in your text editor (I like to use notepad ++)

Do a word search for the word 'error'. If you come up with nothing, try the word 'warn'. If still nothing search to the bottom of the log to see if anything stands out.

I have error(s) what is my next step?
This will depend on the error.

If you are feeling uneasy about removing mods, back up your player and universe folder. They are located in your storage folder.

I like to deal with errors from the bottom of the log, up. As the last error in your log will most likely be the reason why your game is crashing.

Here are some common errors you may find:

[Error] Application: exception thrown, shutting down: - That line is usually found at the bottom of the log, and it tends to be the culprit that's causing your game to crash. If you see this error, then it is the one to focus your efforts on.

[Error] Could not load recipe /recipes/anvil1/armor/tier1/myfancyclothing: (ItemException) No such item 'wovenfabric' - Oops, looks like a mod you have has a recipe that requires an item that doesn't exist.

[Error] Object myfancybed defined twice, second time from /objects/beds/myfancybed .object - Oh dear, looks like you have an object conflict. This may be caused by one poor mod, or two different mods that share the same object name. You may need to unsub from one.

[Error] Exception caught loading asset: /recipes/yummyfood/yumbikkie.recipe, (AssetException) Could not read JSON asset /recipes/yummyfood/yumbikkie.recipe
Caused by: (JsonParsingException) Error parsing json: bad array, should be ',' or ']' at 9:50
- This says in a mod's recipe, at line 9, character 50 that there is a mistake and it should be a comma or bracket. You should contact the mod's author so they can fix it.


NexusTheBrony reminds us:
Discord overlay can cause Starbound issues, so disable it for peak performance.
I'm really stuck! Help!
WELP. I would test without mods, to see if what your issue is, is a mod issue. If your game works I would then add mods back 1 by 1, testing in between, til you find the culprit.


Should you require further assistance, I would advise making a post on

https://steamcommunity.com/app/211820/discussions/3/

or

https://community.playstarbound.com/forums/support/

or

https://community.playstarbound.com/forums/starbound-modding.111/

https://pastebin.com/ can be used to share your log with others.
Copy and paste the contents of your log, into box. Then down the bottom click 'create new paste' then after that send the link of your paste.

Most people will not help you if you do not submit your log. Give a copy of your log in your post, as well as what exactly the problem you are having (crashing after trying to do something, game wont start, assets missing).


If your error is related to a custom race you are working on, please do not hesitate to message me directly.
What I've missed
This guide will be altered and refined as needed.

Please let me know of anything I need to add/remove to this guide.
Komentarzy: 156
Archivist Grim 26 grudnia 2023 o 16:59 
Oooof, welp thanks, I'll make a collection out of my current mods and start doing that
DrPvtSkittles  [autor] 26 grudnia 2023 o 11:39 
Dang. Might have to back up your save n trial n error removing mods to find the culprit.
Archivist Grim 26 grudnia 2023 o 8:05 
Not very specific sadly, with not hints at what mod adds it. Think it's somthing conflicting eith Frakin Universe however
Archivist Grim 26 grudnia 2023 o 8:03 
@DrPvtSkittles tried, the duplicate item that's causing the exception is SSC, and previouls hydocircutry and plasteel
DrPvtSkittles  [autor] 26 grudnia 2023 o 1:57 
@Archivist Grim
Have you checked your log? I would grab the item name, then google it in the hopes google would tell me the mod.
Archivist Grim 25 grudnia 2023 o 23:17 
Are there any good ways of tracing back items? Been having crashes with item duplicates, the issue is something near a thousand mods, so a bit difficult to narrow down
DrPvtSkittles  [autor] 26 listopada 2023 o 10:22 
Honestly I would probably just remove the file. Save it elsewhere where you wont forget.
Arken 26 listopada 2023 o 6:49 
I mean problematic as in the game doesn't like the activeitem file and so it just crashes. I was trying to make a spear and evidently I can't.
DrPvtSkittles  [autor] 26 listopada 2023 o 3:02 
@Arken
Tell me how is it problematic?

I have items in mods that are no longer used, and they are fine to just stay there because they can't be spawned without using /admin and they don't cause crashes.
Arken 26 listopada 2023 o 0:15 
I have a quick little question. Is it possible to ignore a directory in a mod? I have a problematic item file that I'd like to include in the mod without it causing any issues. Mostly so I don't forget about it.