Starbound

Starbound

View Stats:
Epic Mar 23, 2023 @ 10:28pm
So How do I Solve These Error in the Log?
I'm kinda new to Starbound modding, so I'm borrowing my modding experience from Skyrim. I just figured out how the log for Starbound works. I was able to solve some of the errors by tracing the file location from the logs. However, I find myself unable to solve some of the remaining errors because they don't show actual file locations. There seem to be 3 types of errors + 1, as shown below.

Original Log [pastebin.com]

Error 1
[21:47:33.533] [Error] Object dragonbed defined twice, second time from /objects/beds/dragonbed.object
    I don't know what is causing the duoblocation. Could it be caused Elithian races & Draconis?

Error Type 1
[21:47:41.810] [Error] Could not instantiate item '[mushroomgun, 1, {}]'. (LuaException) Error code 2, [string "/scripts/util.lua"]:580: bad argument #1 to 'pairs' (table expected, got nil)
    my best guess is that this is caused be something related to Frackin' Universe, but I can't determine whats causing it exactly.

Error Type 2
stack traceback: [C]: in ? [C]: in function '_ENV.pairs' [string "/scripts/util.lua"]:580: in field 'mergeTable' [string "/items/buildscripts/buildunrandweapon.lua"]:28: in function <[string "/items/buildscripts/buildunrandweapon.lua"]:6>
    my guess is same as Type 2 Frackin' Universe


Error Type 3
[21:47:43.549] [Error] Could not load recipe /recipes/refinery/scsomnicrafter.recipe: (ItemException) No such item 'xrc_omnicrafter'
    my guess is that this is bug caused mod authors falling to handle exceptions.

Well, at least from testing, my game seems to be running properly for now. Hopefully, all these problems can be resolved so I'll be able to play multiplayer with friends.
Last edited by Epic; Mar 23, 2023 @ 10:29pm
< >
Showing 1-4 of 4 comments
first check FU compatibility list, then based on these errors, try to install and uninstall mods to see if they work.
if your game wont open even after that, the game will need a fresh install, FU constantly makes updates that causes a lot of mods to become incompatible with it, the reason why i stopped using it (the mod is good, but the mod devs forget other modders also make things for their mod, so its kind of inconsiderate to to these things to ppl helping you)

i would suggest installing other stand alone quest/planet mods, or develop OCD and check FU Compatibility list every single time before launching the game so you know when and what mods need to be toggle on/off before playing
Epic Mar 24, 2023 @ 3:17pm 
Originally posted by Sr.Foske:
first check FU compatibility list, then based on these errors, try to install and uninstall mods to see if they work.
if your game wont open even after that, the game will need a fresh install, FU constantly makes updates that causes a lot of mods to become incompatible with it, the reason why i stopped using it (the mod is good, but the mod devs forget other modders also make things for their mod, so its kind of inconsiderate to to these things to ppl helping you)

i would suggest installing other stand alone quest/planet mods, or develop OCD and check FU Compatibility list every single time before launching the game so you know when and what mods need to be toggle on/off before playing

I'm basically doing all the above already.
Unadjectivable Mar 27, 2023 @ 2:23am 
3rd one looks like it's to do with SCS Crafting Stations, apparently it has support for some stations from other mods, I'm guessing it can't find the Omnicrafter recipe because you don't have Omnicrafter installed. I think you can probably ignore that one, it's just going to log that it can't find the recipe.
Epic Mar 29, 2023 @ 11:36am 
After a bit of playing and forum diving I managed to determine the main culprit for Error type 2. Apparently more weapon stats is incompatible with Frackin' Universe. The Error basically causes ranged weapons to become unusable. The rest of the errors are not problematic, so I should be good for now. Anyway thank y'all for the help.
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: Mar 23, 2023 @ 10:28pm
Posts: 4