Modding Help NEED HELP WITH ERROR

Discussion in 'Starbound Modding' started by It's Bowman, Apr 9, 2017.

  1. It's Bowman

    It's Bowman Subatomic Cosmonaut

    this is the error I'm getting


    Caused by: (JsonParsingException) Cannot parse json file: /monsters/walkers/piplup/piplupwalker.monstertype
    [0] 7ff61d9f4403 Star::captureStack
    [1] 7ff61d9f318e Star::StarException::StarException
    [2] 7ff61d9f3278 Star::StarException::StarException
    [3] 7ff61da04960 Star::JsonParsingException::JsonParsingException
    [4] 7ff61e2a79a6 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ffc9ff1c220 _C_specific_handler
    [6] 7ffc9ff129b2 _FrameUnwindFilter
    [7] 7ffcb419a193 RtlCaptureContext
    [8] 7ff61da101ea Star::Assets::readJson
    [9] 7ff61da05f7d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff61d9fd6ef std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff61da01156 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff61d9fed80 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff61da07426 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff61e0f3787 std::_Func_class<Star::WidgetConstructResult,Star::String const & __ptr64,Star::Json const & __ptr64>::eek:perator()
    [15] 7ff61da0fbe8 Star::Assets::processAssetData
    [16] 7ff61da0db88 Star::Assets::loadJson
    [17] 7ff61da0cdf3 Star::Assets::loadAsset
    [18] 7ff61da0aaef Star::Assets::doLoad
    [19] 7ff61da0c06b Star::Assets::getAsset
    [20] 7ff61da0cb0a Star::Assets::json
    [21] 7ff61dbd8e2f Star::MonsterDatabase::MonsterDatabase
    [22] 7ff61dd6edf5 std::make_shared<Star::MonsterDatabase>
    [23] 7ff61dd73559 <lambda_4fb3f86e39b40786b9bca87de4687c0e>::eek:perator()
    [24] 7ff61dd653af std::_Invoker_functor::_Call<<lambda_4fb3f86e39b40786b9bca87de4687c0e> & __ptr64>
    [25] 7ff61dd69496 std::invoke<<lambda_4fb3f86e39b40786b9bca87de4687c0e> & __ptr64>
    [26] 7ff61dd67049 std::_Invoke_ret<std::shared_ptr<Star::MonsterDatabase>,<lambda_4fb3f86e39b40786b9bca87de4687c0e> & __ptr64>
    [27] 7ff61dd76136 std::_Func_impl<<lambda_4fb3f86e39b40786b9bca87de4687c0e>,std::allocator<int>,std::shared_ptr<Star::MonsterDatabase> >::_Do_call
    [28] 7ff61e0f3787 std::_Func_class<Star::WidgetConstructResult,Star::String const & __ptr64,Star::Json const & __ptr64>::eek:perator()
    [29] 7ff61dd6bcb3 Star::Root::loadMemberFunction<Star::MonsterDatabase>
    [30] 7ff61dd69df9 Star::Root::loadMember<Star::MonsterDatabase>
    [31] 7ff61dd7b672 Star::Root::monsterDatabase
    [32] 7ff61dd658f0 std::_Invoker_pmf_pointer::_Call<std::shared_ptr<Star::ItemDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [33] 7ff61dd692e9 std::invoke<std::shared_ptr<Star::Configuration> (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [34] 7ff61dd66cbc std::_Invoke_ret<std::shared_ptr<Star::Configuration> (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [35] 7ff61dd6597e std::_Call_binder<std::_Unforced,0,std::shared_ptr<Star::ObjectDatabase const > (__cdecl Star::Root::*)(void) __ptr64,std::tuple<Star::Root * __ptr64>,std::tuple<> >
    [36] 7ff61dd6503e std::_Binder<std::_Unforced,std::shared_ptr<Star::playerFactory const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const>::eek:perator()<>
    [37] 7ff61dd75e72 std::_Func_impl<Star::SwallowReturn<std::_Binder<std::_Unforced,std::shared_ptr<Star::EntityFactory const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const> >,std::allocator<int>,void>::_Do_call
    [38] 7ff61d9eae1b <lambda_7b083dc4bdd496712d99e51bb49515b5>::eek:perator()
    [39] 7ff61d9ebc42 Star::WorkerPool::WorkerThread::run
    [40] 7ff61d9f0f2e Star::ThreadImpl::runThread
    [41] 7ffcb1698364 BaseThreadInitThunk
    [42] 7ffcb41570d1 RtlUserThreadStart
    Caused by: (JsonParsingException) Error parsing json: bad array, should be ',' or ']' at 107:16

    this is my code

    {
    "type" : "piplupwalker",
    "shortdescription" : "Piplup",
    "description" : "A poor walker, it often falls down. However, its strong pride makes it puff up its chest without a care.",
    "categories" : [ "piplupwalker" ],
    "parts" : [ "body" ],
    "animation" : "piplupwalker.animation",
    "dropPools" : [ { "default" : "piplupwalkerTreasure", "bow" : "piplupwalkerHunting" } ],
    "baseParameters" : {
    "scripts" : [
    "/monsters/monster.lua"
    ],
    "behavior" : "monster",
    "behaviorConfig" : {
    "damageOnTouch" : true,
    "targetQueryRange" : 20,
    "targetOnDamage" : true,
    "keepTargetInSight" : true,
    "keepTargetInRange" : 50,
    "targetOutOfSightTime" : 2.5,
    "foundTargetActions" : [ { "name" : "action-aggrohop" } ],
    "fleeActions" : [],
    "hostileActions" : [
    {
    "name" : "action-fire",
    "parameters" : {
    "requireLineOfSight" : true,
    "maximumRange" : 20,
    "minimumRange" : 0,
    "windupTime" : 0.5,
    "projectileType" : "watergun",
    "power" : 10,
    "fireOffset" : [0.875, 0.625],
    "aimAtTarget" : true,
    "fireState" : "fire",
    "fireDelay" : 0.2,
    "fireSound" : "fire",
    "fireArc": true,
    "projectileSpeed": 50,
    "gravityMultiplier": 0.6,
    "winddownState" : "",
    "winddownTime" : 2
    }
    }
    ],
    "periodicActions" : [],
    "approachActions" : [
    {
    "name" : "approach-walk",
    "parameters" : {
    "canJump" : true,
    "maxJumps" : 6,
    "jumpXVelocity" : 12,
    "jumpYVelocity" : 30,
    "jumpXControlForce" : 50,
    "minXRange" : 10
    }
    }
    ],
    "followActions" : [
    {
    "name" : "approach-teleport",
    "parameters" : {
    }
    },
    {
    "name" : "approach-walk",
    "parameters" : {
    "canJump" : true,
    "maxJumps" : 3,
    "jumpXVelocity" : 12,
    "jumpYVelocity" : 30,
    "jumpXControlForce" : 50
    }
    }
    ],
    "wanderActions" : [
    {
    "name" : "wander-walk",
    "cooldown" : 6.0,
    "parameters" : {
    "wanderTime" : [5, 15]
    }
    }
    ]
    },
    "touchDamage" : {
    "poly" : [ [0.85, 1.125], [0.85, 1.125], [0.85, -1.125], [0.85, -1.125], [-0.85, -1.125], [-0.85, -1.125], [-0.85, 1.125], [-0.85, 1.125],
    "damage" : 10,
    "teamType" : "enemy",
    "damageSourceKind" : "slash",
    "knockback" : 20,
    "statusEffects" : [ ]
    },
    "metaBoundBox" : [-4.0, -4.0, 4.0, 4.0],
    "scale" : 1.0,
    "movementSettings" : {
    "collisionPoly" : [ [0.85, 1.125], [0.85, 1.125], [0.85, -1.125], [0.85, -1.125], [-0.85, -1.125], [-0.85, -1.125], [-0.85, 1.125], [-0.85, 1.125] ],
    "mass" : 1.0,
    "walkSpeed" : 3,
    "runSpeed" : 5,
    "airFriction" : 0,
    "airJumpProfile" : {
    "jumpSpeed" : 45.0,
    "jumpInitialPercentage" : 1.0,
    "jumpHoldTime" : 0.0
    }
    },
    "bodyMaterialKind" : "organic",
    "knockoutTime" : 0.3,
    "knockoutAnimationStates" : {
    "damage" : "stunned"
    },
    "deathParticles" : "deathPoof",
    "knockoutEffect" : "",
    "statusSettings" : {
    "statusProperties" : {
    "targetMaterialKind" : "organic"
    },
    "appliesEnvironmentStatusEffects" : false,
    "appliesWeatherStatusEffects" : true,
    "minimumLiquidStatusEffectPercentage" : 0.1,
    "primaryScriptSources" : [
    "/stats/monster_primary.lua"
    ],
    "primaryScriptDelta" : 5,
    "stats" : {
    "knockbackStunTime" : {
    "baseValue" : 0.25
    },
    "knockbackThreshold" : {
    "baseValue" : 9
    },
    "maxHealth" : {
    "baseValue" : 65
    },
    "protection" : {
    "baseValue" : 0.0
    },
    "healthRegen" : {
    "baseValue" : 0.0
    },
    "poisonStatusImmunity" : {
    "baseValue" : 1.0
    },
    "powerMultiplier" : {
    "baseValue" : 1.0
    }
    },
    "resources" : {
    "stunned" : {
    "deltaValue" : -1.0,
    "initialValue" : 0.0
    },
    "health" : {
    "maxStat" : "maxHealth",
    "deltaStat" : "healthRegen",
    "defaultPercentage" : 100
    }
    }
    },
    "mouthOffset" : [0, 0],
    "feetOffset" : [0, -8],
    "capturable" : true,
    "captureHealthFraction" : 0.5,
    "nametagColor" : [64, 200, 255],
    "captureCollectables" : { "monsters" : "piplupwalker" }
    }
    }
     
    Last edited by a moderator: Apr 10, 2017
  2. bk3k

    bk3k Oxygen Tank

    The answer was buried in your log
    Look at Line 107
     
  3. It's Bowman

    It's Bowman Subatomic Cosmonaut

    I did a I don't see anything wrong with it
     
  4. Jonesy

    Jonesy Sarif's Attack Kangaroo Forum Moderator

    Added spoiler tags to save page space. Please include them on large pieces of text.

    Also, you should post your log, either as an attachment or with its contents inside spoiler tags.

    Code:
    [SPOILER]
    content here
    [/SPOILER]
    
     
  5. It's Bowman

    It's Bowman Subatomic Cosmonaut

    ok I'm having another problem


    [22:10:54.957] [Info] Root: Preparing Root...
    [22:10:54.963] [Info] Root: Done preparing Root.
    [22:10:54.964] [Info] Client Version 1.2.3b (windows x86_64) Source ID: 69bc1c906122a1c61453c6cff15aa088b613db78 Protocol: 729
    [22:10:54.964] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [22:10:57.832] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [22:10:57.946] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [22:10:57.957] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [22:10:57.957] [Info] Root: Detected asset source named 'xbawks' at '..\mods\xbawks'
    [22:10:57.957] [Info] Root: Detected asset source named 'Qhuinarin Race Mod' at '..\mods\Qhuinarin'
    [22:10:57.957] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [22:10:57.958] [Info] Loading assets from: '..\assets\packed.pak'
    [22:11:00.671] [Info] Loading assets from: '..\mods\xbawks'
    [22:11:00.674] [Info] Loading assets from: '..\mods\Qhuinarin'
    [22:11:00.762] [Info] Loading assets from: '..\assets\user'
    [22:11:07.791] [Info] Assets digest is 9f4ddb6cc43f3eaa7a6c6edb533554712c22bd8ff4e017c20c631f0c58db2744
    [22:11:07.791] [Info] Root: Loaded Assets in 12.8268 seconds
    [22:11:07.853] [Info] Application: Initializing SDL Video
    [22:11:07.879] [Info] Application: Initializing SDL Joystick
    [22:11:08.161] [Info] Application: Initializing SDL Sound
    [22:11:08.694] [Info] Initialized Steam services
    [22:11:08.700] [Info] Application: Creating SDL Window
    [22:11:09.287] [Info] Application: Enabling VSync with late swap tearing
    [22:11:09.368] [Info] Application: Opened default audio device with 44.1khz / 16 bit stereo audio, 2048 sample size buffer
    [22:11:09.376] [Info] OpenGL version: '4.3.0 - Build 10.18.15.4248' vendor: 'Intel' renderer: 'Intel(R) HD Graphics' shader: '4.30 - Build 10.18.15.4248'
    [22:11:09.393] [Info] Application: initialization...
    [22:11:09.441] [Info] Root: Loaded Configuration in 0.046978 seconds
    [22:11:09.461] [Info] Application: renderer initialization...
    [22:11:09.495] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [22:11:09.514] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [22:11:09.520] [Info] Root: Loaded ImageMetadataDatabase in 1.40804e-05 seconds
    [22:11:11.017] [Info] Application: main update loop...
    [22:11:11.025] [Info] No subscribed user generated content
    [22:11:13.399] [Info] Root: Loaded NameGenerator in 2.28598 seconds
    [22:11:13.661] [Error] OpenGL errors this frame: GL_INVALID_VALUE
    [22:11:15.782] [Info] Root: Loaded PlantDatabase in 2.38283 seconds
    [22:11:21.132] [Info] Root: Loaded ProjectileDatabase in 5.34937 seconds
    [22:11:23.231] [Info] Root: Loaded MonsterDatabase in 2.09923 seconds
    [22:11:23.685] [Info] Root: Loaded ObjectDatabase in 12.5697 seconds
    [22:11:23.691] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [22:11:23.748] [Info] Root: Loaded StagehandDatabase in 0.0626489 seconds
    [22:11:23.785] [Info] Root: Loaded VehicleDatabase in 0.0372702 seconds
    [22:11:23.821] [Info] Root: Loaded PlayerFactory in 0.0354602 seconds
    [22:11:23.848] [Info] Root: Loaded NpcDatabase in 0.616636 seconds
    [22:11:23.886] [Info] Root: Loaded VersioningDatabase in 0.0372389 seconds
    [22:11:23.886] [Info] Root: Loaded EntityFactory in 0.0650624 seconds
    [22:11:24.359] [Info] Root: Loaded ParticleDatabase in 0.47311 seconds
    [22:11:26.828] [Info] Root: Loaded MaterialDatabase in 2.94145 seconds
    [22:11:27.041] [Info] Root: Loaded TerrainDatabase in 0.212407 seconds
    [22:11:27.967] [Info] Root: Loaded BiomeDatabase in 0.926614 seconds
    [22:11:27.996] [Info] Root: Loaded LiquidsDatabase in 0.0276559 seconds
    [22:11:28.413] [Info] Root: Loaded StatusEffectDatabase in 0.417688 seconds
    [22:11:30.700] [Info] Root: Loaded DamageDatabase in 2.28619 seconds
    [22:11:30.838] [Info] Root: Loaded EffectSourceDatabase in 0.138312 seconds
    [22:11:30.962] [Info] Root: Loaded FunctionDatabase in 0.123714 seconds
    [22:11:31.376] [Info] Root: Loaded TreasureDatabase in 0.413831 seconds
    [22:11:34.812] [Info] Root: Loaded DungeonDefinitions in 3.43594 seconds
    [22:11:34.813] [Info] Root: Loaded TilesetDatabase in 0.000251527 seconds
    [22:11:34.855] [Info] Root: Loaded StatisticsDatabase in 0.0419168 seconds
    [22:11:34.859] [Info] Root: Loaded EmoteProcessor in 0.00413644 seconds
    [22:11:34.967] [Info] Root: Loaded SpeciesDatabase in 0.105661 seconds
    [22:11:35.185] [Info] Root: Loaded QuestTemplateDatabase in 0.218266 seconds
    [22:11:35.209] [Info] Root: Loaded AiDatabase in 0.0238676 seconds
    [22:11:35.219] [Info] Root: Loaded TechDatabase in 0.00973981 seconds
    [22:11:35.361] [Info] Root: Loaded CodexDatabase in 0.142306 seconds
    [22:11:38.920] [Info] Root: Loaded BehaviorDatabase in 3.5587 seconds
    [22:11:38.940] [Info] Root: Loaded DanceDatabase in 0.0188678 seconds
    [22:11:39.038] [Info] Root: Loaded SpawnTypeDatabase in 0.0986109 seconds
    [22:11:39.132] [Info] Root: Loaded RadioMessageDatabase in 0.0938837 seconds
    [22:11:47.680] [Info] Root: Loaded ItemDatabase in 23.8318 seconds
    [22:11:48.632] [Info] Root: Loaded CollectionDatabase in 9.49996 seconds
    [22:11:59.384] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [22:12:37.465] [Error] Could not load image asset '/humanoid/qhuinarin/backarm.png', using placeholder default.
    (AssetException) No such asset '/humanoid/qhuinarin/backarm.png'
    [22:12:37.486] [Error] Could not load image asset '/humanoid/qhuinarin/backarm.png:idle.3', using placeholder default.
    (AssetException) No associated frames file found for image '/humanoid/qhuinarin/backarm.png' while resolving image frame '/humanoid/qhuinarin/backarm.png:idle.3'
    [22:12:37.507] [Error] Could not load image asset '/humanoid/qhuinarin/femalehead.png', using placeholder default.
    (AssetException) No such asset '/humanoid/qhuinarin/femalehead.png'
    [22:12:37.520] [Error] Could not load image asset '/humanoid/qhuinarin/femalehead.png:normal', using placeholder default.
    (AssetException) No associated frames file found for image '/humanoid/qhuinarin/femalehead.png' while resolving image frame '/humanoid/qhuinarin/femalehead.png:normal'
    [22:12:37.537] [Error] Could not load image asset '/humanoid/qhuinarin/emote.png', using placeholder default.
    (AssetException) No such asset '/humanoid/qhuinarin/emote.png'
    [22:12:37.552] [Error] Could not load image asset '/humanoid/qhuinarin/emote.png:idle.1', using placeholder default.
    (AssetException) No associated frames file found for image '/humanoid/qhuinarin/emote.png' while resolving image frame '/humanoid/qhuinarin/emote.png:idle.1'
    [22:12:37.569] [Error] Could not load image asset '/humanoid/qhuinarin/hair/fem29.png', using placeholder default.
    (AssetException) No such asset '/humanoid/qhuinarin/hair/fem29.png'
    [22:12:37.582] [Error] Could not load image asset '/humanoid/qhuinarin/hair/fem29.png:normal', using placeholder default.
    (AssetException) No associated frames file found for image '/humanoid/qhuinarin/hair/fem29.png' while resolving image frame '/humanoid/qhuinarin/hair/fem29.png:normal'
    [22:12:37.600] [Error] Could not load image asset '/humanoid/qhuinarin/femalebody.png', using placeholder default.
    (AssetException) No such asset '/humanoid/qhuinarin/femalebody.png'
    [22:12:37.614] [Error] Could not load image asset '/humanoid/qhuinarin/femalebody.png:idle.5', using placeholder default.
    (AssetException) No associated frames file found for image '/humanoid/qhuinarin/femalebody.png' while resolving image frame '/humanoid/qhuinarin/femalebody.png:idle.5'
    [22:12:37.637] [Error] Could not load image asset '/humanoid/qhuinarin/frontarm.png', using placeholder default.
    (AssetException) No such asset '/humanoid/qhuinarin/frontarm.png'
    [22:12:37.651] [Error] Could not load image asset '/humanoid/qhuinarin/frontarm.png:idle.3', using placeholder default.
    (AssetException) No associated frames file found for image '/humanoid/qhuinarin/frontarm.png' while resolving image frame '/humanoid/qhuinarin/frontarm.png:idle.3'
    [22:12:39.865] [Error] Could not load image asset '/humanoid/qhuinarin/malehead.png', using placeholder default.
    (AssetException) No such asset '/humanoid/qhuinarin/malehead.png'
    [22:12:39.877] [Error] Could not load image asset '/humanoid/qhuinarin/malehead.png:normal', using placeholder default.
    (AssetException) No associated frames file found for image '/humanoid/qhuinarin/malehead.png' while resolving image frame '/humanoid/qhuinarin/malehead.png:normal'
    [22:12:39.893] [Error] Could not load image asset '/humanoid/qhuinarin/hair/male12.png', using placeholder default.
    (AssetException) No such asset '/humanoid/qhuinarin/hair/male12.png'
    [22:12:39.903] [Error] Could not load image asset '/humanoid/qhuinarin/hair/male12.png:normal', using placeholder default.
    (AssetException) No associated frames file found for image '/humanoid/qhuinarin/hair/male12.png' while resolving image frame '/humanoid/qhuinarin/hair/male12.png:normal'
    [22:12:39.918] [Error] Could not load image asset '/humanoid/qhuinarin/malebody.png', using placeholder default.
    (AssetException) No such asset '/humanoid/qhuinarin/malebody.png'
    [22:12:39.930] [Error] Could not load image asset '/humanoid/qhuinarin/malebody.png:idle.5', using placeholder default.
    (AssetException) No associated frames file found for image '/humanoid/qhuinarin/malebody.png' while resolving image frame '/humanoid/qhuinarin/malebody.png:idle.5'
    [22:13:05.205] [Error] Could not load image asset '/humanoid/qhuinarin/backarm.png:idle.5', using placeholder default.
    (AssetException) No associated frames file found for image '/humanoid/qhuinarin/backarm.png' while resolving image frame '/humanoid/qhuinarin/backarm.png:idle.5'
    [22:13:05.232] [Error] Could not load image asset '/humanoid/qhuinarin/hair/fem59.png', using placeholder default.
    (AssetException) No such asset '/humanoid/qhuinarin/hair/fem59.png'
    [22:13:05.246] [Error] Could not load image asset '/humanoid/qhuinarin/hair/fem59.png:normal', using placeholder default.
    (AssetException) No associated frames file found for image '/humanoid/qhuinarin/hair/fem59.png' while resolving image frame '/humanoid/qhuinarin/hair/fem59.png:normal'
    [22:13:05.261] [Error] Could not load image asset '/humanoid/qhuinarin/femalebody.png:idle.2', using placeholder default.
    (AssetException) No associated frames file found for image '/humanoid/qhuinarin/femalebody.png' while resolving image frame '/humanoid/qhuinarin/femalebody.png:idle.2'
    [22:13:05.281] [Error] Could not load image asset '/humanoid/qhuinarin/frontarm.png:idle.5', using placeholder default.
    (AssetException) No associated frames file found for image '/humanoid/qhuinarin/frontarm.png' while resolving image frame '/humanoid/qhuinarin/frontarm.png:idle.5'
    [22:13:16.342] [Error] Could not load image asset '/humanoid/qhuinarin/femalehead.png', using placeholder default.
    (AssetException) No such asset '/humanoid/qhuinarin/femalehead.png'
    [22:13:16.362] [Error] Could not load image asset '/humanoid/qhuinarin/femalehead.png:normal', using placeholder default.
    (AssetException) No associated frames file found for image '/humanoid/qhuinarin/femalehead.png' while resolving image frame '/humanoid/qhuinarin/femalehead.png:normal'
    [22:13:16.388] [Error] Could not load image asset '/humanoid/qhuinarin/emote.png', using placeholder default.
    (AssetException) No such asset '/humanoid/qhuinarin/emote.png'
    [22:13:16.408] [Error] Could not load image asset '/humanoid/qhuinarin/emote.png:idle.1', using placeholder default.
    (AssetException) No associated frames file found for image '/humanoid/qhuinarin/emote.png' while resolving image frame '/humanoid/qhuinarin/emote.png:idle.1'
    [22:13:16.428] [Error] Could not load image asset '/humanoid/qhuinarin/hair/fem33.png', using placeholder default.
    (AssetException) No such asset '/humanoid/qhuinarin/hair/fem33.png'
    [22:13:16.442] [Error] Could not load image asset '/humanoid/qhuinarin/hair/fem33.png:normal', using placeholder default.
    (AssetException) No associated frames file found for image '/humanoid/qhuinarin/hair/fem33.png' while resolving image frame '/humanoid/qhuinarin/hair/fem33.png:normal'
    [22:13:25.082] [Info] Application: quit requested
    [22:13:25.082] [Info] Application: quitting...
    [22:13:25.082] [Info] Application: shutdown...
    [22:13:25.344] [Info] Root: Shutting down Root
    [22:13:26.101] [Info] Application: Destroying SDL Window
    [22:13:26.174] [Info] Application: stopped gracefully

     
  6. bk3k

    bk3k Oxygen Tank

    I guess that means you figured out the previous error.

    The log is still full of the answers.
    Code:
    No associated frames file found for image '/humanoid/qhuinarin/backarm.png' while resolving image frame '/humanoid/qhuinarin/backarm.png:idle.3'
    etc
    Means you have no .frames file that matches "backarm.png" within "/humanoid/qhuinarin/"

    Any PNG file that has more than 1 frame within will ALWAYS need an identically named (aside from the extension) .frames file that defines the frames. And when I say identical - I mean down to being case sensitive.

    http://community.playstarbound.com/...ors-fixing-most-problems-yourself-v1-1.69198/

    Might help you.
     
  7. It's Bowman

    It's Bowman Subatomic Cosmonaut

    How do I get it to match up I feel like I've tried everything
     
  8. IHart

    IHart Scruffy Nerf-Herder

    That depends on what error you are making. Share a log or your broken files or both.
     
  9. It's Bowman

    It's Bowman Subatomic Cosmonaut

    ok I rlly have no idea wat this is

    [18:22:03.487] [Info] Root: Preparing Root...
    [18:22:03.491] [Info] Root: Done preparing Root.
    [18:22:03.491] [Info] Client Version 1.2.3b (windows x86_64) Source ID: 69bc1c906122a1c61453c6cff15aa088b613db78 Protocol: 729
    [18:22:03.492] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [18:22:05.413] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [18:22:05.437] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [18:22:05.449] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [18:22:05.449] [Info] Root: Detected asset source named 'xbawks' at '..\mods\xbawks'
    [18:22:05.449] [Info] Root: Detected asset source named 'CustomCollectionsUI' at '..\mods\CCUI'
    [18:22:05.449] [Info] Root: Detected asset source named 'Star Wars Mod' at '..\mods\Qhuinarin Race Mod'
    [18:22:05.449] [Info] Root: Detected asset source named 'Piplup' at '..\mods\piplup'
    [18:22:05.449] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [18:22:05.449] [Info] Loading assets from: '..\assets\packed.pak'
    [18:22:07.461] [Info] Loading assets from: '..\mods\xbawks'
    [18:22:07.463] [Info] Loading assets from: '..\mods\CCUI'
    [18:22:07.466] [Info] Loading assets from: '..\mods\Qhuinarin Race Mod'
    [18:22:07.505] [Info] Loading assets from: '..\mods\piplup'
    [18:22:07.515] [Info] Loading assets from: '..\assets\user'
    [18:22:11.669] [Info] Assets digest is bd7f17cef0679ed1e0f9b8a637de04d69205039c9892c84b8e17309ae5c929d6
    [18:22:11.670] [Info] Root: Loaded Assets in 8.17851 seconds
    [18:22:11.686] [Info] Application: Initializing SDL Video
    [18:22:11.713] [Info] Application: Initializing SDL Joystick
    [18:22:11.912] [Info] Application: Initializing SDL Sound
    [18:22:12.032] [Info] Initialized Steam services
    [18:22:12.035] [Info] Application: Creating SDL Window
    [18:22:12.180] [Info] Application: Enabling VSync with late swap tearing
    [18:22:12.337] [Info] Application: Opened default audio device with 44.1khz / 16 bit stereo audio, 2048 sample size buffer
    [18:22:12.344] [Info] OpenGL version: '4.3.0 - Build 10.18.15.4248' vendor: 'Intel' renderer: 'Intel(R) HD Graphics' shader: '4.30 - Build 10.18.15.4248'
    [18:22:12.357] [Info] Application: initialization...
    [18:22:12.361] [Info] Root: Loaded Configuration in 0.00310027 seconds
    [18:22:12.369] [Info] Application: renderer initialization...
    [18:22:12.395] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [18:22:12.396] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [18:22:12.405] [Info] Root: Loaded ImageMetadataDatabase in 2.68809e-05 seconds
    [18:22:13.065] [Info] Application: main update loop...
    [18:22:13.070] [Info] No subscribed user generated content
    [18:22:13.115] [Info] Root: Loaded NameGenerator in 0.0314302 seconds
    [18:22:13.238] [Error] OpenGL errors this frame: GL_INVALID_VALUE
    [18:22:13.539] [Info] Root: Loaded PlantDatabase in 0.423608 seconds
    [18:22:15.764] [Info] Root: Loaded ObjectDatabase in 2.6531 seconds
    [18:22:16.477] [Info] Root: Loaded ProjectileDatabase in 2.93738 seconds
    [18:22:16.835] [Info] Root: Loaded NpcDatabase in 0.357712 seconds
    [18:22:16.840] [Info] Root: Loaded StagehandDatabase in 0.00510993 seconds
    [18:22:16.853] [Info] Root: Loaded VehicleDatabase in 0.0122846 seconds
    [18:22:16.864] [Info] Root: Loaded PlayerFactory in 0.0113911 seconds
    [18:22:16.894] [Info] Root: Loaded MonsterDatabase in 1.12944 seconds
    [18:22:16.900] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [18:22:16.904] [Info] Root: Loaded VersioningDatabase in 0.00814748 seconds
    [18:22:16.904] [Info] Root: Loaded EntityFactory in 0.0397985 seconds
    [18:22:17.174] [Info] Root: Loaded ParticleDatabase in 0.269658 seconds
    [18:22:18.569] [Info] Root: Loaded MaterialDatabase in 1.66393 seconds
    [18:22:18.643] [Info] Root: Loaded TerrainDatabase in 0.0543442 seconds
    [18:22:19.151] [Info] Root: Loaded BiomeDatabase in 0.508687 seconds
    [18:22:19.156] [Info] Root: Loaded LiquidsDatabase in 0.0048328 seconds
    [18:22:19.245] [Info] Root: Loaded StatusEffectDatabase in 0.0882788 seconds
    [18:22:22.091] [Info] Root: Loaded DamageDatabase in 2.84583 seconds
    [18:22:22.119] [Info] Root: Loaded EffectSourceDatabase in 0.0275766 seconds
    [18:22:22.138] [Info] Root: Loaded FunctionDatabase in 0.0194183 seconds
    [18:22:22.182] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [18:22:22.402] [Info] Root: Loaded TreasureDatabase in 0.262965 seconds
    [18:22:24.137] [Info] Root: Loaded DungeonDefinitions in 1.73523 seconds
    [18:22:24.138] [Info] Root: Loaded TilesetDatabase in 0.000373133 seconds
    [18:22:24.156] [Info] Root: Loaded StatisticsDatabase in 0.0185593 seconds
    [18:22:24.157] [Info] Root: Loaded EmoteProcessor in 0.000208647 seconds
    [18:22:24.204] [Info] Root: Loaded SpeciesDatabase in 0.0470506 seconds
    [18:22:24.315] [Info] Root: Loaded QuestTemplateDatabase in 0.110595 seconds
    [18:22:24.329] [Info] Root: Loaded AiDatabase in 0.0141285 seconds
    [18:22:24.335] [Info] Root: Loaded TechDatabase in 0.00534162 seconds
    [18:22:24.374] [Info] Root: Loaded CodexDatabase in 0.0394125 seconds
    [18:22:26.136] [Info] Root: Loaded BehaviorDatabase in 1.76145 seconds
    [18:22:26.149] [Info] Root: Loaded DanceDatabase in 0.0122667 seconds
    [18:22:26.191] [Info] Root: Loaded SpawnTypeDatabase in 0.041828 seconds
    [18:22:26.238] [Info] Root: Loaded RadioMessageDatabase in 0.0468944 seconds
    [18:22:29.573] [Info] Root: Loaded ItemDatabase in 12.6789 seconds
    [18:22:30.340] [Info] Root: Loaded CollectionDatabase in 4.10237 seconds
    [18:22:40.140] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [18:23:17.740] [Error] Application: exception thrown, shutting down: (OutOfRangeException)
    [0] 7ff68f0f4403 Star::captureStack
    [1] 7ff68f0f318e Star::StarException::StarException
    [2] 7ff68f83ffca Star::CharCreationPane::changed
    [3] 7ff68f841349 Star::CharCreationPane::randomize
    [4] 7ff68f83e7da std::_Func_impl<<lambda_b924f0a2f67a49cbbb2fea4300b1904b>,std::allocator<int>,void,Star::Widget * __ptr64>::_Do_call
    [5] 7ff68f7e8844 Star::ButtonGroup::wasChecked
    [6] 7ff68f7ea1f4 Star::ButtonWidget::setPressed
    [7] 7ff68f7e9b3e Star::ButtonWidget::sendEvent
    [8] 7ff68f819c27 Star::Widget::sendEvent
    [9] 7ff68f806dd8 Star::pane::sendEvent
    [10] 7ff68f80bffd Star::paneManager::sendInputEvent
    [11] 7ff68f8de19f Star::TitleScreen::handleInputEvent
    [12] 7ff68f03a6ba Star::ClientApplication::processInput
    [13] 7ff68f7ad6f5 Star::SdlPlatform::run
    [14] 7ff68f7ada4d Star::runMainApplication
    [15] 7ff68f03fef6 WinMain
    [16] 7ff68f9945b3 __scrt_common_main_seh
    [17] 7ff9ddd58364 BaseThreadInitThunk
    [18] 7ff9e05570d1 RtlUserThreadStart
    [18:23:17.740] [Info] Application: shutdown...
    [18:23:17.994] [Info] Root: Shutting down Root
    [18:23:18.704] [Info] Application: Destroying SDL Window
    [18:23:18.919] [Info] Application: stopped gracefully
     
  10. IHart

    IHart Scruffy Nerf-Herder

    This is not unusual. I THINK it's broken structure in your metadata.
     
  11. It's Bowman

    It's Bowman Subatomic Cosmonaut

    here is my metadata

    {
    "author" : "It's Bowman",
    "description" : "Quinarin Race Mod",
    "friendlyName" : "Quinarin Race Mod",
    "name" : "Quinarin Race Mod",
    "version" : "1"
    }
     
    IHart likes this.
  12. IHart

    IHart Scruffy Nerf-Herder

    I was mistaken. Share your files and I'm sure someone would be able to find the error, just zip up your mod so far.
     
  13. It's Bowman

    It's Bowman Subatomic Cosmonaut

    Here is the whole mod so far.
    Thank you for the help in advance to whoever helps me.
     

    Attached Files:

  14. IHart

    IHart Scruffy Nerf-Herder

    i am unable to unzip this for some reason.
     
  15. It's Bowman

    It's Bowman Subatomic Cosmonaut

    use winrar
     

Share This Page