Modding Help Starbound.log error

Discussion in 'Starbound Modding' started by AngryMiner5704, Sep 7, 2020.

  1. AngryMiner5704

    AngryMiner5704 Void-Bound Voyager

    Can someone help me? I'm trying to launch my game, but an error keeps coming up:
    [12:32:19.467] [Error] Application: exception thrown, shutting down: (ObjectException) Error loading object '/objects/glitch/medievalchandelier/medievalchandelier.object': (AssetException) Error loading asset /objects/glitch/medievalchandelier/medievalchandelier.animation
    How do I fix this?
    The whole log file is attached.
     

    Attached Files:

  2. The | Suit

    The | Suit Agent S. Forum Moderator

    Its better to make your own Thread when asking a question.
    Your issue is here

    Code:
    [12:32:11.194] [Error] Duplicate projectile asset typeName stickyplasma. configfile /projectiles/activeitems/stickyplasma/stickyplasma.projectile
    [12:32:11.309] [Error] Duplicate projectile asset typeName frag. configfile /projectiles/frag/frag.projectile
    [12:32:11.337] [Error] Duplicate projectile asset typeName lasergrenade. configfile /projectiles/guns/lasergrenade/lasergrenade.projectile
    [12:32:11.350] [Error] Duplicate projectile asset typeName rollermine. configfile /projectiles/guns/adaptivegrenades/rollermine/rollermine.projectile
    [12:32:11.360] [Error] Duplicate projectile asset typeName cutterleaf. configfile /projectiles/throwable/cutterleaf/cutterleaf.projectile
    [12:32:11.378] [Error] Duplicate projectile asset typeName teslabolt. configfile /projectiles/unsorted/teslabolt/teslabolt.projectile
    [12:32:11.527] [Error] Duplicate projectile asset typeName zbomb. configfile /projectiles/throwable/giantcoconut/bomb/zbomb.projectile
    [12:32:11.585] [Error] Duplicate projectile asset typeName nuke. configfile /projectiles/nuke/nuke.projectile
    The game can't accept duplicate files.
     

Share This Page