Modding Help Assets.pak files missing but Game working

Discussion in 'Starbound Modding' started by Regah Productions, Feb 4, 2018.

  1. Regah Productions

    Regah Productions Big Damn Hero

    I'm sorry if i sound too desperate, but i've tried everything i could for the past week and a half, and it's really frustrating. I've been trying to Mod for my first time, and got the code mostly working, but i've noticed that on my unpacked assets, MANY are missing, and aren't hidden files, textures, codes, folders, i can't seem to find them, but my Game works perfectly fine and can even spawn items that i couldn't find on the folders, and it's so, that i can't for Example: put my proyectileType as "grenade" on my .proyectile file because my script can't find them, there is some way that the Game is doing to find the files somewhere, but i can't, and my Mod script can't either, so even if i have my Code perfectly done, it crashes when i load up any player. It might be my Assets Unpacker, but i don't think so, since in the Tutorial i was watching, the guy did the same and got all the assets.

    I'll leave you guys my Code if you find anything wrong, i'll answer as fast as i can.

    All properties i wrote that i personally couldn't find on the assets will be Bold.

    {
    "itemName" : "alienshotgun",
    "level" : 1,
    "price" : 145,
    "maxStack" : 1,
    "rarity" : "Legendary",
    "description" : "This Bad Boy does more than you think",
    "shortdescription" : "Alien Shotgun",
    "tooltipKind" : "gun",
    "twoHanded" : false,
    "itemTags" : ("weapon", "ranged", "pistol"),
    "inventoryIcon" : "alienshotgun.png",
    "animation" : "/items/active/weapons/ranged/gun.animation",
    "animationParts" : {
    "butt" : "01.png",
    "middle" : "02.png", (these "01", "02" and "03" images are images i made for it)
    "barrel" : "03.png",
    "muzzleFlash" : ""
    },
    "animationCustom" : {
    "particleEmitters" : {
    "muzzleFlash" : {
    "particles" : [
    {"particle" : "rocketbarrelpuff", "offset" : [0.0, 0.0] },
    {"particle" : "rocketbarrelpuff", "offset" : [0.0, 0.0] },
    {"particle" : "rocketbarrelpuff", "offset" : [0.0, 0.0] }
    ]
    }
    },
    "sounds" : {
    "fire" : ["sfx/gun/gristlegun3.ogg"]
    }
    },
    "baseOffset" : [ 0.75, 0.125 ],
    "muzzleOffset" : [ 1.0, 0.125 ],
    "scripts" : ["/items/active/weapons/ranged/gun.lua"],
    "elementalType" : "poison",
    "primaryAbility" : {
    "scripts" : ["/items/active/weapons/ranged/gunfire.lua"],
    "class" : "gunFire",
    "fireTime" : 0.5,
    "baseDps" : 8.25,
    "energyUsage" : 5.5,
    "inaccuracy" : 0.1,
    "projectileCount" : 5,
    "fireType" : "auto",
    "projectileType" : "bone", ( i've tried with different projectiles, but on my proyectiles folder there are only three of them and 2 of them dont have any image to use, and the other one only has the image, but no code )
    "projectileParameters" : {
    "knockback" : 10,
    "statusEffects" : [ "weakpoison" ],
    "bounces" : 0,
    "damageKind" : "poisonbullet",
    },
    "stances" : {
    "idle" : {
    "armRotation" : 0,
    "weaponRotation" : 0,
    "twoHanded" : false,
    "allowRotate" : true,
    "allowFlip" : true
    },
    "fire" : {
    "duration" : 0,
    "armRotation" : 10,
    "weaponRotation" : 10,
    "twoHanded" : false,
    "allowRotate" : false,
    "allowFlip" : true
    },
    "cooldown" : {
    "duration" : 0.15,
    "armRotation" : 10,
    "weaponRotation" : 10,
    "twoHanded" : false,
    "allowRotate" : false,
    "allowFlip" : true
    }
    }
    },
    "builder" : "/items/buildscripts/buildrandomweapon.lua"
    }



    {
    "projectileName" : "throwingblood",
    "speed" : 90,
    "bounces" : 0,
    "timeToLive" :
    8,
    "physics" : "grenadenobounce",
    "image" : "bloodprojectile.png",
    "frameNumber" :
    1,
    "windupFrames" : 1,
    "animationCycle" : 0.35,
    "intangibleWindup" : true,
    "damageKind" : "snowball",
    "damageTeam" : { "type" : "indiscriminate" },
    "clientEntityMode" : "ClientSlaveOnly",
    "actionOnReap" : [
    {
    "action" :
    "config",
    "file" : "/projectiles/explosions/poisonsmoke/poisonsmoke.config"
    }
    ],
    "power" : 5.0,
    "damageKind" : "default"
    }



    This .metadata File that's suposed to show the Author and the description and whatnot, but when In-Game it's not even show that, no desc. or Author, only Name of the Mod.

    {
    "author" : "Regah Productions", (NOT SHOWING IN-GAME)
    "description" : "My Gun Mod!", (NOT SHOWING IN-GAME)
    "friendlyName" : "Modgun", (NOT SHOWING IN-GAME)
    "includes" : [],
    "name" : "Mod Gun",
    "priority" : -1,
    "requires" : [],
    "version" : "1",
    "link" : "",
    "steamContentId" : ""
    }


    I don't know if this player.config.patch is doing anything at all because i can't test it In-Game, but it might be something.

    [
    {
    "op":"add",
    "path":"/defaultBlueprints/tier1/-",
    "value":{"item":"alienshotgun"}
    }
    ]


    And here is a bare Example of what my Folder hierarchy looks like so that you can see what i mean with "missing":

    Example 1
    \unpacked\items\active\weapons\other\tentaclegun\tentaclegun.weaponability (THE ONLY FILE IN HERE)
    \unpacked\items\active\weapons\other\electrobaton\handle_l6.png (THE ONLY FILE IN HERE)
    (TENTACLEGUN AND ELECTROBATON WERE THE ONLY FILES ON THE "OTHER" FOLDER)

    Example 2
    \unpacked\items\active\throwables\lavabaloonicon (THE ONLY FILE IN HERE)
    \unpacked\proyectiles\throwable\throwinggnomes\throwinggnome1 (THE ONLY FILE IN HERE)
    (THROWINGGNOMES, BOUNCYBALL AND BEACHBALL WERE THE ONLY FILES ON THE "THROWABLE" FOLDER)
    Not to mention that bouncyball and beachball only have the script with no image, and the throwinggnomes only has the image and no script.


    Hope thats enough to show what i mean. Thanks for reading, and if you could help me, i would really apreciate it a lot.
     
    Last edited: Feb 4, 2018
  2. Random_NPC1996

    Random_NPC1996 Phantasmal Quasar

    So: if you mean by the assets files from starbound you unpacked does not have the files... suggest maybe unpack them again?...

    also... there's a bunch of data and methods on the internet/ youtube for starbound modding but I do think lotsa them are pretty outdated... check them if you can... if it is outdated, suggest not using that method and find other way cause google works...

    also I am leaving this link: https://community.playstarbound.com...to-unpack-your-starbound-assets-folder.66583/

    this will point to the forum that teaches you how to unpack assets right... and if you're new... one thing that might make the files not appear is the reason you closed the .bat file without waiting it to really finish its job... which might be the reason to your problem in that case...

    (sorry I'm never a fan to youtube if I'm looking for data and methods... unless there is almost none on google or search engines... then I have no choice)

    by the way: tested for your .metadata file... seems to be ok...

    and the player.config, what you did is adding a recipe to the item you modded into but I think it will only show up if you had the recipe files and some other things necessary, not sure what by "other things" means cause things changed a lot and it's a long time I touched a custom crafting bench stuff already, but pretty sure there are something more than an easy recipe file now to make it appear

    if it crashes... send up a log file will help anyone here to check the crash error out faster, the log file is in the "storage" file of your starbound game which is a text document.

    and don't want to scare you but you know viruses are flying everywhere these days... if you start finding other stuff missing which should not be (not only with your assets files, I mean your own personal stuffs in your pc), better start keeping an eye out for it...
     
    Last edited: Feb 4, 2018
  3. DrPvtSkittles

    DrPvtSkittles Master Astronaut

    I am thinking you may not have let the unpacker finish. It can take a long time depending on your machine.
     
  4. Regah Productions

    Regah Productions Big Damn Hero

    Oh yeah im so sorry, forgot to add my recipe script, i'll edit it right now, and also, i know what you mean by that virus thing, but i checked on my 2 other brothers's starbound files and they got it unpacked the same way, the same missing things, i got my code for the .bat file here https://www.dropbox.com/sh/h91hws1h...oJdYXpta?dl=0&preview=ModPackHelper_v0.11.bat.

    and here is my recipe script:

    {
    "input" : [
    { "item" : "logblock", "count" : 1 }
    ],
    "output" : {
    "item" : "alienshotgun",
    "count" : 1
    },
    "groups" : [ "plain", "objects", "all", "tools" ]
    }


    I had to write this script from scratch cause this recipe was suposed to be in the empty hands folder to craft it with C, but emptyhands folder isn't even there.

    Thanks for the help a lot, i'll make sure to re-read the official starbound page for unpacking, in hopes that i can fix my problem. I'll make sure to send any Crash Log Reports when i can.
     
  5. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    if you use the following batch code, you will know when the assets are done unpacking because the packed.pak is missing and replaced with packed.pak.no
    Code:
    del ..\assets\Unpacked
    If EXIST ..\assets\packed.pak del ..\assets\packed.pak.no
    rename ..\assets\packed.pak.no packed.pak
    asset_unpacker.exe ..\assets\packed.pak ..\assets\Unpacked
    rename ..\assets\packed.pak packed.pak.no
    pause
    if you have an assets folder from unpacked assets in the same folder as packed.pak that is not named Unpacked, this will likely crash your game. I plan to put more info on this in my signature
     
  6. Regah Productions

    Regah Productions Big Damn Hero

    This is what i have on my assets folder: [​IMG]
    [​IMG]
    Also, i'll copy and paste that onto Notepad, and save it as? and save it somewere specific? regardless, thanks a lot for the Help, really.
     
    Last edited: Feb 5, 2018
  7. Random_NPC1996

    Random_NPC1996 Phantasmal Quasar

    And what's inside unpacked now? Still some files missing?

    Oh and the link you got there, it's a mod pack helper but also claims to be able to unpack assets but there is one thing. It's not too "newbie friendly" I think. Cause I got the same one from the forum here:
    https://community.playstarbound.com/threads/all-versions-win-linux-modpackhelper.92473/page-8

    They points to the same thing but some people are pretty confused on how to use it might be buggy... or just too new to newbie to use.

    But still suggesting trying other unpacked, @NexusTheBrony ones will do (though still not too sure why the deleting and renaming for but still it dries the job, and won't harm , he or she is cool... but nexus, just not sure what newbies will do with those codes cause people who r not that into codes and system might have a hard time using it, I mean to create a batch file and put those codes into it)
     
    Last edited: Feb 4, 2018
  8. Regah Productions

    Regah Productions Big Damn Hero

    Thanks, right now im reinstalling Starbound cause i had alredy unpacked my files and they were left with some missing, and i couldn't re-pack it and try it again so whatever, once it finishes i'll put that code @NexusTheBrony gave me and i'll try it there. Thanks again.

    EDIT: I installed it, unpacked again, now correctly, and got almost all files back :( there are still files missing and projectile folders with no code, this time in less amount. I tried opening Starbound, but it crashed again, here is the Log that i got:
    Code:
    [22:23:20.814] [Info] Root: Preparing Root...
    [22:23:20.817] [Info] Root: Done preparing Root.
    [22:23:20.817] [Info] Client Version 1.3.3 (windows x86_64) Source ID: c21069b204d626bfe673a047a2100d2fcd0766d4 Protocol: 743
    [22:23:20.817] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [22:23:20.818] [Warn] Root: Unrecognized file in asset directory 'ModHelperNTB.bat', skipping
    [22:23:20.818] [Warn] Root: Unrecognized file in asset directory 'StarboundModHelper.bat', skipping
    [22:23:21.634] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [22:23:21.635] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [22:23:21.635] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [22:23:21.635] [Info] Root: Detected unnamed asset source at '..\assets\unpacked'
    [22:23:21.635] [Info] Root: Detected unnamed asset source at '..\mods\ModGun'
    [22:23:21.635] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [22:23:21.635] [Info] Loading assets from: '..\assets\packed.pak'
    [22:23:22.503] [Info] Loading assets from: '..\assets\unpacked'
    [22:23:22.726] [Info] Loading assets from: '..\mods\ModGun'
    [22:23:22.727] [Info] Loading assets from: '..\assets\user'
    [22:23:23.766] [Info] Assets digest is b760a8bb83664ffa0409fcf573bb33aa419bc6d43067e554c0827d3aa975fc43
    [22:23:23.767] [Info] Root: Loaded Assets in 2.94848 seconds
    [22:23:23.785] [Info] Application: Initializing SDL Video
    [22:23:23.793] [Info] Application: Initializing SDL Joystick
    [22:23:23.978] [Info] Application: Initializing SDL Sound
    [22:23:24.612] [Info] Initialized Steam services
    [22:23:24.616] [Info] Application: Creating SDL Window
    [22:23:26.013] [Info] Application: Enabling VSync with late swap tearing
    [22:23:26.060] [Info] Application: Opened default audio device with 44.1khz / 16 bit stereo audio, 2048 sample size buffer
    [22:23:26.067] [Info] OpenGL version: '4.5.13491 Compatibility Profile Context 22.19.662.4' vendor: 'ATI Technologies Inc.' renderer: 'AMD Radeon HD 7700 Series' shader: '4.50'
    [22:23:26.088] [Info] Application: initialization...
    [22:23:26.096] [Info] Root: Loaded Configuration in 0.00827097 seconds
    [22:23:26.097] [Info] Application: Disabling VSync
    [22:23:26.435] [Info] Application: renderer initialization...
    [22:23:26.509] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [22:23:26.515] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [22:23:26.553] [Info] Root: Loaded ImageMetadataDatabase in 1.82854e-06 seconds
    [22:23:26.657] [Info] Application: main update loop...
    [22:23:26.704] [Info] Loading mods from user generated content with id '730815863' from directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\730815863'
    [22:23:26.704] [Info] Loading mods from user generated content with id '729426722' from directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729426722'
    [22:23:26.704] [Info] Loading mods from user generated content with id '864047556' from directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\864047556'
    [22:23:26.705] [Info] Loading mods from user generated content with id '729558042' from directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729558042'
    [22:23:26.705] [Info] Loading mods from user generated content with id '737732952' from directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\737732952'
    [22:23:26.705] [Info] Loading mods from user generated content with id '740613738' from directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\740613738'
    [22:23:26.705] [Info] Loading mods from user generated content with id '729597107' from directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729597107'
    [22:23:26.705] [Info] Loading mods from user generated content with id '1127029824' from directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\1127029824'
    [22:23:26.705] [Info] Loading mods from user generated content with id '729791646' from directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729791646'
    [22:23:26.706] [Info] Loading mods from user generated content with id '1082333529' from directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\1082333529'
    [22:23:26.706] [Info] Loading mods from user generated content with id '1136914532' from directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\1136914532'
    [22:23:26.706] [Info] Reloading to include all user generated content
    [22:23:26.706] [Info] Root: Reloading from disk
    [22:23:26.706] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [22:23:26.805] [Info] Root: Loaded Configuration in 0.00321828 seconds
    [22:23:26.805] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [22:23:26.805] [Warn] Root: Unrecognized file in asset directory 'ModHelperNTB.bat', skipping
    [22:23:26.805] [Warn] Root: Unrecognized file in asset directory 'StarboundModHelper.bat', skipping
    [22:23:27.599] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [22:23:27.600] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [22:23:27.600] [Info] Root: Scanning for asset sources in directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\730815863'
    [22:23:27.601] [Info] Root: Scanning for asset sources in directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729426722'
    [22:23:27.601] [Info] Root: Scanning for asset sources in directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\864047556'
    [22:23:27.603] [Info] Root: Scanning for asset sources in directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729558042'
    [22:23:27.633] [Info] Root: Scanning for asset sources in directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\737732952'
    [22:23:27.634] [Info] Root: Scanning for asset sources in directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\740613738'
    [22:23:27.634] [Info] Root: Scanning for asset sources in directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729597107'
    [22:23:27.640] [Info] Root: Scanning for asset sources in directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\1127029824'
    [22:23:27.641] [Info] Root: Scanning for asset sources in directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729791646'
    [22:23:27.641] [Info] Root: Scanning for asset sources in directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\1082333529'
    [22:23:27.642] [Info] Root: Scanning for asset sources in directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\1136914532'
    [22:23:27.643] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [22:23:27.643] [Info] Root: Detected asset source named 'xbawks' at 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729426722\contents.pak'
    [22:23:27.643] [Info] Root: Detected unnamed asset source at '..\assets\unpacked'
    [22:23:27.643] [Info] Root: Detected unnamed asset source at '..\mods\ModGun'
    [22:23:27.643] [Info] Root: Detected asset source named 'Nuru's Foliage for Florans' at 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\730815863\contents.pak'
    [22:23:27.643] [Info] Root: Detected asset source named 'Juke+' at 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\864047556\contents.pak'
    [22:23:27.643] [Info] Root: Detected asset source named 'Avali' at 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729558042\contents.pak'
    [22:23:27.643] [Info] Root: Detected asset source named 'byos' at 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\737732952\contents.pak'
    [22:23:27.643] [Info] Root: Detected asset source named 'byoscr' at 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\740613738\contents.pak'
    [22:23:27.643] [Info] Root: Detected asset source named 'Familiars' at 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729597107\contents.pak'
    [22:23:27.643] [Info] Root: Detected asset source named 'Planet Transponder' at 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\1127029824\contents.pak'
    [22:23:27.643] [Info] Root: Detected asset source named 'ExtraZoomLevels' at 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729791646\contents.pak'
    [22:23:27.643] [Info] Root: Detected asset source named 'Pocket World Mod' at 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\1082333529\contents.pak'
    [22:23:27.643] [Info] Root: Detected asset source named 'Missing spacestation rooms' at 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\1136914532\contents.pak'
    [22:23:27.643] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [22:23:27.643] [Info] Loading assets from: '..\assets\packed.pak'
    [22:23:28.480] [Info] Loading assets from: 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729426722\contents.pak'
    [22:23:28.480] [Info] Loading assets from: '..\assets\unpacked'
    [22:23:28.694] [Info] Loading assets from: '..\mods\ModGun'
    [22:23:28.695] [Info] Loading assets from: 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\730815863\contents.pak'
    [22:23:28.696] [Info] Loading assets from: 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\864047556\contents.pak'
    [22:23:28.697] [Info] Loading assets from: 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729558042\contents.pak'
    [22:23:28.729] [Info] Loading assets from: 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\737732952\contents.pak'
    [22:23:28.730] [Info] Loading assets from: 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\740613738\contents.pak'
    [22:23:28.730] [Info] Loading assets from: 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729597107\contents.pak'
    [22:23:28.738] [Info] Loading assets from: 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\1127029824\contents.pak'
    [22:23:28.738] [Info] Loading assets from: 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729791646\contents.pak'
    [22:23:28.738] [Info] Loading assets from: 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\1082333529\contents.pak'
    [22:23:28.739] [Info] Loading assets from: 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\1136914532\contents.pak'
    [22:23:28.740] [Info] Loading assets from: '..\assets\user'
    [22:23:29.890] [Info] Assets digest is 7a4b77db0696ba56d2697f47f48da202585ec11c19f3df9bb9551fc28bedea1f
    [22:23:29.890] [Info] Root: Loaded Assets in 3.08535 seconds
    [22:23:29.926] [Info] Root: Loaded NameGenerator in 0.0345332 seconds
    [22:23:29.973] [Info] Root: Loaded ImageMetadataDatabase in 3.65713e-06 seconds
    [22:23:31.319] [Info] Root: Loaded PlantDatabase in 1.40508 seconds
    [22:23:32.291] [Error] Exception caught loading asset: /projectiles/throwable/throwingblood/throwingblood.projectile, (AssetException) Could not read JSON asset /projectiles/throwable/throwingblood/throwingblood.projectile
    [0] 13f397153 Star::captureStack
    [1] 13f395ede Star::StarException::StarException
    [2] 13f395fc8 Star::StarException::StarException
    [3] 13f3a6b60 Star::AssetException::AssetException
    [4] 13fcda391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()'::`1'::catch$25
    [5] 7fef88fc2e0 _C_specific_handler
    [6] 7fef88f2a23 _FrameUnwindFilter
    [7] 77cdbaf3 RtlRestoreContext
    [8] 13f3a964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [9] 13f3a1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 13f3a45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 13f3a25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 13f3aa286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 13f74a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [14] 13f3b3d68 Star::Assets::processAssetData
    [15] 13f3b1e18 Star::Assets::loadJson
    [16] 13f3b111d Star::Assets::loadAsset
    [17] 13f3ae32f Star::Assets::doLoad
    [18] 13f3afe1b Star::Assets::getAsset
    [19] 13f3b0dd2 Star::Assets::json
    [20] 13f6ff40d Star::ProjectileDatabase::readConfig
    [21] 13f6fdc42 Star::ProjectileDatabase::ProjectileDatabase
    [22] 13f744bf5 std::make_shared<Star::ProjectileDatabase>
    [23] 13f749659 <lambda_67788dd1a3e3976844d860f14f3da574>::operator()
    [24] 13f73aebf std::_Invoker_functor::_Call<<lambda_67788dd1a3e3976844d860f14f3da574> & __ptr64>
    [25] 13f73edc6 std::invoke<<lambda_67788dd1a3e3976844d860f14f3da574> & __ptr64>
    [26] 13f73cac9 std::_Invoke_ret<std::shared_ptr<Star::ProjectileDatabase>,<lambda_67788dd1a3e3976844d860f14f3da574> & __ptr64>
    [27] 13f74b8b6 std::_Func_impl<<lambda_67788dd1a3e3976844d860f14f3da574>,std::allocator<int>,std::shared_ptr<Star::ProjectileDatabase> >::_Do_call
    [28] 13f74a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [29] 13f741ed3 Star::Root::loadMemberFunction<Star::ProjectileDatabase>
    [30] 13f73f919 Star::Root::loadMember<Star::ProjectileDatabase>
    [31] 13f750d82 Star::Root::projectileDatabase
    [32] 13f73b3a0 std::_Invoker_pmf_pointer::_Call<std::shared_ptr<Star::CollectionDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [33] 13f73ebd9 std::invoke<std::shared_ptr<Star::VersioningDatabase const > (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [34] 13f73c5ec std::_Invoke_ret<std::shared_ptr<Star::Configuration> (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [35] 13f73b42e std::_Call_binder<std::_Unforced,0,std::shared_ptr<Star::StagehandDatabase const > (__cdecl Star::Root::*)(void) __ptr64,std::tuple<Star::Root * __ptr64>,std::tuple<> >
    [36] 13f73ab8e std::_Binder<std::_Unforced,std::shared_ptr<Star::LiquidsDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const>::operator()<>
    [37] 13f74b592 std::_Func_impl<Star::SwallowReturn<std::_Binder<std::_Unforced,std::shared_ptr<Star::TreasureDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const> >,std::allocator<int>,void>::_Do_call
    [38] 13f38dc1b <lambda_7b083dc4bdd496712d99e51bb49515b5>::operator()
    [39] 13f38ea42 Star::WorkerPool::WorkerThread::run
    [40] 13f393c5e Star::ThreadImpl::runThread
    [41] 77a659cd BaseThreadInitThunk
    [42] 77cc383d RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /projectiles/throwable/throwingblood/throwingblood.projectile
    [0] 13f397153 Star::captureStack
    [1] 13f395ede Star::StarException::StarException
    [2] 13f395fc8 Star::StarException::StarException
    [3] 13f3a7a60 Star::JsonParsingException::JsonParsingException
    [4] 13fcdb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7fef88fc2e0 _C_specific_handler
    [6] 7fef88f2a23 _FrameUnwindFilter
    [7] 77cdbaf3 RtlRestoreContext
    [8] 13f3b436a Star::Assets::readJson
    [9] 13f3a964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [10] 13f3a1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 13f3a45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 13f3a25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 13f3aa286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 13f74a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [15] 13f3b3d68 Star::Assets::processAssetData
    [16] 13f3b1e18 Star::Assets::loadJson
    [17] 13f3b111d Star::Assets::loadAsset
    [18] 13f3ae32f Star::Assets::doLoad
    [19] 13f3afe1b Star::Assets::getAsset
    [20] 13f3b0dd2 Star::Assets::json
    [21] 13f6ff40d Star::ProjectileDatabase::readConfig
    [22] 13f6fdc42 Star::ProjectileDatabase::ProjectileDatabase
    [23] 13f744bf5 std::make_shared<Star::ProjectileDatabase>
    [24] 13f749659 <lambda_67788dd1a3e3976844d860f14f3da574>::operator()
    [25] 13f73aebf std::_Invoker_functor::_Call<<lambda_67788dd1a3e3976844d860f14f3da574> & __ptr64>
    [26] 13f73edc6 std::invoke<<lambda_67788dd1a3e3976844d860f14f3da574> & __ptr64>
    [27] 13f73cac9 std::_Invoke_ret<std::shared_ptr<Star::ProjectileDatabase>,<lambda_67788dd1a3e3976844d860f14f3da574> & __ptr64>
    [28] 13f74b8b6 std::_Func_impl<<lambda_67788dd1a3e3976844d860f14f3da574>,std::allocator<int>,std::shared_ptr<Star::ProjectileDatabase> >::_Do_call
    [29] 13f74a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [30] 13f741ed3 Star::Root::loadMemberFunction<Star::ProjectileDatabase>
    [31] 13f73f919 Star::Root::loadMember<Star::ProjectileDatabase>
    [32] 13f750d82 Star::Root::projectileDatabase
    [33] 13f73b3a0 std::_Invoker_pmf_pointer::_Call<std::shared_ptr<Star::CollectionDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [34] 13f73ebd9 std::invoke<std::shared_ptr<Star::VersioningDatabase const > (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [35] 13f73c5ec std::_Invoke_ret<std::shared_ptr<Star::Configuration> (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [36] 13f73b42e std::_Call_binder<std::_Unforced,0,std::shared_ptr<Star::StagehandDatabase const > (__cdecl Star::Root::*)(void) __ptr64,std::tuple<Star::Root * __ptr64>,std::tuple<> >
    [37] 13f73ab8e std::_Binder<std::_Unforced,std::shared_ptr<Star::LiquidsDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const>::operator()<>
    [38] 13f74b592 std::_Func_impl<Star::SwallowReturn<std::_Binder<std::_Unforced,std::shared_ptr<Star::TreasureDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const> >,std::allocator<int>,void>::_Do_call
    [39] 13f38dc1b <lambda_7b083dc4bdd496712d99e51bb49515b5>::operator()
    [40] 13f38ea42 Star::WorkerPool::WorkerThread::run
    [41] 13f393c5e Star::ThreadImpl::runThread
    [42] 77a659cd BaseThreadInitThunk
    [43] 77cc383d RtlUserThreadStart
    Caused by: (JsonParsingException) Json object contains a duplicate entry for key 'damageKind'
    [0] 13f397153 Star::captureStack
    [1] 13f395ede Star::StarException::StarException
    [2] 13f33ed03 Star::JsonBuilderStream::endObject
    [3] 13f3b2671 Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::object
    [4] 13f3b68fc Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::top
    [5] 13f3b2874 Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [6] 13f3a436d Star::inputUtf8Json<char * __ptr64>
    [7] 13f3b436a Star::Assets::readJson
    [8] 13f3a964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [9] 13f3a1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 13f3a45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 13f3a25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 13f3aa286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 13f74a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [14] 13f3b3d68 Star::Assets::processAssetData
    [15] 13f3b1e18 Star::Assets::loadJson
    [16] 13f3b111d Star::Assets::loadAsset
    [17] 13f3ae32f Star::Assets::doLoad
    [18] 13f3afe1b Star::Assets::getAsset
    [19] 13f3b0dd2 Star::Assets::json
    [20] 13f6ff40d Star::ProjectileDatabase::readConfig
    [21] 13f6fdc42 Star::ProjectileDatabase::ProjectileDatabase
    [22] 13f744bf5 std::make_shared<Star::ProjectileDatabase>
    [23] 13f749659 <lambda_67788dd1a3e3976844d860f14f3da574>::operator()
    [24] 13f73aebf std::_Invoker_functor::_Call<<lambda_67788dd1a3e3976844d860f14f3da574> & __ptr64>
    [25] 13f73edc6 std::invoke<<lambda_67788dd1a3e3976844d860f14f3da574> & __ptr64>
    [26] 13f73cac9 std::_Invoke_ret<std::shared_ptr<Star::ProjectileDatabase>,<lambda_67788dd1a3e3976844d860f14f3da574> & __ptr64>
    [27] 13f74b8b6 std::_Func_impl<<lambda_67788dd1a3e3976844d860f14f3da574>,std::allocator<int>,std::shared_ptr<Star::ProjectileDatabase> >::_Do_call
    [28] 13f74a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [29] 13f741ed3 Star::Root::loadMemberFunction<Star::ProjectileDatabase>
    [30] 13f73f919 Star::Root::loadMember<Star::ProjectileDatabase>
    [31] 13f750d82 Star::Root::projectileDatabase
    [32] 13f73b3a0 std::_Invoker_pmf_pointer::_Call<std::shared_ptr<Star::CollectionDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [33] 13f73ebd9 std::invoke<std::shared_ptr<Star::VersioningDatabase const > (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [34] 13f73c5ec std::_Invoke_ret<std::shared_ptr<Star::Configuration> (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [35] 13f73b42e std::_Call_binder<std::_Unforced,0,std::shared_ptr<Star::StagehandDatabase const > (__cdecl Star::Root::*)(void) __ptr64,std::tuple<Star::Root * __ptr64>,std::tuple<> >
    [36] 13f73ab8e std::_Binder<std::_Unforced,std::shared_ptr<Star::LiquidsDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const>::operator()<>
    [37] 13f74b592 std::_Func_impl<Star::SwallowReturn<std::_Binder<std::_Unforced,std::shared_ptr<Star::TreasureDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const> >,std::allocator<int>,void>::_Do_call
    [38] 13f38dc1b <lambda_7b083dc4bdd496712d99e51bb49515b5>::operator()
    [39] 13f38ea42 Star::WorkerPool::WorkerThread::run
    [40] 13f393c5e Star::ThreadImpl::runThread
    [41] 77a659cd BaseThreadInitThunk
    [42] 77cc383d RtlUserThreadStart
    [22:23:32.305] [Error] Could not read projectile '/projectiles/throwable/throwingblood/throwingblood.projectile', error: (AssetException) Error loading asset /projectiles/throwable/throwingblood/throwingblood.projectile
    [22:23:32.678] [Info] Root: Loaded ProjectileDatabase in 1.35916 seconds
    [22:23:32.926] [Error] Object ghostjuke defined twice, second time from /objects/Ghost Juke/starjuke.object
    [22:23:33.036] [Info] Root: Loaded ObjectDatabase in 3.15683 seconds
    [22:23:33.116] [Info] Root: Loaded MonsterDatabase in 0.437933 seconds
    [22:23:33.123] [Info] Root: Loaded StagehandDatabase in 0.00721881 seconds
    [22:23:33.133] [Info] Root: Loaded VehicleDatabase in 0.00929167 seconds
    [22:23:33.158] [Info] Root: Loaded PlayerFactory in 0.0253073 seconds
    [22:23:33.171] [Info] Root: Loaded NpcDatabase in 0.134746 seconds
    [22:23:33.176] [Info] Root: Loaded VersioningDatabase in 0.00545022 seconds
    [22:23:33.176] [Info] Root: Loaded EntityFactory in 0.0181818 seconds
    [22:23:33.275] [Info] Root: Loaded ParticleDatabase in 0.0986632 seconds
    [22:23:33.884] [Info] Root: Loaded MaterialDatabase in 0.707756 seconds
    [22:23:33.941] [Info] Root: Loaded TerrainDatabase in 0.0572707 seconds
    [22:23:34.178] [Info] Root: Loaded BiomeDatabase in 0.236522 seconds
    [22:23:34.180] [Info] Root: Loaded LiquidsDatabase in 0.00181613 seconds
    [22:23:34.199] [Info] Root: Loaded StatusEffectDatabase in 0.0192336 seconds
    [22:23:34.948] [Info] Root: Loaded DamageDatabase in 0.7485 seconds
    [22:23:34.973] [Info] Root: Loaded EffectSourceDatabase in 0.0253487 seconds
    [22:23:34.999] [Info] Root: Loaded FunctionDatabase in 0.0260706 seconds
    [22:23:35.080] [Info] Root: Loaded TreasureDatabase in 0.0802276 seconds
    [22:23:36.003] [Info] Root: Loaded DungeonDefinitions in 0.922792 seconds
    [22:23:36.003] [Info] Root: Loaded TilesetDatabase in 0.000150674 seconds
    [22:23:36.013] [Info] Root: Loaded StatisticsDatabase in 0.00994922 seconds
    [22:23:36.013] [Info] Root: Loaded EmoteProcessor in 9.4354e-05 seconds
    [22:23:36.088] [Info] Root: Loaded SpeciesDatabase in 0.0750494 seconds
    [22:23:36.191] [Info] Root: Loaded QuestTemplateDatabase in 0.10341 seconds
    [22:23:36.227] [Info] Root: Loaded AiDatabase in 0.0351542 seconds
    [22:23:36.229] [Info] Root: Loaded TechDatabase in 0.00229558 seconds
    [22:23:36.291] [Info] Root: Loaded CodexDatabase in 0.0620227 seconds
    [22:23:36.944] [Info] Root: Loaded BehaviorDatabase in 0.652856 seconds
    [22:23:36.955] [Info] Root: Loaded DanceDatabase in 0.0107201 seconds
    [22:23:36.970] [Info] Root: Loaded SpawnTypeDatabase in 0.0148315 seconds
    [22:23:36.976] [Info] Root: Loaded RadioMessageDatabase in 0.00585799 seconds
    [22:23:39.195] [Error] Could not instantiate item '[alienshotgun, 1, {}]'. (ItemException) No such item 'alienshotgun'
    [22:23:40.265] [Error] Could not instantiate item '[alienshotgun, 1, {}]'. (ItemException) No such item 'alienshotgun'
    [22:23:40.494] [Info] Root: Loaded ItemDatabase in 7.32352 seconds
    [22:23:40.697] [Info] Root: Loaded CollectionDatabase in 3.72089 seconds
    [22:23:41.984] [Error] Could not instantiate item '[flask, 40, {}]'. (ItemException) No such item 'flask'
    [22:23:42.002] [Error] Could not instantiate item '[catvettecontrollerflame, 1, {"inventoryIcon":"/items/active/vehiclecontroller/catvettecontroller.png:full","filled":true,"key":"9fe90a5a8a290da639e7bac589a6c1e3","vehicleStartHealthFactor":1}]'. (ItemException) No such item 'catvettecontrollerflame'
    [22:23:42.004] [Warn] Unique status effect 'felinfalldamage' not found in status effect database
    [22:23:42.089] [Error] Exception caught loading asset: /player.config:defaultCodexes.felin, (AssetException) Could not read JSON asset /player.config:defaultCodexes.felin
    [0] 13f397153 Star::captureStack
    [1] 13f395ede Star::StarException::StarException
    [2] 13f395fc8 Star::StarException::StarException
    [3] 13f3a6b60 Star::AssetException::AssetException
    [4] 13fcda391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()'::`1'::catch$25
    [5] 7fef88fc2e0 _C_specific_handler
    [6] 7fef88f2a23 _FrameUnwindFilter
    [7] 77cdbaf3 RtlRestoreContext
    [8] 13f3a967b <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [9] 13f3a1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 13f3a45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 13f3a25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 13f3aa286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 13f74a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [14] 13f3b3d68 Star::Assets::processAssetData
    [15] 13f3b1e18 Star::Assets::loadJson
    [16] 13f3b111d Star::Assets::loadAsset
    [17] 13f3ae32f Star::Assets::doLoad
    [18] 13f3afe1b Star::Assets::getAsset
    [19] 13f3b0dd2 Star::Assets::json
    [20] 13f6a9248 Star::PlayerCodexes::learnInitialCodexes
    [21] 13f689904 Star::Player::Player
    [22] 13f6b1748 std::make_shared<Star::Player,std::shared_ptr<Star::PlayerConfig> const & __ptr64,Star::Json const & __ptr64>
    [23] 13f6b299c Star::PlayerFactory::diskLoadPlayer
    [24] 13f4dae02 Star::EntityFactory::diskLoadEntity
    [25] 13f6d45bb Star::PlayerStorage::PlayerStorage
    [26] 13f2cef10 std::make_shared<Star::PlayerStorage,Star::String>
    [27] 13f2d62cc Star::ClientApplication::changeState
    [28] 13f2dce34 Star::ClientApplication::update
    [29] 13fadaa72 Star::SdlPlatform::run
    [30] 13fadac2d Star::runMainApplication
    [31] 13f2dff76 WinMain
    [32] 13fcc8daf __scrt_common_main_seh
    [33] 77a659cd BaseThreadInitThunk
    [34] 77cc383d RtlUserThreadStart
    Caused by: (AssetException) Could not read JSON value /player.config:defaultCodexes.felin
    [0] 13f397153 Star::captureStack
    [1] 13f395ede Star::StarException::StarException
    [2] 13f395fc8 Star::StarException::StarException
    [3] 13f3a6b60 Star::AssetException::AssetException
    [4] 13fcda333 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()'::`1'::catch$24
    [5] 7fef88fc2e0 _C_specific_handler
    [6] 7fef88f2a23 _FrameUnwindFilter
    [7] 77cdbaf3 RtlRestoreContext
    [8] 13f3a967b <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [9] 13f3a1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 13f3a45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 13f3a25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 13f3aa286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 13f74a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [14] 13f3b3d68 Star::Assets::processAssetData
    [15] 13f3b1e18 Star::Assets::loadJson
    [16] 13f3b111d Star::Assets::loadAsset
    [17] 13f3ae32f Star::Assets::doLoad
    [18] 13f3afe1b Star::Assets::getAsset
    [19] 13f3b0dd2 Star::Assets::json
    [20] 13f6a9248 Star::PlayerCodexes::learnInitialCodexes
    [21] 13f689904 Star::Player::Player
    [22] 13f6b1748 std::make_shared<Star::Player,std::shared_ptr<Star::PlayerConfig> const & __ptr64,Star::Json const & __ptr64>
    [23] 13f6b299c Star::PlayerFactory::diskLoadPlayer
    [24] 13f4dae02 Star::EntityFactory::diskLoadEntity
    [25] 13f6d45bb Star::PlayerStorage::PlayerStorage
    [26] 13f2cef10 std::make_shared<Star::PlayerStorage,Star::String>
    [27] 13f2d62cc Star::ClientApplication::changeState
    [28] 13f2dce34 Star::ClientApplication::update
    [29] 13fadaa72 Star::SdlPlatform::run
    [30] 13fadac2d Star::runMainApplication
    [31] 13f2dff76 WinMain
    [32] 13fcc8daf __scrt_common_main_seh
    [33] 77a659cd BaseThreadInitThunk
    [34] 77cc383d RtlUserThreadStart
    Caused by: (TraversalException) No such key 'felin' in pathGet("defaultCodexes.felin")
    [0] 13f397153 Star::captureStack
    [1] 13f395ede Star::StarException::StarException
    [2] 13f33133b Star::JsonPath::TraversalException::TraversalException
    [3] 13f32dcc6 Star::JsonPath::TraversalException::format<Star::String,Star::String>
    [4] 13f32f9bd Star::JsonPath::pathGet<Star::Json>
    [5] 13f33af8b Star::Json::query
    [6] 13f3a967b <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [7] 13f3a1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 13f3a45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 13f3a25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 13f3aa286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [11] 13f74a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [12] 13f3b3d68 Star::Assets::processAssetData
    [13] 13f3b1e18 Star::Assets::loadJson
    [14] 13f3b111d Star::Assets::loadAsset
    [15] 13f3ae32f Star::Assets::doLoad
    [16] 13f3afe1b Star::Assets::getAsset
    [17] 13f3b0dd2 Star::Assets::json
    [18] 13f6a9248 Star::PlayerCodexes::learnInitialCodexes
    [19] 13f689904 Star::Player::Player
    [20] 13f6b1748 std::make_shared<Star::Player,std::shared_ptr<Star::PlayerConfig> const & __ptr64,Star::Json const & __ptr64>
    [21] 13f6b299c Star::PlayerFactory::diskLoadPlayer
    [22] 13f4dae02 Star::EntityFactory::diskLoadEntity
    [23] 13f6d45bb Star::PlayerStorage::PlayerStorage
    [24] 13f2cef10 std::make_shared<Star::PlayerStorage,Star::String>
    [25] 13f2d62cc Star::ClientApplication::changeState
    [26] 13f2dce34 Star::ClientApplication::update
    [27] 13fadaa72 Star::SdlPlatform::run
    [28] 13fadac2d Star::runMainApplication
    [29] 13f2dff76 WinMain
    [30] 13fcc8daf __scrt_common_main_seh
    [31] 77a659cd BaseThreadInitThunk
    [32] 77cc383d RtlUserThreadStart
    [22:23:42.102] [Error] Failed to valid player with uuid d40498a7d162c328646a18805c886bd1 : (AssetException) Error loading asset /player.config:defaultCodexes.felin
    [0] 13f397153 Star::captureStack
    [1] 13f395ede Star::StarException::StarException
    [2] 13f3a39fa Star::AssetException::format<Star::AssetPath>
    [3] 13f3afedb Star::Assets::getAsset
    [4] 13f3b0dd2 Star::Assets::json
    [5] 13f6a9248 Star::PlayerCodexes::learnInitialCodexes
    [6] 13f689904 Star::Player::Player
    [7] 13f6b1748 std::make_shared<Star::Player,std::shared_ptr<Star::PlayerConfig> const & __ptr64,Star::Json const & __ptr64>
    [8] 13f6b299c Star::PlayerFactory::diskLoadPlayer
    [9] 13f4dae02 Star::EntityFactory::diskLoadEntity
    [10] 13f6d45bb Star::PlayerStorage::PlayerStorage
    [11] 13f2cef10 std::make_shared<Star::PlayerStorage,Star::String>
    [12] 13f2d62cc Star::ClientApplication::changeState
    [13] 13f2dce34 Star::ClientApplication::update
    [14] 13fadaa72 Star::SdlPlatform::run
    [15] 13fadac2d Star::runMainApplication
    [16] 13f2dff76 WinMain
    [17] 13fcc8daf __scrt_common_main_seh
    [18] 77a659cd BaseThreadInitThunk
    [19] 77cc383d RtlUserThreadStart
    [22:23:42.915] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [22:23:58.815] [Info] UniverseServer: Acquiring universe lock file
    [22:23:58.838] [Info] UniverseServer: Loading settings
    [22:23:58.853] [Info] UniverseServer: Starting UniverseServer with UUID: 8588531915e69b517ce51ea2b57d1d44
    [22:23:58.880] [Info] UniverseServer: Logged in player 'Andrew' locally
    [22:23:58.880] [Info] UniverseServer: Logged in account '<anonymous>' as player 'Andrew' from address local
    [22:23:58.921] [Info] UniverseServer: Loading system world (856583282, 852009452, -77866538) from disk storage
    [22:23:58.952] [Info] UniverseClient: Joined server as client 1
    [22:23:59.050] [Info] UniverseServer: Reviving player at ClientShipWorld:206eabbe33af278db96d1c82869961d9
    [22:23:59.050] [Info] UniverseServer: Client 'Andrew' <1> (local) connected
    [22:23:59.052] [Info] UniverseServer: Loading client ship world ClientShipWorld:206eabbe33af278db96d1c82869961d9
    [22:23:59.263] [Error] Application: exception thrown, shutting down: (ItemException) No such item 'alienshotgun'
    [0] 13f397153 Star::captureStack
    [1] 13f395ede Star::StarException::StarException
    [2] 13f51f26a Star::ItemException::format<Star::String>
    [3] 13f52de70 Star::ItemDatabase::itemData
    [4] 13f52dea9 Star::ItemDatabase::itemFriendlyName
    [5] 13fba5d5e <lambda_3587efe2ccaf69356a4760031378880e>::operator()
    [6] 13fba36a2 Star::sortByComputedValue<Star::List<Star::ItemRecipe,std::allocator<Star::ItemRecipe> >,<lambda_3587efe2ccaf69356a4760031378880e> >
    [7] 13fbaa8b6 Star::CraftingPane::determineRecipes
    [8] 13fbaeecb Star::CraftingPane::updateAvailableRecipes
    [9] 13fba50ad Star::CraftingPane::CraftingPane
    [10] 13fbc70a5 std::_Ref_count_obj<Star::CraftingPane>::_Ref_count_obj<Star::CraftingPane><std::shared_ptr<Star::WorldClient>,std::shared_ptr<Star::Player>,Star::MapMixin<Star::FlatHashMap<Star::String,Star::Json,Star::hash<Star::String,void>,std::equal_to<Star::String>,std::allocator<std::pair<Star::String const ,Star::Json> > > >,int>
    [11] 13fbcb905 std::make_shared<Star::CraftingPane,std::shared_ptr<Star::WorldClient>,std::shared_ptr<Star::Player>,Star::MapMixin<Star::FlatHashMap<Star::String,Star::Json,Star::hash<Star::String,void>,std::equal_to<Star::String>,std::allocator<std::pair<Star::String const ,Star::Json> > > >,int>
    [12] 13fbcdea5 Star::MainInterface::MainInterface
    [13] 13f2ca1e6 std::_Ref_count_obj<Star::MainInterface>::_Ref_count_obj<Star::MainInterface><std::shared_ptr<Star::UniverseClient> & __ptr64,std::shared_ptr<Star::WorldPainter> & __ptr64,std::shared_ptr<Star::Cinematic> & __ptr64>
    [14] 13f2cedab std::make_shared<Star::MainInterface,std::shared_ptr<Star::UniverseClient> & __ptr64,std::shared_ptr<Star::WorldPainter> & __ptr64,std::shared_ptr<Star::Cinematic> & __ptr64>
    [15] 13f2d74e9 Star::ClientApplication::changeState
    [16] 13f2df58f Star::ClientApplication::updateTitle
    [17] 13f2dce43 Star::ClientApplication::update
    [18] 13fadaa72 Star::SdlPlatform::run
    [19] 13fadac2d Star::runMainApplication
    [20] 13f2dff76 WinMain
    [21] 13fcc8daf __scrt_common_main_seh
    [22] 77a659cd BaseThreadInitThunk
    [23] 77cc383d RtlUserThreadStart
    [22:23:59.263] [Info] Application: shutdown...
    [22:23:59.264] [Info] UniverseClient: Client disconnecting...
    [22:23:59.458] [Info] UniverseServer: Client 'Andrew' <1> (local) disconnected for reason:
    [22:23:59.493] [Info] Protected dungeonIds for world set to (0, 65524)
    [22:23:59.601] [Info] UniverseServer: Stopping UniverseServer
    [22:24:01.418] [Info] Root: Shutting down Root
    [22:24:01.810] [Info] Application: Destroying SDL Window
    [22:24:02.202] [Info] Application: stopped gracefully
    
    And yes, i just noticed that there is an error with the projectile i made called trowingblood, also there is one that says couldn't find my alienshotgun mod i made, and it also seems its having problems with some old Mods i had. Since i can't access my Player, i'm gonna try remember if i had something from any Mod i could possibly had deleted and maybe that's it and im an idiot. I'm checking those errors out right now, if you find something else, please tell me.
     
    Last edited: Feb 5, 2018
  9. Random_NPC1996

    Random_NPC1996 Phantasmal Quasar

    No worries, and do reply if it worked or not, just like to keep my data up-to-date sometimes...
     
  10. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    put it in Notepad++ and change language to batch, then save it in the top directory of starbound. If you use notepad, it will save as a .txt, which will not work. you can change it to a .bat, but you will need to change some settings to see file extensions
     
  11. Regah Productions

    Regah Productions Big Damn Hero

    I copy-pasted your Code and saved it as a .bat file correctly, thank you a lot!
     
  12. Random_NPC1996

    Random_NPC1996 Phantasmal Quasar

    So... you crashed after a clean reinstall of starbound then I'll suggest : 1. pls do backup player files first cause you might want to have it, or if you don't really want to... 2. remove all the mods you have in there currently... cause i see there is this error:

    and those error basically are mod problems... which is kind of odd cause not sure you got the right version and the aliean shotgun... not sure what happened with your side over there but, yes, the mods are messing with you this time

    side not (not important): hey a cat person? Maybe I like ya'... (cause I like cats... they're cute, anyway not the point over here)
     
  13. Regah Productions

    Regah Productions Big Damn Hero

    I read that on the Log the error that makes starbound crash is "(ItemException) No such item 'alienshotgun'" so i tried changing everywhere it said alienshotgun to modshotgun, the player config patch, the recipe, and the weapon file, and it gave me this "(ItemException) No such item 'modshotgun'", so i must be missing something, somewhere, somehow, and it's somewhat a code i didnt saw in the tutorial i saw.
     
  14. Random_NPC1996

    Random_NPC1996 Phantasmal Quasar

    Is your _metadata present with the modshotgun mod folder?
     
  15. Regah Productions

    Regah Productions Big Damn Hero

    Yeeaah... that's gonna be a problem, cause even tho i have backed up my player that use Mods, i'm not sure that when i finish this, reistalling the Mods and putting back in my players will work properly, but whatever.

    Here:[​IMG]
     
  16. Random_NPC1996

    Random_NPC1996 Phantasmal Quasar

    Looks clean... which I mean no problem but still crashes when you're running on no mods? Have to make sure if that works first cause from the log file... I'm pretty sure you're also have mods like felin mod or something else which are pretty less likely will crash because the mod devs tested it to be clear, are said in the log that there's some error with it
     
  17. SpazDiesFirst360.0

    SpazDiesFirst360.0 Phantasmal Quasar

    Something I am noticing is that your assets are left as a folder,which could cause issues. If you don't know how to pack your assets, look in http://community.playstarbound.com/threads/how-to-successfully-pack-and-unpack-pak-files.66649/.

    If you are still experiencing issues after you uninstall all the mods, if you do, you may want to do a reinstall. If that doesn't work, you may want to send a report or the like.
     
    Last edited: Feb 5, 2018
  18. Regah Productions

    Regah Productions Big Damn Hero

    I've just deleted all my Mods and run it, and yes, it crashed again, because just like all the other logs, the main and olny reason that crashes is that it can't find my item, but look at this stupidly frustrating issue i got:
    Code:
    [23:52:00.401] [Info] Root: Preparing Root...
    [23:52:00.406] [Info] Root: Done preparing Root.
    [23:52:00.406] [Info] Client Version 1.3.3 (windows x86_64) Source ID: c21069b204d626bfe673a047a2100d2fcd0766d4 Protocol: 743
    [23:52:00.406] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [23:52:00.407] [Warn] Root: Unrecognized file in asset directory 'ModHelperNTB.bat', skipping
    [23:52:00.407] [Warn] Root: Unrecognized file in asset directory 'StarboundModHelper.bat', skipping
    [23:52:01.305] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [23:52:01.306] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [23:52:01.307] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [23:52:01.307] [Info] Root: Detected unnamed asset source at '..\assets\unpacked'
    [23:52:01.307] [Info] Root: Detected unnamed asset source at '..\mods\ModGun'
    [23:52:01.307] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [23:52:01.307] [Info] Loading assets from: '..\assets\packed.pak'
    [23:52:02.204] [Info] Loading assets from: '..\assets\unpacked'
    [23:52:02.469] [Info] Loading assets from: '..\mods\ModGun'
    [23:52:02.471] [Info] Loading assets from: '..\assets\user'
    [23:52:03.567] [Info] Assets digest is 659d70f9f7469dae86f97b255b4a0cb8e1f4b01463f034a62be2b7cf0002e147
    [23:52:03.567] [Info] Root: Loaded Assets in 3.16093 seconds
    [23:52:03.574] [Info] Application: Initializing SDL Video
    [23:52:03.583] [Info] Application: Initializing SDL Joystick
    [23:52:03.640] [Info] Application: Initializing SDL Sound
    [23:52:03.765] [Info] Initialized Steam services
    [23:52:03.767] [Info] Application: Creating SDL Window
    [23:52:04.153] [Info] Application: Enabling VSync with late swap tearing
    [23:52:04.183] [Info] Application: Opened default audio device with 44.1khz / 16 bit stereo audio, 2048 sample size buffer
    [23:52:04.190] [Info] OpenGL version: '4.5.13491 Compatibility Profile Context 22.19.662.4' vendor: 'ATI Technologies Inc.' renderer: 'AMD Radeon HD 7700 Series' shader: '4.50'
    [23:52:04.191] [Info] Application: initialization...
    [23:52:04.192] [Info] Root: Loaded Configuration in 0.00121051 seconds
    [23:52:04.193] [Info] Application: Disabling VSync
    [23:52:04.687] [Info] Application: renderer initialization...
    [23:52:04.689] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [23:52:04.689] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [23:52:04.692] [Info] Root: Loaded ImageMetadataDatabase in 2.55997e-06 seconds
    [23:52:04.726] [Info] Application: main update loop...
    [23:52:04.740] [Info] Loading mods from user generated content with id '730815863' from directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\730815863'
    [23:52:04.740] [Info] Reloading to include all user generated content
    [23:52:04.740] [Info] Root: Reloading from disk
    [23:52:04.740] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [23:52:05.103] [Info] Root: Loaded Configuration in 0.00132278 seconds
    [23:52:05.103] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [23:52:05.103] [Warn] Root: Unrecognized file in asset directory 'ModHelperNTB.bat', skipping
    [23:52:05.103] [Warn] Root: Unrecognized file in asset directory 'StarboundModHelper.bat', skipping
    [23:52:06.021] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [23:52:06.022] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [23:52:06.022] [Info] Root: Scanning for asset sources in directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\730815863'
    [23:52:06.023] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [23:52:06.023] [Info] Root: Detected unnamed asset source at '..\assets\unpacked'
    [23:52:06.023] [Info] Root: Detected unnamed asset source at '..\mods\ModGun'
    [23:52:06.023] [Info] Root: Detected asset source named 'Nuru's Foliage for Florans' at 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\730815863\contents.pak'
    [23:52:06.023] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [23:52:06.023] [Info] Loading assets from: '..\assets\packed.pak'
    [23:52:06.871] [Info] Loading assets from: '..\assets\unpacked'
    [23:52:07.142] [Info] Loading assets from: '..\mods\ModGun'
    [23:52:07.143] [Info] Loading assets from: 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\730815863\contents.pak'
    [23:52:07.144] [Info] Loading assets from: '..\assets\user'
    [23:52:08.355] [Info] Assets digest is e89ddf39e9846825499e01f8906046e80a0e1363fd098c0b0e87906dc4903a99
    [23:52:08.355] [Info] Root: Loaded Assets in 3.25232 seconds
    [23:52:08.358] [Info] Root: Loaded ImageMetadataDatabase in 5.12e-06 seconds
    [23:52:08.406] [Info] Root: Loaded NameGenerator in 0.0497282 seconds
    [23:52:08.560] [Info] Root: Loaded PlantDatabase in 0.154594 seconds
    [23:52:09.530] [Error] Exception caught loading asset: /projectiles/throwable/throwingblood/throwingblood.projectile, (AssetException) Could not read JSON asset /projectiles/throwable/throwingblood/throwingblood.projectile
    [0] 13f8b7153 Star::captureStack
    [1] 13f8b5ede Star::StarException::StarException
    [2] 13f8b5fc8 Star::StarException::StarException
    [3] 13f8c6b60 Star::AssetException::AssetException
    [4] 1401fa391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()'::`1'::catch$25
    [5] 7fef88fc2e0 _C_specific_handler
    [6] 7fef88f2a23 _FrameUnwindFilter
    [7] 77cdbaf3 RtlRestoreContext
    [8] 13f8c964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [9] 13f8c1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 13f8c45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 13f8c25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 13f8ca286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 13fc6a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [14] 13f8d3d68 Star::Assets::processAssetData
    [15] 13f8d1e18 Star::Assets::loadJson
    [16] 13f8d111d Star::Assets::loadAsset
    [17] 13f8ce32f Star::Assets::doLoad
    [18] 13f8cfe1b Star::Assets::getAsset
    [19] 13f8d0dd2 Star::Assets::json
    [20] 13fc1f40d Star::ProjectileDatabase::readConfig
    [21] 13fc1dc42 Star::ProjectileDatabase::ProjectileDatabase
    [22] 13fc64bf5 std::make_shared<Star::ProjectileDatabase>
    [23] 13fc69659 <lambda_67788dd1a3e3976844d860f14f3da574>::operator()
    [24] 13fc5aebf std::_Invoker_functor::_Call<<lambda_67788dd1a3e3976844d860f14f3da574> & __ptr64>
    [25] 13fc5edc6 std::invoke<<lambda_67788dd1a3e3976844d860f14f3da574> & __ptr64>
    [26] 13fc5cac9 std::_Invoke_ret<std::shared_ptr<Star::ProjectileDatabase>,<lambda_67788dd1a3e3976844d860f14f3da574> & __ptr64>
    [27] 13fc6b8b6 std::_Func_impl<<lambda_67788dd1a3e3976844d860f14f3da574>,std::allocator<int>,std::shared_ptr<Star::ProjectileDatabase> >::_Do_call
    [28] 13fc6a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [29] 13fc61ed3 Star::Root::loadMemberFunction<Star::ProjectileDatabase>
    [30] 13fc5f919 Star::Root::loadMember<Star::ProjectileDatabase>
    [31] 13fc70d82 Star::Root::projectileDatabase
    [32] 13fc5b3a0 std::_Invoker_pmf_pointer::_Call<std::shared_ptr<Star::CollectionDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [33] 13fc5ebd9 std::invoke<std::shared_ptr<Star::VersioningDatabase const > (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [34] 13fc5c5ec std::_Invoke_ret<std::shared_ptr<Star::Configuration> (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [35] 13fc5b42e std::_Call_binder<std::_Unforced,0,std::shared_ptr<Star::StagehandDatabase const > (__cdecl Star::Root::*)(void) __ptr64,std::tuple<Star::Root * __ptr64>,std::tuple<> >
    [36] 13fc5ab8e std::_Binder<std::_Unforced,std::shared_ptr<Star::LiquidsDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const>::operator()<>
    [37] 13fc6b592 std::_Func_impl<Star::SwallowReturn<std::_Binder<std::_Unforced,std::shared_ptr<Star::TreasureDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const> >,std::allocator<int>,void>::_Do_call
    [38] 13f8adc1b <lambda_7b083dc4bdd496712d99e51bb49515b5>::operator()
    [39] 13f8aea42 Star::WorkerPool::WorkerThread::run
    [40] 13f8b3c5e Star::ThreadImpl::runThread
    [41] 77a659cd BaseThreadInitThunk
    [42] 77cc383d RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /projectiles/throwable/throwingblood/throwingblood.projectile
    [0] 13f8b7153 Star::captureStack
    [1] 13f8b5ede Star::StarException::StarException
    [2] 13f8b5fc8 Star::StarException::StarException
    [3] 13f8c7a60 Star::JsonParsingException::JsonParsingException
    [4] 1401fb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7fef88fc2e0 _C_specific_handler
    [6] 7fef88f2a23 _FrameUnwindFilter
    [7] 77cdbaf3 RtlRestoreContext
    [8] 13f8d436a Star::Assets::readJson
    [9] 13f8c964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [10] 13f8c1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 13f8c45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 13f8c25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 13f8ca286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 13fc6a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [15] 13f8d3d68 Star::Assets::processAssetData
    [16] 13f8d1e18 Star::Assets::loadJson
    [17] 13f8d111d Star::Assets::loadAsset
    [18] 13f8ce32f Star::Assets::doLoad
    [19] 13f8cfe1b Star::Assets::getAsset
    [20] 13f8d0dd2 Star::Assets::json
    [21] 13fc1f40d Star::ProjectileDatabase::readConfig
    [22] 13fc1dc42 Star::ProjectileDatabase::ProjectileDatabase
    [23] 13fc64bf5 std::make_shared<Star::ProjectileDatabase>
    [24] 13fc69659 <lambda_67788dd1a3e3976844d860f14f3da574>::operator()
    [25] 13fc5aebf std::_Invoker_functor::_Call<<lambda_67788dd1a3e3976844d860f14f3da574> & __ptr64>
    [26] 13fc5edc6 std::invoke<<lambda_67788dd1a3e3976844d860f14f3da574> & __ptr64>
    [27] 13fc5cac9 std::_Invoke_ret<std::shared_ptr<Star::ProjectileDatabase>,<lambda_67788dd1a3e3976844d860f14f3da574> & __ptr64>
    [28] 13fc6b8b6 std::_Func_impl<<lambda_67788dd1a3e3976844d860f14f3da574>,std::allocator<int>,std::shared_ptr<Star::ProjectileDatabase> >::_Do_call
    [29] 13fc6a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [30] 13fc61ed3 Star::Root::loadMemberFunction<Star::ProjectileDatabase>
    [31] 13fc5f919 Star::Root::loadMember<Star::ProjectileDatabase>
    [32] 13fc70d82 Star::Root::projectileDatabase
    [33] 13fc5b3a0 std::_Invoker_pmf_pointer::_Call<std::shared_ptr<Star::CollectionDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [34] 13fc5ebd9 std::invoke<std::shared_ptr<Star::VersioningDatabase const > (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [35] 13fc5c5ec std::_Invoke_ret<std::shared_ptr<Star::Configuration> (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [36] 13fc5b42e std::_Call_binder<std::_Unforced,0,std::shared_ptr<Star::StagehandDatabase const > (__cdecl Star::Root::*)(void) __ptr64,std::tuple<Star::Root * __ptr64>,std::tuple<> >
    [37] 13fc5ab8e std::_Binder<std::_Unforced,std::shared_ptr<Star::LiquidsDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const>::operator()<>
    [38] 13fc6b592 std::_Func_impl<Star::SwallowReturn<std::_Binder<std::_Unforced,std::shared_ptr<Star::TreasureDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const> >,std::allocator<int>,void>::_Do_call
    [39] 13f8adc1b <lambda_7b083dc4bdd496712d99e51bb49515b5>::operator()
    [40] 13f8aea42 Star::WorkerPool::WorkerThread::run
    [41] 13f8b3c5e Star::ThreadImpl::runThread
    [42] 77a659cd BaseThreadInitThunk
    [43] 77cc383d RtlUserThreadStart
    Caused by: (JsonParsingException) Json object contains a duplicate entry for key 'damageKind'
    [0] 13f8b7153 Star::captureStack
    [1] 13f8b5ede Star::StarException::StarException
    [2] 13f85ed03 Star::JsonBuilderStream::endObject
    [3] 13f8d2671 Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::object
    [4] 13f8d68fc Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::top
    [5] 13f8d2874 Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [6] 13f8c436d Star::inputUtf8Json<char * __ptr64>
    [7] 13f8d436a Star::Assets::readJson
    [8] 13f8c964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [9] 13f8c1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 13f8c45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 13f8c25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 13f8ca286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 13fc6a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [14] 13f8d3d68 Star::Assets::processAssetData
    [15] 13f8d1e18 Star::Assets::loadJson
    [16] 13f8d111d Star::Assets::loadAsset
    [17] 13f8ce32f Star::Assets::doLoad
    [18] 13f8cfe1b Star::Assets::getAsset
    [19] 13f8d0dd2 Star::Assets::json
    [20] 13fc1f40d Star::ProjectileDatabase::readConfig
    [21] 13fc1dc42 Star::ProjectileDatabase::ProjectileDatabase
    [22] 13fc64bf5 std::make_shared<Star::ProjectileDatabase>
    [23] 13fc69659 <lambda_67788dd1a3e3976844d860f14f3da574>::operator()
    [24] 13fc5aebf std::_Invoker_functor::_Call<<lambda_67788dd1a3e3976844d860f14f3da574> & __ptr64>
    [25] 13fc5edc6 std::invoke<<lambda_67788dd1a3e3976844d860f14f3da574> & __ptr64>
    [26] 13fc5cac9 std::_Invoke_ret<std::shared_ptr<Star::ProjectileDatabase>,<lambda_67788dd1a3e3976844d860f14f3da574> & __ptr64>
    [27] 13fc6b8b6 std::_Func_impl<<lambda_67788dd1a3e3976844d860f14f3da574>,std::allocator<int>,std::shared_ptr<Star::ProjectileDatabase> >::_Do_call
    [28] 13fc6a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [29] 13fc61ed3 Star::Root::loadMemberFunction<Star::ProjectileDatabase>
    [30] 13fc5f919 Star::Root::loadMember<Star::ProjectileDatabase>
    [31] 13fc70d82 Star::Root::projectileDatabase
    [32] 13fc5b3a0 std::_Invoker_pmf_pointer::_Call<std::shared_ptr<Star::CollectionDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [33] 13fc5ebd9 std::invoke<std::shared_ptr<Star::VersioningDatabase const > (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [34] 13fc5c5ec std::_Invoke_ret<std::shared_ptr<Star::Configuration> (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [35] 13fc5b42e std::_Call_binder<std::_Unforced,0,std::shared_ptr<Star::StagehandDatabase const > (__cdecl Star::Root::*)(void) __ptr64,std::tuple<Star::Root * __ptr64>,std::tuple<> >
    [36] 13fc5ab8e std::_Binder<std::_Unforced,std::shared_ptr<Star::LiquidsDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const>::operator()<>
    [37] 13fc6b592 std::_Func_impl<Star::SwallowReturn<std::_Binder<std::_Unforced,std::shared_ptr<Star::TreasureDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const> >,std::allocator<int>,void>::_Do_call
    [38] 13f8adc1b <lambda_7b083dc4bdd496712d99e51bb49515b5>::operator()
    [39] 13f8aea42 Star::WorkerPool::WorkerThread::run
    [40] 13f8b3c5e Star::ThreadImpl::runThread
    [41] 77a659cd BaseThreadInitThunk
    [42] 77cc383d RtlUserThreadStart
    [23:52:09.551] [Error] Could not read projectile '/projectiles/throwable/throwingblood/throwingblood.projectile', error: (AssetException) Error loading asset /projectiles/throwable/throwingblood/throwingblood.projectile
    [23:52:09.617] [Info] Root: Loaded ObjectDatabase in 1.26056 seconds
    [23:52:09.942] [Info] Root: Loaded ProjectileDatabase in 1.38194 seconds
    [23:52:10.079] [Info] Root: Loaded MonsterDatabase in 0.461772 seconds
    [23:52:10.081] [Info] Root: Loaded StagehandDatabase in 0.00213247 seconds
    [23:52:10.087] [Info] Root: Loaded NpcDatabase in 0.144324 seconds
    [23:52:10.089] [Info] Root: Loaded VehicleDatabase in 0.007172 seconds
    [23:52:10.095] [Info] Root: Loaded PlayerFactory in 0.00860815 seconds
    [23:52:10.098] [Info] Root: Loaded VersioningDatabase in 0.0026975 seconds
    [23:52:10.098] [Info] Root: Loaded EntityFactory in 0.0098322 seconds
    [23:52:10.202] [Info] Root: Loaded ParticleDatabase in 0.103879 seconds
    [23:52:10.677] [Info] Root: Loaded MaterialDatabase in 0.578048 seconds
    [23:52:10.689] [Info] Root: Loaded TerrainDatabase in 0.0123874 seconds
    [23:52:10.774] [Info] Root: Loaded BiomeDatabase in 0.0848546 seconds
    [23:52:10.776] [Info] Root: Loaded LiquidsDatabase in 0.00166619 seconds
    [23:52:10.792] [Info] Root: Loaded StatusEffectDatabase in 0.0164234 seconds
    [23:52:11.609] [Info] Root: Loaded DamageDatabase in 0.816891 seconds
    [23:52:11.620] [Info] Root: Loaded EffectSourceDatabase in 0.0103947 seconds
    [23:52:11.628] [Info] Root: Loaded FunctionDatabase in 0.00822379 seconds
    [23:52:11.715] [Info] Root: Loaded TreasureDatabase in 0.0871703 seconds
    [23:52:12.194] [Info] Root: Loaded DungeonDefinitions in 0.478853 seconds
    [23:52:12.194] [Info] Root: Loaded TilesetDatabase in 6.29027e-05 seconds
    [23:52:12.199] [Info] Root: Loaded StatisticsDatabase in 0.004883 seconds
    [23:52:12.200] [Info] Root: Loaded EmoteProcessor in 0.000113005 seconds
    [23:52:12.232] [Info] Root: Loaded SpeciesDatabase in 0.0325986 seconds
    [23:52:12.322] [Info] Root: Loaded QuestTemplateDatabase in 0.0892643 seconds
    [23:52:12.340] [Info] Root: Loaded AiDatabase in 0.0186846 seconds
    [23:52:12.343] [Info] Root: Loaded TechDatabase in 0.00262692 seconds
    [23:52:12.492] [Info] Root: Loaded CodexDatabase in 0.156322 seconds
    [23:52:14.313] [Info] Root: Loaded BehaviorDatabase in 1.83868 seconds
    [23:52:14.521] [Info] Root: Loaded DanceDatabase in 0.207583 seconds
    [23:52:14.632] [Info] Root: Loaded SpawnTypeDatabase in 0.111081 seconds
    [23:52:14.763] [Info] Root: Loaded RadioMessageDatabase in 0.131005 seconds
    [23:52:20.832] [Error] Could not instantiate item '[modshotgun, 1, {}]'. (ItemException) No such item 'modshotgun'
    [23:52:22.123] [Error] Could not instantiate item '[modshotgun, 1, {}]'. (ItemException) No such item 'modshotgun'
    [23:52:22.174] [Info] Root: Loaded ItemDatabase in 12.1582 seconds
    [23:52:22.373] [Info] Root: Loaded CollectionDatabase in 7.66387 seconds
    [23:52:23.337] [Error] Could not instantiate item '[avaliarmor2head, 1, {}]'. (ItemException) No such item 'avaliarmor2head'
    [23:52:23.351] [Error] Could not instantiate item '[avaliarmor3pants, 1, {}]'. (ItemException) No such item 'avaliarmor3pants'
    [23:52:23.367] [Error] Could not instantiate item '[avaliglass, 96, {}]'. (ItemException) No such item 'avaliglass'
    [23:52:23.381] [Error] Could not instantiate item '[avaliplatform, 1000, {}]'. (ItemException) No such item 'avaliplatform'
    [23:52:23.394] [Error] Could not instantiate item '[avaliplatform, 200, {}]'. (ItemException) No such item 'avaliplatform'
    [23:52:23.407] [Error] Could not instantiate item '[avalistairs, 1000, {}]'. (ItemException) No such item 'avalistairs'
    [23:52:23.419] [Error] Could not instantiate item '[avalistairs, 90, {}]'. (ItemException) No such item 'avalistairs'
    [23:52:23.445] [Error] Could not instantiate item '[avalichair2, 40, {}]'. (ItemException) No such item 'avalichair2'
    [23:52:23.478] [Error] Could not instantiate item '[aerogel, 1000, {}]'. (ItemException) No such item 'aerogel'
    [23:52:23.491] [Error] Could not instantiate item '[aerogel, 480, {}]'. (ItemException) No such item 'aerogel'
    [23:52:23.510] [Error] Could not instantiate item '[avaliracial1chest, 1, {"colorIndex":112918397}]'. (ItemException) No such item 'avaliracial1chest'
    [23:52:23.522] [Error] Could not instantiate item '[avaliracial1pants, 1, {"colorIndex":1372940201}]'. (ItemException) No such item 'avaliracial1pants'
    [23:52:23.536] [Error] Could not instantiate item '[avaliminigun, 1, {"level":6,"rarity":"Legendary","shortdescription":"MG6 Hailstorm","altAbilityType":"burstshot"}]'. (ItemException) No such item 'avaliminigun'
    [23:52:23.548] [Error] Could not instantiate item '[avalipistol, 1, {"level":6,"rarity":"Legendary","shortdescription":"PD6 Frostbite"}]'. (ItemException) No such item 'avalipistol'
    [23:52:23.561] [Error] Could not instantiate item '[avalipistol, 1, {"level":6,"rarity":"Legendary","shortdescription":"PD6 Frostbite"}]'. (ItemException) No such item 'avalipistol'
    [23:52:23.573] [Error] Could not instantiate item '[avalirifle, 1, {"level":6,"rarity":"Legendary","shortdescription":"AR6 Blizzard","altAbilityType":"flashlight"}]'. (ItemException) No such item 'avalirifle'
    [23:52:23.586] [Error] Could not instantiate item '[avalishotgun, 1, {"level":6,"rarity":"Legendary","shortdescription":"QRC Type-6","altAbilityType":"burstshot"}]'. (ItemException) No such item 'avalishotgun'
    [23:52:23.599] [Error] Could not instantiate item '[avalisniper, 1, {"level":6,"rarity":"Legendary","shortdescription":"FM6 Firelance","altAbilityType":"grenadelauncher"}]'. (ItemException) No such item 'avalisniper'
    [23:52:23.642] [Error] Could not instantiate item '[avalihoverbikecontroller, 1, {"filled":true,"key":"b0cc70b4d7e1289543afc05da519f106","vehicleStartHealthFactor":1}]'. (ItemException) No such item 'avalihoverbikecontroller'
    [23:52:24.138] [Error] Exception caught loading asset: /player.config:defaultCodexes.avali, (AssetException) Could not read JSON asset /player.config:defaultCodexes.avali
    [0] 13f8b7153 Star::captureStack
    [1] 13f8b5ede Star::StarException::StarException
    [2] 13f8b5fc8 Star::StarException::StarException
    [3] 13f8c6b60 Star::AssetException::AssetException
    [4] 1401fa391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()'::`1'::catch$25
    [5] 7fef88fc2e0 _C_specific_handler
    [6] 7fef88f2a23 _FrameUnwindFilter
    [7] 77cdbaf3 RtlRestoreContext
    [8] 13f8c967b <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [9] 13f8c1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 13f8c45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 13f8c25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 13f8ca286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 13fc6a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [14] 13f8d3d68 Star::Assets::processAssetData
    [15] 13f8d1e18 Star::Assets::loadJson
    [16] 13f8d111d Star::Assets::loadAsset
    [17] 13f8ce32f Star::Assets::doLoad
    [18] 13f8cfe1b Star::Assets::getAsset
    [19] 13f8d0dd2 Star::Assets::json
    [20] 13fbc9248 Star::PlayerCodexes::learnInitialCodexes
    [21] 13fba9904 Star::Player::Player
    [22] 13fbd1748 std::make_shared<Star::Player,std::shared_ptr<Star::PlayerConfig> const & __ptr64,Star::Json const & __ptr64>
    [23] 13fbd299c Star::PlayerFactory::diskLoadPlayer
    [24] 13f9fae02 Star::EntityFactory::diskLoadEntity
    [25] 13fbf45bb Star::PlayerStorage::PlayerStorage
    [26] 13f7eef10 std::make_shared<Star::PlayerStorage,Star::String>
    [27] 13f7f62cc Star::ClientApplication::changeState
    [28] 13f7fce34 Star::ClientApplication::update
    [29] 13fffaa72 Star::SdlPlatform::run
    [30] 13fffac2d Star::runMainApplication
    [31] 13f7fff76 WinMain
    [32] 1401e8daf __scrt_common_main_seh
    [33] 77a659cd BaseThreadInitThunk
    [34] 77cc383d RtlUserThreadStart
    Caused by: (AssetException) Could not read JSON value /player.config:defaultCodexes.avali
    [0] 13f8b7153 Star::captureStack
    [1] 13f8b5ede Star::StarException::StarException
    [2] 13f8b5fc8 Star::StarException::StarException
    [3] 13f8c6b60 Star::AssetException::AssetException
    [4] 1401fa333 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()'::`1'::catch$24
    [5] 7fef88fc2e0 _C_specific_handler
    [6] 7fef88f2a23 _FrameUnwindFilter
    [7] 77cdbaf3 RtlRestoreContext
    [8] 13f8c967b <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [9] 13f8c1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 13f8c45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 13f8c25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 13f8ca286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 13fc6a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [14] 13f8d3d68 Star::Assets::processAssetData
    [15] 13f8d1e18 Star::Assets::loadJson
    [16] 13f8d111d Star::Assets::loadAsset
    [17] 13f8ce32f Star::Assets::doLoad
    [18] 13f8cfe1b Star::Assets::getAsset
    [19] 13f8d0dd2 Star::Assets::json
    [20] 13fbc9248 Star::PlayerCodexes::learnInitialCodexes
    [21] 13fba9904 Star::Player::Player
    [22] 13fbd1748 std::make_shared<Star::Player,std::shared_ptr<Star::PlayerConfig> const & __ptr64,Star::Json const & __ptr64>
    [23] 13fbd299c Star::PlayerFactory::diskLoadPlayer
    [24] 13f9fae02 Star::EntityFactory::diskLoadEntity
    [25] 13fbf45bb Star::PlayerStorage::PlayerStorage
    [26] 13f7eef10 std::make_shared<Star::PlayerStorage,Star::String>
    [27] 13f7f62cc Star::ClientApplication::changeState
    [28] 13f7fce34 Star::ClientApplication::update
    [29] 13fffaa72 Star::SdlPlatform::run
    [30] 13fffac2d Star::runMainApplication
    [31] 13f7fff76 WinMain
    [32] 1401e8daf __scrt_common_main_seh
    [33] 77a659cd BaseThreadInitThunk
    [34] 77cc383d RtlUserThreadStart
    Caused by: (TraversalException) No such key 'avali' in pathGet("defaultCodexes.avali")
    [0] 13f8b7153 Star::captureStack
    [1] 13f8b5ede Star::StarException::StarException
    [2] 13f85133b Star::JsonPath::TraversalException::TraversalException
    [3] 13f84dcc6 Star::JsonPath::TraversalException::format<Star::String,Star::String>
    [4] 13f84f9bd Star::JsonPath::pathGet<Star::Json>
    [5] 13f85af8b Star::Json::query
    [6] 13f8c967b <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [7] 13f8c1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 13f8c45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 13f8c25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 13f8ca286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [11] 13fc6a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [12] 13f8d3d68 Star::Assets::processAssetData
    [13] 13f8d1e18 Star::Assets::loadJson
    [14] 13f8d111d Star::Assets::loadAsset
    [15] 13f8ce32f Star::Assets::doLoad
    [16] 13f8cfe1b Star::Assets::getAsset
    [17] 13f8d0dd2 Star::Assets::json
    [18] 13fbc9248 Star::PlayerCodexes::learnInitialCodexes
    [19] 13fba9904 Star::Player::Player
    [20] 13fbd1748 std::make_shared<Star::Player,std::shared_ptr<Star::PlayerConfig> const & __ptr64,Star::Json const & __ptr64>
    [21] 13fbd299c Star::PlayerFactory::diskLoadPlayer
    [22] 13f9fae02 Star::EntityFactory::diskLoadEntity
    [23] 13fbf45bb Star::PlayerStorage::PlayerStorage
    [24] 13f7eef10 std::make_shared<Star::PlayerStorage,Star::String>
    [25] 13f7f62cc Star::ClientApplication::changeState
    [26] 13f7fce34 Star::ClientApplication::update
    [27] 13fffaa72 Star::SdlPlatform::run
    [28] 13fffac2d Star::runMainApplication
    [29] 13f7fff76 WinMain
    [30] 1401e8daf __scrt_common_main_seh
    [31] 77a659cd BaseThreadInitThunk
    [32] 77cc383d RtlUserThreadStart
    [23:52:24.184] [Error] Failed to valid player with uuid 206eabbe33af278db96d1c82869961d9 : (AssetException) Error loading asset /player.config:defaultCodexes.avali
    [0] 13f8b7153 Star::captureStack
    [1] 13f8b5ede Star::StarException::StarException
    [2] 13f8c39fa Star::AssetException::format<Star::AssetPath>
    [3] 13f8cfedb Star::Assets::getAsset
    [4] 13f8d0dd2 Star::Assets::json
    [5] 13fbc9248 Star::PlayerCodexes::learnInitialCodexes
    [6] 13fba9904 Star::Player::Player
    [7] 13fbd1748 std::make_shared<Star::Player,std::shared_ptr<Star::PlayerConfig> const & __ptr64,Star::Json const & __ptr64>
    [8] 13fbd299c Star::PlayerFactory::diskLoadPlayer
    [9] 13f9fae02 Star::EntityFactory::diskLoadEntity
    [10] 13fbf45bb Star::PlayerStorage::PlayerStorage
    [11] 13f7eef10 std::make_shared<Star::PlayerStorage,Star::String>
    [12] 13f7f62cc Star::ClientApplication::changeState
    [13] 13f7fce34 Star::ClientApplication::update
    [14] 13fffaa72 Star::SdlPlatform::run
    [15] 13fffac2d Star::runMainApplication
    [16] 13f7fff76 WinMain
    [17] 1401e8daf __scrt_common_main_seh
    [18] 77a659cd BaseThreadInitThunk
    [19] 77cc383d RtlUserThreadStart
    [23:52:24.214] [Error] Could not instantiate item '[avalitechstation, 1, {}]'. (ItemException) No such item 'avalitechstation'
    [23:52:24.226] [Error] Could not instantiate item '[avalishiplocker, 1, {}]'. (ItemException) No such item 'avalishiplocker'
    [23:52:24.274] [Error] Could not instantiate item '[flask, 40, {}]'. (ItemException) No such item 'flask'
    [23:52:24.292] [Error] Could not instantiate item '[catvettecontrollerflame, 1, {"inventoryIcon":"/items/active/vehiclecontroller/catvettecontroller.png:full","filled":true,"key":"9fe90a5a8a290da639e7bac589a6c1e3","vehicleStartHealthFactor":1}]'. (ItemException) No such item 'catvettecontrollerflame'
    [23:52:24.298] [Warn] Unique status effect 'felinfalldamage' not found in status effect database
    [23:52:24.373] [Error] Exception caught loading asset: /player.config:defaultCodexes.felin, (AssetException) Could not read JSON asset /player.config:defaultCodexes.felin
    [0] 13f8b7153 Star::captureStack
    [1] 13f8b5ede Star::StarException::StarException
    [2] 13f8b5fc8 Star::StarException::StarException
    [3] 13f8c6b60 Star::AssetException::AssetException
    [4] 1401fa391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()'::`1'::catch$25
    [5] 7fef88fc2e0 _C_specific_handler
    [6] 7fef88f2a23 _FrameUnwindFilter
    [7] 77cdbaf3 RtlRestoreContext
    [8] 13f8c967b <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [9] 13f8c1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 13f8c45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 13f8c25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 13f8ca286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 13fc6a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [14] 13f8d3d68 Star::Assets::processAssetData
    [15] 13f8d1e18 Star::Assets::loadJson
    [16] 13f8d111d Star::Assets::loadAsset
    [17] 13f8ce32f Star::Assets::doLoad
    [18] 13f8cfe1b Star::Assets::getAsset
    [19] 13f8d0dd2 Star::Assets::json
    [20] 13fbc9248 Star::PlayerCodexes::learnInitialCodexes
    [21] 13fba9904 Star::Player::Player
    [22] 13fbd1748 std::make_shared<Star::Player,std::shared_ptr<Star::PlayerConfig> const & __ptr64,Star::Json const & __ptr64>
    [23] 13fbd299c Star::PlayerFactory::diskLoadPlayer
    [24] 13f9fae02 Star::EntityFactory::diskLoadEntity
    [25] 13fbf45bb Star::PlayerStorage::PlayerStorage
    [26] 13f7eef10 std::make_shared<Star::PlayerStorage,Star::String>
    [27] 13f7f62cc Star::ClientApplication::changeState
    [28] 13f7fce34 Star::ClientApplication::update
    [29] 13fffaa72 Star::SdlPlatform::run
    [30] 13fffac2d Star::runMainApplication
    [31] 13f7fff76 WinMain
    [32] 1401e8daf __scrt_common_main_seh
    [33] 77a659cd BaseThreadInitThunk
    [34] 77cc383d RtlUserThreadStart
    Caused by: (AssetException) Could not read JSON value /player.config:defaultCodexes.felin
    [0] 13f8b7153 Star::captureStack
    [1] 13f8b5ede Star::StarException::StarException
    [2] 13f8b5fc8 Star::StarException::StarException
    [3] 13f8c6b60 Star::AssetException::AssetException
    [4] 1401fa333 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()'::`1'::catch$24
    [5] 7fef88fc2e0 _C_specific_handler
    [6] 7fef88f2a23 _FrameUnwindFilter
    [7] 77cdbaf3 RtlRestoreContext
    [8] 13f8c967b <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [9] 13f8c1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 13f8c45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 13f8c25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 13f8ca286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 13fc6a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [14] 13f8d3d68 Star::Assets::processAssetData
    [15] 13f8d1e18 Star::Assets::loadJson
    [16] 13f8d111d Star::Assets::loadAsset
    [17] 13f8ce32f Star::Assets::doLoad
    [18] 13f8cfe1b Star::Assets::getAsset
    [19] 13f8d0dd2 Star::Assets::json
    [20] 13fbc9248 Star::PlayerCodexes::learnInitialCodexes
    [21] 13fba9904 Star::Player::Player
    [22] 13fbd1748 std::make_shared<Star::Player,std::shared_ptr<Star::PlayerConfig> const & __ptr64,Star::Json const & __ptr64>
    [23] 13fbd299c Star::PlayerFactory::diskLoadPlayer
    [24] 13f9fae02 Star::EntityFactory::diskLoadEntity
    [25] 13fbf45bb Star::PlayerStorage::PlayerStorage
    [26] 13f7eef10 std::make_shared<Star::PlayerStorage,Star::String>
    [27] 13f7f62cc Star::ClientApplication::changeState
    [28] 13f7fce34 Star::ClientApplication::update
    [29] 13fffaa72 Star::SdlPlatform::run
    [30] 13fffac2d Star::runMainApplication
    [31] 13f7fff76 WinMain
    [32] 1401e8daf __scrt_common_main_seh
    [33] 77a659cd BaseThreadInitThunk
    [34] 77cc383d RtlUserThreadStart
    Caused by: (TraversalException) No such key 'felin' in pathGet("defaultCodexes.felin")
    [0] 13f8b7153 Star::captureStack
    [1] 13f8b5ede Star::StarException::StarException
    [2] 13f85133b Star::JsonPath::TraversalException::TraversalException
    [3] 13f84dcc6 Star::JsonPath::TraversalException::format<Star::String,Star::String>
    [4] 13f84f9bd Star::JsonPath::pathGet<Star::Json>
    [5] 13f85af8b Star::Json::query
    [6] 13f8c967b <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [7] 13f8c1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 13f8c45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 13f8c25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 13f8ca286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [11] 13fc6a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [12] 13f8d3d68 Star::Assets::processAssetData
    [13] 13f8d1e18 Star::Assets::loadJson
    [14] 13f8d111d Star::Assets::loadAsset
    [15] 13f8ce32f Star::Assets::doLoad
    [16] 13f8cfe1b Star::Assets::getAsset
    [17] 13f8d0dd2 Star::Assets::json
    [18] 13fbc9248 Star::PlayerCodexes::learnInitialCodexes
    [19] 13fba9904 Star::Player::Player
    [20] 13fbd1748 std::make_shared<Star::Player,std::shared_ptr<Star::PlayerConfig> const & __ptr64,Star::Json const & __ptr64>
    [21] 13fbd299c Star::PlayerFactory::diskLoadPlayer
    [22] 13f9fae02 Star::EntityFactory::diskLoadEntity
    [23] 13fbf45bb Star::PlayerStorage::PlayerStorage
    [24] 13f7eef10 std::make_shared<Star::PlayerStorage,Star::String>
    [25] 13f7f62cc Star::ClientApplication::changeState
    [26] 13f7fce34 Star::ClientApplication::update
    [27] 13fffaa72 Star::SdlPlatform::run
    [28] 13fffac2d Star::runMainApplication
    [29] 13f7fff76 WinMain
    [30] 1401e8daf __scrt_common_main_seh
    [31] 77a659cd BaseThreadInitThunk
    [32] 77cc383d RtlUserThreadStart
    [23:52:24.386] [Error] Failed to valid player with uuid d40498a7d162c328646a18805c886bd1 : (AssetException) Error loading asset /player.config:defaultCodexes.felin
    [0] 13f8b7153 Star::captureStack
    [1] 13f8b5ede Star::StarException::StarException
    [2] 13f8c39fa Star::AssetException::format<Star::AssetPath>
    [3] 13f8cfedb Star::Assets::getAsset
    [4] 13f8d0dd2 Star::Assets::json
    [5] 13fbc9248 Star::PlayerCodexes::learnInitialCodexes
    [6] 13fba9904 Star::Player::Player
    [7] 13fbd1748 std::make_shared<Star::Player,std::shared_ptr<Star::PlayerConfig> const & __ptr64,Star::Json const & __ptr64>
    [8] 13fbd299c Star::PlayerFactory::diskLoadPlayer
    [9] 13f9fae02 Star::EntityFactory::diskLoadEntity
    [10] 13fbf45bb Star::PlayerStorage::PlayerStorage
    [11] 13f7eef10 std::make_shared<Star::PlayerStorage,Star::String>
    [12] 13f7f62cc Star::ClientApplication::changeState
    [13] 13f7fce34 Star::ClientApplication::update
    [14] 13fffaa72 Star::SdlPlatform::run
    [15] 13fffac2d Star::runMainApplication
    [16] 13f7fff76 WinMain
    [17] 1401e8daf __scrt_common_main_seh
    [18] 77a659cd BaseThreadInitThunk
    [19] 77cc383d RtlUserThreadStart
    [23:52:24.428] [Error] Could not instantiate item '[avalishiplocker, 1, {}]'. (ItemException) No such item 'avalishiplocker'
    [23:52:24.440] [Error] Could not instantiate item '[avalitechstation, 1, {}]'. (ItemException) No such item 'avalitechstation'
    [23:52:24.465] [Error] Could not instantiate item '[avalilathe, 1, {}]'. (ItemException) No such item 'avalilathe'
    [23:52:24.610] [Error] No quest template found for id 'byos'
    [23:52:24.673] [Error] Could not instantiate item '[avalitechstation, 1, {}]'. (ItemException) No such item 'avalitechstation'
    [23:52:24.687] [Error] Could not instantiate item '[avalishiplocker, 1, {}]'. (ItemException) No such item 'avalishiplocker'
    [23:52:24.730] [Warn] Error loading player storage metadata file, resetting: (MapException) Key not found in OrderedMap::toBack('<type class Star::Uuid at address: 000000000016E8C8>')
    [23:52:25.347] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [23:52:29.113] [Error] Could not instantiate item '[avalishiplocker, 1, {}]'. (ItemException) No such item 'avalishiplocker'
    [23:52:29.130] [Error] Could not instantiate item '[avalitechstation, 1, {}]'. (ItemException) No such item 'avalitechstation'
    [23:52:29.156] [Error] Could not instantiate item '[avalilathe, 1, {}]'. (ItemException) No such item 'avalilathe'
    [23:52:29.217] [Error] No quest template found for id 'byos'
    [23:52:29.250] [Error] Could not instantiate item '[avalitechstation, 1, {}]'. (ItemException) No such item 'avalitechstation'
    [23:52:29.269] [Error] Could not instantiate item '[avalishiplocker, 1, {}]'. (ItemException) No such item 'avalishiplocker'
    [23:52:45.627] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [23:52:50.884] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [23:53:41.900] [Error] Could not instantiate item '[avalishiplocker, 1, {}]'. (ItemException) No such item 'avalishiplocker'
    [23:53:41.924] [Error] Could not instantiate item '[avalitechstation, 1, {}]'. (ItemException) No such item 'avalitechstation'
    [23:53:41.951] [Error] Could not instantiate item '[avalilathe, 1, {}]'. (ItemException) No such item 'avalilathe'
    [23:53:42.047] [Error] No quest template found for id 'byos'
    [23:53:42.079] [Error] Could not instantiate item '[avalitechstation, 1, {}]'. (ItemException) No such item 'avalitechstation'
    [23:53:42.101] [Error] Could not instantiate item '[avalishiplocker, 1, {}]'. (ItemException) No such item 'avalishiplocker'
    [23:53:43.715] [Info] UniverseServer: Acquiring universe lock file
    [23:53:43.725] [Info] UniverseServer: Loading settings
    [23:53:43.728] [Info] UniverseServer: Starting UniverseServer with UUID: 8588531915e69b517ce51ea2b57d1d44
    [23:53:43.735] [Info] UniverseServer: Logged in player 'Andy567' locally
    [23:53:43.735] [Info] UniverseServer: Logged in account '<anonymous>' as player 'Andy567' from address local
    [23:53:43.795] [Info] UniverseServer: Spawning player at ship
    [23:53:43.796] [Info] UniverseServer: Client 'Andy567' <1> (local) connected
    [23:53:43.834] [Info] UniverseClient: Joined server as client 1
    [23:53:43.895] [Info] UniverseServer: Creating new client ship world ClientShipWorld:6a351a86eed63722bdf5d772de772526
    [23:53:44.006] [Info] Protected dungeonIds for world set to (65524)
    [23:53:44.499] [Error] Application: exception thrown, shutting down: (ItemException) No such item 'modshotgun'
    [0] 13f8b7153 Star::captureStack
    [1] 13f8b5ede Star::StarException::StarException
    [2] 13fa3f26a Star::ItemException::format<Star::String>
    [3] 13fa4de70 Star::ItemDatabase::itemData
    [4] 13fa4dea9 Star::ItemDatabase::itemFriendlyName
    [5] 1400c5d5e <lambda_3587efe2ccaf69356a4760031378880e>::operator()
    [6] 1400c36a2 Star::sortByComputedValue<Star::List<Star::ItemRecipe,std::allocator<Star::ItemRecipe> >,<lambda_3587efe2ccaf69356a4760031378880e> >
    [7] 1400ca8b6 Star::CraftingPane::determineRecipes
    [8] 1400ceecb Star::CraftingPane::updateAvailableRecipes
    [9] 1400c50ad Star::CraftingPane::CraftingPane
    [10] 1400e70a5 std::_Ref_count_obj<Star::CraftingPane>::_Ref_count_obj<Star::CraftingPane><std::shared_ptr<Star::WorldClient>,std::shared_ptr<Star::Player>,Star::MapMixin<Star::FlatHashMap<Star::String,Star::Json,Star::hash<Star::String,void>,std::equal_to<Star::String>,std::allocator<std::pair<Star::String const ,Star::Json> > > >,int>
    [11] 1400eb905 std::make_shared<Star::CraftingPane,std::shared_ptr<Star::WorldClient>,std::shared_ptr<Star::Player>,Star::MapMixin<Star::FlatHashMap<Star::String,Star::Json,Star::hash<Star::String,void>,std::equal_to<Star::String>,std::allocator<std::pair<Star::String const ,Star::Json> > > >,int>
    [12] 1400edea5 Star::MainInterface::MainInterface
    [13] 13f7ea1e6 std::_Ref_count_obj<Star::MainInterface>::_Ref_count_obj<Star::MainInterface><std::shared_ptr<Star::UniverseClient> & __ptr64,std::shared_ptr<Star::WorldPainter> & __ptr64,std::shared_ptr<Star::Cinematic> & __ptr64>
    [14] 13f7eedab std::make_shared<Star::MainInterface,std::shared_ptr<Star::UniverseClient> & __ptr64,std::shared_ptr<Star::WorldPainter> & __ptr64,std::shared_ptr<Star::Cinematic> & __ptr64>
    [15] 13f7f74e9 Star::ClientApplication::changeState
    [16] 13f7ff58f Star::ClientApplication::updateTitle
    [17] 13f7fce43 Star::ClientApplication::update
    [18] 13fffaa72 Star::SdlPlatform::run
    [19] 13fffac2d Star::runMainApplication
    [20] 13f7fff76 WinMain
    [21] 1401e8daf __scrt_common_main_seh
    [22] 77a659cd BaseThreadInitThunk
    [23] 77cc383d RtlUserThreadStart
    [23:53:44.500] [Info] Application: shutdown...
    [23:53:44.500] [Info] UniverseClient: Client disconnecting...
    [23:53:44.617] [Info] UniverseServer: Client 'Andy567' <1> (local) disconnected for reason:
    [23:53:44.717] [Info] UniverseServer: Stopping UniverseServer
    [23:53:46.078] [Info] Root: Shutting down Root
    [23:53:46.428] [Info] Application: Destroying SDL Window
    [23:53:46.871] [Info] Application: stopped gracefully
    
    If you didn't see it, it's from the Avali Mod I DELETED :
    Code:
    [23:52:24.428] [Error] Could not instantiate item '[avalishiplocker, 1, {}]'. (ItemException) No such item 'avalishiplocker'
    [23:52:24.440] [Error] Could not instantiate item '[avalitechstation, 1, {}]'. (ItemException) No such item 'avalitechstation'
    [23:52:24.465] [Error] Could not instantiate item '[avalilathe, 1, {}]'. (ItemException) No such item 'avalilathe'
    [23:52:24.610] [Error] No quest template found for id 'byos'
    [23:52:24.673] [Error] Could not instantiate item '[avalitechstation, 1, {}]'. (ItemException) No such item 'avalitechstation'
    [23:52:24.687] [Error] Could not instantiate item '[avalishiplocker, 1, {}]'. (ItemException) No such item 'avalishiplocker'
    [23:52:24.730] [Warn] Error loading player storage metadata file, resetting: (MapException) Key not found in OrderedMap::toBack('<type class Star::Uuid at address: 000000000016E8C8>')
    [23:52:25.347] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [23:52:29.113] [Error] Could not instantiate item '[avalishiplocker, 1, {}]'. (ItemException) No such item 'avalishiplocker'
    [23:52:29.130] [Error] Could not instantiate item '[avalitechstation, 1, {}]'. (ItemException) No such item 'avalitechstation'
    [23:52:29.156] [Error] Could not instantiate item '[avalilathe, 1, {}]'. (ItemException) No such item 'avalilathe'
    [23:52:29.217] [Error] No quest template found for id 'byos'
    [23:52:29.250] [Error] Could not instantiate item '[avalitechstation, 1, {}]'. (ItemException) No such item 'avalitechstation'
    [23:52:29.269] [Error] Could not instantiate item '[avalishiplocker, 1, {}]'. (ItemException) No such item 'avalishiplocker'
    [23:52:45.627] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [23:52:50.884] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [23:53:41.900] [Error] Could not instantiate item '[avalishiplocker, 1, {}]'. (ItemException) No such item 'avalishiplocker'
    [23:53:41.924] [Error] Could not instantiate item '[avalitechstation, 1, {}]'. (ItemException) No such item 'avalitechstation'
    [23:53:41.951] [Error] Could not instantiate item '[avalilathe, 1, {}]'. (ItemException) No such item 'avalilathe'
    [23:53:42.047] [Error] No quest template found for id 'byos'
    [23:53:42.079] [Error] Could not instantiate item '[avalitechstation, 1, {}]'. (ItemException) No such item 'avalitechstation'
    [23:53:42.101] [Error] Could not instantiate item '[avalishiplocker, 1, {}]'. (ItemException) No such item 'avalishiplocker'
    And here:
    Code:
    [23:52:23.337] [Error] Could not instantiate item '[avaliarmor2head, 1, {}]'. (ItemException) No such item 'avaliarmor2head'
    [23:52:23.351] [Error] Could not instantiate item '[avaliarmor3pants, 1, {}]'. (ItemException) No such item 'avaliarmor3pants'
    [23:52:23.367] [Error] Could not instantiate item '[avaliglass, 96, {}]'. (ItemException) No such item 'avaliglass'
    [23:52:23.381] [Error] Could not instantiate item '[avaliplatform, 1000, {}]'. (ItemException) No such item 'avaliplatform'
    [23:52:23.394] [Error] Could not instantiate item '[avaliplatform, 200, {}]'. (ItemException) No such item 'avaliplatform'
    [23:52:23.407] [Error] Could not instantiate item '[avalistairs, 1000, {}]'. (ItemException) No such item 'avalistairs'
    [23:52:23.419] [Error] Could not instantiate item '[avalistairs, 90, {}]'. (ItemException) No such item 'avalistairs'
    [23:52:23.445] [Error] Could not instantiate item '[avalichair2, 40, {}]'. (ItemException) No such item 'avalichair2'
    [23:52:23.478] [Error] Could not instantiate item '[aerogel, 1000, {}]'. (ItemException) No such item 'aerogel'
    [23:52:23.491] [Error] Could not instantiate item '[aerogel, 480, {}]'. (ItemException) No such item 'aerogel'
    [23:52:23.510] [Error] Could not instantiate item '[avaliracial1chest, 1, {"colorIndex":112918397}]'. (ItemException) No such item 'avaliracial1chest'
    [23:52:23.522] [Error] Could not instantiate item '[avaliracial1pants, 1, {"colorIndex":1372940201}]'. (ItemException) No such item 'avaliracial1pants'
    [23:52:23.536] [Error] Could not instantiate item '[avaliminigun, 1, {"level":6,"rarity":"Legendary","shortdescription":"MG6 Hailstorm","altAbilityType":"burstshot"}]'. (ItemException) No such item 'avaliminigun'
    [23:52:23.548] [Error] Could not instantiate item '[avalipistol, 1, {"level":6,"rarity":"Legendary","shortdescription":"PD6 Frostbite"}]'. (ItemException) No such item 'avalipistol'
    [23:52:23.561] [Error] Could not instantiate item '[avalipistol, 1, {"level":6,"rarity":"Legendary","shortdescription":"PD6 Frostbite"}]'. (ItemException) No such item 'avalipistol'
    [23:52:23.573] [Error] Could not instantiate item '[avalirifle, 1, {"level":6,"rarity":"Legendary","shortdescription":"AR6 Blizzard","altAbilityType":"flashlight"}]'. (ItemException) No such item 'avalirifle'
    [23:52:23.586] [Error] Could not instantiate item '[avalishotgun, 1, {"level":6,"rarity":"Legendary","shortdescription":"QRC Type-6","altAbilityType":"burstshot"}]'. (ItemException) No such item 'avalishotgun'
    [23:52:23.599] [Error] Could not instantiate item '[avalisniper, 1, {"level":6,"rarity":"Legendary","shortdescription":"FM6 Firelance","altAbilityType":"grenadelauncher"}]'. (ItemException) No such item 'avalisniper'
    There is something that wasn't deleted from the Avali Mod maybe that's trying to access their Items, but i don't know why its trying to access them if i created a new Novakid Player and i'm just getting really frustrated from this, i just want to fix it and go on, but i just can't understand what's going on with this. Maybe somebody knows.
     
    Last edited: Feb 5, 2018
  19. Regah Productions

    Regah Productions Big Damn Hero

    Thanks, i'll make sure to check on that. Thank you.
     
  20. Random_NPC1996

    Random_NPC1996 Phantasmal Quasar

    The thing that crashed you out is the last error (the modshotgun is not an item they found anywhere...), maybe remove that too?
     

Share This Page