Modding Help Game crash with odd error message

Discussion in 'Starbound Modding' started by AmazonValkyrie, Jul 27, 2016.

  1. AmazonValkyrie

    AmazonValkyrie Spaceman Spiff

    I encountered an error with a mod of mine, in which upon *selecting* any of the three doors in my mod on my custom furniture crafting station, I get the following error message in game (and in my starbound.log):

    Exception caught in client main-loop
    (AssetException) Path
    '/objects/viera/vieradoor1/' cannot be a file

    This error is only occurring for the three doors in my mod. The rest of the objects craft perfectly. I've checked over my door.object, .frames, .recipes, an the .object file for the crafting station itself, but with no luck at finding the cause :/

    Does anyone have an idea as to why this error could occur?

    As always, any help is greatly appreciated
     
    Last edited: Jul 27, 2016
  2. Duskitten

    Duskitten Scruffy Nerf-Herder

    Would it be possible to get a zip with the mod to look over? (Maybe via private message or something)
     
  3. AmazonValkyrie

    AmazonValkyrie Spaceman Spiff

  4. Duskitten

    Duskitten Scruffy Nerf-Herder

    If i come across anything i'll be sure to let you know, im just sorta toying around with it currently to see if i can trace it to the source
    --- Post updated ---
    It Seems you missed a Smallllll peice of code for the preview image, i took the liberty of patching all the doors and putting the whole mod back into a Rar so if you wanna just check this to make sure it isnt bugged or anything feel free to

    (the forum wouldnt let me post it by itself?)

    https://www.dropbox.com/s/ztlzasz2nfmfvgn/Viera.rar?dl=1

    THe code you were missing was this line

    Code:
      "largeImage" : "<door>.png:(direction)",
    Hope i helped :D
     
    AmazonValkyrie likes this.
  5. AmazonValkyrie

    AmazonValkyrie Spaceman Spiff

    Thank you sooooo much!
     
  6. Duskitten

    Duskitten Scruffy Nerf-Herder

    No Problem :nuruawe:
     

Share This Page