1. Please be advised of a few specific rules and guidelines for this section.

RELEASED Elithian Races Mod - A Starbound Expansion 2.3.10

A Starbound expansion mod which adds multiple new races and additional content

  1. verilligo

    verilligo Tentacle Wrangler

    I'd tend to agree with you, the problem is mostly on FU's end because not completing vanilla quests is just asking for further compatibility issues down the road. Assuming such a thing doesn't happen, though, and given the complexity of tackling the entire way Starbound handles quests, would the next easiest thing be to shift the availability of the quest to the completion of Getting Started rather than Become Space-worthy? I'm assuming it's Become Space-worthy that's not completing, at least, I would need to double-check that. But that would give the player some time to have done some traveling around, working, and meeting Esther before getting their next message out of the Alliance, keeping the plot going properly.
     
  2. Yanazake

    Yanazake Space Kumquat

    Did you try to check stuff from CRITTERS? Some of them usually flee when you are nearby, most notably small perched birds.


    How exactly does that elevator Works? Which parts did you use? I'm very curious about how it moves via proximity sensors...
     
  3. Aegonian

    Aegonian Weight of the Sky

    Looks like you might be right, I'll work on a fix for this!

    Hmm yeah, that's an option too! If FU doesn't implement any fixes, I'll look for a fitting quest to act as the new prerequisite for the Alliance quest (could be Getting Started, or a slightly later quest).

    I'll look into critter behaviour a bit more! The bird behaviour itself obviously can't be used for the Kelbet as they don't fly, but that behaviour might be able to tell me how to allow player detection without the monster behaviour being set to "aggressive".
     
    Dragonclaw, Yanazake and Stafath like this.
  4. Stafath

    Stafath Scruffy Nerf-Herder

    I have played Starbound a lot more lately than all the previous recent times I've played it. There's also just something relaxing and therapeutic about exploring new worlds with either a Drehk or an Akkimari Chaseflight and in my case; for myself and my Avikan character I modified a Drehk with Akkimari paint, then swapped the default gun innards with that of an Akkimari plasma bolt gun from their Chaseflight and improved it's damage output and fire rate to compensate for the lack of the second gun. After that I transformed/overhauled the engine innards to produce visible Akkimari plasma without it giving smoke when flying in boost mode (still pondering if to add them or not though but I do prefer the cleaner feel of high-tech stuff). Also added one extra port/vent thingy to the sprite of my Avikan-Akki Drehk prototype mini-project for all of that plasma it generates.

    Made some screenshots:
    [​IMG]


    [​IMG]


    [​IMG]

    [​IMG]

    [​IMG]

    [​IMG]

    [​IMG] [​IMG]
    Now those guns I started modding from Droden pistols with my mish-mashing. They have a grip that suits for an Avikan hand better too. It was the handle that took the longest to get right enough.


    Overall I think I'm getting closer to what I like to build that is themed around Drehks and Chaseflights.
     
    Last edited: Jul 30, 2018
    Aegonian likes this.
  5. DinoExplorer2000

    DinoExplorer2000 Scruffy Nerf-Herder

    wait, you can customize akkimari vehicles? how?
     
  6. Stafath

    Stafath Scruffy Nerf-Herder

    Not in the game no. You can spawn the Akkimari Chaseflight vehicle controller (I recommend trying that lean and mean vehicle out. It's fragile but it is fast, damaging and awesome IMHO!). As for what's in my screenshots is just some old-fashioned modding. Took a few days for me to mod-in my mini add-ons, from that custom bone-like armor to custom Drehk to custom handgun(s). Fortunately I didn't alter existing stuff because I wanted unique versions of the items and gear I like. Modding and customization has kinda become the same thing to me as I tend to do light modding in almost every game, sorry for the confusion.

    Lore-wise and gameplay-wise I'm looking forward to bump into more Akkimari and explore their species and culture. For some reason, in my mind I combined Avikan scavenger and/or raider lifestyle with whatever Akkimari lifestyle (or rather looks like) is and that's where I started getting strong vibes from Fury Road, except with space-age vehicles. So I guess.. Aegonian himself will (perhaps) carry us to the gates of Vas Vha'leih and we will fly eternal, Centesian and Avikan!
     
    Last edited: Aug 8, 2018
  7. DinoExplorer2000

    DinoExplorer2000 Scruffy Nerf-Herder

    ok i want to try to make some mini mod too, but im not sure how. i want to change the controllable drahl sprite and its attack, any tips on how i can do that, and what files i need to change?
     
  8. noScoop

    noScoop Scruffy Nerf-Herder

    I did customize my avikan hoverbike sprite in centensian color scheme to match my avikan character with centlar armor, and i personally liked Piskel, i changed .Png files of hoverbike there, and it worked like a charm! Though i did not change any characteristics of my bike, so cant give you any tips about that :confused:
     
  9. DinoExplorer2000

    DinoExplorer2000 Scruffy Nerf-Herder

    i want to change the drahl sprite into the avali pet drone sprite and change the weapon from slow guided laser ball to something minigun-ish.
    so my avali character can have a controllable drone that has the same theme
     
  10. Aegonian

    Aegonian Weight of the Sky

    The primary script that controls the drone's behaviour can be found here: https://github.com/Aegonian/Elithia...b/master/vehicles/thea-remotecontroldrone.lua

    There is already an option to configure either charged or automatic fire, which could be useful if you want to add a minigun. A wind-up minigun would need custom LUA code, though. The other important files can be found here:
    https://github.com/Aegonian/ElithianAllianceStarboundMod/tree/master/vehicles/avikan/controllerdrahl (For the remote-control Drahl vehicle itself, like the sprites and such)
    https://github.com/Aegonian/ElithianAllianceStarboundMod/tree/master/items/active/remotecontroller (For the remote controller itself, should you want to adjust the appearance of that too)
     
    Stafath likes this.
  11. DinoExplorer2000

    DinoExplorer2000 Scruffy Nerf-Herder

    do i have to have a GitHub user to download? i cant find any download buttons…
    or is there an other way im suppsoed to get the codes and stuff,

    also im going to say straight away that i have no experience With coding
     
  12. Stafath

    Stafath Scruffy Nerf-Herder

    Uh, the files should be quite accessible with Wordpad if you're on Windows. Just go to where your mods folder is and look in the 'avikan' folder, I'd recommend using search function in the folder to find files faster. As for the minigun, I'd look up the Vanguard Minigun files (avikan-minigun).

    I do not have not much experience in coding yet either. I do understand the concept and the gist of it all but I cannot (at least not yet) create codes of my own from scratch. However I can look up existing codes and alter what I am able to alter to my needs and for that I have all of the other modders and developers to thank for making so much stuff available for the game.
     
  13. DinoExplorer2000

    DinoExplorer2000 Scruffy Nerf-Herder

    ok so ive been messing around With the files, and changed some Things.
    two questions, how do i turn a folder into a zip Archive
    and where can i post it so someone With more experience can take look at it and point out the errors?

    and something makes my starbound crash, if you can understand any of this, can you help me?

    [05:59:38.530] [Info] Root: Preparing Root...
    [05:59:38.530] [Info] Root: Done preparing Root.
    [05:59:38.530] [Info] Client Version 1.3.3 (windows x86_64) Source ID: c21069b204d626bfe673a047a2100d2fcd0766d4 Protocol: 743
    [05:59:38.530] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [05:59:39.128] [Warn] Root: Unrecognized file in asset directory 'packed.rar', skipping
    [05:59:39.131] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [05:59:39.968] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [05:59:40.414] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [05:59:40.414] [Info] Root: Detected unnamed asset source at '..\assets\packed'
    [05:59:40.414] [Info] Root: Detected unnamed asset source at '..\assets\unpacked'
    [05:59:40.414] [Info] Root: Detected unnamed asset source at '..\mods\remoteavaliddronetest1'
    [05:59:40.414] [Info] Root: Detected unnamed asset source at '..\mods\zipz'
    [05:59:40.414] [Info] Root: Detected asset source named 'Elithian_Races_Mod' at '..\mods\avikan'
    [05:59:40.415] [Info] Root: Detected asset source named 'Pandoras-Box' at '..\mods\unpack'
    [05:59:40.415] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [05:59:40.415] [Info] Loading assets from: '..\assets\packed.pak'
    [05:59:41.129] [Info] Loading assets from: '..\assets\packed'
    [05:59:41.130] [Info] Loading assets from: '..\assets\unpacked'
    [05:59:41.131] [Info] Loading assets from: '..\mods\remoteavaliddronetest1'
    [05:59:41.134] [Info] Loading assets from: '..\mods\zipz'
    [05:59:41.135] [Info] Loading assets from: '..\mods\avikan'
    [05:59:43.057] [Info] Loading assets from: '..\mods\unpack'
    [05:59:44.525] [Info] Loading assets from: '..\assets\user'
    [05:59:52.313] [Info] Assets digest is 7b607764995dbf75f55acd10ec69ee7db6f6e6ab239b7bee68a194d45259edd6
    [05:59:52.313] [Info] Root: Loaded Assets in 13.7825 seconds
    [05:59:52.318] [Info] Application: Initializing SDL Video
    [05:59:52.328] [Info] Application: Initializing SDL Joystick
    [05:59:52.436] [Info] Application: Initializing SDL Sound
    [05:59:52.534] [Info] Initialized Steam services
    [05:59:52.535] [Info] Application: Creating SDL Window
    [05:59:53.053] [Info] Application: Enabling VSync with late swap tearing
    [05:59:53.107] [Info] Application: Opened default audio device with 44.1khz / 16 bit stereo audio, 2048 sample size buffer
    [05:59:53.115] [Info] OpenGL version: '4.6.0 NVIDIA 388.13' vendor: 'NVIDIA Corporation' renderer: 'GeForce GTX 1060 6GB/PCIe/SSE2' shader: '4.60 NVIDIA'
    [05:59:53.119] [Info] Application: initialization...
    [05:59:53.120] [Info] Root: Loaded Configuration in 0.00107296 seconds
    [05:59:53.154] [Info] Application: renderer initialization...
    [05:59:53.159] [Info] detected supported OpenGL texture size 32768, using atlasNumCells 128
    [05:59:53.160] [Info] detected supported OpenGL texture size 32768, using atlasNumCells 64
    [05:59:53.162] [Info] Root: Loaded ImageMetadataDatabase in 1.28e-06 seconds
    [05:59:53.183] [Info] Application: main update loop...
    [05:59:53.194] [Info] Loading mods from user generated content with id '729460427' from directory 'X:\steam\steamapps\workshop\content\211820\729460427'
    [05:59:53.194] [Info] Loading mods from user generated content with id '729456260' from directory 'X:\steam\steamapps\workshop\content\211820\729456260'
    [05:59:53.194] [Info] Loading mods from user generated content with id '729558042' from directory 'X:\steam\steamapps\workshop\content\211820\729558042'
    [05:59:53.194] [Info] Loading mods from user generated content with id '1460586609' from directory 'X:\steam\steamapps\workshop\content\211820\1460586609'
    [05:59:53.194] [Info] Loading mods from user generated content with id '748629459' from directory 'X:\steam\steamapps\workshop\content\211820\748629459'
    [05:59:53.194] [Info] Loading mods from user generated content with id '736081761' from directory 'X:\steam\steamapps\workshop\content\211820\736081761'
    [05:59:53.195] [Info] Loading mods from user generated content with id '1390755514' from directory 'X:\steam\steamapps\workshop\content\211820\1390755514'
    [05:59:53.195] [Info] Loading mods from user generated content with id '1446986316' from directory 'X:\steam\steamapps\workshop\content\211820\1446986316'
    [05:59:53.195] [Info] Loading mods from user generated content with id '1186075435' from directory 'X:\steam\steamapps\workshop\content\211820\1186075435'
    [05:59:53.195] [Info] Loading mods from user generated content with id '1441173377' from directory 'X:\steam\steamapps\workshop\content\211820\1441173377'
    [05:59:53.195] [Info] Loading mods from user generated content with id '1421523226' from directory 'X:\steam\steamapps\workshop\content\211820\1421523226'
    [05:59:53.195] [Info] Loading mods from user generated content with id '744492975' from directory 'X:\steam\steamapps\workshop\content\211820\744492975'
    [05:59:53.195] [Info] Loading mods from user generated content with id '732277574' from directory 'X:\steam\steamapps\workshop\content\211820\732277574'
    [05:59:53.195] [Info] Loading mods from user generated content with id '730378641' from directory 'X:\steam\steamapps\workshop\content\211820\730378641'
    [05:59:53.196] [Info] Loading mods from user generated content with id '729791646' from directory 'X:\steam\steamapps\workshop\content\211820\729791646'
    [05:59:53.196] [Info] Loading mods from user generated content with id '1433991809' from directory 'X:\steam\steamapps\workshop\content\211820\1433991809'
    [05:59:53.196] [Info] Loading mods from user generated content with id '1432794738' from directory 'X:\steam\steamapps\workshop\content\211820\1432794738'
    [05:59:53.196] [Info] Loading mods from user generated content with id '1431949168' from directory 'X:\steam\steamapps\workshop\content\211820\1431949168'
    [05:59:53.196] [Info] Loading mods from user generated content with id '1431620296' from directory 'X:\steam\steamapps\workshop\content\211820\1431620296'
    [05:59:53.196] [Info] Loading mods from user generated content with id '1430181825' from directory 'X:\steam\steamapps\workshop\content\211820\1430181825'
    [05:59:53.196] [Info] Loading mods from user generated content with id '1428567000' from directory 'X:\steam\steamapps\workshop\content\211820\1428567000'
    [05:59:53.196] [Info] Loading mods from user generated content with id '1428129929' from directory 'X:\steam\steamapps\workshop\content\211820\1428129929'
    [05:59:53.197] [Info] Loading mods from user generated content with id '1416509971' from directory 'X:\steam\steamapps\workshop\content\211820\1416509971'
    [05:59:53.197] [Info] Loading mods from user generated content with id '1416297357' from directory 'X:\steam\steamapps\workshop\content\211820\1416297357'
    [05:59:53.197] [Info] Loading mods from user generated content with id '1416282371' from directory 'X:\steam\steamapps\workshop\content\211820\1416282371'
    [05:59:53.197] [Info] Loading mods from user generated content with id '1416038072' from directory 'X:\steam\steamapps\workshop\content\211820\1416038072'
    [05:59:53.197] [Info] Loading mods from user generated content with id '1414322416' from directory 'X:\steam\steamapps\workshop\content\211820\1414322416'
    [05:59:53.197] [Info] Loading mods from user generated content with id '1412545702' from directory 'X:\steam\steamapps\workshop\content\211820\1412545702'
    [05:59:53.197] [Info] Loading mods from user generated content with id '1411633978' from directory 'X:\steam\steamapps\workshop\content\211820\1411633978'
    [05:59:53.197] [Info] Loading mods from user generated content with id '1410423105' from directory 'X:\steam\steamapps\workshop\content\211820\1410423105'
    [05:59:53.198] [Info] Loading mods from user generated content with id '1410421255' from directory 'X:\steam\steamapps\workshop\content\211820\1410421255'
    [05:59:53.198] [Info] Loading mods from user generated content with id '1405753979' from directory 'X:\steam\steamapps\workshop\content\211820\1405753979'
    [05:59:53.198] [Info] Loading mods from user generated content with id '1399203999' from directory 'X:\steam\steamapps\workshop\content\211820\1399203999'
    [05:59:53.198] [Info] Loading mods from user generated content with id '1398358140' from directory 'X:\steam\steamapps\workshop\content\211820\1398358140'
    [05:59:53.198] [Info] Loading mods from user generated content with id '1397217904' from directory 'X:\steam\steamapps\workshop\content\211820\1397217904'
    [05:59:53.198] [Info] Loading mods from user generated content with id '1394999146' from directory 'X:\steam\steamapps\workshop\content\211820\1394999146'
    [05:59:53.198] [Info] Loading mods from user generated content with id '1393325508' from directory 'X:\steam\steamapps\workshop\content\211820\1393325508'
    [05:59:53.198] [Info] Loading mods from user generated content with id '1393090897' from directory 'X:\steam\steamapps\workshop\content\211820\1393090897'
    [05:59:53.198] [Info] Loading mods from user generated content with id '1391701390' from directory 'X:\steam\steamapps\workshop\content\211820\1391701390'
    [05:59:53.199] [Info] Loading mods from user generated content with id '1390490083' from directory 'X:\steam\steamapps\workshop\content\211820\1390490083'
    [05:59:53.199] [Info] Loading mods from user generated content with id '1386730092' from directory 'X:\steam\steamapps\workshop\content\211820\1386730092'
    [05:59:53.199] [Info] Loading mods from user generated content with id '1386257278' from directory 'X:\steam\steamapps\workshop\content\211820\1386257278'
    [05:59:53.199] [Info] Loading mods from user generated content with id '1383980456' from directory 'X:\steam\steamapps\workshop\content\211820\1383980456'
    [05:59:53.199] [Info] Loading mods from user generated content with id '1381369665' from directory 'X:\steam\steamapps\workshop\content\211820\1381369665'
    [05:59:53.199] [Info] Loading mods from user generated content with id '1380941596' from directory 'X:\steam\steamapps\workshop\content\211820\1380941596'
    [05:59:53.199] [Info] Loading mods from user generated content with id '1379266785' from directory 'X:\steam\steamapps\workshop\content\211820\1379266785'
    [05:59:53.199] [Info] Loading mods from user generated content with id '1378894584' from directory 'X:\steam\steamapps\workshop\content\211820\1378894584'
    [05:59:53.199] [Info] Loading mods from user generated content with id '1373963925' from directory 'X:\steam\steamapps\workshop\content\211820\1373963925'
    [05:59:53.199] [Info] Loading mods from user generated content with id '1373929504' from directory 'X:\steam\steamapps\workshop\content\211820\1373929504'
    [05:59:53.199] [Info] Loading mods from user generated content with id '1372590622' from directory 'X:\steam\steamapps\workshop\content\211820\1372590622'
    [05:59:53.200] [Info] Loading mods from user generated content with id '1372376485' from directory 'X:\steam\steamapps\workshop\content\211820\1372376485'
    [05:59:53.200] [Info] Loading mods from user generated content with id '1372369380' from directory 'X:\steam\steamapps\workshop\content\211820\1372369380'
    [05:59:53.200] [Info] Loading mods from user generated content with id '1370889187' from directory 'X:\steam\steamapps\workshop\content\211820\1370889187'
    [05:59:53.200] [Info] Loading mods from user generated content with id '1370503515' from directory 'X:\steam\steamapps\workshop\content\211820\1370503515'
    [05:59:53.200] [Info] Loading mods from user generated content with id '1369768195' from directory 'X:\steam\steamapps\workshop\content\211820\1369768195'
    [05:59:53.200] [Info] Loading mods from user generated content with id '1368020180' from directory 'X:\steam\steamapps\workshop\content\211820\1368020180'
    [05:59:53.200] [Info] Loading mods from user generated content with id '1363021259' from directory 'X:\steam\steamapps\workshop\content\211820\1363021259'
    [05:59:53.200] [Info] Loading mods from user generated content with id '1361830298' from directory 'X:\steam\steamapps\workshop\content\211820\1361830298'
    [05:59:53.200] [Info] Loading mods from user generated content with id '1345132836' from directory 'X:\steam\steamapps\workshop\content\211820\1345132836'
    [05:59:53.200] [Info] Loading mods from user generated content with id '1340747742' from directory 'X:\steam\steamapps\workshop\content\211820\1340747742'
    [05:59:53.201] [Info] Loading mods from user generated content with id '1326091093' from directory 'X:\steam\steamapps\workshop\content\211820\1326091093'
    [05:59:53.201] [Info] Loading mods from user generated content with id '1316225650' from directory 'X:\steam\steamapps\workshop\content\211820\1316225650'
    [05:59:53.201] [Info] Loading mods from user generated content with id '1315969065' from directory 'X:\steam\steamapps\workshop\content\211820\1315969065'
    [05:59:53.201] [Info] Loading mods from user generated content with id '1313559037' from directory 'X:\steam\steamapps\workshop\content\211820\1313559037'
    [05:59:53.201] [Info] Loading mods from user generated content with id '1313146286' from directory 'X:\steam\steamapps\workshop\content\211820\1313146286'
    [05:59:53.201] [Info] Loading mods from user generated content with id '1308528328' from directory 'X:\steam\steamapps\workshop\content\211820\1308528328'
    [05:59:53.201] [Info] Loading mods from user generated content with id '1303691690' from directory 'X:\steam\steamapps\workshop\content\211820\1303691690'
    [05:59:53.201] [Info] Loading mods from user generated content with id '1303337689' from directory 'X:\steam\steamapps\workshop\content\211820\1303337689'
    [05:59:53.201] [Info] Loading mods from user generated content with id '1302925783' from directory 'X:\steam\steamapps\workshop\content\211820\1302925783'
    [05:59:53.201] [Info] Loading mods from user generated content with id '1301877154' from directory 'X:\steam\steamapps\workshop\content\211820\1301877154'
    [05:59:53.201] [Info] Loading mods from user generated content with id '1294959959' from directory 'X:\steam\steamapps\workshop\content\211820\1294959959'
    [05:59:53.202] [Info] Loading mods from user generated content with id '1287917152' from directory 'X:\steam\steamapps\workshop\content\211820\1287917152'
    [05:59:53.202] [Info] Loading mods from user generated content with id '1277644233' from directory 'X:\steam\steamapps\workshop\content\211820\1277644233'
    [05:59:53.202] [Info] Loading mods from user generated content with id '1258935822' from directory 'X:\steam\steamapps\workshop\content\211820\1258935822'
    [05:59:53.202] [Info] Loading mods from user generated content with id '1258008544' from directory 'X:\steam\steamapps\workshop\content\211820\1258008544'
    [05:59:53.202] [Info] Loading mods from user generated content with id '1253782150' from directory 'X:\steam\steamapps\workshop\content\211820\1253782150'
    [05:59:53.202] [Info] Loading mods from user generated content with id '1235347675' from directory 'X:\steam\steamapps\workshop\content\211820\1235347675'
    [05:59:53.202] [Info] Loading mods from user generated content with id '1233925466' from directory 'X:\steam\steamapps\workshop\content\211820\1233925466'
    [05:59:53.202] [Info] Loading mods from user generated content with id '1228769873' from directory 'X:\steam\steamapps\workshop\content\211820\1228769873'
    [05:59:53.202] [Info] Loading mods from user generated content with id '1218671249' from directory 'X:\steam\steamapps\workshop\content\211820\1218671249'
    [05:59:53.202] [Info] Loading mods from user generated content with id '1218367214' from directory 'X:\steam\steamapps\workshop\content\211820\1218367214'
    [05:59:53.203] [Info] Loading mods from user generated content with id '1218294180' from directory 'X:\steam\steamapps\workshop\content\211820\1218294180'
    [05:59:53.203] [Info] Loading mods from user generated content with id '1212967787' from directory 'X:\steam\steamapps\workshop\content\211820\1212967787'
    [05:59:53.203] [Info] Loading mods from user generated content with id '1197841959' from directory 'X:\steam\steamapps\workshop\content\211820\1197841959'
    [05:59:53.203] [Info] Loading mods from user generated content with id '1194878261' from directory 'X:\steam\steamapps\workshop\content\211820\1194878261'
    [05:59:53.203] [Info] Loading mods from user generated content with id '1181699750' from directory 'X:\steam\steamapps\workshop\content\211820\1181699750'
    [05:59:53.203] [Info] Loading mods from user generated content with id '1177433563' from directory 'X:\steam\steamapps\workshop\content\211820\1177433563'
    [05:59:53.203] [Info] Loading mods from user generated content with id '1175632845' from directory 'X:\steam\steamapps\workshop\content\211820\1175632845'
    [05:59:53.203] [Info] Loading mods from user generated content with id '1169201536' from directory 'X:\steam\steamapps\workshop\content\211820\1169201536'
    [05:59:53.203] [Info] Loading mods from user generated content with id '1168140153' from directory 'X:\steam\steamapps\workshop\content\211820\1168140153'
    [05:59:53.203] [Info] Loading mods from user generated content with id '1166322965' from directory 'X:\steam\steamapps\workshop\content\211820\1166322965'
    [05:59:53.204] [Info] Loading mods from user generated content with id '1165402390' from directory 'X:\steam\steamapps\workshop\content\211820\1165402390'
    [05:59:53.204] [Info] Loading mods from user generated content with id '1161083233' from directory 'X:\steam\steamapps\workshop\content\211820\1161083233'
    [05:59:53.204] [Info] Loading mods from user generated content with id '1156240120' from directory 'X:\steam\steamapps\workshop\content\211820\1156240120'
    [05:59:53.204] [Info] Loading mods from user generated content with id '1154799233' from directory 'X:\steam\steamapps\workshop\content\211820\1154799233'
    [05:59:53.204] [Info] Loading mods from user generated content with id '1153717308' from directory 'X:\steam\steamapps\workshop\content\211820\1153717308'
    [05:59:53.204] [Info] Loading mods from user generated content with id '1152413707' from directory 'X:\steam\steamapps\workshop\content\211820\1152413707'
    [05:59:53.204] [Info] Loading mods from user generated content with id '1151130209' from directory 'X:\steam\steamapps\workshop\content\211820\1151130209'
    [05:59:53.204] [Info] Loading mods from user generated content with id '1146242986' from directory 'X:\steam\steamapps\workshop\content\211820\1146242986'
    [05:59:53.204] [Info] Loading mods from user generated content with id '1142579300' from directory 'X:\steam\steamapps\workshop\content\211820\1142579300'
    [05:59:53.204] [Info] Loading mods from user generated content with id '1128426670' from directory 'X:\steam\steamapps\workshop\content\211820\1128426670'
    [05:59:53.205] [Info] Loading mods from user generated content with id '1127029824' from directory 'X:\steam\steamapps\workshop\content\211820\1127029824'
    [05:59:53.205] [Info] Loading mods from user generated content with id '1125938579' from directory 'X:\steam\steamapps\workshop\content\211820\1125938579'
    [05:59:53.205] [Info] Loading mods from user generated content with id '1119460077' from directory 'X:\steam\steamapps\workshop\content\211820\1119460077'
    [05:59:53.205] [Info] Loading mods from user generated content with id '1119086325' from directory 'X:\steam\steamapps\workshop\content\211820\1119086325'
    [05:59:53.205] [Info] Loading mods from user generated content with id '1117792278' from directory 'X:\steam\steamapps\workshop\content\211820\1117792278'
    [05:59:53.205] [Info] Loading mods from user generated content with id '1117007107' from directory 'X:\steam\steamapps\workshop\content\211820\1117007107'
    [05:59:53.205] [Info] Loading mods from user generated content with id '1116466874' from directory 'X:\steam\steamapps\workshop\content\211820\1116466874'
    [05:59:53.205] [Info] Loading mods from user generated content with id '1115920474' from directory 'X:\steam\steamapps\workshop\content\211820\1115920474'
    [05:59:53.205] [Info] Loading mods from user generated content with id '1115886978' from directory 'X:\steam\steamapps\workshop\content\211820\1115886978'
    [05:59:53.205] [Info] Loading mods from user generated content with id '1114465299' from directory 'X:\steam\steamapps\workshop\content\211820\1114465299'
    [05:59:53.206] [Info] Loading mods from user generated content with id '1114277962' from directory 'X:\steam\steamapps\workshop\content\211820\1114277962'
    [05:59:53.206] [Info] Loading mods from user generated content with id '1112031234' from directory 'X:\steam\steamapps\workshop\content\211820\1112031234'
    [05:59:53.206] [Info] Loading mods from user generated content with id '1111984660' from directory 'X:\steam\steamapps\workshop\content\211820\1111984660'
    [05:59:53.206] [Info] Loading mods from user generated content with id '1107568847' from directory 'X:\steam\steamapps\workshop\content\211820\1107568847'
    [05:59:53.206] [Info] Loading mods from user generated content with id '1106142841' from directory 'X:\steam\steamapps\workshop\content\211820\1106142841'
    [05:59:53.206] [Info] Loading mods from user generated content with id '1102394541' from directory 'X:\steam\steamapps\workshop\content\211820\1102394541'
    [05:59:53.206] [Info] Loading mods from user generated content with id '1101407919' from directory 'X:\steam\steamapps\workshop\content\211820\1101407919'
    [05:59:53.206] [Info] Loading mods from user generated content with id '1090125755' from directory 'X:\steam\steamapps\workshop\content\211820\1090125755'
    [05:59:53.206] [Info] Loading mods from user generated content with id '1089421344' from directory 'X:\steam\steamapps\workshop\content\211820\1089421344'
    [05:59:53.206] [Info] Loading mods from user generated content with id '1088459034' from directory 'X:\steam\steamapps\workshop\content\211820\1088459034'
    [05:59:53.207] [Info] Loading mods from user generated content with id '1086875175' from directory 'X:\steam\steamapps\workshop\content\211820\1086875175'
    [05:59:53.207] [Info] Loading mods from user generated content with id '1084019732' from directory 'X:\steam\steamapps\workshop\content\211820\1084019732'
    [05:59:53.207] [Info] Loading mods from user generated content with id '1038933028' from directory 'X:\steam\steamapps\workshop\content\211820\1038933028'
    [05:59:53.207] [Info] Loading mods from user generated content with id '1002304970' from directory 'X:\steam\steamapps\workshop\content\211820\1002304970'
    [05:59:53.207] [Info] Loading mods from user generated content with id '964939679' from directory 'X:\steam\steamapps\workshop\content\211820\964939679'
    [05:59:53.207] [Info] Loading mods from user generated content with id '962379099' from directory 'X:\steam\steamapps\workshop\content\211820\962379099'
    [05:59:53.207] [Info] Loading mods from user generated content with id '958539829' from directory 'X:\steam\steamapps\workshop\content\211820\958539829'
    [05:59:53.207] [Info] Loading mods from user generated content with id '957141435' from directory 'X:\steam\steamapps\workshop\content\211820\957141435'
    [05:59:53.207] [Info] Loading mods from user generated content with id '956247051' from directory 'X:\steam\steamapps\workshop\content\211820\956247051'
    [05:59:53.207] [Info] Loading mods from user generated content with id '955827258' from directory 'X:\steam\steamapps\workshop\content\211820\955827258'
    [05:59:53.208] [Info] Loading mods from user generated content with id '950738483' from directory 'X:\steam\steamapps\workshop\content\211820\950738483'
    [05:59:53.208] [Info] Loading mods from user generated content with id '950340366' from directory 'X:\steam\steamapps\workshop\content\211820\950340366'
    [05:59:53.208] [Info] Loading mods from user generated content with id '949861913' from directory 'X:\steam\steamapps\workshop\content\211820\949861913'
    [05:59:53.208] [Info] Loading mods from user generated content with id '947346094' from directory 'X:\steam\steamapps\workshop\content\211820\947346094'
    [05:59:53.208] [Info] Loading mods from user generated content with id '946935581' from directory 'X:\steam\steamapps\workshop\content\211820\946935581'
    [05:59:53.208] [Info] Loading mods from user generated content with id '946335869' from directory 'X:\steam\steamapps\workshop\content\211820\946335869'
    [05:59:53.208] [Info] Loading mods from user generated content with id '945707062' from directory 'X:\steam\steamapps\workshop\content\211820\945707062'
    [05:59:53.208] [Info] Loading mods from user generated content with id '945325270' from directory 'X:\steam\steamapps\workshop\content\211820\945325270'
    [05:59:53.209] [Info] Loading mods from user generated content with id '944621412' from directory 'X:\steam\steamapps\workshop\content\211820\944621412'
    [05:59:53.209] [Info] Loading mods from user generated content with id '936898205' from directory 'X:\steam\steamapps\workshop\content\211820\936898205'
    [05:59:53.209] [Info] Loading mods from user generated content with id '936735031' from directory 'X:\steam\steamapps\workshop\content\211820\936735031'
    [05:59:53.209] [Info] Loading mods from user generated content with id '934745951' from directory 'X:\steam\steamapps\workshop\content\211820\934745951'
    [05:59:53.209] [Info] Loading mods from user generated content with id '934745790' from directory 'X:\steam\steamapps\workshop\content\211820\934745790'
    [05:59:53.209] [Info] Loading mods from user generated content with id '934744846' from directory 'X:\steam\steamapps\workshop\content\211820\934744846'
    [05:59:53.209] [Info] Loading mods from user generated content with id '933536396' from directory 'X:\steam\steamapps\workshop\content\211820\933536396'
    [05:59:53.209] [Info] Loading mods from user generated content with id '921924325' from directory 'X:\steam\steamapps\workshop\content\211820\921924325'
    [05:59:53.210] [Info] Loading mods from user generated content with id '915848505' from directory 'X:\steam\steamapps\workshop\content\211820\915848505'
    [05:59:53.210] [Info] Loading mods from user generated content with id '912461540' from directory 'X:\steam\steamapps\workshop\content\211820\912461540'
    [05:59:53.210] [Info] Loading mods from user generated content with id '902559598' from directory 'X:\steam\steamapps\workshop\content\211820\902559598'
    [05:59:53.210] [Info] Loading mods from user generated content with id '898712767' from directory 'X:\steam\steamapps\workshop\content\211820\898712767'
    [05:59:53.210] [Info] Loading mods from user generated content with id '895898053' from directory 'X:\steam\steamapps\workshop\content\211820\895898053'
    [05:59:53.210] [Info] Loading mods from user generated content with id '895140470' from directory 'X:\steam\steamapps\workshop\content\211820\895140470'
    [05:59:53.210] [Info] Loading mods from user generated content with id '892426652' from directory 'X:\steam\steamapps\workshop\content\211820\892426652'
    [05:59:53.210] [Info] Loading mods from user generated content with id '882900100' from directory 'X:\steam\steamapps\workshop\content\211820\882900100'
    [05:59:53.210] [Info] Loading mods from user generated content with id '879213535' from directory 'X:\steam\steamapps\workshop\content\211820\879213535'
    [05:59:53.210] [Info] Loading mods from user generated content with id '874013371' from directory 'X:\steam\steamapps\workshop\content\211820\874013371'
    [05:59:53.211] [Info] Loading mods from user generated content with id '871153025' from directory 'X:\steam\steamapps\workshop\content\211820\871153025'
    [05:59:53.211] [Info] Loading mods from user generated content with id '869900472' from directory 'X:\steam\steamapps\workshop\content\211820\869900472'
    [05:59:53.211] [Info] Loading mods from user generated content with id '868165595' from directory 'X:\steam\steamapps\workshop\content\211820\868165595'
    [05:59:53.211] [Info] Loading mods from user generated content with id '857809873' from directory 'X:\steam\steamapps\workshop\content\211820\857809873'
    [05:59:53.211] [Info] Loading mods from user generated content with id '847709697' from directory 'X:\steam\steamapps\workshop\content\211820\847709697'
    [05:59:53.211] [Info] Loading mods from user generated content with id '838885235' from directory 'X:\steam\steamapps\workshop\content\211820\838885235'
    [05:59:53.211] [Info] Loading mods from user generated content with id '820596230' from directory 'X:\steam\steamapps\workshop\content\211820\820596230'
    [05:59:53.211] [Info] Loading mods from user generated content with id '819145737' from directory 'X:\steam\steamapps\workshop\content\211820\819145737'
    [05:59:53.212] [Info] Loading mods from user generated content with id '817468961' from directory 'X:\steam\steamapps\workshop\content\211820\817468961'
    [05:59:53.212] [Info] Loading mods from user generated content with id '804731513' from directory 'X:\steam\steamapps\workshop\content\211820\804731513'
    [05:59:53.212] [Info] Loading mods from user generated content with id '792342404' from directory 'X:\steam\steamapps\workshop\content\211820\792342404'
    [05:59:53.212] [Info] Loading mods from user generated content with id '782262701' from directory 'X:\steam\steamapps\workshop\content\211820\782262701'
    [05:59:53.212] [Info] Loading mods from user generated content with id '776078387' from directory 'X:\steam\steamapps\workshop\content\211820\776078387'
    [05:59:53.212] [Info] Loading mods from user generated content with id '769396742' from directory 'X:\steam\steamapps\workshop\content\211820\769396742'
    [05:59:53.212] [Info] Loading mods from user generated content with id '766895587' from directory 'X:\steam\steamapps\workshop\content\211820\766895587'
    [05:59:53.212] [Info] Loading mods from user generated content with id '763259329' from directory 'X:\steam\steamapps\workshop\content\211820\763259329'
    [05:59:53.212] [Info] Loading mods from user generated content with id '760881689' from directory 'X:\steam\steamapps\workshop\content\211820\760881689'
    [05:59:53.212] [Info] Loading mods from user generated content with id '758231723' from directory 'X:\steam\steamapps\workshop\content\211820\758231723'
    [05:59:53.213] [Info] Loading mods from user generated content with id '756688724' from directory 'X:\steam\steamapps\workshop\content\211820\756688724'
    [05:59:53.213] [Info] Loading mods from user generated content with id '754490565' from directory 'X:\steam\steamapps\workshop\content\211820\754490565'
    [05:59:53.213] [Info] Loading mods from user generated content with id '754134891' from directory 'X:\steam\steamapps\workshop\content\211820\754134891'
    [05:59:53.213] [Info] Loading mods from user generated content with id '753790671' from directory 'X:\steam\steamapps\workshop\content\211820\753790671'
    [05:59:53.213] [Info] Loading mods from user generated content with id '753337799' from directory 'X:\steam\steamapps\workshop\content\211820\753337799'
    [05:59:53.213] [Info] Loading mods from user generated content with id '751976722' from directory 'X:\steam\steamapps\workshop\content\211820\751976722'
    [05:59:53.213] [Info] Loading mods from user generated content with id '749138636' from directory 'X:\steam\steamapps\workshop\content\211820\749138636'
    [05:59:53.213] [Info] Loading mods from user generated content with id '748635826' from directory 'X:\steam\steamapps\workshop\content\211820\748635826'
    [05:59:53.213] [Info] Loading mods from user generated content with id '747934397' from directory 'X:\steam\steamapps\workshop\content\211820\747934397'
    [05:59:53.213] [Info] Loading mods from user generated content with id '747542428' from directory 'X:\steam\steamapps\workshop\content\211820\747542428'
    [05:59:53.214] [Info] Loading mods from user generated content with id '747212922' from directory 'X:\steam\steamapps\workshop\content\211820\747212922'
    [05:59:53.214] [Info] Loading mods from user generated content with id '747160901' from directory 'X:\steam\steamapps\workshop\content\211820\747160901'
    [05:59:53.214] [Info] Loading mods from user generated content with id '745339642' from directory 'X:\steam\steamapps\workshop\content\211820\745339642'
    [05:59:53.214] [Info] Loading mods from user generated content with id '744621236' from directory 'X:\steam\steamapps\workshop\content\211820\744621236'
    [05:59:53.214] [Info] Loading mods from user generated content with id '743648486' from directory 'X:\steam\steamapps\workshop\content\211820\743648486'
    [05:59:53.214] [Info] Loading mods from user generated content with id '743599672' from directory 'X:\steam\steamapps\workshop\content\211820\743599672'
    [05:59:53.214] [Info] Loading mods from user generated content with id '743328719' from directory 'X:\steam\steamapps\workshop\content\211820\743328719'
    [05:59:53.214] [Info] Loading mods from user generated content with id '741491949' from directory 'X:\steam\steamapps\workshop\content\211820\741491949'
    [05:59:53.214] [Info] Loading mods from user generated content with id '741400551' from directory 'X:\steam\steamapps\workshop\content\211820\741400551'
    [05:59:53.215] [Info] Loading mods from user generated content with id '740834534' from directory 'X:\steam\steamapps\workshop\content\211820\740834534'
    [05:59:53.215] [Info] Loading mods from user generated content with id '739945931' from directory 'X:\steam\steamapps\workshop\content\211820\739945931'
    [05:59:53.215] [Info] Loading mods from user generated content with id '739151610' from directory 'X:\steam\steamapps\workshop\content\211820\739151610'
    [05:59:53.215] [Info] Loading mods from user generated content with id '738313096' from directory 'X:\steam\steamapps\workshop\content\211820\738313096'
    [05:59:53.215] [Info] Loading mods from user generated content with id '737379684' from directory 'X:\steam\steamapps\workshop\content\211820\737379684'
    [05:59:53.215] [Info] Loading mods from user generated content with id '737103600' from directory 'X:\steam\steamapps\workshop\content\211820\737103600'
    [05:59:53.215] [Info] Loading mods from user generated content with id '736545670' from directory 'X:\steam\steamapps\workshop\content\211820\736545670'
    [05:59:53.215] [Info] Loading mods from user generated content with id '736007135' from directory 'X:\steam\steamapps\workshop\content\211820\736007135'
    [05:59:53.215] [Info] Loading mods from user generated content with id '735169732' from directory 'X:\steam\steamapps\workshop\content\211820\735169732'
    [05:59:53.215] [Info] Loading mods from user generated content with id '734855062' from directory 'X:\steam\steamapps\workshop\content\211820\734855062'
    [05:59:53.215] [Info] Loading mods from user generated content with id '734304398' from directory 'X:\steam\steamapps\workshop\content\211820\734304398'
    [05:59:53.216] [Info] Loading mods from user generated content with id '734173371' from directory 'X:\steam\steamapps\workshop\content\211820\734173371'
    [05:59:53.216] [Info] Loading mods from user generated content with id '733744908' from directory 'X:\steam\steamapps\workshop\content\211820\733744908'
    [05:59:53.216] [Info] Loading mods from user generated content with id '733713314' from directory 'X:\steam\steamapps\workshop\content\211820\733713314'
    [05:59:53.216] [Info] Loading mods from user generated content with id '733665104' from directory 'X:\steam\steamapps\workshop\content\211820\733665104'
    [05:59:53.216] [Info] Loading mods from user generated content with id '733399584' from directory 'X:\steam\steamapps\workshop\content\211820\733399584'
    [05:59:53.216] [Info] Loading mods from user generated content with id '733383928' from directory 'X:\steam\steamapps\workshop\content\211820\733383928'
    [05:59:53.216] [Info] Loading mods from user generated content with id '733359743' from directory 'X:\steam\steamapps\workshop\content\211820\733359743'
    [05:59:53.216] [Info] Loading mods from user generated content with id '733139672' from directory 'X:\steam\steamapps\workshop\content\211820\733139672'
    [05:59:53.217] [Info] Loading mods from user generated content with id '733023521' from directory 'X:\steam\steamapps\workshop\content\211820\733023521'
    [05:59:53.217] [Info] Loading mods from user generated content with id '732807518' from directory 'X:\steam\steamapps\workshop\content\211820\732807518'
    [05:59:53.217] [Info] Loading mods from user generated content with id '731929151' from directory 'X:\steam\steamapps\workshop\content\211820\731929151'
    [05:59:53.217] [Info] Loading mods from user generated content with id '731693098' from directory 'X:\steam\steamapps\workshop\content\211820\731693098'
    [05:59:53.217] [Info] Loading mods from user generated content with id '731644566' from directory 'X:\steam\steamapps\workshop\content\211820\731644566'
    [05:59:53.217] [Info] Loading mods from user generated content with id '731592371' from directory 'X:\steam\steamapps\workshop\content\211820\731592371'
    [05:59:53.217] [Info] Loading mods from user generated content with id '730960596' from directory 'X:\steam\steamapps\workshop\content\211820\730960596'
    [05:59:53.217] [Info] Loading mods from user generated content with id '730388011' from directory 'X:\steam\steamapps\workshop\content\211820\730388011'
    [05:59:53.217] [Info] Loading mods from user generated content with id '730345453' from directory 'X:\steam\steamapps\workshop\content\211820\730345453'
    [05:59:53.217] [Info] Loading mods from user generated content with id '729909915' from directory 'X:\steam\steamapps\workshop\content\211820\729909915'
    [05:59:53.217] [Info] Loading mods from user generated content with id '729842601' from directory 'X:\steam\steamapps\workshop\content\211820\729842601'
    [05:59:53.218] [Info] Loading mods from user generated content with id '729746228' from directory 'X:\steam\steamapps\workshop\content\211820\729746228'
    [05:59:53.218] [Info] Loading mods from user generated content with id '729492703' from directory 'X:\steam\steamapps\workshop\content\211820\729492703'
    [05:59:53.218] [Info] Loading mods from user generated content with id '729480149' from directory 'X:\steam\steamapps\workshop\content\211820\729480149'
    [05:59:53.218] [Info] Loading mods from user generated content with id '729438381' from directory 'X:\steam\steamapps\workshop\content\211820\729438381'
    [05:59:53.218] [Info] Loading mods from user generated content with id '729532886' from directory 'X:\steam\steamapps\workshop\content\211820\729532886'
    [05:59:53.218] [Info] Loading mods from user generated content with id '729524482' from directory 'X:\steam\steamapps\workshop\content\211820\729524482'
    [05:59:53.218] [Info] Loading mods from user generated content with id '729428991' from directory 'X:\steam\steamapps\workshop\content\211820\729428991'
    [05:59:53.218] [Info] Loading mods from user generated content with id '729428803' from directory 'X:\steam\steamapps\workshop\content\211820\729428803'
    [05:59:53.218] [Info] Loading mods from user generated content with id '729427744' from directory 'X:\steam\steamapps\workshop\content\211820\729427744'
    [05:59:53.218] [Info] Loading mods from user generated content with id '729427606' from directory 'X:\steam\steamapps\workshop\content\211820\729427606'
    [05:59:53.218] [Info] Loading mods from user generated content with id '729427436' from directory 'X:\steam\steamapps\workshop\content\211820\729427436'
    [05:59:53.219] [Info] Loading mods from user generated content with id '729426722' from directory 'X:\steam\steamapps\workshop\content\211820\729426722'
    [05:59:53.219] [Info] Loading mods from user generated content with id '1455563291' from directory 'X:\steam\steamapps\workshop\content\211820\1455563291'
    [05:59:53.219] [Info] Reloading to include all user generated content
    [05:59:53.219] [Info] Root: Reloading from disk
    [05:59:53.219] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [05:59:53.267] [Info] Root: Loaded Configuration in 0.0010992 seconds
    [05:59:53.267] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [05:59:53.860] [Warn] Root: Unrecognized file in asset directory 'packed.rar', skipping
    [05:59:53.862] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [05:59:54.693] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [05:59:55.135] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729460427'
    [05:59:55.138] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729456260'
    [05:59:55.142] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729558042'
    [05:59:55.169] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1460586609'
    [05:59:55.171] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\748629459'
    [05:59:55.173] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\736081761'
    [05:59:55.174] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1390755514'
    [05:59:55.175] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1446986316'
    [05:59:55.176] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1186075435'
    [05:59:55.177] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1441173377'
    [05:59:55.178] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1421523226'
    [05:59:55.179] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\744492975'
    [05:59:55.180] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\732277574'
    [05:59:55.182] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\730378641'
    [05:59:55.184] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729791646'
    [05:59:55.185] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1433991809'
    [05:59:55.186] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1432794738'
    [05:59:55.187] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1431949168'
    [05:59:55.188] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1431620296'
    [05:59:55.189] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1430181825'
    [05:59:55.190] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1428567000'
    [05:59:55.191] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1428129929'
    [05:59:55.224] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1416509971'
    [05:59:55.229] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1416297357'
    [05:59:55.230] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1416282371'
    [05:59:55.231] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1416038072'
    [05:59:55.232] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1414322416'
    [05:59:55.233] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1412545702'
    [05:59:55.234] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1411633978'
    [05:59:55.236] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1410423105'
    [05:59:55.237] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1410421255'
    [05:59:55.238] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1405753979'
    [05:59:55.242] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1399203999'
    [05:59:55.243] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1398358140'
    [05:59:55.244] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1397217904'
    [05:59:55.245] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1394999146'
    [05:59:55.248] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1393325508'
    [05:59:55.249] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1393090897'
    [05:59:55.276] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1391701390'
    [05:59:55.277] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1390490083'
    [05:59:55.279] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1386730092'
    [05:59:55.281] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1386257278'
    [05:59:55.283] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1383980456'
    [05:59:55.284] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1381369665'
    [05:59:55.285] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1380941596'
    [05:59:55.295] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1379266785'
    [05:59:55.296] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1378894584'
    [05:59:55.297] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1373963925'
    [05:59:55.298] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1373929504'
    [05:59:55.299] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1372590622'
    [05:59:55.300] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1372376485'
    [05:59:55.301] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1372369380'
    [05:59:55.303] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1370889187'
    [05:59:55.306] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1370503515'
    [05:59:55.308] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1369768195'
    [05:59:55.312] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1368020180'
    [05:59:55.314] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1363021259'
    [05:59:55.316] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1361830298'
    [05:59:55.318] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1345132836'
    [05:59:55.321] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1340747742'
    [05:59:55.322] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1326091093'
    [05:59:55.362] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1316225650'
    [05:59:55.368] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1315969065'
    [05:59:55.369] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1313559037'
    [05:59:55.371] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1313146286'
    [05:59:55.372] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1308528328'
    [05:59:55.374] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1303691690'
    [05:59:55.379] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1303337689'
    [05:59:55.379] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1302925783'
    [05:59:55.459] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1301877154'
    [05:59:55.460] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1294959959'
    [05:59:55.462] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1287917152'
    [05:59:55.471] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1277644233'
    [05:59:55.473] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1258935822'
    [05:59:55.474] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1258008544'
    [05:59:55.476] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1253782150'
    [05:59:55.477] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1235347675'
    [05:59:55.479] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1233925466'
    [05:59:55.480] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1228769873'
    [05:59:55.480] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1218671249'
    [05:59:55.484] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1218367214'
    [05:59:55.485] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1218294180'
    [05:59:55.486] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1212967787'
    [05:59:55.487] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1197841959'
    [05:59:55.488] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1194878261'
    [05:59:55.490] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1181699750'
    [05:59:55.491] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1177433563'
    [05:59:55.492] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1175632845'
    [05:59:55.493] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1169201536'
    [05:59:55.494] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1168140153'
    [05:59:55.495] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1166322965'
    [05:59:55.496] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1165402390'
    [05:59:55.497] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1161083233'
    [05:59:55.498] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1156240120'
    [05:59:55.499] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1154799233'
    [05:59:55.580] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1153717308'
    [05:59:55.583] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1152413707'
    [05:59:55.584] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1151130209'
    [05:59:55.585] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1146242986'
    [05:59:55.586] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1142579300'
    [05:59:55.588] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1128426670'
    [05:59:55.589] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1127029824'
    [05:59:55.590] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1125938579'
    [05:59:55.592] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1119460077'
    [05:59:55.594] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1119086325'
    [05:59:55.596] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1117792278'
    [05:59:55.787] [Warn] Root: Overriding duplicate asset source '..\mods\unpack' named 'Pandoras-Box' with higher or equal priority source 'X:\steam\steamapps\workshop\content\211820\1117792278\contents.pak
    [05:59:55.789] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1117007107'
    [05:59:55.791] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1116466874'
    [05:59:55.792] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1115920474'
    [05:59:55.864] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1115886978'
    [05:59:55.865] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1114465299'
    [05:59:55.866] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1114277962'
    [05:59:55.868] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1112031234'
    [05:59:55.869] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1111984660'
    [05:59:55.870] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1107568847'
    [05:59:55.877] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1106142841'
    [05:59:55.878] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1102394541'
    [05:59:55.883] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1101407919'
    [05:59:55.884] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1090125755'
    [05:59:55.885] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1089421344'
    [05:59:55.886] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1088459034'
    [05:59:55.887] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1086875175'
    [05:59:55.889] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1084019732'
    [05:59:55.892] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1038933028'
    [05:59:55.893] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1002304970'
    [05:59:55.894] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\964939679'
    [05:59:55.895] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\962379099'
    [05:59:55.896] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\958539829'
    [05:59:55.901] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\957141435'
    [05:59:55.903] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\956247051'
    [05:59:55.905] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\955827258'
    [05:59:55.906] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\950738483'
    [05:59:55.908] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\950340366'
    [05:59:55.910] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\949861913'
    [05:59:55.911] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\947346094'
    [05:59:55.913] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\946935581'
    [05:59:55.914] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\946335869'
    [05:59:55.916] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\945707062'
    [05:59:55.919] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\945325270'
    [05:59:55.922] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\944621412'
    [05:59:55.923] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\936898205'
    [05:59:55.935] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\936735031'
    [05:59:55.937] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\934745951'
    [05:59:55.938] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\934745790'
    [05:59:55.939] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\934744846'
    [05:59:55.941] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\933536396'
    [05:59:55.942] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\921924325'
    [05:59:55.948] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\915848505'
    [05:59:55.949] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\912461540'
    [05:59:55.955] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\902559598'
    [05:59:55.956] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\898712767'
    [05:59:55.988] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\895898053'
    [05:59:55.989] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\895140470'
    [05:59:55.991] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\892426652'
    [05:59:55.992] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\882900100'
    [05:59:55.994] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\879213535'
    [05:59:55.995] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\874013371'
    [05:59:56.059] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\871153025'
    [05:59:56.064] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\869900472'
    [05:59:56.065] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\868165595'
    [05:59:56.096] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\857809873'
    [05:59:56.097] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\847709697'
    [05:59:56.098] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\838885235'
    [05:59:56.107] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\820596230'
    [05:59:56.110] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\819145737'
    [05:59:56.132] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\817468961'
    [05:59:56.133] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\804731513'
    [05:59:56.134] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\792342404'
    [05:59:56.136] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\782262701'
    [05:59:56.139] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\776078387'
    [05:59:56.140] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\769396742'
    [05:59:56.141] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\766895587'
    [05:59:56.143] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\763259329'
    [05:59:56.245] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\760881689'
    [05:59:56.246] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\758231723'
    [05:59:56.251] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\756688724'
    [05:59:56.253] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\754490565'
    [05:59:56.254] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\754134891'
    [05:59:56.256] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\753790671'
    [05:59:56.258] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\753337799'
    [05:59:56.261] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\751976722'
    [05:59:56.262] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\749138636'
    [05:59:56.263] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\748635826'
    [05:59:56.270] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\747934397'
    [05:59:56.273] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\747542428'
    [05:59:56.274] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\747212922'
    [05:59:56.277] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\747160901'
    [05:59:56.278] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\745339642'
    [05:59:56.279] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\744621236'
    [05:59:56.280] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\743648486'
    [05:59:56.281] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\743599672'
    [05:59:56.283] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\743328719'
    [05:59:56.284] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\741491949'
    [05:59:56.285] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\741400551'
    [05:59:56.286] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\740834534'
    [05:59:56.321] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\739945931'
    [05:59:56.322] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\739151610'
    [05:59:56.323] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\738313096'
    [05:59:56.326] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\737379684'
    [05:59:56.328] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\737103600'
    [05:59:56.330] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\736545670'
    [05:59:56.331] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\736007135'
    [05:59:56.333] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\735169732'
    [05:59:56.336] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\734855062'
    [05:59:56.338] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\734304398'
    [05:59:56.339] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\734173371'
    [05:59:56.340] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\733744908'
    [05:59:56.341] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\733713314'
    [05:59:56.342] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\733665104'
    [05:59:56.345] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\733399584'
    [05:59:56.347] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\733383928'
    [05:59:56.349] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\733359743'
    [05:59:56.350] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\733139672'
    [05:59:56.351] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\733023521'
    [05:59:56.353] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\732807518'
    [05:59:56.354] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\731929151'
    [05:59:56.355] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\731693098'
    [05:59:56.370] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\731644566'
    [05:59:56.371] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\731592371'
    [05:59:56.372] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\730960596'
    [05:59:56.373] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\730388011'
    [05:59:56.374] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\730345453'
    [05:59:56.377] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729909915'
    [05:59:56.386] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729842601'
    [05:59:56.387] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729746228'
    [05:59:56.388] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729492703'
    [05:59:56.393] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729480149'
    [05:59:56.935] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729438381'
    [05:59:56.937] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729532886'
    [05:59:56.938] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729524482'
    [05:59:56.939] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729428991'
    [05:59:56.946] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729428803'
    [05:59:56.948] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729427744'
    [05:59:56.968] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729427606'
    [05:59:56.976] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729427436'
    [05:59:56.983] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729426722'
    [05:59:56.984] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1455563291'
    [05:59:56.987] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [05:59:56.987] [Info] Root: Detected asset source named 'QuickbarMini' at 'X:\steam\steamapps\workshop\content\211820\1088459034\QuickbarMini.pak'
    [05:59:56.987] [Info] Root: Detected asset source named 'QuickbarUnlocker' at 'X:\steam\steamapps\workshop\content\211820\1089421344\contents.pak'
    [05:59:56.987] [Info] Root: Detected asset source named 'many_tabs1' at 'X:\steam\steamapps\workshop\content\211820\1119086325\contents.pak'
    [05:59:56.987] [Info] Root: Detected asset source named 'Infinite Items' at 'X:\steam\steamapps\workshop\content\211820\1428567000\contents.pak'
    [05:59:56.987] [Info] Root: Detected asset source named 'xbawks' at 'X:\steam\steamapps\workshop\content\211820\729426722\contents.pak'
    [05:59:56.987] [Info] Root: Detected asset source named 'Gun Dealer Tenant' at 'X:\steam\steamapps\workshop\content\211820\1258935822\contents.pak'
    [05:59:56.987] [Info] Root: Detected asset source named 'SpawnableItemPack' at 'X:\steam\steamapps\workshop\content\211820\733665104\contents.pak'
    [05:59:56.987] [Info] Root: Detected asset source named 'The Avali MM' at 'X:\steam\steamapps\workshop\content\211820\1086875175\contents.pak'
    [05:59:56.987] [Info] Root: Detected asset source named 'The Avali Themed Distortion Spheres ' at 'X:\steam\steamapps\workshop\content\211820\1090125755\contents.pak'
    [05:59:56.987] [Info] Root: Detected asset source named 'Warframe Weapons' at 'X:\steam\steamapps\workshop\content\211820\1308528328\contents.pak'
    [05:59:56.987] [Info] Root: Detected unnamed asset source at '..\assets\packed'
    [05:59:56.987] [Info] Root: Detected unnamed asset source at '..\assets\unpacked'
    [05:59:56.987] [Info] Root: Detected asset source named 'CustomCollectionsUI' at 'X:\steam\steamapps\workshop\content\211820\760881689\contents.pak'
    [05:59:56.987] [Info] Root: Detected asset source named 'Elithian_Races_Mod' at '..\mods\avikan'
    [05:59:56.987] [Info] Root: Detected asset source named 'mechavali' at 'X:\steam\steamapps\workshop\content\211820\950340366\contents.pak'
    [05:59:56.987] [Info] Root: Detected asset source named 'XS Mechs : Modular Edition (BETA)' at 'X:\steam\steamapps\workshop\content\211820\945707062\contents.pak'
    [05:59:56.987] [Info] Root: Detected asset source named 'xsmm_weapons' at 'X:\steam\steamapps\workshop\content\211820\958539829\contents.pak'
    [05:59:56.987] [Info] Root: Detected asset source named 'FrackinUniverse' at 'X:\steam\steamapps\workshop\content\211820\729480149\contents.pak'
    [05:59:56.987] [Info] Root: Detected asset source named 'p_Pets' at 'X:\steam\steamapps\workshop\content\211820\729438381\contents.pak'
    [05:59:56.987] [Info] Root: Detected unnamed asset source at '..\mods\remoteavaliddronetest1'
    [05:59:56.987] [Info] Root: Detected asset source named 'Universal Uncrafter v1.46' at 'X:\steam\steamapps\workshop\content\211820\729532886\contents.pak'
    [05:59:56.988] [Info] Root: Detected unnamed asset source at '..\mods\zipz'
    [05:59:56.988] [Info] Root: Detected asset source named 'pilch_sciencestation' at 'X:\steam\steamapps\workshop\content\211820\729460427\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'modules-in-a-box' at 'X:\steam\steamapps\workshop\content\211820\729456260\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'Avali' at 'X:\steam\steamapps\workshop\content\211820\729558042\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'Lyetzi's Gunners Mod' at 'X:\steam\steamapps\workshop\content\211820\1326091093\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'ae_dks501' at 'X:\steam\steamapps\workshop\content\211820\1460586609\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'avalidronepet-ppets' at 'X:\steam\steamapps\workshop\content\211820\748629459\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'Unlimited Crew Size' at 'X:\steam\steamapps\workshop\content\211820\736081761\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'Frackin Crew Size' at 'X:\steam\steamapps\workshop\content\211820\1390755514\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'rallyflags' at 'X:\steam\steamapps\workshop\content\211820\1446986316\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'stickynotes' at 'X:\steam\steamapps\workshop\content\211820\1186075435\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'elevatorloading' at 'X:\steam\steamapps\workshop\content\211820\1441173377\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'ContainerUITweak' at 'X:\steam\steamapps\workshop\content\211820\729524482\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'Draconis Race(Humanoid Dragon Race)' at 'X:\steam\steamapps\workshop\content\211820\868165595\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'Skath Race' at 'X:\steam\steamapps\workshop\content\211820\936898205\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'Improved Containers' at 'X:\steam\steamapps\workshop\content\211820\729427606\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'PerennialCrops' at 'X:\steam\steamapps\workshop\content\211820\730378641\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'PerennialCrops_FU_Edition' at 'X:\steam\steamapps\workshop\content\211820\732277574\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'ExtraZoomLevels' at 'X:\steam\steamapps\workshop\content\211820\729791646\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'elithianperennialcropsaegi' at 'X:\steam\steamapps\workshop\content\211820\1433991809\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'fuvillavali' at 'X:\steam\steamapps\workshop\content\211820\1432794738\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'Akea [An Avalon Decorations Mod]' at 'X:\steam\steamapps\workshop\content\211820\1431949168\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'make the aegi a cuter race male eyes' at 'X:\steam\steamapps\workshop\content\211820\1431620296\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'raceintros' at 'X:\steam\steamapps\workshop\content\211820\1455563291\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'SmolAvali' at 'X:\steam\steamapps\workshop\content\211820\1428129929\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'WulfsArchaicBeasts' at 'X:\steam\steamapps\workshop\content\211820\1416509971\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'mananatree' at 'X:\steam\steamapps\workshop\content\211820\1416297357\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'united_systems_expansion_vehicles' at 'X:\steam\steamapps\workshop\content\211820\1416282371\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'Avali Weapon Type Additions' at 'X:\steam\steamapps\workshop\content\211820\1416038072\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'sup_turret' at 'X:\steam\steamapps\workshop\content\211820\1414322416\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'SIP - Avali Patch' at 'X:\steam\steamapps\workshop\content\211820\1412545702\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'JanothiaDoors' at 'X:\steam\steamapps\workshop\content\211820\1411633978\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'novalirace' at 'X:\steam\steamapps\workshop\content\211820\1386730092\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'novalicolors1' at 'X:\steam\steamapps\workshop\content\211820\1410423105\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'novaliskin' at 'X:\steam\steamapps\workshop\content\211820\1410421255\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'Tenantator' at 'X:\steam\steamapps\workshop\content\211820\1405753979\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'The Minigun Mod' at 'X:\steam\steamapps\workshop\content\211820\1399203999\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'protectorateflyerposter' at 'X:\steam\steamapps\workshop\content\211820\1398358140\contents.pak'
    [05:59:56.988] [Info] Root: Detected asset source named 'Redemption' at 'X:\steam\steamapps\workshop\content\211820\1397217904\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'avalifit' at 'X:\steam\steamapps\workshop\content\211820\1394999146\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Cosmetic slots for Mechs' at 'X:\steam\steamapps\workshop\content\211820\1393325508\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'manana.' at 'X:\steam\steamapps\workshop\content\211820\1391701390\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'morenpcships' at 'X:\steam\steamapps\workshop\content\211820\1390490083\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Sneaky's Offbrand Arms Pack for Lyetzi's' at 'X:\steam\steamapps\workshop\content\211820\1386257278\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'blurplevali' at 'X:\steam\steamapps\workshop\content\211820\1383980456\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named '1Ore=2Bar' at 'X:\steam\steamapps\workshop\content\211820\1381369665\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Lastree Race' at 'X:\steam\steamapps\workshop\content\211820\1380941596\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Pod Heal' at 'X:\steam\steamapps\workshop\content\211820\1379266785\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'PersonalDrones' at 'X:\steam\steamapps\workshop\content\211820\1378894584\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Wardrobe' at 'X:\steam\steamapps\workshop\content\211820\734855062\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Wardrobe-AzuresStarWars' at 'X:\steam\steamapps\workshop\content\211820\1373963925\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Wardrobe-ElithianRaces' at 'X:\steam\steamapps\workshop\content\211820\1373929504\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Wardrobe-Draconis' at 'X:\steam\steamapps\workshop\content\211820\1372590622\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Wardrobe-AvaliTriage' at 'X:\steam\steamapps\workshop\content\211820\1372376485\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Wardrobe-FrackinUniverse' at 'X:\steam\steamapps\workshop\content\211820\1372369380\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Idle Factories' at 'X:\steam\steamapps\workshop\content\211820\1370889187\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Venturer-X' at 'X:\steam\steamapps\workshop\content\211820\1370503515\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Starbound++ FU Version' at 'X:\steam\steamapps\workshop\content\211820\1369768195\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Spawnable Item Pack: Lyetzi's Gunners Mod' at 'X:\steam\steamapps\workshop\content\211820\1368020180\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'morestationtram' at 'X:\steam\steamapps\workshop\content\211820\1363021259\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Rubber Boat' at 'X:\steam\steamapps\workshop\content\211820\1361830298\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'PokeBound Sud Species Addo-on (WIP)' at 'X:\steam\steamapps\workshop\content\211820\1345132836\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Stolte Inc. Shields' at 'X:\steam\steamapps\workshop\content\211820\1340747742\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Warframe Parkour' at 'X:\steam\steamapps\workshop\content\211820\1316225650\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Drake Dragonfly' at 'X:\steam\steamapps\workshop\content\211820\1315969065\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'customwheel' at 'X:\steam\steamapps\workshop\content\211820\1313559037\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Modern Trams' at 'X:\steam\steamapps\workshop\content\211820\1313146286\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Starbound Awakens Dungeons x-Pack' at 'X:\steam\steamapps\workshop\content\211820\1303691690\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Make colony deeds FREE !' at 'X:\steam\steamapps\workshop\content\211820\1303337689\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'AvaliRecipeFixes' at 'X:\steam\steamapps\workshop\content\211820\1301877154\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'bladedanceaimable' at 'X:\steam\steamapps\workshop\content\211820\1294959959\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'PokeBound (WIP)' at 'X:\steam\steamapps\workshop\content\211820\1287917152\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'SWMechs' at 'X:\steam\steamapps\workshop\content\211820\1277644233\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'applestorage' at 'X:\steam\steamapps\workshop\content\211820\1258008544\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'playerdancing' at 'X:\steam\steamapps\workshop\content\211820\1253782150\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'shifttocollect' at 'X:\steam\steamapps\workshop\content\211820\1235347675\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Translocate' at 'X:\steam\steamapps\workshop\content\211820\1233925466\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Mech Blueprint Tier Colors' at 'X:\steam\steamapps\workshop\content\211820\1228769873\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'WolFenFLCN-11Gunship' at 'X:\steam\steamapps\workshop\content\211820\1218671249\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Aimable Abilities: Spears' at 'X:\steam\steamapps\workshop\content\211820\1218367214\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'pilch_fieldgenerator' at 'X:\steam\steamapps\workshop\content\211820\1218294180\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'MMConfigurator' at 'X:\steam\steamapps\workshop\content\211820\1212967787\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'bladedancedefault' at 'X:\steam\steamapps\workshop\content\211820\1197841959\contents.pak'
    [05:59:56.989] [Info] Root: Detected asset source named 'Aimable Shields - Frackin Universe compatible' at 'X:\steam\steamapps\workshop\content\211820\1106142841\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'recaddon' at 'X:\steam\steamapps\workshop\content\211820\1181699750\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'noearthquakes' at 'X:\steam\steamapps\workshop\content\211820\1177433563\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'Valisocks' at 'X:\steam\steamapps\workshop\content\211820\1175632845\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'AvaliSpecOpsAdditions' at 'X:\steam\steamapps\workshop\content\211820\1169201536\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'united_systems_expansion_shuttlecraft_addon' at 'X:\steam\steamapps\workshop\content\211820\1168140153\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'AvaliThemedSolarPower' at 'X:\steam\steamapps\workshop\content\211820\1166322965\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'Shuttlecraft' at 'X:\steam\steamapps\workshop\content\211820\1102394541\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'Shuttlecraftdeployment' at 'X:\steam\steamapps\workshop\content\211820\1165402390\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'tundrapack' at 'X:\steam\steamapps\workshop\content\211820\1161083233\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'Weapon_Reinforcer_For_1_3' at 'X:\steam\steamapps\workshop\content\211820\1156240120\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'avaliequipmentbench' at 'X:\steam\steamapps\workshop\content\211820\1153717308\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'Sloped Glass Blocks' at 'X:\steam\steamapps\workshop\content\211820\1152413707\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'flaminghot' at 'X:\steam\steamapps\workshop\content\211820\1151130209\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'pantsaddons' at 'X:\steam\steamapps\workshop\content\211820\1146242986\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'carpettool' at 'X:\steam\steamapps\workshop\content\211820\1142579300\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'Planet Transponder' at 'X:\steam\steamapps\workshop\content\211820\1127029824\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'Halo UNSC Weapons pack' at 'X:\steam\steamapps\workshop\content\211820\1125938579\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'Player Stations Expanded' at 'X:\steam\steamapps\workshop\content\211820\1119460077\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'MorePlanetInfo' at 'X:\steam\steamapps\workshop\content\211820\1117007107\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'More Moths' at 'X:\steam\steamapps\workshop\content\211820\1116466874\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'ElithianPerennialCrops' at 'X:\steam\steamapps\workshop\content\211820\1115886978\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'Mech Deployment Beacons' at 'X:\steam\steamapps\workshop\content\211820\1114465299\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'OutpostShuttlecraft' at 'X:\steam\steamapps\workshop\content\211820\1114277962\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'AvaliBetterLoomUI' at 'X:\steam\steamapps\workshop\content\211820\1112031234\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'npctycontroller' at 'X:\steam\steamapps\workshop\content\211820\1111984660\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'AvaliColorAddon' at 'X:\steam\steamapps\workshop\content\211820\1107568847\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'Avali mannequin' at 'X:\steam\steamapps\workshop\content\211820\733744908\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'MMU' at 'X:\steam\steamapps\workshop\content\211820\1101407919\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'Engineer Buildings' at 'X:\steam\steamapps\workshop\content\211820\1084019732\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'creepycultists' at 'X:\steam\steamapps\workshop\content\211820\1038933028\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'lushpack' at 'X:\steam\steamapps\workshop\content\211820\1002304970\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'AvaliAltCapChair' at 'X:\steam\steamapps\workshop\content\211820\964939679\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'speciesreplace' at 'X:\steam\steamapps\workshop\content\211820\962379099\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'customstationrooms' at 'X:\steam\steamapps\workshop\content\211820\957141435\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'mechavalixs' at 'X:\steam\steamapps\workshop\content\211820\955827258\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'Universe Scanner' at 'X:\steam\steamapps\workshop\content\211820\950738483\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'Claymore Sword' at 'X:\steam\steamapps\workshop\content\211820\949861913\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'roro V.E.F' at 'X:\steam\steamapps\workshop\content\211820\947346094\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'Avali_Additions' at 'X:\steam\steamapps\workshop\content\211820\751976722\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'AvaliPlatedEnergyRailHatch' at 'X:\steam\steamapps\workshop\content\211820\946935581\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'avalidronepet' at 'X:\steam\steamapps\workshop\content\211820\946335869\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'JurassicBound' at 'X:\steam\steamapps\workshop\content\211820\945325270\contents.pak'
    [05:59:56.990] [Info] Root: Detected asset source named 'USR_Mech_Pieces' at 'X:\steam\steamapps\workshop\content\211820\944621412\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Avali Augments And Assorments: Revisited' at 'X:\steam\steamapps\workshop\content\211820\936735031\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'LightSpears' at 'X:\steam\steamapps\workshop\content\211820\934744846\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'LightSpearsFrackinUniverse' at 'X:\steam\steamapps\workshop\content\211820\934745951\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'LightSpearsAvali' at 'X:\steam\steamapps\workshop\content\211820\934745790\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Enhanced Rails' at 'X:\steam\steamapps\workshop\content\211820\921924325\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'byos-treasureclaim' at 'X:\steam\steamapps\workshop\content\211820\915848505\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Pixlaroid' at 'X:\steam\steamapps\workshop\content\211820\912461540\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Avikan Morphballs/Spheres' at 'X:\steam\steamapps\workshop\content\211820\902559598\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Avali Objects+' at 'X:\steam\steamapps\workshop\content\211820\898712767\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Resource Extractor' at 'X:\steam\steamapps\workshop\content\211820\895898053\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'NpcSpawnerPlus' at 'X:\steam\steamapps\workshop\content\211820\895140470\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'learnblueprintsonscan' at 'X:\steam\steamapps\workshop\content\211820\879213535\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'USCM_expansion' at 'X:\steam\steamapps\workshop\content\211820\874013371\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Defender Drones mod DELUXE' at 'X:\steam\steamapps\workshop\content\211820\871153025\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'AvaliPerennialCrops' at 'X:\steam\steamapps\workshop\content\211820\869900472\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Bigger Action Bar(12 slots)' at 'X:\steam\steamapps\workshop\content\211820\857809873\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Avali Defense Turret (reload)' at 'X:\steam\steamapps\workshop\content\211820\847709697\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Azure's Star Wars Weapons & Armour' at 'X:\steam\steamapps\workshop\content\211820\838885235\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'longcoatpack' at 'X:\steam\steamapps\workshop\content\211820\820596230\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'meleeaim' at 'X:\steam\steamapps\workshop\content\211820\817468961\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Halo: Covenant weapons' at 'X:\steam\steamapps\workshop\content\211820\804731513\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Placeable Spaceships' at 'X:\steam\steamapps\workshop\content\211820\792342404\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'environmentSafety' at 'X:\steam\steamapps\workshop\content\211820\782262701\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Easier Bows' at 'X:\steam\steamapps\workshop\content\211820\776078387\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Fus Ro Dah' at 'X:\steam\steamapps\workshop\content\211820\769396742\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Avali Plush' at 'X:\steam\steamapps\workshop\content\211820\766895587\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Long Sword Combo' at 'X:\steam\steamapps\workshop\content\211820\758231723\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'avaliheavymininglaser' at 'X:\steam\steamapps\workshop\content\211820\756688724\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Avali-No-Railplatform-Interaction' at 'X:\steam\steamapps\workshop\content\211820\754490565\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Elemental Flashlights' at 'X:\steam\steamapps\workshop\content\211820\754134891\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'wvr_hatchplatform' at 'X:\steam\steamapps\workshop\content\211820\753337799\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Reclaimable Turrets' at 'X:\steam\steamapps\workshop\content\211820\749138636\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'imperialweapons' at 'X:\steam\steamapps\workshop\content\211820\748635826\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Very Varied Vehicle' at 'X:\steam\steamapps\workshop\content\211820\747934397\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Ghost Fluffalo' at 'X:\steam\steamapps\workshop\content\211820\747542428\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Crew Size OVERCAPPED' at 'X:\steam\steamapps\workshop\content\211820\747212922\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Avali-Themed Cursor Replacers' at 'X:\steam\steamapps\workshop\content\211820\747160901\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'wvr_crew_lava' at 'X:\steam\steamapps\workshop\content\211820\744621236\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'FlashlightStayOn' at 'X:\steam\steamapps\workshop\content\211820\743648486\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Avali_Ship_Teleporter' at 'X:\steam\steamapps\workshop\content\211820\743599672\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'NonUniform' at 'X:\steam\steamapps\workshop\content\211820\743328719\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'No Annoying Weather' at 'X:\steam\steamapps\workshop\content\211820\741400551\contents.pak'
    [05:59:56.991] [Info] Root: Detected asset source named 'Enhanced Tech' at 'X:\steam\steamapps\workshop\content\211820\739945931\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Augment Slots for Armor Redux' at 'X:\steam\steamapps\workshop\content\211820\1154799233\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Combinable Augments' at 'X:\steam\steamapps\workshop\content\211820\739151610\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Avali SpecOp Armor' at 'X:\steam\steamapps\workshop\content\211820\738313096\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'lavaAugment' at 'X:\steam\steamapps\workshop\content\211820\737379684\content.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Better_Augments_Mod_LIGHT' at 'X:\steam\steamapps\workshop\content\211820\737103600\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Soma Exploration Ship (Human)(Alt)' at 'X:\steam\steamapps\workshop\content\211820\736545670\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Avali Rocket Launcher + Misc Stuff' at 'X:\steam\steamapps\workshop\content\211820\736007135\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Better_Augments_Mod' at 'X:\steam\steamapps\workshop\content\211820\735169732\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Light the Way' at 'X:\steam\steamapps\workshop\content\211820\734304398\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'FreedomofMovement' at 'X:\steam\steamapps\workshop\content\211820\734173371\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'AdvancedProximitySensor' at 'X:\steam\steamapps\workshop\content\211820\733713314\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Augment Slot for Legs' at 'X:\steam\steamapps\workshop\content\211820\733399584\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Augment Slot for Head' at 'X:\steam\steamapps\workshop\content\211820\733383928\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Extra Fossil Game Tools' at 'X:\steam\steamapps\workshop\content\211820\733359743\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Earth's Finest - Crew Improvements' at 'X:\steam\steamapps\workshop\content\211820\733139672\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Augment Slot for Chestpiece' at 'X:\steam\steamapps\workshop\content\211820\733023521\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'No Rotting Food' at 'X:\steam\steamapps\workshop\content\211820\732807518\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'nicemerchants' at 'X:\steam\steamapps\workshop\content\211820\731929151\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Halo Ultra v2' at 'X:\steam\steamapps\workshop\content\211820\731693098\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Enemies Aren't Stupid!' at 'X:\steam\steamapps\workshop\content\211820\731644566\contents.pak'
    [05:59:56.992] [Info] Root: Detected unnamed asset source at 'X:\steam\steamapps\workshop\content\211820\731592371\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Unlimited Active Crewmembers' at 'X:\steam\steamapps\workshop\content\211820\730960596\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Larger Lockers' at 'X:\steam\steamapps\workshop\content\211820\730388011\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Themed Colony Deeds' at 'X:\steam\steamapps\workshop\content\211820\730345453\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'XCOM mod' at 'X:\steam\steamapps\workshop\content\211820\729909915\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Anime Eyes for Humans' at 'X:\steam\steamapps\workshop\content\211820\729842601\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Disabled drop for Survival Mode' at 'X:\steam\steamapps\workshop\content\211820\729746228\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'FrackinMusic' at 'X:\steam\steamapps\workshop\content\211820\729492703\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Pandoras-Box' at 'X:\steam\steamapps\workshop\content\211820\1117792278\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'SmolAvali Frackin Races and Frackin Universe BYOS patch' at 'X:\steam\steamapps\workshop\content\211820\1430181825\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Starbound Awakens' at 'X:\steam\steamapps\workshop\content\211820\1302925783\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'bk3k_inventory' at 'X:\steam\steamapps\workshop\content\211820\882900100\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Elithian_Ship_Backgrounds' at 'X:\steam\steamapps\workshop\content\211820\933536396\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'XS_Mechs' at 'X:\steam\steamapps\workshop\content\211820\729428991\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'skizots_dozers' at 'X:\steam\steamapps\workshop\content\211820\729428803\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'xsmechs_variants' at 'X:\steam\steamapps\workshop\content\211820\740834534\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'many_tabs2' at 'X:\steam\steamapps\workshop\content\211820\956247051\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'food_stack' at 'X:\steam\steamapps\workshop\content\211820\729427436\contents.pak'
    [05:59:56.992] [Info] Root: Detected asset source named 'Avali colored objects' at 'X:\steam\steamapps\workshop\content\211820\819145737\contents.pak'
    [05:59:56.993] [Info] Root: Detected asset source named 'Weapon Fusion Station' at 'X:\steam\steamapps\workshop\content\211820\741491949\contents.pak'
    [05:59:56.993] [Info] Root: Detected asset source named 'Weapon Reinforcer' at 'X:\steam\steamapps\workshop\content\211820\744492975\contents.pak'
    [05:59:56.993] [Info] Root: Detected asset source named 'Hunter Crewmembers' at 'X:\steam\steamapps\workshop\content\211820\745339642\contents.pak'
    [05:59:56.993] [Info] Root: Detected asset source named 'Player UI Redone' at 'X:\steam\steamapps\workshop\content\211820\892426652\contents.pak'
    [05:59:56.993] [Info] Root: Detected asset source named 'A.V.I.A.N.' at 'X:\steam\steamapps\workshop\content\211820\753790671\contents.pak'
    [05:59:56.993] [Info] Root: Detected asset source named 'instant_crafting' at 'X:\steam\steamapps\workshop\content\211820\729427744\contents.pak'
    [05:59:56.993] [Info] Root: Detected asset source named 'whatmenu' at 'X:\steam\steamapps\workshop\content\211820\1421523226\contents.pak'
    [05:59:56.993] [Info] Root: Detected asset source named 'Aimable Shields - Frackin Races compatible' at 'X:\steam\steamapps\workshop\content\211820\1128426670\contents.pak'
    [05:59:56.993] [Info] Root: Detected asset source named 'FrackinRaces' at 'X:\steam\steamapps\workshop\content\211820\763259329\contents.pak'
    [05:59:56.993] [Info] Root: Detected asset source named 'FUBYOSModdedRaceSupportFR' at 'X:\steam\steamapps\workshop\content\211820\1194878261\contents.pak'
    [05:59:56.993] [Info] Root: Detected asset source named 'RPG_Growth' at 'X:\steam\steamapps\workshop\content\211820\1115920474\contents.pak'
    [05:59:56.993] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [05:59:56.993] [Info] Root: Detected asset source named 'halofraddon' at 'X:\steam\steamapps\workshop\content\211820\1393090897\contents.pak'
    [05:59:56.993] [Info] Loading assets from: '..\assets\packed.pak'
    [05:59:57.720] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1088459034\QuickbarMini.pak'
    [05:59:57.720] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1089421344\contents.pak'
    [05:59:57.720] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1119086325\contents.pak'
    [05:59:57.721] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1428567000\contents.pak'
    [05:59:57.722] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729426722\contents.pak'
    [05:59:57.722] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1258935822\contents.pak'
    [05:59:57.722] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\733665104\contents.pak'
    [05:59:57.724] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1086875175\contents.pak'
    [05:59:57.725] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1090125755\contents.pak'
    [05:59:57.725] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1308528328\contents.pak'
    [05:59:57.727] [Info] Loading assets from: '..\assets\packed'
    [05:59:57.728] [Info] Loading assets from: '..\assets\unpacked'
    [05:59:57.729] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\760881689\contents.pak'
    [05:59:57.729] [Info] Loading assets from: '..\mods\avikan'
    [05:59:59.632] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\950340366\contents.pak'
    [05:59:59.633] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\945707062\contents.pak'
    [05:59:59.636] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\958539829\contents.pak'
    [05:59:59.641] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729480149\contents.pak'
    [06:00:00.322] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729438381\contents.pak'
    [06:00:00.323] [Info] Loading assets from: '..\mods\remoteavaliddronetest1'
    [06:00:00.326] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729532886\contents.pak'
    [06:00:00.326] [Info] Loading assets from: '..\mods\zipz'
    [06:00:00.327] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729460427\contents.pak'
    [06:00:00.330] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729456260\contents.pak'
    [06:00:00.334] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729558042\contents.pak'
    [06:00:00.362] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1326091093\contents.pak'
    [06:00:00.402] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1460586609\contents.pak'
    [06:00:00.404] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\748629459\contents.pak'
    [06:00:00.404] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\736081761\contents.pak'
    [06:00:00.405] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1390755514\contents.pak'
    [06:00:00.405] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1446986316\contents.pak'
    [06:00:00.406] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1186075435\contents.pak'
    [06:00:00.406] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1441173377\contents.pak'
    [06:00:00.407] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729524482\contents.pak'
    [06:00:00.407] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\868165595\contents.pak'
    [06:00:00.439] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\936898205\contents.pak'
    [06:00:00.452] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729427606\contents.pak'
    [06:00:00.461] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\730378641\contents.pak'
    [06:00:00.463] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\732277574\contents.pak'
    [06:00:00.465] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729791646\contents.pak'
    [06:00:00.465] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1433991809\contents.pak'
    [06:00:00.466] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1432794738\contents.pak'
    [06:00:00.466] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1431949168\contents.pak'
    [06:00:00.467] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1431620296\contents.pak'
    [06:00:00.467] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1455563291\contents.pak'
    [06:00:00.469] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1428129929\contents.pak'
    [06:00:00.515] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1416509971\contents.pak'
    [06:00:00.521] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1416297357\contents.pak'
    [06:00:00.521] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1416282371\contents.pak'
    [06:00:00.522] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1416038072\contents.pak'
    [06:00:00.523] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1414322416\contents.pak'
    [06:00:00.523] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1412545702\contents.pak'
    [06:00:00.524] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1411633978\contents.pak'
    [06:00:00.526] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1386730092\contents.pak'
    [06:00:00.528] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1410423105\contents.pak'
    [06:00:00.528] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1410421255\contents.pak'
    [06:00:00.529] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1405753979\contents.pak'
    [06:00:00.533] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1399203999\contents.pak'
    [06:00:00.534] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1398358140\contents.pak'
    [06:00:00.534] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1397217904\contents.pak'
    [06:00:00.535] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1394999146\contents.pak'
    [06:00:00.537] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1393325508\contents.pak'
    [06:00:00.538] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1391701390\contents.pak'
    [06:00:00.538] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1390490083\contents.pak'
    [06:00:00.540] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1386257278\contents.pak'
    [06:00:00.542] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1383980456\contents.pak'
    [06:00:00.542] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1381369665\contents.pak'
    [06:00:00.542] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1380941596\contents.pak'
    [06:00:00.554] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1379266785\contents.pak'
    [06:00:00.554] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1378894584\contents.pak'
    [06:00:00.555] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\734855062\contents.pak'
    [06:00:00.556] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1373963925\contents.pak'
    [06:00:00.557] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1373929504\contents.pak'
    [06:00:00.557] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1372590622\contents.pak'
    [06:00:00.557] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1372376485\contents.pak'
    [06:00:00.558] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1372369380\contents.pak'
    [06:00:00.558] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1370889187\contents.pak'
    [06:00:00.561] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1370503515\contents.pak'
    [06:00:00.562] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1369768195\contents.pak'
    [06:00:00.566] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1368020180\contents.pak'
    [06:00:00.567] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1363021259\contents.pak'
    [06:00:00.569] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1361830298\contents.pak'
    [06:00:00.570] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1345132836\contents.pak'
    [06:00:00.572] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1340747742\contents.pak'
    [06:00:00.573] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1316225650\contents.pak'
    [06:00:00.579] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1315969065\contents.pak'
    [06:00:00.580] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1313559037\contents.pak'
    [06:00:00.581] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1313146286\contents.pak'
    [06:00:00.582] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1303691690\contents.pak'
    [06:00:00.586] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1303337689\contents.pak'
    [06:00:00.587] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1301877154\contents.pak'
    [06:00:00.587] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1294959959\contents.pak'
    [06:00:00.588] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1287917152\contents.pak'
    [06:00:00.598] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1277644233\contents.pak'
    [06:00:00.600] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1258008544\contents.pak'
    [06:00:00.601] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1253782150\contents.pak'
    [06:00:00.601] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1235347675\contents.pak'
    [06:00:00.603] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1233925466\contents.pak'
    [06:00:00.603] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1228769873\contents.pak'
    [06:00:00.604] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1218671249\contents.pak'
    [06:00:00.607] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1218367214\contents.pak'
    [06:00:00.608] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1218294180\contents.pak'
    [06:00:00.609] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1212967787\contents.pak'
    [06:00:00.609] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1197841959\contents.pak'
    [06:00:00.611] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1106142841\contents.pak'
    [06:00:00.611] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1181699750\contents.pak'
    [06:00:00.612] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1177433563\contents.pak'
    [06:00:00.612] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1175632845\contents.pak'
    [06:00:00.613] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1169201536\contents.pak'
    [06:00:00.614] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1168140153\contents.pak'
    [06:00:00.615] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1166322965\contents.pak'
    [06:00:00.615] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1102394541\contents.pak'
    [06:00:00.620] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1165402390\contents.pak'
    [06:00:00.621] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1161083233\contents.pak'
    [06:00:00.621] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1156240120\contents.pak'
    [06:00:00.622] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1153717308\contents.pak'
    [06:00:00.624] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1152413707\contents.pak'
    [06:00:00.624] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1151130209\contents.pak'
    [06:00:00.625] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1146242986\contents.pak'
    [06:00:00.626] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1142579300\contents.pak'
    [06:00:00.627] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1127029824\contents.pak'
    [06:00:00.627] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1125938579\contents.pak'
    [06:00:00.628] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1119460077\contents.pak'
    [06:00:00.630] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1117007107\contents.pak'
    [06:00:00.632] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1116466874\contents.pak'
    [06:00:00.633] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1115886978\contents.pak'
    [06:00:00.634] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1114465299\contents.pak'
    [06:00:00.634] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1114277962\contents.pak'
    [06:00:00.635] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1112031234\contents.pak'
    [06:00:00.635] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1111984660\contents.pak'
    [06:00:00.636] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1107568847\contents.pak'
    [06:00:00.642] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\733744908\contents.pak'
    [06:00:00.643] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1101407919\contents.pak'
    [06:00:00.643] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1084019732\contents.pak'
    [06:00:00.646] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1038933028\contents.pak'
    [06:00:00.647] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1002304970\contents.pak'
    [06:00:00.647] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\964939679\contents.pak'
    [06:00:00.647] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\962379099\contents.pak'
    [06:00:00.648] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\957141435\contents.pak'
    [06:00:00.649] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\955827258\contents.pak'
    [06:00:00.649] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\950738483\contents.pak'
    [06:00:00.650] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\949861913\contents.pak'
    [06:00:00.651] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\947346094\contents.pak'
    [06:00:00.652] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\751976722\contents.pak'
    [06:00:00.653] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\946935581\contents.pak'
    [06:00:00.653] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\946335869\contents.pak'
    [06:00:00.654] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\945325270\contents.pak'
    [06:00:00.656] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\944621412\contents.pak'
    [06:00:00.657] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\936735031\contents.pak'
    [06:00:00.658] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\934744846\contents.pak'
    [06:00:00.659] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\934745951\contents.pak'
    [06:00:00.659] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\934745790\contents.pak'
    [06:00:00.660] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\921924325\contents.pak'
    [06:00:00.665] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\915848505\contents.pak'
    [06:00:00.665] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\912461540\contents.pak'
    [06:00:00.671] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\902559598\contents.pak'
    [06:00:00.671] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\898712767\contents.pak'
    [06:00:00.715] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\895898053\contents.pak'
    [06:00:00.716] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\895140470\contents.pak'
    [06:00:00.717] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\879213535\contents.pak'
    [06:00:00.717] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\874013371\contents.pak'
    [06:00:00.791] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\871153025\contents.pak'
    [06:00:00.796] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\869900472\contents.pak'
    [06:00:00.796] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\857809873\contents.pak'
    [06:00:00.797] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\847709697\contents.pak'
    [06:00:00.797] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\838885235\contents.pak'
    [06:00:00.808] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\820596230\contents.pak'
    [06:00:00.810] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\817468961\contents.pak'
    [06:00:00.812] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\804731513\contents.pak'
    [06:00:00.812] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\792342404\contents.pak'
    [06:00:00.814] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\782262701\contents.pak'
    [06:00:00.816] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\776078387\contents.pak'
    [06:00:00.817] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\769396742\contents.pak'
    [06:00:00.817] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\766895587\contents.pak'
    [06:00:00.819] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\758231723\contents.pak'
    [06:00:00.823] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\756688724\contents.pak'
    [06:00:00.824] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\754490565\contents.pak'
    [06:00:00.824] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\754134891\contents.pak'
    [06:00:00.825] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\753337799\contents.pak'
    [06:00:00.828] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\749138636\contents.pak'
    [06:00:00.828] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\748635826\contents.pak'
    [06:00:00.835] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\747934397\contents.pak'
    [06:00:00.837] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\747542428\contents.pak'
    [06:00:00.838] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\747212922\contents.pak'
    [06:00:00.840] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\747160901\contents.pak'
    [06:00:00.841] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\744621236\contents.pak'
    [06:00:00.841] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\743648486\contents.pak'
    [06:00:00.841] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\743599672\contents.pak'
    [06:00:00.842] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\743328719\contents.pak'
    [06:00:00.843] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\741400551\contents.pak'
    [06:00:00.843] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\739945931\contents.pak'
    [06:00:00.844] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1154799233\contents.pak'
    [06:00:00.954] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\739151610\contents.pak'
    [06:00:00.955] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\738313096\contents.pak'
    [06:00:00.958] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\737379684\content.pak'
    [06:00:00.958] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\737103600\contents.pak'
    [06:00:00.960] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\736545670\contents.pak'
    [06:00:00.961] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\736007135\contents.pak'
    [06:00:00.962] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\735169732\contents.pak'
    [06:00:00.964] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\734304398\contents.pak'
    [06:00:00.964] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\734173371\contents.pak'
    [06:00:00.965] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\733713314\contents.pak'
    [06:00:00.965] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\733399584\contents.pak'
    [06:00:00.967] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\733383928\contents.pak'
    [06:00:00.969] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\733359743\contents.pak'
    [06:00:00.969] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\733139672\contents.pak'
    [06:00:00.969] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\733023521\contents.pak'
    [06:00:00.971] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\732807518\contents.pak'
    [06:00:00.971] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\731929151\contents.pak'
    [06:00:00.972] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\731693098\contents.pak'
    [06:00:00.988] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\731644566\contents.pak'
    [06:00:00.988] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\731592371\contents.pak'
    [06:00:00.988] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\730960596\contents.pak'
    [06:00:00.989] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\730388011\contents.pak'
    [06:00:00.990] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\730345453\contents.pak'
    [06:00:00.992] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729909915\contents.pak'
    [06:00:01.001] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729842601\contents.pak'
    [06:00:01.001] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729746228\contents.pak'
    [06:00:01.002] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729492703\contents.pak'
    [06:00:01.007] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1117792278\contents.pak'
    [06:00:01.233] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1430181825\contents.pak'
    [06:00:01.233] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1302925783\contents.pak'
    [06:00:01.317] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\882900100\contents.pak'
    [06:00:01.318] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\933536396\contents.pak'
    [06:00:01.319] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729428991\contents.pak'
    [06:00:01.326] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729428803\contents.pak'
    [06:00:01.327] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\740834534\contents.pak'
    [06:00:01.365] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\956247051\contents.pak'
    [06:00:01.366] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729427436\contents.pak'
    [06:00:01.374] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\819145737\contents.pak'
    [06:00:01.397] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\741491949\contents.pak'
    [06:00:01.398] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\744492975\contents.pak'
    [06:00:01.399] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\745339642\contents.pak'
    [06:00:01.400] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\892426652\contents.pak'
    [06:00:01.400] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\753790671\contents.pak'
    [06:00:01.402] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729427744\contents.pak'
    [06:00:01.427] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1421523226\contents.pak'
    [06:00:01.427] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1128426670\contents.pak'
    [06:00:01.428] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\763259329\contents.pak'
    [06:00:01.542] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1194878261\contents.pak'
    [06:00:01.543] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1115920474\contents.pak'
    [06:00:01.750] [Info] Loading assets from: '..\assets\user'
    [06:00:01.754] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1393090897\contents.pak'
    [06:00:07.867] [Info] Assets digest is 465dc0ac7ce5264e46f9b2b86d95335bf5be29269ee49c0e016f97bd71e970f3
    [06:00:07.867] [Info] Root: Loaded Assets in 14.6 seconds
    [06:00:07.885] [Info] Root: Loaded NameGenerator in 0.0166679 seconds
    [06:00:07.890] [Info] Root: Loaded ImageMetadataDatabase in 1.60001e-06 seconds
    [06:00:07.992] [Info] Root: Loaded PlantDatabase in 0.107739 seconds
    [06:00:08.272] [Error] Object avalipethouse defined twice, second time from /objects/generic/avalipethouse/avalipethouse.object
    [06:00:08.493] [Error] Could not apply patch from file /objects/upgrade/techconsole/techconsole.object.patch in source: X:\steam\steamapps\workshop\content\211820\1369768195\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "breakDropPool" to remove
    [06:00:08.698] [Error] Could not apply patch from file /objects/playerstation/expansionslot/expansionslot.object.patch in source: X:\steam\steamapps\workshop\content\211820\957141435\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "anchors" to remove
    [06:00:08.930] [Error] Could not read projectile '/projectiles/guns/psibolt/psibolt.projectile', error: (JsonException) No such key in Json::get("image")
    [06:00:09.027] [Error] Could not apply patch from file /objects/playerstation/expansionslot/expansionslothorizontal.object.patch in source: X:\steam\steamapps\workshop\content\211820\957141435\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "anchors" to remove
    [06:00:09.149] [Error] Object adventcone defined twice, second time from /objects/furniture/adventcone/adventcone.object
    [06:00:09.274] [Error] Could not apply patch from file /objects/wired/standingturret/standingturret.object.patch in source: X:\steam\steamapps\workshop\content\211820\1369768195\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) No such key 'breakDropOptions' in pathApply("/breakDropOptions/0/0/0")
    [06:00:09.275] [Error] Could not apply patch from file /objects/wired/standingturret/standingturret.object.patch in source: X:\steam\steamapps\workshop\content\211820\749138636\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "breakDropOptions" to remove
    [06:00:09.428] [Info] Root: Loaded ObjectDatabase in 1.55969 seconds
    [06:00:09.842] [Error] Duplicate projectile asset typeName bobfaeball. configfile /projectiles/uniquemonster/bobfaeball/bobfaeball.projectile
    [06:00:10.048] [Error] Could not read projectile '/projectiles/guns/energy/grun/rocket.projectile', error: (JsonException) No such key in Json::get("image")
    [06:00:10.051] [Error] Could not read projectile '/projectiles/guns/green/green.projectile', error: (JsonException) No such key in Json::get("image")
    [06:00:10.177] [Error] Duplicate projectile asset typeName electricstickygrenadestatus. configfile /projectiles/radenergy/radenergystatus.projectile
    [06:00:10.514] [Error] Duplicate projectile asset typeName homingrocket. configfile /projectiles/homingrocket/homingrocket.projectile
    [06:00:10.580] [Error] Duplicate projectile asset typeName turretbullet. configfile /projectiles/guns/bullets/turretbullet/turretbullet.projectile
    [06:00:10.686] [Error] Duplicate projectile asset typeName invtransdisc. configfile /tech/Translocate/invtransdisc.projectile
    [06:00:10.760] [Error] Duplicate projectile asset typeName smokering2. configfile /projectiles/guns/arrows/smokering2/smokering2.projectile
    [06:00:10.872] [Info] Root: Loaded ProjectileDatabase in 2.87953 seconds
    [06:00:11.456] [Info] Root: Loaded NpcDatabase in 0.584143 seconds
    [06:00:11.460] [Info] Root: Loaded StagehandDatabase in 0.00363264 seconds
    [06:00:12.084] [Info] Root: Loaded PlayerFactory in 0.444561 seconds
    [06:00:17.143] [Error] Could not apply patch from file /items/generic/tradegoods/electronicgoods.item.patch in source: X:\steam\steamapps\workshop\content\211820\1302925783\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) No such key 'learnBlueprintsOnPickup' in pathApply("/learnBlueprintsOnPickup/-")
    [06:00:28.603] [Error] Could not apply patch from file /items/generic/other/antidote.consumable.patch in source: X:\steam\steamapps\workshop\content\211820\1369768195\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "maxStack" to remove
    [06:00:29.269] [Error] Could not apply patch from file /items/active/unsorted/translocator/translocator.activeitem.patch in source: X:\steam\steamapps\workshop\content\211820\1369768195\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "tooltipKind" to remove
    [06:00:32.720] [Info] Root: Loaded ParticleDatabase in 0.31199 seconds
    [06:00:33.848] [Info] Root: Loaded MaterialDatabase in 1.44013 seconds
    [06:00:38.939] [Error] Could not load image asset '/objects/furniture/adventlamp/adventcone.png', using placeholder default.
    (AssetException) No such asset '/objects/furniture/adventlamp/adventcone.png'
    [06:00:38.950] [Error] Could not load image asset '/objects/furniture/adventlamp/adventcone.png:default.default', using placeholder default.
    (AssetException) No such frame default.default in frames spec /default.frames
    [06:00:41.420] [Error] Could not apply patch from file /objects/playerstation/expansionslot/expansionslot.object.patch in source: X:\steam\steamapps\workshop\content\211820\957141435\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "anchors" to remove
    [06:00:42.865] [Error] Could not load image asset '/objects/JanothiaDoors/janothiagate5/janothiagate5.png:closed', using placeholder default.
    (ImageException) (0, 4294967256) out of range in Image::get
    [06:00:42.867] [Error] Could not load image asset '/objects/JanothiaDoors/janothiagate6/janothiagate6.png:closed', using placeholder default.
    (ImageException) (0, 4294967256) out of range in Image::get
    [06:00:42.916] [Error] Could not apply patch from file /objects/playerstation/expansionslot/expansionslothorizontal.object.patch in source: X:\steam\steamapps\workshop\content\211820\957141435\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "anchors" to remove
    [06:00:42.923] [Error] Could not apply patch from file /objects/wired/standingturret/standingturret.object.patch in source: X:\steam\steamapps\workshop\content\211820\1369768195\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) No such key 'breakDropOptions' in pathApply("/breakDropOptions/0/0/0")
    [06:00:42.925] [Error] Could not apply patch from file /objects/wired/standingturret/standingturret.object.patch in source: X:\steam\steamapps\workshop\content\211820\749138636\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "breakDropOptions" to remove
    [06:00:43.166] [Info] Root: Loaded CodexDatabase in 0.23002 seconds
    [06:00:43.655] [Info] Root: Loaded FunctionDatabase in 0.396536 seconds
    [06:00:44.342] [Error] Exception caught loading asset: /recipes/weapons/ranged/bowcaster/bowcaster_6.recipe, (AssetException) Could not read JSON asset /recipes/weapons/ranged/bowcaster/bowcaster_6.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/weapons/ranged/bowcaster/bowcaster_6.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Error parsing json: unexpected character parsing word at 5:3
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6db440c Star::inputUtf8Json<char * __ptr64>
    [3] 7ff6a6dc436a Star::Assets::readJson
    [4] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [5] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [6] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [7] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [9] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [10] 7ff6a6dc3d68 Star::Assets::processAssetData
    [11] 7ff6a6dc1e18 Star::Assets::loadJson
    [12] 7ff6a6dc111d Star::Assets::loadAsset
    [13] 7ff6a6dbe32f Star::Assets::doLoad
    [14] 7ff6a6dc7e4d Star::Assets::workerMain
    [15] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [16] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [17] 7ff810a93034 BaseThreadInitThunk
    [18] 7ff812a91431 RtlUserThreadStart
    [06:00:44.403] [Error] Exception caught loading asset: /recipes/objects/techstation_retro.recipe, (AssetException) Could not read JSON asset /recipes/objects/techstation_retro.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/techstation_retro.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [06:00:44.427] [Error] Exception caught loading asset: /recipes/objects/fuelhatch_retro.recipe, (AssetException) Could not read JSON asset /recipes/objects/fuelhatch_retro.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/fuelhatch_retro.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [06:00:44.538] [Error] Exception caught loading asset: /recipes/treasuredtrophies/penguincostume.recipe, (AssetException) Could not read JSON asset /recipes/treasuredtrophies/penguincostume.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/treasuredtrophies/penguincostume.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc4404 Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonException) Improper conversion to JsonArray from object
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d3dc4a Star::JsonException::format<Star::String>
    [3] 7ff6a6d4c602 Star::Json::toArray
    [4] 7ff6a6dc4404 Star::Assets::readJson
    [5] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [6] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [7] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [10] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [11] 7ff6a6dc3d68 Star::Assets::processAssetData
    [12] 7ff6a6dc1e18 Star::Assets::loadJson
    [13] 7ff6a6dc111d Star::Assets::loadAsset
    [14] 7ff6a6dbe32f Star::Assets::doLoad
    [15] 7ff6a6dc7e4d Star::Assets::workerMain
    [16] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [17] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [18] 7ff810a93034 BaseThreadInitThunk
    [19] 7ff812a91431 RtlUserThreadStart
    [06:00:44.766] [Error] Exception caught loading asset: /recipes/crafting table/bazaarterminal.recipe, (AssetException) Could not read JSON asset /recipes/crafting table/bazaarterminal.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/crafting table/bazaarterminal.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Error parsing json: unexpected character in word at 10:23
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6db440c Star::inputUtf8Json<char * __ptr64>
    [3] 7ff6a6dc436a Star::Assets::readJson
    [4] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [5] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [6] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [7] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [9] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [10] 7ff6a6dc3d68 Star::Assets::processAssetData
    [11] 7ff6a6dc1e18 Star::Assets::loadJson
    [12] 7ff6a6dc111d Star::Assets::loadAsset
    [13] 7ff6a6dbe32f Star::Assets::doLoad
    [14] 7ff6a6dc7e4d Star::Assets::workerMain
    [15] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [16] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [17] 7ff810a93034 BaseThreadInitThunk
    [18] 7ff812a91431 RtlUserThreadStart
    [06:00:44.796] [Error] Exception caught loading asset: /recipes/furniture2/doors/janothiahatch2.recipe, (AssetException) Could not read JSON asset /recipes/furniture2/doors/janothiahatch2.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/furniture2/doors/janothiahatch2.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Error parsing json: expected JSON object or array at top level at 1:1
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6db440c Star::inputUtf8Json<char * __ptr64>
    [3] 7ff6a6dc436a Star::Assets::readJson
    [4] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [5] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [6] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [7] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [9] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [10] 7ff6a6dc3d68 Star::Assets::processAssetData
    [11] 7ff6a6dc1e18 Star::Assets::loadJson
    [12] 7ff6a6dc111d Star::Assets::loadAsset
    [13] 7ff6a6dbe32f Star::Assets::doLoad
    [14] 7ff6a6dc7e4d Star::Assets::workerMain
    [15] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [16] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [17] 7ff810a93034 BaseThreadInitThunk
    [18] 7ff812a91431 RtlUserThreadStart
    [06:00:45.008] [Error] Exception caught loading asset: /recipes/objects/techstation_durasteel.recipe, (AssetException) Could not read JSON asset /recipes/objects/techstation_durasteel.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/techstation_durasteel.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [06:00:45.092] [Error] Exception caught loading asset: /recipes/objects/techstation_durasteel610437235.recipe, (AssetException) Could not read JSON asset /recipes/objects/techstation_durasteel610437235.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/techstation_durasteel610437235.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [06:00:45.109] [Error] Exception caught loading asset: /recipes/weapons/ranged/bowcaster/bowcaster_5.recipe, (AssetException) Could not read JSON asset /recipes/weapons/ranged/bowcaster/bowcaster_5.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/weapons/ranged/bowcaster/bowcaster_5.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Error parsing json: unexpected character parsing word at 5:3
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6db440c Star::inputUtf8Json<char * __ptr64>
    [3] 7ff6a6dc436a Star::Assets::readJson
    [4] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [5] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [6] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [7] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [9] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [10] 7ff6a6dc3d68 Star::Assets::processAssetData
    [11] 7ff6a6dc1e18 Star::Assets::loadJson
    [12] 7ff6a6dc111d Star::Assets::loadAsset
    [13] 7ff6a6dbe32f Star::Assets::doLoad
    [14] 7ff6a6dc7e4d Star::Assets::workerMain
    [15] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [16] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [17] 7ff810a93034 BaseThreadInitThunk
    [18] 7ff812a91431 RtlUserThreadStart
    [06:00:45.148] [Error] Exception caught loading asset: /recipes/objects/shiplicker_durasteel.recipe, (AssetException) Could not read JSON asset /recipes/objects/shiplicker_durasteel.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/shiplicker_durasteel.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [06:00:45.207] [Error] Exception caught loading asset: /recipes/objects/shipdoor_retro.recipe, (AssetException) Could not read JSON asset /recipes/objects/shipdoor_retro.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/shipdoor_retro.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [06:00:45.249] [Error] Exception caught loading asset: /recipes/objects/shipdoor_leather.recipe, (AssetException) Could not read JSON asset /recipes/objects/shipdoor_leather.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/shipdoor_leather.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [06:00:45.269] [Error] Exception caught loading asset: /recipes/weapons/123939074.j.recipe, (AssetException) Could not read JSON asset /recipes/weapons/123939074.j.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/weapons/123939074.j.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Error parsing json: unexpected character parsing word at 6:3
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6db440c Star::inputUtf8Json<char * __ptr64>
    [3] 7ff6a6dc436a Star::Assets::readJson
    [4] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [5] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [6] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [7] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [9] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [10] 7ff6a6dc3d68 Star::Assets::processAssetData
    [11] 7ff6a6dc1e18 Star::Assets::loadJson
    [12] 7ff6a6dc111d Star::Assets::loadAsset
    [13] 7ff6a6dbe32f Star::Assets::doLoad
    [14] 7ff6a6dc7e4d Star::Assets::workerMain
    [15] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [16] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [17] 7ff810a93034 BaseThreadInitThunk
    [18] 7ff812a91431 RtlUserThreadStart
    [06:00:45.444] [Error] Exception caught loading asset: /recipes/objects/techstation_retro303177934.recipe, (AssetException) Could not read JSON asset /recipes/objects/techstation_retro303177934.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/techstation_retro303177934.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [06:00:45.487] [Error] Exception caught loading asset: /recipes/objects/shipdoor_durasteel.recipe, (AssetException) Could not read JSON asset /recipes/objects/shipdoor_durasteel.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/shipdoor_durasteel.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [06:00:45.570] [Error] Exception caught loading asset: /recipes/objects/shiplicker_retro.recipe, (AssetException) Could not read JSON asset /recipes/objects/shiplicker_retro.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/shiplicker_retro.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [06:00:45.675] [Info] Root: Loaded LiquidsDatabase in 0.034176 seconds
    [06:00:45.777] [Error] Exception caught loading asset: /recipes/objects/fuelhatch_durasteel.recipe, (AssetException) Could not read JSON asset /recipes/objects/fuelhatch_durasteel.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/fuelhatch_durasteel.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [06:00:45.811] [Error] Could not instantiate item '[humanshipdoor-recipe, 1, {}]'. (ItemException) No such item 'humanshipdoor-recipe'
    [06:00:47.066] [Error] Could not instantiate item '[hylotlshipdoor-recipe, 1, {}]'. (ItemException) No such item 'hylotlshipdoor-recipe'
    [06:00:48.136] [Error] Could not load recipe /recipes/CCCCC/kybercrysta.p.recipe: (ItemException) No such item 'kirisfragment'
    [06:00:48.555] [Error] Could not load recipe /recipes/weapons/ranged/bowcaster/bowcaster_6.recipe: (AssetException) Error loading asset /recipes/weapons/ranged/bowcaster/bowcaster_6.recipe
    [06:00:48.598] [Error] Could not load recipe /recipes/objects/techstation_retro.recipe: (AssetException) Error loading asset /recipes/objects/techstation_retro.recipe
    [06:00:48.599] [Error] Could not load recipe /recipes/objects/fuelhatch_retro.recipe: (AssetException) Error loading asset /recipes/objects/fuelhatch_retro.recipe
    [06:00:48.695] [Error] Could not load recipe /recipes/treasuredtrophies/penguincostume.recipe: (AssetException) Error loading asset /recipes/treasuredtrophies/penguincostume.recipe
    [06:00:48.851] [Error] Could not instantiate item '[glitchshiphatch-recipe, 1, {}]'. (ItemException) No such item 'glitchshiphatch-recipe'
    [06:00:48.968] [Error] Could not instantiate item '[apexshiphatch-recipe, 1, {}]'. (ItemException) No such item 'apexshiphatch-recipe'
    [06:00:49.288] [Error] Could not instantiate item '[novakidshiphatch-recipe, 1, {}]'. (ItemException) No such item 'novakidshiphatch-recipe'
    [06:00:49.583] [Error] Could not load recipe /recipes/crafting table/bazaarterminal.recipe: (AssetException) Error loading asset /recipes/crafting table/bazaarterminal.recipe
    [06:00:49.648] [Error] Could not load recipe /recipes/furniture2/doors/janothiahatch2.recipe: (AssetException) Error loading asset /recipes/furniture2/doors/janothiahatch2.recipe
    [06:00:50.266] [Error] Could not load recipe /recipes/eggfabricator/eggfabricator.recipe: (ItemException) No such item 'healingliquid'
    [06:00:50.606] [Error] Could not instantiate item '[hylotlshiphatch-recipe, 1, {}]'. (ItemException) No such item 'hylotlshiphatch-recipe'
    [06:00:50.857] [Error] Could not instantiate item '[humanshiphatch-recipe, 1, {}]'. (ItemException) No such item 'humanshiphatch-recipe'
    [06:00:50.996] [Error] Could not instantiate item '[wvr_avianshiphatchplat-recipe, 1, {}]'. (ItemException) No such item 'wvr_avianshiphatchplat-recipe'
    [06:00:51.248] [Error] Could not load recipe /recipes/objects/techstation_durasteel.recipe: (AssetException) Error loading asset /recipes/objects/techstation_durasteel.recipe
    [06:00:51.251] [Error] Could not instantiate item '[glitchshipdoor-recipe, 1, {}]'. (ItemException) No such item 'glitchshipdoor-recipe'
    [06:00:51.534] [Error] Could not load recipe /recipes/objects/techstation_durasteel610437235.recipe: (AssetException) Error loading asset /recipes/objects/techstation_durasteel610437235.recipe
    [06:00:51.549] [Error] Could not load recipe /recipes/weapons/ranged/bowcaster/bowcaster_5.recipe: (AssetException) Error loading asset /recipes/weapons/ranged/bowcaster/bowcaster_5.recipe
    [06:00:51.691] [Error] Could not load recipe /recipes/objects/shiplicker_durasteel.recipe: (AssetException) Error loading asset /recipes/objects/shiplicker_durasteel.recipe
    [06:00:52.107] [Error] Could not instantiate item '[wvr_humanshiphatchplat-recipe, 1, {}]'. (ItemException) No such item 'wvr_humanshiphatchplat-recipe'
    [06:00:52.111] [Error] Could not instantiate item '[avianshipdoor-recipe, 1, {}]'. (ItemException) No such item 'avianshipdoor-recipe'
    [06:00:52.353] [Error] Could not load recipe /recipes/objects/shipdoor_retro.recipe: (AssetException) Error loading asset /recipes/objects/shipdoor_retro.recipe
    [06:00:52.755] [Error] Could not load recipe /recipes/objects/shipdoor_leather.recipe: (AssetException) Error loading asset /recipes/objects/shipdoor_leather.recipe
    [06:00:52.960] [Error] Could not load recipe /recipes/avikan/metalcrafting/consumables/capturepod.recipe: (ItemException) No such item 'avikanmetaltier4'
    [06:00:53.259] [Error] Could not instantiate item '[SWMe11blasterrifle, 1, {}]'. (ItemException) No such item 'SWMe11blasterrifle'
    [06:00:53.466] [Error] Could not load recipe /recipes/weapons/123939074.j.recipe: (AssetException) Error loading asset /recipes/weapons/123939074.j.recipe
    [06:00:53.872] [Error] Could not instantiate item '[avianshiphatch-recipe, 1, {}]'. (ItemException) No such item 'avianshiphatch-recipe'
    [06:00:54.234] [Error] Could not load image asset '/objects/furniture/adventlamp/adventconeicon.png', using placeholder default.
    (AssetException) No such asset '/objects/furniture/adventlamp/adventconeicon.png'
    [06:00:54.488] [Error] Could not instantiate item '[wvr_novakidshiphatchplat-recipe, 1, {}]'. (ItemException) No such item 'wvr_novakidshiphatchplat-recipe'
    [06:00:54.607] [Error] Could not instantiate item '[floranshipdoor-recipe, 1, {}]'. (ItemException) No such item 'floranshipdoor-recipe'
    [06:00:54.746] [Error] Could not instantiate item '[apexshipdoor-recipe, 1, {}]'. (ItemException) No such item 'apexshipdoor-recipe'
    [06:00:55.307] [Error] Could not instantiate item '[wvr_floranshiphatchplat-recipe, 1, {}]'. (ItemException) No such item 'wvr_floranshiphatchplat-recipe'
    [06:00:56.676] [Error] Could not load recipe /recipes/objects/techstation_retro303177934.recipe: (AssetException) Error loading asset /recipes/objects/techstation_retro303177934.recipe
    [06:00:56.850] [Error] Could not load recipe /recipes/objects/shipdoor_durasteel.recipe: (AssetException) Error loading asset /recipes/objects/shipdoor_durasteel.recipe
    [06:00:57.139] [Error] Could not instantiate item '[novakidshipdoor-recipe, 1, {}]'. (ItemException) No such item 'novakidshipdoor-recipe'
    [06:00:57.198] [Error] Could not instantiate item '[floranshiphatch-recipe, 1, {}]'. (ItemException) No such item 'floranshiphatch-recipe'
    [06:00:57.246] [Error] Could not instantiate item '[wvr_hylotlshiphatchplat-recipe, 1, {}]'. (ItemException) No such item 'wvr_hylotlshiphatchplat-recipe'
    [06:00:57.890] [Error] Could not load recipe /recipes/objects/shiplicker_retro.recipe: (AssetException) Error loading asset /recipes/objects/shiplicker_retro.recipe
    [06:00:58.461] [Error] Could not instantiate item '[wvr_glitchshiphatchplat-recipe, 1, {}]'. (ItemException) No such item 'wvr_glitchshiphatchplat-recipe'
    [06:00:59.006] [Error] Could not instantiate item '[SWMtuskancycler, 1, {}]'. (ItemException) No such item 'SWMtuskancycler'
    [06:00:59.298] [Error] Could not instantiate item '[wvr_apexshiphatchplat-recipe, 1, {}]'. (ItemException) No such item 'wvr_apexshiphatchplat-recipe'
    [06:00:59.701] [Error] Could not load recipe /recipes/objects/fuelhatch_durasteel.recipe: (AssetException) Error loading asset /recipes/objects/fuelhatch_durasteel.recipe
    [06:00:59.993] [Error] Could not instantiate item '[SWMdl44blasterpistol, 1, {}]'. (ItemException) No such item 'SWMdl44blasterpistol'
    [06:01:00.141] [Error] Could not instantiate item '[hylotlshipdoor-recipe, 1, {}]'. (ItemException) No such item 'hylotlshipdoor-recipe'
    [06:01:00.142] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'hylotlshipdoor-recipe'
    [06:01:00.192] [Error] Could not instantiate item '[apexshiphatch-recipe, 1, {}]'. (ItemException) No such item 'apexshiphatch-recipe'
    [06:01:00.192] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'apexshiphatch-recipe'
    [06:01:00.706] [Error] Could not instantiate item '[avianshipdoor-recipe, 1, {}]'. (ItemException) No such item 'avianshipdoor-recipe'
    [06:01:00.706] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'avianshipdoor-recipe'
    [06:01:01.351] [Error] Could not instantiate item '[wvr_glitchshiphatchplat-recipe, 1, {}]'. (ItemException) No such item 'wvr_glitchshiphatchplat-recipe'
    [06:01:01.351] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'wvr_glitchshiphatchplat-recipe'
    [06:01:01.502] [Error] Could not instantiate item '[wvr_floranshiphatchplat-recipe, 1, {}]'. (ItemException) No such item 'wvr_floranshiphatchplat-recipe'
    [06:01:01.502] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'wvr_floranshiphatchplat-recipe'
    [06:01:01.503] [Error] Could not instantiate item '[floranshipdoor-recipe, 1, {}]'. (ItemException) No such item 'floranshipdoor-recipe'
    [06:01:01.504] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'floranshipdoor-recipe'
    [06:01:01.524] [Error] Could not instantiate item '[glitchshipdoor-recipe, 1, {}]'. (ItemException) No such item 'glitchshipdoor-recipe'
    [06:01:01.525] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'glitchshipdoor-recipe'
    [06:01:02.736] [Error] Could not instantiate item '[SWMdl44blasterpistol, 1, {}]'. (ItemException) No such item 'SWMdl44blasterpistol'
    [06:01:02.736] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'SWMdl44blasterpistol'
    [06:01:03.116] [Error] Could not instantiate item '[apexshipdoor-recipe, 1, {}]'. (ItemException) No such item 'apexshipdoor-recipe'
    [06:01:03.117] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'apexshipdoor-recipe'
    [06:01:03.386] [Error] Could not instantiate item '[glitchshiphatch-recipe, 1, {}]'. (ItemException) No such item 'glitchshiphatch-recipe'
    [06:01:03.387] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'glitchshiphatch-recipe'
    [06:01:05.406] [Error] Could not instantiate item '[novakidshipdoor-recipe, 1, {}]'. (ItemException) No such item 'novakidshipdoor-recipe'
    [06:01:05.407] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'novakidshipdoor-recipe'
    [06:01:05.570] [Error] Could not instantiate item '[SWMtuskancycler, 1, {}]'. (ItemException) No such item 'SWMtuskancycler'
    [06:01:05.570] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'SWMtuskancycler'
    [06:01:05.756] [Error] Could not instantiate item '[SWMe11blasterrifle, 1, {}]'. (ItemException) No such item 'SWMe11blasterrifle'
    [06:01:05.756] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'SWMe11blasterrifle'
    [06:01:07.639] [Info] Root: Loaded ItemDatabase in 51.48 seconds
    [06:01:07.662] [Error] Application: exception thrown, shutting down: (MonsterException) Error loading monster part '/avalidrone1.monsterpart'
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6fb0660 Star::MonsterException::MonsterException
    [4] 7ff6a771f039 `Star::MonsterDatabase::MonsterDatabase'::`1'::catch$1118
    [5] 7ff80b61c1e0 _C_specific_handler
    [6] 7ff80b612d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6faf8f3 Star::MonsterDatabase::MonsterDatabase
    [9] 7ff6a7154795 std::make_shared<Star::MonsterDatabase>
    [10] 7ff6a7159359 <lambda_4fb3f86e39b40786b9bca87de4687c0e>::eek:perator()
    [11] 7ff6a714ae5f std::_Invoker_functor::_Call<<lambda_4fb3f86e39b40786b9bca87de4687c0e> & __ptr64>
    [12] 7ff6a714ed86 std::invoke<<lambda_4fb3f86e39b40786b9bca87de4687c0e> & __ptr64>
    [13] 7ff6a714c979 std::_Invoke_ret<std::shared_ptr<Star::MonsterDatabase>,<lambda_4fb3f86e39b40786b9bca87de4687c0e> & __ptr64>
    [14] 7ff6a715b856 std::_Func_impl<<lambda_4fb3f86e39b40786b9bca87de4687c0e>,std::allocator<int>,std::shared_ptr<Star::MonsterDatabase> >::_Do_call
    [15] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [16] 7ff6a71515a3 Star::Root::loadMemberFunction<Star::MonsterDatabase>
    [17] 7ff6a714f6e9 Star::Root::loadMember<Star::MonsterDatabase>
    [18] 7ff6a71608b2 Star::Root::monsterDatabase
    [19] 7ff6a714b3a0 std::_Invoker_pmf_pointer::_Call<std::shared_ptr<Star::CollectionDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [20] 7ff6a714ebd9 std::invoke<std::shared_ptr<Star::VersioningDatabase const > (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [21] 7ff6a714c5ec std::_Invoke_ret<std::shared_ptr<Star::Configuration> (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [22] 7ff6a714b42e std::_Call_binder<std::_Unforced,0,std::shared_ptr<Star::StagehandDatabase const > (__cdecl Star::Root::*)(void) __ptr64,std::tuple<Star::Root * __ptr64>,std::tuple<> >
    [23] 7ff6a714ab8e std::_Binder<std::_Unforced,std::shared_ptr<Star::LiquidsDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const>::eek:perator()<>
    [24] 7ff6a715b592 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
    [25] 7ff6a6d9dc1b <lambda_7b083dc4bdd496712d99e51bb49515b5>::eek:perator()
    [26] 7ff6a6d9ea42 Star::WorkerPool::WorkerThread::run
    [27] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [28] 7ff810a93034 BaseThreadInitThunk
    [29] 7ff812a91431 RtlUserThreadStart
    Caused by: (MonsterException) Repeat monster part name 'avalidrone1' for category 'avalidronepet'
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6faf8c8 Star::MonsterDatabase::MonsterDatabase
    [3] 7ff6a7154795 std::make_shared<Star::MonsterDatabase>
    [4] 7ff6a7159359 <lambda_4fb3f86e39b40786b9bca87de4687c0e>::eek:perator()
    [5] 7ff6a714ae5f std::_Invoker_functor::_Call<<lambda_4fb3f86e39b40786b9bca87de4687c0e> & __ptr64>
    [6] 7ff6a714ed86 std::invoke<<lambda_4fb3f86e39b40786b9bca87de4687c0e> & __ptr64>
    [7] 7ff6a714c979 std::_Invoke_ret<std::shared_ptr<Star::MonsterDatabase>,<lambda_4fb3f86e39b40786b9bca87de4687c0e> & __ptr64>
    [8] 7ff6a715b856 std::_Func_impl<<lambda_4fb3f86e39b40786b9bca87de4687c0e>,std::allocator<int>,std::shared_ptr<Star::MonsterDatabase> >::_Do_call
    [9] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [10] 7ff6a71515a3 Star::Root::loadMemberFunction<Star::MonsterDatabase>
    [11] 7ff6a714f6e9 Star::Root::loadMember<Star::MonsterDatabase>
    [12] 7ff6a71608b2 Star::Root::monsterDatabase
    [13] 7ff6a714b3a0 std::_Invoker_pmf_pointer::_Call<std::shared_ptr<Star::CollectionDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [14] 7ff6a714ebd9 std::invoke<std::shared_ptr<Star::VersioningDatabase const > (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [15] 7ff6a714c5ec std::_Invoke_ret<std::shared_ptr<Star::Configuration> (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [16] 7ff6a714b42e std::_Call_binder<std::_Unforced,0,std::shared_ptr<Star::StagehandDatabase const > (__cdecl Star::Root::*)(void) __ptr64,std::tuple<Star::Root * __ptr64>,std::tuple<> >
    [17] 7ff6a714ab8e std::_Binder<std::_Unforced,std::shared_ptr<Star::LiquidsDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const>::eek:perator()<>
    [18] 7ff6a715b592 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
    [19] 7ff6a6d9dc1b <lambda_7b083dc4bdd496712d99e51bb49515b5>::eek:perator()
    [20] 7ff6a6d9ea42 Star::WorkerPool::WorkerThread::run
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    [06:01:07.662] [Info] Application: shutdown...
    [06:01:07.778] [Info] Root: Shutting down Root
    [06:01:08.657] [Info] Application: Destroying SDL Window
    [06:01:08.754] [Info] Application: stopped gracefully

     
    Last edited: Aug 3, 2018
  14. PseudoGold

    PseudoGold Pangalactic Porcupine

    Dino, you seem to have duplicated the 'avalidrone1' monster part, which threw up a shutdown error since I think the game is seeing two files that are both the same and different. I'd say rename your new drone to a different part so it doesn't conflict with the base, but I'm no expert.

    e.g. instead of 'avalidrone1.monsterpart' change it to 'avalidronedino.monsterpart'.
     
  15. DinoExplorer2000

    DinoExplorer2000 Scruffy Nerf-Herder

    thx ill try it
     
  16. DinoExplorer2000

    DinoExplorer2000 Scruffy Nerf-Herder

    ok so i think i fixed it, i can start starbound without it crashing, but i cant spawn in the Controller.
    can someone explain how and where i can share a file so someone can take a look at it?
     
  17. PseudoGold

    PseudoGold Pangalactic Porcupine

    Try uploading to a dropbox then posting a link.

    Also, one thing you could do is try spawning in the item again, then quitting and looking at the log file. That'll say why the controller won't spawn.
     
  18. DinoExplorer2000

    DinoExplorer2000 Scruffy Nerf-Herder

    so i made a dropbox account
    https://www.dropbox.com/home/remoteavaliddronetest1
    i dont know if other People are able to download it toug

    and i think the lua is making problems, not sure how toug


    [07:34:29.564] [Info] Root: Preparing Root...
    [07:34:29.565] [Info] Root: Done preparing Root.
    [07:34:29.565] [Info] Client Version 1.3.3 (windows x86_64) Source ID: c21069b204d626bfe673a047a2100d2fcd0766d4 Protocol: 743
    [07:34:29.565] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [07:34:30.154] [Warn] Root: Unrecognized file in asset directory 'packed.rar', skipping
    [07:34:30.157] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [07:34:30.956] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [07:34:31.404] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [07:34:31.404] [Info] Root: Detected unnamed asset source at '..\assets\packed'
    [07:34:31.404] [Info] Root: Detected unnamed asset source at '..\assets\unpacked'
    [07:34:31.404] [Info] Root: Detected unnamed asset source at '..\mods\remoteavaliddronetest1'
    [07:34:31.404] [Info] Root: Detected unnamed asset source at '..\mods\zipz'
    [07:34:31.404] [Info] Root: Detected asset source named 'Elithian_Races_Mod' at '..\mods\avikan'
    [07:34:31.404] [Info] Root: Detected asset source named 'Pandoras-Box' at '..\mods\unpack'
    [07:34:31.404] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [07:34:31.404] [Info] Loading assets from: '..\assets\packed.pak'
    [07:34:32.126] [Info] Loading assets from: '..\assets\packed'
    [07:34:32.127] [Info] Loading assets from: '..\assets\unpacked'
    [07:34:32.128] [Info] Loading assets from: '..\mods\remoteavaliddronetest1'
    [07:34:32.130] [Info] Loading assets from: '..\mods\zipz'
    [07:34:32.130] [Info] Loading assets from: '..\mods\avikan'
    [07:34:33.922] [Info] Loading assets from: '..\mods\unpack'
    [07:34:35.187] [Info] Loading assets from: '..\assets\user'
    [07:34:41.840] [Info] Assets digest is e78683db898eb1936276b7761056a94714275c077a1174e61f5176bc42eef65b
    [07:34:41.840] [Info] Root: Loaded Assets in 12.2761 seconds
    [07:34:41.846] [Info] Application: Initializing SDL Video
    [07:34:41.855] [Info] Application: Initializing SDL Joystick
    [07:34:41.961] [Info] Application: Initializing SDL Sound
    [07:34:42.087] [Info] Initialized Steam services
    [07:34:42.088] [Info] Application: Creating SDL Window
    [07:34:42.575] [Info] Application: Enabling VSync with late swap tearing
    [07:34:42.646] [Info] Application: Opened default audio device with 44.1khz / 16 bit stereo audio, 2048 sample size buffer
    [07:34:42.655] [Info] OpenGL version: '4.6.0 NVIDIA 388.13' vendor: 'NVIDIA Corporation' renderer: 'GeForce GTX 1060 6GB/PCIe/SSE2' shader: '4.60 NVIDIA'
    [07:34:42.659] [Info] Application: initialization...
    [07:34:42.660] [Info] Root: Loaded Configuration in 0.00102144 seconds
    [07:34:42.694] [Info] Application: renderer initialization...
    [07:34:42.698] [Info] detected supported OpenGL texture size 32768, using atlasNumCells 128
    [07:34:42.699] [Info] detected supported OpenGL texture size 32768, using atlasNumCells 64
    [07:34:42.701] [Info] Root: Loaded ImageMetadataDatabase in 1.6e-06 seconds
    [07:34:42.722] [Info] Application: main update loop...
    [07:34:42.732] [Info] Loading mods from user generated content with id '729460427' from directory 'X:\steam\steamapps\workshop\content\211820\729460427'
    [07:34:42.732] [Info] Loading mods from user generated content with id '729456260' from directory 'X:\steam\steamapps\workshop\content\211820\729456260'
    [07:34:42.732] [Info] Loading mods from user generated content with id '729558042' from directory 'X:\steam\steamapps\workshop\content\211820\729558042'
    [07:34:42.732] [Info] Loading mods from user generated content with id '1460586609' from directory 'X:\steam\steamapps\workshop\content\211820\1460586609'
    [07:34:42.732] [Info] Loading mods from user generated content with id '748629459' from directory 'X:\steam\steamapps\workshop\content\211820\748629459'
    [07:34:42.732] [Info] Loading mods from user generated content with id '736081761' from directory 'X:\steam\steamapps\workshop\content\211820\736081761'
    [07:34:42.732] [Info] Loading mods from user generated content with id '1390755514' from directory 'X:\steam\steamapps\workshop\content\211820\1390755514'
    [07:34:42.733] [Info] Loading mods from user generated content with id '1446986316' from directory 'X:\steam\steamapps\workshop\content\211820\1446986316'
    [07:34:42.733] [Info] Loading mods from user generated content with id '1186075435' from directory 'X:\steam\steamapps\workshop\content\211820\1186075435'
    [07:34:42.733] [Info] Loading mods from user generated content with id '1441173377' from directory 'X:\steam\steamapps\workshop\content\211820\1441173377'
    [07:34:42.733] [Info] Loading mods from user generated content with id '1421523226' from directory 'X:\steam\steamapps\workshop\content\211820\1421523226'
    [07:34:42.733] [Info] Loading mods from user generated content with id '744492975' from directory 'X:\steam\steamapps\workshop\content\211820\744492975'
    [07:34:42.733] [Info] Loading mods from user generated content with id '732277574' from directory 'X:\steam\steamapps\workshop\content\211820\732277574'
    [07:34:42.733] [Info] Loading mods from user generated content with id '730378641' from directory 'X:\steam\steamapps\workshop\content\211820\730378641'
    [07:34:42.733] [Info] Loading mods from user generated content with id '729791646' from directory 'X:\steam\steamapps\workshop\content\211820\729791646'
    [07:34:42.733] [Info] Loading mods from user generated content with id '1433991809' from directory 'X:\steam\steamapps\workshop\content\211820\1433991809'
    [07:34:42.734] [Info] Loading mods from user generated content with id '1432794738' from directory 'X:\steam\steamapps\workshop\content\211820\1432794738'
    [07:34:42.734] [Info] Loading mods from user generated content with id '1431949168' from directory 'X:\steam\steamapps\workshop\content\211820\1431949168'
    [07:34:42.734] [Info] Loading mods from user generated content with id '1431620296' from directory 'X:\steam\steamapps\workshop\content\211820\1431620296'
    [07:34:42.734] [Info] Loading mods from user generated content with id '1430181825' from directory 'X:\steam\steamapps\workshop\content\211820\1430181825'
    [07:34:42.734] [Info] Loading mods from user generated content with id '1428567000' from directory 'X:\steam\steamapps\workshop\content\211820\1428567000'
    [07:34:42.734] [Info] Loading mods from user generated content with id '1428129929' from directory 'X:\steam\steamapps\workshop\content\211820\1428129929'
    [07:34:42.734] [Info] Loading mods from user generated content with id '1416509971' from directory 'X:\steam\steamapps\workshop\content\211820\1416509971'
    [07:34:42.734] [Info] Loading mods from user generated content with id '1416297357' from directory 'X:\steam\steamapps\workshop\content\211820\1416297357'
    [07:34:42.734] [Info] Loading mods from user generated content with id '1416282371' from directory 'X:\steam\steamapps\workshop\content\211820\1416282371'
    [07:34:42.735] [Info] Loading mods from user generated content with id '1416038072' from directory 'X:\steam\steamapps\workshop\content\211820\1416038072'
    [07:34:42.735] [Info] Loading mods from user generated content with id '1414322416' from directory 'X:\steam\steamapps\workshop\content\211820\1414322416'
    [07:34:42.735] [Info] Loading mods from user generated content with id '1412545702' from directory 'X:\steam\steamapps\workshop\content\211820\1412545702'
    [07:34:42.735] [Info] Loading mods from user generated content with id '1411633978' from directory 'X:\steam\steamapps\workshop\content\211820\1411633978'
    [07:34:42.735] [Info] Loading mods from user generated content with id '1410423105' from directory 'X:\steam\steamapps\workshop\content\211820\1410423105'
    [07:34:42.735] [Info] Loading mods from user generated content with id '1410421255' from directory 'X:\steam\steamapps\workshop\content\211820\1410421255'
    [07:34:42.735] [Info] Loading mods from user generated content with id '1405753979' from directory 'X:\steam\steamapps\workshop\content\211820\1405753979'
    [07:34:42.735] [Info] Loading mods from user generated content with id '1399203999' from directory 'X:\steam\steamapps\workshop\content\211820\1399203999'
    [07:34:42.735] [Info] Loading mods from user generated content with id '1398358140' from directory 'X:\steam\steamapps\workshop\content\211820\1398358140'
    [07:34:42.735] [Info] Loading mods from user generated content with id '1397217904' from directory 'X:\steam\steamapps\workshop\content\211820\1397217904'
    [07:34:42.735] [Info] Loading mods from user generated content with id '1394999146' from directory 'X:\steam\steamapps\workshop\content\211820\1394999146'
    [07:34:42.736] [Info] Loading mods from user generated content with id '1393325508' from directory 'X:\steam\steamapps\workshop\content\211820\1393325508'
    [07:34:42.736] [Info] Loading mods from user generated content with id '1393090897' from directory 'X:\steam\steamapps\workshop\content\211820\1393090897'
    [07:34:42.736] [Info] Loading mods from user generated content with id '1391701390' from directory 'X:\steam\steamapps\workshop\content\211820\1391701390'
    [07:34:42.736] [Info] Loading mods from user generated content with id '1390490083' from directory 'X:\steam\steamapps\workshop\content\211820\1390490083'
    [07:34:42.736] [Info] Loading mods from user generated content with id '1386730092' from directory 'X:\steam\steamapps\workshop\content\211820\1386730092'
    [07:34:42.736] [Info] Loading mods from user generated content with id '1386257278' from directory 'X:\steam\steamapps\workshop\content\211820\1386257278'
    [07:34:42.736] [Info] Loading mods from user generated content with id '1383980456' from directory 'X:\steam\steamapps\workshop\content\211820\1383980456'
    [07:34:42.736] [Info] Loading mods from user generated content with id '1381369665' from directory 'X:\steam\steamapps\workshop\content\211820\1381369665'
    [07:34:42.736] [Info] Loading mods from user generated content with id '1380941596' from directory 'X:\steam\steamapps\workshop\content\211820\1380941596'
    [07:34:42.736] [Info] Loading mods from user generated content with id '1379266785' from directory 'X:\steam\steamapps\workshop\content\211820\1379266785'
    [07:34:42.737] [Info] Loading mods from user generated content with id '1378894584' from directory 'X:\steam\steamapps\workshop\content\211820\1378894584'
    [07:34:42.737] [Info] Loading mods from user generated content with id '1373963925' from directory 'X:\steam\steamapps\workshop\content\211820\1373963925'
    [07:34:42.737] [Info] Loading mods from user generated content with id '1373929504' from directory 'X:\steam\steamapps\workshop\content\211820\1373929504'
    [07:34:42.737] [Info] Loading mods from user generated content with id '1372590622' from directory 'X:\steam\steamapps\workshop\content\211820\1372590622'
    [07:34:42.737] [Info] Loading mods from user generated content with id '1372376485' from directory 'X:\steam\steamapps\workshop\content\211820\1372376485'
    [07:34:42.737] [Info] Loading mods from user generated content with id '1372369380' from directory 'X:\steam\steamapps\workshop\content\211820\1372369380'
    [07:34:42.737] [Info] Loading mods from user generated content with id '1370889187' from directory 'X:\steam\steamapps\workshop\content\211820\1370889187'
    [07:34:42.737] [Info] Loading mods from user generated content with id '1370503515' from directory 'X:\steam\steamapps\workshop\content\211820\1370503515'
    [07:34:42.737] [Info] Loading mods from user generated content with id '1369768195' from directory 'X:\steam\steamapps\workshop\content\211820\1369768195'
    [07:34:42.737] [Info] Loading mods from user generated content with id '1368020180' from directory 'X:\steam\steamapps\workshop\content\211820\1368020180'
    [07:34:42.738] [Info] Loading mods from user generated content with id '1363021259' from directory 'X:\steam\steamapps\workshop\content\211820\1363021259'
    [07:34:42.738] [Info] Loading mods from user generated content with id '1361830298' from directory 'X:\steam\steamapps\workshop\content\211820\1361830298'
    [07:34:42.738] [Info] Loading mods from user generated content with id '1345132836' from directory 'X:\steam\steamapps\workshop\content\211820\1345132836'
    [07:34:42.738] [Info] Loading mods from user generated content with id '1340747742' from directory 'X:\steam\steamapps\workshop\content\211820\1340747742'
    [07:34:42.738] [Info] Loading mods from user generated content with id '1326091093' from directory 'X:\steam\steamapps\workshop\content\211820\1326091093'
    [07:34:42.738] [Info] Loading mods from user generated content with id '1316225650' from directory 'X:\steam\steamapps\workshop\content\211820\1316225650'
    [07:34:42.738] [Info] Loading mods from user generated content with id '1315969065' from directory 'X:\steam\steamapps\workshop\content\211820\1315969065'
    [07:34:42.738] [Info] Loading mods from user generated content with id '1313559037' from directory 'X:\steam\steamapps\workshop\content\211820\1313559037'
    [07:34:42.738] [Info] Loading mods from user generated content with id '1313146286' from directory 'X:\steam\steamapps\workshop\content\211820\1313146286'
    [07:34:42.738] [Info] Loading mods from user generated content with id '1308528328' from directory 'X:\steam\steamapps\workshop\content\211820\1308528328'
    [07:34:42.739] [Info] Loading mods from user generated content with id '1303691690' from directory 'X:\steam\steamapps\workshop\content\211820\1303691690'
    [07:34:42.739] [Info] Loading mods from user generated content with id '1303337689' from directory 'X:\steam\steamapps\workshop\content\211820\1303337689'
    [07:34:42.739] [Info] Loading mods from user generated content with id '1302925783' from directory 'X:\steam\steamapps\workshop\content\211820\1302925783'
    [07:34:42.739] [Info] Loading mods from user generated content with id '1301877154' from directory 'X:\steam\steamapps\workshop\content\211820\1301877154'
    [07:34:42.739] [Info] Loading mods from user generated content with id '1294959959' from directory 'X:\steam\steamapps\workshop\content\211820\1294959959'
    [07:34:42.739] [Info] Loading mods from user generated content with id '1287917152' from directory 'X:\steam\steamapps\workshop\content\211820\1287917152'
    [07:34:42.739] [Info] Loading mods from user generated content with id '1277644233' from directory 'X:\steam\steamapps\workshop\content\211820\1277644233'
    [07:34:42.739] [Info] Loading mods from user generated content with id '1258935822' from directory 'X:\steam\steamapps\workshop\content\211820\1258935822'
    [07:34:42.739] [Info] Loading mods from user generated content with id '1258008544' from directory 'X:\steam\steamapps\workshop\content\211820\1258008544'
    [07:34:42.739] [Info] Loading mods from user generated content with id '1253782150' from directory 'X:\steam\steamapps\workshop\content\211820\1253782150'
    [07:34:42.739] [Info] Loading mods from user generated content with id '1235347675' from directory 'X:\steam\steamapps\workshop\content\211820\1235347675'
    [07:34:42.740] [Info] Loading mods from user generated content with id '1233925466' from directory 'X:\steam\steamapps\workshop\content\211820\1233925466'
    [07:34:42.740] [Info] Loading mods from user generated content with id '1228769873' from directory 'X:\steam\steamapps\workshop\content\211820\1228769873'
    [07:34:42.740] [Info] Loading mods from user generated content with id '1218671249' from directory 'X:\steam\steamapps\workshop\content\211820\1218671249'
    [07:34:42.740] [Info] Loading mods from user generated content with id '1218367214' from directory 'X:\steam\steamapps\workshop\content\211820\1218367214'
    [07:34:42.740] [Info] Loading mods from user generated content with id '1218294180' from directory 'X:\steam\steamapps\workshop\content\211820\1218294180'
    [07:34:42.740] [Info] Loading mods from user generated content with id '1212967787' from directory 'X:\steam\steamapps\workshop\content\211820\1212967787'
    [07:34:42.740] [Info] Loading mods from user generated content with id '1197841959' from directory 'X:\steam\steamapps\workshop\content\211820\1197841959'
    [07:34:42.740] [Info] Loading mods from user generated content with id '1194878261' from directory 'X:\steam\steamapps\workshop\content\211820\1194878261'
    [07:34:42.740] [Info] Loading mods from user generated content with id '1181699750' from directory 'X:\steam\steamapps\workshop\content\211820\1181699750'
    [07:34:42.740] [Info] Loading mods from user generated content with id '1177433563' from directory 'X:\steam\steamapps\workshop\content\211820\1177433563'
    [07:34:42.741] [Info] Loading mods from user generated content with id '1175632845' from directory 'X:\steam\steamapps\workshop\content\211820\1175632845'
    [07:34:42.741] [Info] Loading mods from user generated content with id '1169201536' from directory 'X:\steam\steamapps\workshop\content\211820\1169201536'
    [07:34:42.741] [Info] Loading mods from user generated content with id '1168140153' from directory 'X:\steam\steamapps\workshop\content\211820\1168140153'
    [07:34:42.741] [Info] Loading mods from user generated content with id '1166322965' from directory 'X:\steam\steamapps\workshop\content\211820\1166322965'
    [07:34:42.741] [Info] Loading mods from user generated content with id '1165402390' from directory 'X:\steam\steamapps\workshop\content\211820\1165402390'
    [07:34:42.741] [Info] Loading mods from user generated content with id '1161083233' from directory 'X:\steam\steamapps\workshop\content\211820\1161083233'
    [07:34:42.741] [Info] Loading mods from user generated content with id '1156240120' from directory 'X:\steam\steamapps\workshop\content\211820\1156240120'
    [07:34:42.741] [Info] Loading mods from user generated content with id '1154799233' from directory 'X:\steam\steamapps\workshop\content\211820\1154799233'
    [07:34:42.741] [Info] Loading mods from user generated content with id '1153717308' from directory 'X:\steam\steamapps\workshop\content\211820\1153717308'
    [07:34:42.741] [Info] Loading mods from user generated content with id '1152413707' from directory 'X:\steam\steamapps\workshop\content\211820\1152413707'
    [07:34:42.742] [Info] Loading mods from user generated content with id '1151130209' from directory 'X:\steam\steamapps\workshop\content\211820\1151130209'
    [07:34:42.742] [Info] Loading mods from user generated content with id '1146242986' from directory 'X:\steam\steamapps\workshop\content\211820\1146242986'
    [07:34:42.742] [Info] Loading mods from user generated content with id '1142579300' from directory 'X:\steam\steamapps\workshop\content\211820\1142579300'
    [07:34:42.742] [Info] Loading mods from user generated content with id '1128426670' from directory 'X:\steam\steamapps\workshop\content\211820\1128426670'
    [07:34:42.742] [Info] Loading mods from user generated content with id '1127029824' from directory 'X:\steam\steamapps\workshop\content\211820\1127029824'
    [07:34:42.742] [Info] Loading mods from user generated content with id '1125938579' from directory 'X:\steam\steamapps\workshop\content\211820\1125938579'
    [07:34:42.742] [Info] Loading mods from user generated content with id '1119460077' from directory 'X:\steam\steamapps\workshop\content\211820\1119460077'
    [07:34:42.742] [Info] Loading mods from user generated content with id '1119086325' from directory 'X:\steam\steamapps\workshop\content\211820\1119086325'
    [07:34:42.742] [Info] Loading mods from user generated content with id '1117792278' from directory 'X:\steam\steamapps\workshop\content\211820\1117792278'
    [07:34:42.742] [Info] Loading mods from user generated content with id '1117007107' from directory 'X:\steam\steamapps\workshop\content\211820\1117007107'
    [07:34:42.743] [Info] Loading mods from user generated content with id '1116466874' from directory 'X:\steam\steamapps\workshop\content\211820\1116466874'
    [07:34:42.743] [Info] Loading mods from user generated content with id '1115920474' from directory 'X:\steam\steamapps\workshop\content\211820\1115920474'
    [07:34:42.743] [Info] Loading mods from user generated content with id '1115886978' from directory 'X:\steam\steamapps\workshop\content\211820\1115886978'
    [07:34:42.743] [Info] Loading mods from user generated content with id '1114465299' from directory 'X:\steam\steamapps\workshop\content\211820\1114465299'
    [07:34:42.743] [Info] Loading mods from user generated content with id '1114277962' from directory 'X:\steam\steamapps\workshop\content\211820\1114277962'
    [07:34:42.743] [Info] Loading mods from user generated content with id '1112031234' from directory 'X:\steam\steamapps\workshop\content\211820\1112031234'
    [07:34:42.743] [Info] Loading mods from user generated content with id '1111984660' from directory 'X:\steam\steamapps\workshop\content\211820\1111984660'
    [07:34:42.743] [Info] Loading mods from user generated content with id '1107568847' from directory 'X:\steam\steamapps\workshop\content\211820\1107568847'
    [07:34:42.743] [Info] Loading mods from user generated content with id '1106142841' from directory 'X:\steam\steamapps\workshop\content\211820\1106142841'
    [07:34:42.744] [Info] Loading mods from user generated content with id '1102394541' from directory 'X:\steam\steamapps\workshop\content\211820\1102394541'
    [07:34:42.744] [Info] Loading mods from user generated content with id '1101407919' from directory 'X:\steam\steamapps\workshop\content\211820\1101407919'
    [07:34:42.744] [Info] Loading mods from user generated content with id '1090125755' from directory 'X:\steam\steamapps\workshop\content\211820\1090125755'
    [07:34:42.744] [Info] Loading mods from user generated content with id '1089421344' from directory 'X:\steam\steamapps\workshop\content\211820\1089421344'
    [07:34:42.744] [Info] Loading mods from user generated content with id '1088459034' from directory 'X:\steam\steamapps\workshop\content\211820\1088459034'
    [07:34:42.744] [Info] Loading mods from user generated content with id '1086875175' from directory 'X:\steam\steamapps\workshop\content\211820\1086875175'
    [07:34:42.744] [Info] Loading mods from user generated content with id '1084019732' from directory 'X:\steam\steamapps\workshop\content\211820\1084019732'
    [07:34:42.744] [Info] Loading mods from user generated content with id '1038933028' from directory 'X:\steam\steamapps\workshop\content\211820\1038933028'
    [07:34:42.744] [Info] Loading mods from user generated content with id '1002304970' from directory 'X:\steam\steamapps\workshop\content\211820\1002304970'
    [07:34:42.744] [Info] Loading mods from user generated content with id '964939679' from directory 'X:\steam\steamapps\workshop\content\211820\964939679'
    [07:34:42.745] [Info] Loading mods from user generated content with id '962379099' from directory 'X:\steam\steamapps\workshop\content\211820\962379099'
    [07:34:42.745] [Info] Loading mods from user generated content with id '958539829' from directory 'X:\steam\steamapps\workshop\content\211820\958539829'
    [07:34:42.745] [Info] Loading mods from user generated content with id '957141435' from directory 'X:\steam\steamapps\workshop\content\211820\957141435'
    [07:34:42.745] [Info] Loading mods from user generated content with id '956247051' from directory 'X:\steam\steamapps\workshop\content\211820\956247051'
    [07:34:42.745] [Info] Loading mods from user generated content with id '955827258' from directory 'X:\steam\steamapps\workshop\content\211820\955827258'
    [07:34:42.745] [Info] Loading mods from user generated content with id '950738483' from directory 'X:\steam\steamapps\workshop\content\211820\950738483'
    [07:34:42.745] [Info] Loading mods from user generated content with id '950340366' from directory 'X:\steam\steamapps\workshop\content\211820\950340366'
    [07:34:42.745] [Info] Loading mods from user generated content with id '949861913' from directory 'X:\steam\steamapps\workshop\content\211820\949861913'
    [07:34:42.745] [Info] Loading mods from user generated content with id '947346094' from directory 'X:\steam\steamapps\workshop\content\211820\947346094'
    [07:34:42.745] [Info] Loading mods from user generated content with id '946935581' from directory 'X:\steam\steamapps\workshop\content\211820\946935581'
    [07:34:42.746] [Info] Loading mods from user generated content with id '946335869' from directory 'X:\steam\steamapps\workshop\content\211820\946335869'
    [07:34:42.746] [Info] Loading mods from user generated content with id '945707062' from directory 'X:\steam\steamapps\workshop\content\211820\945707062'
    [07:34:42.746] [Info] Loading mods from user generated content with id '945325270' from directory 'X:\steam\steamapps\workshop\content\211820\945325270'
    [07:34:42.746] [Info] Loading mods from user generated content with id '944621412' from directory 'X:\steam\steamapps\workshop\content\211820\944621412'
    [07:34:42.746] [Info] Loading mods from user generated content with id '936898205' from directory 'X:\steam\steamapps\workshop\content\211820\936898205'
    [07:34:42.746] [Info] Loading mods from user generated content with id '936735031' from directory 'X:\steam\steamapps\workshop\content\211820\936735031'
    [07:34:42.746] [Info] Loading mods from user generated content with id '934745951' from directory 'X:\steam\steamapps\workshop\content\211820\934745951'
    [07:34:42.746] [Info] Loading mods from user generated content with id '934745790' from directory 'X:\steam\steamapps\workshop\content\211820\934745790'
    [07:34:42.746] [Info] Loading mods from user generated content with id '934744846' from directory 'X:\steam\steamapps\workshop\content\211820\934744846'
    [07:34:42.746] [Info] Loading mods from user generated content with id '933536396' from directory 'X:\steam\steamapps\workshop\content\211820\933536396'
    [07:34:42.747] [Info] Loading mods from user generated content with id '921924325' from directory 'X:\steam\steamapps\workshop\content\211820\921924325'
    [07:34:42.747] [Info] Loading mods from user generated content with id '915848505' from directory 'X:\steam\steamapps\workshop\content\211820\915848505'
    [07:34:42.747] [Info] Loading mods from user generated content with id '912461540' from directory 'X:\steam\steamapps\workshop\content\211820\912461540'
    [07:34:42.747] [Info] Loading mods from user generated content with id '902559598' from directory 'X:\steam\steamapps\workshop\content\211820\902559598'
    [07:34:42.747] [Info] Loading mods from user generated content with id '898712767' from directory 'X:\steam\steamapps\workshop\content\211820\898712767'
    [07:34:42.747] [Info] Loading mods from user generated content with id '895898053' from directory 'X:\steam\steamapps\workshop\content\211820\895898053'
    [07:34:42.747] [Info] Loading mods from user generated content with id '895140470' from directory 'X:\steam\steamapps\workshop\content\211820\895140470'
    [07:34:42.747] [Info] Loading mods from user generated content with id '892426652' from directory 'X:\steam\steamapps\workshop\content\211820\892426652'
    [07:34:42.747] [Info] Loading mods from user generated content with id '882900100' from directory 'X:\steam\steamapps\workshop\content\211820\882900100'
    [07:34:42.747] [Info] Loading mods from user generated content with id '879213535' from directory 'X:\steam\steamapps\workshop\content\211820\879213535'
    [07:34:42.748] [Info] Loading mods from user generated content with id '874013371' from directory 'X:\steam\steamapps\workshop\content\211820\874013371'
    [07:34:42.748] [Info] Loading mods from user generated content with id '871153025' from directory 'X:\steam\steamapps\workshop\content\211820\871153025'
    [07:34:42.748] [Info] Loading mods from user generated content with id '869900472' from directory 'X:\steam\steamapps\workshop\content\211820\869900472'
    [07:34:42.748] [Info] Loading mods from user generated content with id '868165595' from directory 'X:\steam\steamapps\workshop\content\211820\868165595'
    [07:34:42.748] [Info] Loading mods from user generated content with id '857809873' from directory 'X:\steam\steamapps\workshop\content\211820\857809873'
    [07:34:42.748] [Info] Loading mods from user generated content with id '847709697' from directory 'X:\steam\steamapps\workshop\content\211820\847709697'
    [07:34:42.748] [Info] Loading mods from user generated content with id '838885235' from directory 'X:\steam\steamapps\workshop\content\211820\838885235'
    [07:34:42.748] [Info] Loading mods from user generated content with id '820596230' from directory 'X:\steam\steamapps\workshop\content\211820\820596230'
    [07:34:42.748] [Info] Loading mods from user generated content with id '819145737' from directory 'X:\steam\steamapps\workshop\content\211820\819145737'
    [07:34:42.748] [Info] Loading mods from user generated content with id '817468961' from directory 'X:\steam\steamapps\workshop\content\211820\817468961'
    [07:34:42.748] [Info] Loading mods from user generated content with id '804731513' from directory 'X:\steam\steamapps\workshop\content\211820\804731513'
    [07:34:42.749] [Info] Loading mods from user generated content with id '792342404' from directory 'X:\steam\steamapps\workshop\content\211820\792342404'
    [07:34:42.749] [Info] Loading mods from user generated content with id '782262701' from directory 'X:\steam\steamapps\workshop\content\211820\782262701'
    [07:34:42.749] [Info] Loading mods from user generated content with id '776078387' from directory 'X:\steam\steamapps\workshop\content\211820\776078387'
    [07:34:42.749] [Info] Loading mods from user generated content with id '769396742' from directory 'X:\steam\steamapps\workshop\content\211820\769396742'
    [07:34:42.749] [Info] Loading mods from user generated content with id '766895587' from directory 'X:\steam\steamapps\workshop\content\211820\766895587'
    [07:34:42.749] [Info] Loading mods from user generated content with id '763259329' from directory 'X:\steam\steamapps\workshop\content\211820\763259329'
    [07:34:42.749] [Info] Loading mods from user generated content with id '760881689' from directory 'X:\steam\steamapps\workshop\content\211820\760881689'
    [07:34:42.749] [Info] Loading mods from user generated content with id '758231723' from directory 'X:\steam\steamapps\workshop\content\211820\758231723'
    [07:34:42.749] [Info] Loading mods from user generated content with id '756688724' from directory 'X:\steam\steamapps\workshop\content\211820\756688724'
    [07:34:42.749] [Info] Loading mods from user generated content with id '754490565' from directory 'X:\steam\steamapps\workshop\content\211820\754490565'
    [07:34:42.750] [Info] Loading mods from user generated content with id '754134891' from directory 'X:\steam\steamapps\workshop\content\211820\754134891'
    [07:34:42.750] [Info] Loading mods from user generated content with id '753790671' from directory 'X:\steam\steamapps\workshop\content\211820\753790671'
    [07:34:42.750] [Info] Loading mods from user generated content with id '753337799' from directory 'X:\steam\steamapps\workshop\content\211820\753337799'
    [07:34:42.750] [Info] Loading mods from user generated content with id '751976722' from directory 'X:\steam\steamapps\workshop\content\211820\751976722'
    [07:34:42.750] [Info] Loading mods from user generated content with id '749138636' from directory 'X:\steam\steamapps\workshop\content\211820\749138636'
    [07:34:42.750] [Info] Loading mods from user generated content with id '748635826' from directory 'X:\steam\steamapps\workshop\content\211820\748635826'
    [07:34:42.750] [Info] Loading mods from user generated content with id '747934397' from directory 'X:\steam\steamapps\workshop\content\211820\747934397'
    [07:34:42.750] [Info] Loading mods from user generated content with id '747542428' from directory 'X:\steam\steamapps\workshop\content\211820\747542428'
    [07:34:42.750] [Info] Loading mods from user generated content with id '747212922' from directory 'X:\steam\steamapps\workshop\content\211820\747212922'
    [07:34:42.751] [Info] Loading mods from user generated content with id '747160901' from directory 'X:\steam\steamapps\workshop\content\211820\747160901'
    [07:34:42.751] [Info] Loading mods from user generated content with id '745339642' from directory 'X:\steam\steamapps\workshop\content\211820\745339642'
    [07:34:42.751] [Info] Loading mods from user generated content with id '744621236' from directory 'X:\steam\steamapps\workshop\content\211820\744621236'
    [07:34:42.751] [Info] Loading mods from user generated content with id '743648486' from directory 'X:\steam\steamapps\workshop\content\211820\743648486'
    [07:34:42.751] [Info] Loading mods from user generated content with id '743599672' from directory 'X:\steam\steamapps\workshop\content\211820\743599672'
    [07:34:42.751] [Info] Loading mods from user generated content with id '743328719' from directory 'X:\steam\steamapps\workshop\content\211820\743328719'
    [07:34:42.751] [Info] Loading mods from user generated content with id '741491949' from directory 'X:\steam\steamapps\workshop\content\211820\741491949'
    [07:34:42.751] [Info] Loading mods from user generated content with id '741400551' from directory 'X:\steam\steamapps\workshop\content\211820\741400551'
    [07:34:42.751] [Info] Loading mods from user generated content with id '740834534' from directory 'X:\steam\steamapps\workshop\content\211820\740834534'
    [07:34:42.751] [Info] Loading mods from user generated content with id '739945931' from directory 'X:\steam\steamapps\workshop\content\211820\739945931'
    [07:34:42.751] [Info] Loading mods from user generated content with id '739151610' from directory 'X:\steam\steamapps\workshop\content\211820\739151610'
    [07:34:42.752] [Info] Loading mods from user generated content with id '738313096' from directory 'X:\steam\steamapps\workshop\content\211820\738313096'
    [07:34:42.752] [Info] Loading mods from user generated content with id '737379684' from directory 'X:\steam\steamapps\workshop\content\211820\737379684'
    [07:34:42.752] [Info] Loading mods from user generated content with id '737103600' from directory 'X:\steam\steamapps\workshop\content\211820\737103600'
    [07:34:42.752] [Info] Loading mods from user generated content with id '736545670' from directory 'X:\steam\steamapps\workshop\content\211820\736545670'
    [07:34:42.752] [Info] Loading mods from user generated content with id '736007135' from directory 'X:\steam\steamapps\workshop\content\211820\736007135'
    [07:34:42.752] [Info] Loading mods from user generated content with id '735169732' from directory 'X:\steam\steamapps\workshop\content\211820\735169732'
    [07:34:42.752] [Info] Loading mods from user generated content with id '734855062' from directory 'X:\steam\steamapps\workshop\content\211820\734855062'
    [07:34:42.752] [Info] Loading mods from user generated content with id '734304398' from directory 'X:\steam\steamapps\workshop\content\211820\734304398'
    [07:34:42.752] [Info] Loading mods from user generated content with id '734173371' from directory 'X:\steam\steamapps\workshop\content\211820\734173371'
    [07:34:42.752] [Info] Loading mods from user generated content with id '733744908' from directory 'X:\steam\steamapps\workshop\content\211820\733744908'
    [07:34:42.753] [Info] Loading mods from user generated content with id '733713314' from directory 'X:\steam\steamapps\workshop\content\211820\733713314'
    [07:34:42.753] [Info] Loading mods from user generated content with id '733665104' from directory 'X:\steam\steamapps\workshop\content\211820\733665104'
    [07:34:42.753] [Info] Loading mods from user generated content with id '733399584' from directory 'X:\steam\steamapps\workshop\content\211820\733399584'
    [07:34:42.753] [Info] Loading mods from user generated content with id '733383928' from directory 'X:\steam\steamapps\workshop\content\211820\733383928'
    [07:34:42.753] [Info] Loading mods from user generated content with id '733359743' from directory 'X:\steam\steamapps\workshop\content\211820\733359743'
    [07:34:42.753] [Info] Loading mods from user generated content with id '733139672' from directory 'X:\steam\steamapps\workshop\content\211820\733139672'
    [07:34:42.753] [Info] Loading mods from user generated content with id '733023521' from directory 'X:\steam\steamapps\workshop\content\211820\733023521'
    [07:34:42.753] [Info] Loading mods from user generated content with id '732807518' from directory 'X:\steam\steamapps\workshop\content\211820\732807518'
    [07:34:42.753] [Info] Loading mods from user generated content with id '731929151' from directory 'X:\steam\steamapps\workshop\content\211820\731929151'
    [07:34:42.753] [Info] Loading mods from user generated content with id '731693098' from directory 'X:\steam\steamapps\workshop\content\211820\731693098'
    [07:34:42.754] [Info] Loading mods from user generated content with id '731644566' from directory 'X:\steam\steamapps\workshop\content\211820\731644566'
    [07:34:42.754] [Info] Loading mods from user generated content with id '731592371' from directory 'X:\steam\steamapps\workshop\content\211820\731592371'
    [07:34:42.754] [Info] Loading mods from user generated content with id '730960596' from directory 'X:\steam\steamapps\workshop\content\211820\730960596'
    [07:34:42.754] [Info] Loading mods from user generated content with id '730388011' from directory 'X:\steam\steamapps\workshop\content\211820\730388011'
    [07:34:42.754] [Info] Loading mods from user generated content with id '730345453' from directory 'X:\steam\steamapps\workshop\content\211820\730345453'
    [07:34:42.754] [Info] Loading mods from user generated content with id '729909915' from directory 'X:\steam\steamapps\workshop\content\211820\729909915'
    [07:34:42.754] [Info] Loading mods from user generated content with id '729842601' from directory 'X:\steam\steamapps\workshop\content\211820\729842601'
    [07:34:42.754] [Info] Loading mods from user generated content with id '729746228' from directory 'X:\steam\steamapps\workshop\content\211820\729746228'
    [07:34:42.754] [Info] Loading mods from user generated content with id '729492703' from directory 'X:\steam\steamapps\workshop\content\211820\729492703'
    [07:34:42.754] [Info] Loading mods from user generated content with id '729480149' from directory 'X:\steam\steamapps\workshop\content\211820\729480149'
    [07:34:42.755] [Info] Loading mods from user generated content with id '729438381' from directory 'X:\steam\steamapps\workshop\content\211820\729438381'
    [07:34:42.755] [Info] Loading mods from user generated content with id '729532886' from directory 'X:\steam\steamapps\workshop\content\211820\729532886'
    [07:34:42.755] [Info] Loading mods from user generated content with id '729524482' from directory 'X:\steam\steamapps\workshop\content\211820\729524482'
    [07:34:42.755] [Info] Loading mods from user generated content with id '729428991' from directory 'X:\steam\steamapps\workshop\content\211820\729428991'
    [07:34:42.755] [Info] Loading mods from user generated content with id '729428803' from directory 'X:\steam\steamapps\workshop\content\211820\729428803'
    [07:34:42.755] [Info] Loading mods from user generated content with id '729427744' from directory 'X:\steam\steamapps\workshop\content\211820\729427744'
    [07:34:42.755] [Info] Loading mods from user generated content with id '729427606' from directory 'X:\steam\steamapps\workshop\content\211820\729427606'
    [07:34:42.755] [Info] Loading mods from user generated content with id '729427436' from directory 'X:\steam\steamapps\workshop\content\211820\729427436'
    [07:34:42.755] [Info] Loading mods from user generated content with id '729426722' from directory 'X:\steam\steamapps\workshop\content\211820\729426722'
    [07:34:42.755] [Info] Loading mods from user generated content with id '1455563291' from directory 'X:\steam\steamapps\workshop\content\211820\1455563291'
    [07:34:42.755] [Info] Reloading to include all user generated content
    [07:34:42.755] [Info] Root: Reloading from disk
    [07:34:42.756] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [07:34:42.821] [Info] Root: Loaded Configuration in 0.00119456 seconds
    [07:34:42.821] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [07:34:43.419] [Warn] Root: Unrecognized file in asset directory 'packed.rar', skipping
    [07:34:43.422] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [07:34:44.240] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [07:34:44.681] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729460427'
    [07:34:44.685] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729456260'
    [07:34:44.688] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729558042'
    [07:34:44.716] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1460586609'
    [07:34:44.718] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\748629459'
    [07:34:44.719] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\736081761'
    [07:34:44.720] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1390755514'
    [07:34:44.721] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1446986316'
    [07:34:44.722] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1186075435'
    [07:34:44.723] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1441173377'
    [07:34:44.724] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1421523226'
    [07:34:44.725] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\744492975'
    [07:34:44.726] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\732277574'
    [07:34:44.728] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\730378641'
    [07:34:44.730] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729791646'
    [07:34:44.731] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1433991809'
    [07:34:44.732] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1432794738'
    [07:34:44.733] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1431949168'
    [07:34:44.734] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1431620296'
    [07:34:44.735] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1430181825'
    [07:34:44.736] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1428567000'
    [07:34:44.737] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1428129929'
    [07:34:44.771] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1416509971'
    [07:34:44.777] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1416297357'
    [07:34:44.778] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1416282371'
    [07:34:44.779] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1416038072'
    [07:34:44.780] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1414322416'
    [07:34:44.781] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1412545702'
    [07:34:44.782] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1411633978'
    [07:34:44.785] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1410423105'
    [07:34:44.786] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1410421255'
    [07:34:44.787] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1405753979'
    [07:34:44.791] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1399203999'
    [07:34:44.792] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1398358140'
    [07:34:44.794] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1397217904'
    [07:34:44.795] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1394999146'
    [07:34:44.797] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1393325508'
    [07:34:44.798] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1393090897'
    [07:34:44.827] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1391701390'
    [07:34:44.828] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1390490083'
    [07:34:44.830] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1386730092'
    [07:34:44.832] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1386257278'
    [07:34:44.835] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1383980456'
    [07:34:44.836] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1381369665'
    [07:34:44.836] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1380941596'
    [07:34:44.847] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1379266785'
    [07:34:44.848] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1378894584'
    [07:34:44.849] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1373963925'
    [07:34:44.850] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1373929504'
    [07:34:44.851] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1372590622'
    [07:34:44.852] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1372376485'
    [07:34:44.853] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1372369380'
    [07:34:44.854] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1370889187'
    [07:34:44.858] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1370503515'
    [07:34:44.859] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1369768195'
    [07:34:44.863] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1368020180'
    [07:34:44.865] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1363021259'
    [07:34:44.867] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1361830298'
    [07:34:44.868] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1345132836'
    [07:34:44.870] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1340747742'
    [07:34:44.872] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1326091093'
    [07:34:44.910] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1316225650'
    [07:34:44.916] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1315969065'
    [07:34:44.918] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1313559037'
    [07:34:44.919] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1313146286'
    [07:34:44.920] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1308528328'
    [07:34:44.922] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1303691690'
    [07:34:44.927] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1303337689'
    [07:34:44.928] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1302925783'
    [07:34:45.000] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1301877154'
    [07:34:45.001] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1294959959'
    [07:34:45.003] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1287917152'
    [07:34:45.013] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1277644233'
    [07:34:45.015] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1258935822'
    [07:34:45.016] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1258008544'
    [07:34:45.018] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1253782150'
    [07:34:45.019] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1235347675'
    [07:34:45.021] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1233925466'
    [07:34:45.023] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1228769873'
    [07:34:45.024] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1218671249'
    [07:34:45.028] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1218367214'
    [07:34:45.029] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1218294180'
    [07:34:45.030] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1212967787'
    [07:34:45.032] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1197841959'
    [07:34:45.034] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1194878261'
    [07:34:45.035] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1181699750'
    [07:34:45.037] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1177433563'
    [07:34:45.038] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1175632845'
    [07:34:45.039] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1169201536'
    [07:34:45.041] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1168140153'
    [07:34:45.042] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1166322965'
    [07:34:45.043] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1165402390'
    [07:34:45.045] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1161083233'
    [07:34:45.046] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1156240120'
    [07:34:45.047] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1154799233'
    [07:34:45.130] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1153717308'
    [07:34:45.133] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1152413707'
    [07:34:45.134] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1151130209'
    [07:34:45.135] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1146242986'
    [07:34:45.136] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1142579300'
    [07:34:45.137] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1128426670'
    [07:34:45.138] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1127029824'
    [07:34:45.139] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1125938579'
    [07:34:45.140] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1119460077'
    [07:34:45.143] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1119086325'
    [07:34:45.144] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1117792278'
    [07:34:45.330] [Warn] Root: Overriding duplicate asset source '..\mods\unpack' named 'Pandoras-Box' with higher or equal priority source 'X:\steam\steamapps\workshop\content\211820\1117792278\contents.pak
    [07:34:45.333] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1117007107'
    [07:34:45.335] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1116466874'
    [07:34:45.336] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1115920474'
    [07:34:45.407] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1115886978'
    [07:34:45.408] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1114465299'
    [07:34:45.409] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1114277962'
    [07:34:45.410] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1112031234'
    [07:34:45.410] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1111984660'
    [07:34:45.411] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1107568847'
    [07:34:45.417] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1106142841'
    [07:34:45.418] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1102394541'
    [07:34:45.423] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1101407919'
    [07:34:45.424] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1090125755'
    [07:34:45.425] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1089421344'
    [07:34:45.426] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1088459034'
    [07:34:45.427] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1086875175'
    [07:34:45.429] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1084019732'
    [07:34:45.432] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1038933028'
    [07:34:45.433] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1002304970'
    [07:34:45.434] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\964939679'
    [07:34:45.435] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\962379099'
    [07:34:45.436] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\958539829'
    [07:34:45.441] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\957141435'
    [07:34:45.443] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\956247051'
    [07:34:45.445] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\955827258'
    [07:34:45.446] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\950738483'
    [07:34:45.448] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\950340366'
    [07:34:45.450] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\949861913'
    [07:34:45.451] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\947346094'
    [07:34:45.452] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\946935581'
    [07:34:45.454] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\946335869'
    [07:34:45.455] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\945707062'
    [07:34:45.459] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\945325270'
    [07:34:45.461] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\944621412'
    [07:34:45.462] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\936898205'
    [07:34:45.474] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\936735031'
    [07:34:45.476] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\934745951'
    [07:34:45.477] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\934745790'
    [07:34:45.478] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\934744846'
    [07:34:45.479] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\933536396'
    [07:34:45.480] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\921924325'
    [07:34:45.485] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\915848505'
    [07:34:45.486] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\912461540'
    [07:34:45.492] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\902559598'
    [07:34:45.493] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\898712767'
    [07:34:45.524] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\895898053'
    [07:34:45.525] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\895140470'
    [07:34:45.527] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\892426652'
    [07:34:45.528] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\882900100'
    [07:34:45.529] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\879213535'
    [07:34:45.530] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\874013371'
    [07:34:45.596] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\871153025'
    [07:34:45.601] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\869900472'
    [07:34:45.602] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\868165595'
    [07:34:45.635] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\857809873'
    [07:34:45.636] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\847709697'
    [07:34:45.637] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\838885235'
    [07:34:45.646] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\820596230'
    [07:34:45.650] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\819145737'
    [07:34:45.671] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\817468961'
    [07:34:45.672] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\804731513'
    [07:34:45.673] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\792342404'
    [07:34:45.675] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\782262701'
    [07:34:45.678] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\776078387'
    [07:34:45.679] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\769396742'
    [07:34:45.680] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\766895587'
    [07:34:45.682] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\763259329'
    [07:34:45.778] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\760881689'
    [07:34:45.779] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\758231723'
    [07:34:45.784] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\756688724'
    [07:34:45.785] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\754490565'
    [07:34:45.786] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\754134891'
    [07:34:45.788] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\753790671'
    [07:34:45.790] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\753337799'
    [07:34:45.793] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\751976722'
    [07:34:45.794] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\749138636'
    [07:34:45.795] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\748635826'
    [07:34:45.802] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\747934397'
    [07:34:45.805] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\747542428'
    [07:34:45.806] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\747212922'
    [07:34:45.809] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\747160901'
    [07:34:45.810] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\745339642'
    [07:34:45.811] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\744621236'
    [07:34:45.812] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\743648486'
    [07:34:45.813] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\743599672'
    [07:34:45.814] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\743328719'
    [07:34:45.816] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\741491949'
    [07:34:45.817] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\741400551'
    [07:34:45.818] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\740834534'
    [07:34:45.852] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\739945931'
    [07:34:45.853] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\739151610'
    [07:34:45.855] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\738313096'
    [07:34:45.858] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\737379684'
    [07:34:45.859] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\737103600'
    [07:34:45.861] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\736545670'
    [07:34:45.863] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\736007135'
    [07:34:45.865] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\735169732'
    [07:34:45.868] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\734855062'
    [07:34:45.869] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\734304398'
    [07:34:45.870] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\734173371'
    [07:34:45.872] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\733744908'
    [07:34:45.873] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\733713314'
    [07:34:45.874] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\733665104'
    [07:34:45.877] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\733399584'
    [07:34:45.879] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\733383928'
    [07:34:45.881] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\733359743'
    [07:34:45.882] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\733139672'
    [07:34:45.883] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\733023521'
    [07:34:45.885] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\732807518'
    [07:34:45.886] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\731929151'
    [07:34:45.887] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\731693098'
    [07:34:45.902] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\731644566'
    [07:34:45.904] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\731592371'
    [07:34:45.905] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\730960596'
    [07:34:45.906] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\730388011'
    [07:34:45.907] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\730345453'
    [07:34:45.910] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729909915'
    [07:34:45.919] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729842601'
    [07:34:45.920] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729746228'
    [07:34:45.922] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729492703'
    [07:34:45.927] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729480149'
    [07:34:46.473] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729438381'
    [07:34:46.476] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729532886'
    [07:34:46.477] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729524482'
    [07:34:46.477] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729428991'
    [07:34:46.484] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729428803'
    [07:34:46.487] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729427744'
    [07:34:46.507] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729427606'
    [07:34:46.516] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729427436'
    [07:34:46.523] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\729426722'
    [07:34:46.524] [Info] Root: Scanning for asset sources in directory 'X:\steam\steamapps\workshop\content\211820\1455563291'
    [07:34:46.526] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [07:34:46.526] [Info] Root: Detected asset source named 'QuickbarMini' at 'X:\steam\steamapps\workshop\content\211820\1088459034\QuickbarMini.pak'
    [07:34:46.526] [Info] Root: Detected asset source named 'QuickbarUnlocker' at 'X:\steam\steamapps\workshop\content\211820\1089421344\contents.pak'
    [07:34:46.526] [Info] Root: Detected asset source named 'many_tabs1' at 'X:\steam\steamapps\workshop\content\211820\1119086325\contents.pak'
    [07:34:46.526] [Info] Root: Detected asset source named 'Infinite Items' at 'X:\steam\steamapps\workshop\content\211820\1428567000\contents.pak'
    [07:34:46.526] [Info] Root: Detected asset source named 'xbawks' at 'X:\steam\steamapps\workshop\content\211820\729426722\contents.pak'
    [07:34:46.526] [Info] Root: Detected asset source named 'Gun Dealer Tenant' at 'X:\steam\steamapps\workshop\content\211820\1258935822\contents.pak'
    [07:34:46.526] [Info] Root: Detected asset source named 'SpawnableItemPack' at 'X:\steam\steamapps\workshop\content\211820\733665104\contents.pak'
    [07:34:46.526] [Info] Root: Detected asset source named 'The Avali MM' at 'X:\steam\steamapps\workshop\content\211820\1086875175\contents.pak'
    [07:34:46.526] [Info] Root: Detected asset source named 'The Avali Themed Distortion Spheres ' at 'X:\steam\steamapps\workshop\content\211820\1090125755\contents.pak'
    [07:34:46.526] [Info] Root: Detected asset source named 'Warframe Weapons' at 'X:\steam\steamapps\workshop\content\211820\1308528328\contents.pak'
    [07:34:46.526] [Info] Root: Detected unnamed asset source at '..\assets\packed'
    [07:34:46.526] [Info] Root: Detected unnamed asset source at '..\assets\unpacked'
    [07:34:46.526] [Info] Root: Detected asset source named 'CustomCollectionsUI' at 'X:\steam\steamapps\workshop\content\211820\760881689\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'Elithian_Races_Mod' at '..\mods\avikan'
    [07:34:46.527] [Info] Root: Detected asset source named 'mechavali' at 'X:\steam\steamapps\workshop\content\211820\950340366\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'XS Mechs : Modular Edition (BETA)' at 'X:\steam\steamapps\workshop\content\211820\945707062\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'xsmm_weapons' at 'X:\steam\steamapps\workshop\content\211820\958539829\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'FrackinUniverse' at 'X:\steam\steamapps\workshop\content\211820\729480149\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'p_Pets' at 'X:\steam\steamapps\workshop\content\211820\729438381\contents.pak'
    [07:34:46.527] [Info] Root: Detected unnamed asset source at '..\mods\remoteavaliddronetest1'
    [07:34:46.527] [Info] Root: Detected asset source named 'Universal Uncrafter v1.46' at 'X:\steam\steamapps\workshop\content\211820\729532886\contents.pak'
    [07:34:46.527] [Info] Root: Detected unnamed asset source at '..\mods\zipz'
    [07:34:46.527] [Info] Root: Detected asset source named 'pilch_sciencestation' at 'X:\steam\steamapps\workshop\content\211820\729460427\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'modules-in-a-box' at 'X:\steam\steamapps\workshop\content\211820\729456260\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'Avali' at 'X:\steam\steamapps\workshop\content\211820\729558042\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'Lyetzi's Gunners Mod' at 'X:\steam\steamapps\workshop\content\211820\1326091093\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'ae_dks501' at 'X:\steam\steamapps\workshop\content\211820\1460586609\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'avalidronepet-ppets' at 'X:\steam\steamapps\workshop\content\211820\748629459\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'Unlimited Crew Size' at 'X:\steam\steamapps\workshop\content\211820\736081761\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'Frackin Crew Size' at 'X:\steam\steamapps\workshop\content\211820\1390755514\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'rallyflags' at 'X:\steam\steamapps\workshop\content\211820\1446986316\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'stickynotes' at 'X:\steam\steamapps\workshop\content\211820\1186075435\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'elevatorloading' at 'X:\steam\steamapps\workshop\content\211820\1441173377\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'ContainerUITweak' at 'X:\steam\steamapps\workshop\content\211820\729524482\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'Draconis Race(Humanoid Dragon Race)' at 'X:\steam\steamapps\workshop\content\211820\868165595\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'Skath Race' at 'X:\steam\steamapps\workshop\content\211820\936898205\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'Improved Containers' at 'X:\steam\steamapps\workshop\content\211820\729427606\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'PerennialCrops' at 'X:\steam\steamapps\workshop\content\211820\730378641\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'PerennialCrops_FU_Edition' at 'X:\steam\steamapps\workshop\content\211820\732277574\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'ExtraZoomLevels' at 'X:\steam\steamapps\workshop\content\211820\729791646\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'elithianperennialcropsaegi' at 'X:\steam\steamapps\workshop\content\211820\1433991809\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'fuvillavali' at 'X:\steam\steamapps\workshop\content\211820\1432794738\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'Akea [An Avalon Decorations Mod]' at 'X:\steam\steamapps\workshop\content\211820\1431949168\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'make the aegi a cuter race male eyes' at 'X:\steam\steamapps\workshop\content\211820\1431620296\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'raceintros' at 'X:\steam\steamapps\workshop\content\211820\1455563291\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'SmolAvali' at 'X:\steam\steamapps\workshop\content\211820\1428129929\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'WulfsArchaicBeasts' at 'X:\steam\steamapps\workshop\content\211820\1416509971\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'mananatree' at 'X:\steam\steamapps\workshop\content\211820\1416297357\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'united_systems_expansion_vehicles' at 'X:\steam\steamapps\workshop\content\211820\1416282371\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'Avali Weapon Type Additions' at 'X:\steam\steamapps\workshop\content\211820\1416038072\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'sup_turret' at 'X:\steam\steamapps\workshop\content\211820\1414322416\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'SIP - Avali Patch' at 'X:\steam\steamapps\workshop\content\211820\1412545702\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'JanothiaDoors' at 'X:\steam\steamapps\workshop\content\211820\1411633978\contents.pak'
    [07:34:46.527] [Info] Root: Detected asset source named 'novalirace' at 'X:\steam\steamapps\workshop\content\211820\1386730092\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'novalicolors1' at 'X:\steam\steamapps\workshop\content\211820\1410423105\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'novaliskin' at 'X:\steam\steamapps\workshop\content\211820\1410421255\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Tenantator' at 'X:\steam\steamapps\workshop\content\211820\1405753979\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'The Minigun Mod' at 'X:\steam\steamapps\workshop\content\211820\1399203999\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'protectorateflyerposter' at 'X:\steam\steamapps\workshop\content\211820\1398358140\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Redemption' at 'X:\steam\steamapps\workshop\content\211820\1397217904\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'avalifit' at 'X:\steam\steamapps\workshop\content\211820\1394999146\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Cosmetic slots for Mechs' at 'X:\steam\steamapps\workshop\content\211820\1393325508\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'manana.' at 'X:\steam\steamapps\workshop\content\211820\1391701390\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'morenpcships' at 'X:\steam\steamapps\workshop\content\211820\1390490083\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Sneaky's Offbrand Arms Pack for Lyetzi's' at 'X:\steam\steamapps\workshop\content\211820\1386257278\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'blurplevali' at 'X:\steam\steamapps\workshop\content\211820\1383980456\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named '1Ore=2Bar' at 'X:\steam\steamapps\workshop\content\211820\1381369665\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Lastree Race' at 'X:\steam\steamapps\workshop\content\211820\1380941596\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Pod Heal' at 'X:\steam\steamapps\workshop\content\211820\1379266785\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'PersonalDrones' at 'X:\steam\steamapps\workshop\content\211820\1378894584\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Wardrobe' at 'X:\steam\steamapps\workshop\content\211820\734855062\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Wardrobe-AzuresStarWars' at 'X:\steam\steamapps\workshop\content\211820\1373963925\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Wardrobe-ElithianRaces' at 'X:\steam\steamapps\workshop\content\211820\1373929504\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Wardrobe-Draconis' at 'X:\steam\steamapps\workshop\content\211820\1372590622\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Wardrobe-AvaliTriage' at 'X:\steam\steamapps\workshop\content\211820\1372376485\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Wardrobe-FrackinUniverse' at 'X:\steam\steamapps\workshop\content\211820\1372369380\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Idle Factories' at 'X:\steam\steamapps\workshop\content\211820\1370889187\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Venturer-X' at 'X:\steam\steamapps\workshop\content\211820\1370503515\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Starbound++ FU Version' at 'X:\steam\steamapps\workshop\content\211820\1369768195\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Spawnable Item Pack: Lyetzi's Gunners Mod' at 'X:\steam\steamapps\workshop\content\211820\1368020180\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'morestationtram' at 'X:\steam\steamapps\workshop\content\211820\1363021259\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Rubber Boat' at 'X:\steam\steamapps\workshop\content\211820\1361830298\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'PokeBound Sud Species Addo-on (WIP)' at 'X:\steam\steamapps\workshop\content\211820\1345132836\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Stolte Inc. Shields' at 'X:\steam\steamapps\workshop\content\211820\1340747742\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Warframe Parkour' at 'X:\steam\steamapps\workshop\content\211820\1316225650\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Drake Dragonfly' at 'X:\steam\steamapps\workshop\content\211820\1315969065\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'customwheel' at 'X:\steam\steamapps\workshop\content\211820\1313559037\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Modern Trams' at 'X:\steam\steamapps\workshop\content\211820\1313146286\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Starbound Awakens Dungeons x-Pack' at 'X:\steam\steamapps\workshop\content\211820\1303691690\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Make colony deeds FREE !' at 'X:\steam\steamapps\workshop\content\211820\1303337689\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'AvaliRecipeFixes' at 'X:\steam\steamapps\workshop\content\211820\1301877154\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'bladedanceaimable' at 'X:\steam\steamapps\workshop\content\211820\1294959959\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'PokeBound (WIP)' at 'X:\steam\steamapps\workshop\content\211820\1287917152\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'SWMechs' at 'X:\steam\steamapps\workshop\content\211820\1277644233\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'applestorage' at 'X:\steam\steamapps\workshop\content\211820\1258008544\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'playerdancing' at 'X:\steam\steamapps\workshop\content\211820\1253782150\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'shifttocollect' at 'X:\steam\steamapps\workshop\content\211820\1235347675\contents.pak'
    [07:34:46.528] [Info] Root: Detected asset source named 'Translocate' at 'X:\steam\steamapps\workshop\content\211820\1233925466\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'Mech Blueprint Tier Colors' at 'X:\steam\steamapps\workshop\content\211820\1228769873\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'WolFenFLCN-11Gunship' at 'X:\steam\steamapps\workshop\content\211820\1218671249\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'Aimable Abilities: Spears' at 'X:\steam\steamapps\workshop\content\211820\1218367214\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'pilch_fieldgenerator' at 'X:\steam\steamapps\workshop\content\211820\1218294180\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'MMConfigurator' at 'X:\steam\steamapps\workshop\content\211820\1212967787\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'bladedancedefault' at 'X:\steam\steamapps\workshop\content\211820\1197841959\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'Aimable Shields - Frackin Universe compatible' at 'X:\steam\steamapps\workshop\content\211820\1106142841\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'recaddon' at 'X:\steam\steamapps\workshop\content\211820\1181699750\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'noearthquakes' at 'X:\steam\steamapps\workshop\content\211820\1177433563\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'Valisocks' at 'X:\steam\steamapps\workshop\content\211820\1175632845\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'AvaliSpecOpsAdditions' at 'X:\steam\steamapps\workshop\content\211820\1169201536\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'united_systems_expansion_shuttlecraft_addon' at 'X:\steam\steamapps\workshop\content\211820\1168140153\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'AvaliThemedSolarPower' at 'X:\steam\steamapps\workshop\content\211820\1166322965\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'Shuttlecraft' at 'X:\steam\steamapps\workshop\content\211820\1102394541\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'Shuttlecraftdeployment' at 'X:\steam\steamapps\workshop\content\211820\1165402390\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'tundrapack' at 'X:\steam\steamapps\workshop\content\211820\1161083233\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'Weapon_Reinforcer_For_1_3' at 'X:\steam\steamapps\workshop\content\211820\1156240120\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'avaliequipmentbench' at 'X:\steam\steamapps\workshop\content\211820\1153717308\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'Sloped Glass Blocks' at 'X:\steam\steamapps\workshop\content\211820\1152413707\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'flaminghot' at 'X:\steam\steamapps\workshop\content\211820\1151130209\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'pantsaddons' at 'X:\steam\steamapps\workshop\content\211820\1146242986\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'carpettool' at 'X:\steam\steamapps\workshop\content\211820\1142579300\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'Planet Transponder' at 'X:\steam\steamapps\workshop\content\211820\1127029824\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'Halo UNSC Weapons pack' at 'X:\steam\steamapps\workshop\content\211820\1125938579\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'Player Stations Expanded' at 'X:\steam\steamapps\workshop\content\211820\1119460077\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'MorePlanetInfo' at 'X:\steam\steamapps\workshop\content\211820\1117007107\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'More Moths' at 'X:\steam\steamapps\workshop\content\211820\1116466874\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'ElithianPerennialCrops' at 'X:\steam\steamapps\workshop\content\211820\1115886978\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'Mech Deployment Beacons' at 'X:\steam\steamapps\workshop\content\211820\1114465299\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'OutpostShuttlecraft' at 'X:\steam\steamapps\workshop\content\211820\1114277962\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'AvaliBetterLoomUI' at 'X:\steam\steamapps\workshop\content\211820\1112031234\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'npctycontroller' at 'X:\steam\steamapps\workshop\content\211820\1111984660\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'AvaliColorAddon' at 'X:\steam\steamapps\workshop\content\211820\1107568847\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'Avali mannequin' at 'X:\steam\steamapps\workshop\content\211820\733744908\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'MMU' at 'X:\steam\steamapps\workshop\content\211820\1101407919\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'Engineer Buildings' at 'X:\steam\steamapps\workshop\content\211820\1084019732\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'creepycultists' at 'X:\steam\steamapps\workshop\content\211820\1038933028\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'lushpack' at 'X:\steam\steamapps\workshop\content\211820\1002304970\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'AvaliAltCapChair' at 'X:\steam\steamapps\workshop\content\211820\964939679\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'speciesreplace' at 'X:\steam\steamapps\workshop\content\211820\962379099\contents.pak'
    [07:34:46.529] [Info] Root: Detected asset source named 'customstationrooms' at 'X:\steam\steamapps\workshop\content\211820\957141435\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'mechavalixs' at 'X:\steam\steamapps\workshop\content\211820\955827258\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Universe Scanner' at 'X:\steam\steamapps\workshop\content\211820\950738483\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Claymore Sword' at 'X:\steam\steamapps\workshop\content\211820\949861913\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'roro V.E.F' at 'X:\steam\steamapps\workshop\content\211820\947346094\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Avali_Additions' at 'X:\steam\steamapps\workshop\content\211820\751976722\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'AvaliPlatedEnergyRailHatch' at 'X:\steam\steamapps\workshop\content\211820\946935581\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'avalidronepet' at 'X:\steam\steamapps\workshop\content\211820\946335869\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'JurassicBound' at 'X:\steam\steamapps\workshop\content\211820\945325270\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'USR_Mech_Pieces' at 'X:\steam\steamapps\workshop\content\211820\944621412\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Avali Augments And Assorments: Revisited' at 'X:\steam\steamapps\workshop\content\211820\936735031\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'LightSpears' at 'X:\steam\steamapps\workshop\content\211820\934744846\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'LightSpearsFrackinUniverse' at 'X:\steam\steamapps\workshop\content\211820\934745951\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'LightSpearsAvali' at 'X:\steam\steamapps\workshop\content\211820\934745790\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Enhanced Rails' at 'X:\steam\steamapps\workshop\content\211820\921924325\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'byos-treasureclaim' at 'X:\steam\steamapps\workshop\content\211820\915848505\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Pixlaroid' at 'X:\steam\steamapps\workshop\content\211820\912461540\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Avikan Morphballs/Spheres' at 'X:\steam\steamapps\workshop\content\211820\902559598\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Avali Objects+' at 'X:\steam\steamapps\workshop\content\211820\898712767\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Resource Extractor' at 'X:\steam\steamapps\workshop\content\211820\895898053\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'NpcSpawnerPlus' at 'X:\steam\steamapps\workshop\content\211820\895140470\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'learnblueprintsonscan' at 'X:\steam\steamapps\workshop\content\211820\879213535\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'USCM_expansion' at 'X:\steam\steamapps\workshop\content\211820\874013371\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Defender Drones mod DELUXE' at 'X:\steam\steamapps\workshop\content\211820\871153025\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'AvaliPerennialCrops' at 'X:\steam\steamapps\workshop\content\211820\869900472\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Bigger Action Bar(12 slots)' at 'X:\steam\steamapps\workshop\content\211820\857809873\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Avali Defense Turret (reload)' at 'X:\steam\steamapps\workshop\content\211820\847709697\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Azure's Star Wars Weapons & Armour' at 'X:\steam\steamapps\workshop\content\211820\838885235\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'longcoatpack' at 'X:\steam\steamapps\workshop\content\211820\820596230\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'meleeaim' at 'X:\steam\steamapps\workshop\content\211820\817468961\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Halo: Covenant weapons' at 'X:\steam\steamapps\workshop\content\211820\804731513\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Placeable Spaceships' at 'X:\steam\steamapps\workshop\content\211820\792342404\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'environmentSafety' at 'X:\steam\steamapps\workshop\content\211820\782262701\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Easier Bows' at 'X:\steam\steamapps\workshop\content\211820\776078387\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Fus Ro Dah' at 'X:\steam\steamapps\workshop\content\211820\769396742\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Avali Plush' at 'X:\steam\steamapps\workshop\content\211820\766895587\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Long Sword Combo' at 'X:\steam\steamapps\workshop\content\211820\758231723\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'avaliheavymininglaser' at 'X:\steam\steamapps\workshop\content\211820\756688724\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Avali-No-Railplatform-Interaction' at 'X:\steam\steamapps\workshop\content\211820\754490565\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Elemental Flashlights' at 'X:\steam\steamapps\workshop\content\211820\754134891\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'wvr_hatchplatform' at 'X:\steam\steamapps\workshop\content\211820\753337799\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Reclaimable Turrets' at 'X:\steam\steamapps\workshop\content\211820\749138636\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'imperialweapons' at 'X:\steam\steamapps\workshop\content\211820\748635826\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Very Varied Vehicle' at 'X:\steam\steamapps\workshop\content\211820\747934397\contents.pak'
    [07:34:46.530] [Info] Root: Detected asset source named 'Ghost Fluffalo' at 'X:\steam\steamapps\workshop\content\211820\747542428\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Crew Size OVERCAPPED' at 'X:\steam\steamapps\workshop\content\211820\747212922\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Avali-Themed Cursor Replacers' at 'X:\steam\steamapps\workshop\content\211820\747160901\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'wvr_crew_lava' at 'X:\steam\steamapps\workshop\content\211820\744621236\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'FlashlightStayOn' at 'X:\steam\steamapps\workshop\content\211820\743648486\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Avali_Ship_Teleporter' at 'X:\steam\steamapps\workshop\content\211820\743599672\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'NonUniform' at 'X:\steam\steamapps\workshop\content\211820\743328719\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'No Annoying Weather' at 'X:\steam\steamapps\workshop\content\211820\741400551\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Enhanced Tech' at 'X:\steam\steamapps\workshop\content\211820\739945931\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Augment Slots for Armor Redux' at 'X:\steam\steamapps\workshop\content\211820\1154799233\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Combinable Augments' at 'X:\steam\steamapps\workshop\content\211820\739151610\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Avali SpecOp Armor' at 'X:\steam\steamapps\workshop\content\211820\738313096\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'lavaAugment' at 'X:\steam\steamapps\workshop\content\211820\737379684\content.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Better_Augments_Mod_LIGHT' at 'X:\steam\steamapps\workshop\content\211820\737103600\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Soma Exploration Ship (Human)(Alt)' at 'X:\steam\steamapps\workshop\content\211820\736545670\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Avali Rocket Launcher + Misc Stuff' at 'X:\steam\steamapps\workshop\content\211820\736007135\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Better_Augments_Mod' at 'X:\steam\steamapps\workshop\content\211820\735169732\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Light the Way' at 'X:\steam\steamapps\workshop\content\211820\734304398\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'FreedomofMovement' at 'X:\steam\steamapps\workshop\content\211820\734173371\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'AdvancedProximitySensor' at 'X:\steam\steamapps\workshop\content\211820\733713314\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Augment Slot for Legs' at 'X:\steam\steamapps\workshop\content\211820\733399584\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Augment Slot for Head' at 'X:\steam\steamapps\workshop\content\211820\733383928\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Extra Fossil Game Tools' at 'X:\steam\steamapps\workshop\content\211820\733359743\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Earth's Finest - Crew Improvements' at 'X:\steam\steamapps\workshop\content\211820\733139672\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Augment Slot for Chestpiece' at 'X:\steam\steamapps\workshop\content\211820\733023521\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'No Rotting Food' at 'X:\steam\steamapps\workshop\content\211820\732807518\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'nicemerchants' at 'X:\steam\steamapps\workshop\content\211820\731929151\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Halo Ultra v2' at 'X:\steam\steamapps\workshop\content\211820\731693098\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Enemies Aren't Stupid!' at 'X:\steam\steamapps\workshop\content\211820\731644566\contents.pak'
    [07:34:46.531] [Info] Root: Detected unnamed asset source at 'X:\steam\steamapps\workshop\content\211820\731592371\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Unlimited Active Crewmembers' at 'X:\steam\steamapps\workshop\content\211820\730960596\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Larger Lockers' at 'X:\steam\steamapps\workshop\content\211820\730388011\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Themed Colony Deeds' at 'X:\steam\steamapps\workshop\content\211820\730345453\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'XCOM mod' at 'X:\steam\steamapps\workshop\content\211820\729909915\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Anime Eyes for Humans' at 'X:\steam\steamapps\workshop\content\211820\729842601\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Disabled drop for Survival Mode' at 'X:\steam\steamapps\workshop\content\211820\729746228\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'FrackinMusic' at 'X:\steam\steamapps\workshop\content\211820\729492703\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Pandoras-Box' at 'X:\steam\steamapps\workshop\content\211820\1117792278\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'SmolAvali Frackin Races and Frackin Universe BYOS patch' at 'X:\steam\steamapps\workshop\content\211820\1430181825\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Starbound Awakens' at 'X:\steam\steamapps\workshop\content\211820\1302925783\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'bk3k_inventory' at 'X:\steam\steamapps\workshop\content\211820\882900100\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'Elithian_Ship_Backgrounds' at 'X:\steam\steamapps\workshop\content\211820\933536396\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'XS_Mechs' at 'X:\steam\steamapps\workshop\content\211820\729428991\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'skizots_dozers' at 'X:\steam\steamapps\workshop\content\211820\729428803\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'xsmechs_variants' at 'X:\steam\steamapps\workshop\content\211820\740834534\contents.pak'
    [07:34:46.531] [Info] Root: Detected asset source named 'many_tabs2' at 'X:\steam\steamapps\workshop\content\211820\956247051\contents.pak'
    [07:34:46.532] [Info] Root: Detected asset source named 'food_stack' at 'X:\steam\steamapps\workshop\content\211820\729427436\contents.pak'
    [07:34:46.532] [Info] Root: Detected asset source named 'Avali colored objects' at 'X:\steam\steamapps\workshop\content\211820\819145737\contents.pak'
    [07:34:46.532] [Info] Root: Detected asset source named 'Weapon Fusion Station' at 'X:\steam\steamapps\workshop\content\211820\741491949\contents.pak'
    [07:34:46.532] [Info] Root: Detected asset source named 'Weapon Reinforcer' at 'X:\steam\steamapps\workshop\content\211820\744492975\contents.pak'
    [07:34:46.532] [Info] Root: Detected asset source named 'Hunter Crewmembers' at 'X:\steam\steamapps\workshop\content\211820\745339642\contents.pak'
    [07:34:46.532] [Info] Root: Detected asset source named 'Player UI Redone' at 'X:\steam\steamapps\workshop\content\211820\892426652\contents.pak'
    [07:34:46.532] [Info] Root: Detected asset source named 'A.V.I.A.N.' at 'X:\steam\steamapps\workshop\content\211820\753790671\contents.pak'
    [07:34:46.532] [Info] Root: Detected asset source named 'instant_crafting' at 'X:\steam\steamapps\workshop\content\211820\729427744\contents.pak'
    [07:34:46.532] [Info] Root: Detected asset source named 'whatmenu' at 'X:\steam\steamapps\workshop\content\211820\1421523226\contents.pak'
    [07:34:46.532] [Info] Root: Detected asset source named 'Aimable Shields - Frackin Races compatible' at 'X:\steam\steamapps\workshop\content\211820\1128426670\contents.pak'
    [07:34:46.532] [Info] Root: Detected asset source named 'FrackinRaces' at 'X:\steam\steamapps\workshop\content\211820\763259329\contents.pak'
    [07:34:46.532] [Info] Root: Detected asset source named 'FUBYOSModdedRaceSupportFR' at 'X:\steam\steamapps\workshop\content\211820\1194878261\contents.pak'
    [07:34:46.532] [Info] Root: Detected asset source named 'RPG_Growth' at 'X:\steam\steamapps\workshop\content\211820\1115920474\contents.pak'
    [07:34:46.532] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [07:34:46.532] [Info] Root: Detected asset source named 'halofraddon' at 'X:\steam\steamapps\workshop\content\211820\1393090897\contents.pak'
    [07:34:46.532] [Info] Loading assets from: '..\assets\packed.pak'
    [07:34:47.244] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1088459034\QuickbarMini.pak'
    [07:34:47.244] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1089421344\contents.pak'
    [07:34:47.245] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1119086325\contents.pak'
    [07:34:47.245] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1428567000\contents.pak'
    [07:34:47.246] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729426722\contents.pak'
    [07:34:47.246] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1258935822\contents.pak'
    [07:34:47.247] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\733665104\contents.pak'
    [07:34:47.249] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1086875175\contents.pak'
    [07:34:47.249] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1090125755\contents.pak'
    [07:34:47.250] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1308528328\contents.pak'
    [07:34:47.251] [Info] Loading assets from: '..\assets\packed'
    [07:34:47.252] [Info] Loading assets from: '..\assets\unpacked'
    [07:34:47.253] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\760881689\contents.pak'
    [07:34:47.253] [Info] Loading assets from: '..\mods\avikan'
    [07:34:48.795] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\950340366\contents.pak'
    [07:34:48.796] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\945707062\contents.pak'
    [07:34:48.799] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\958539829\contents.pak'
    [07:34:48.804] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729480149\contents.pak'
    [07:34:49.488] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729438381\contents.pak'
    [07:34:49.490] [Info] Loading assets from: '..\mods\remoteavaliddronetest1'
    [07:34:49.491] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729532886\contents.pak'
    [07:34:49.492] [Info] Loading assets from: '..\mods\zipz'
    [07:34:49.493] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729460427\contents.pak'
    [07:34:49.497] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729456260\contents.pak'
    [07:34:49.501] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729558042\contents.pak'
    [07:34:49.532] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1326091093\contents.pak'
    [07:34:49.577] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1460586609\contents.pak'
    [07:34:49.579] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\748629459\contents.pak'
    [07:34:49.580] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\736081761\contents.pak'
    [07:34:49.580] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1390755514\contents.pak'
    [07:34:49.581] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1446986316\contents.pak'
    [07:34:49.581] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1186075435\contents.pak'
    [07:34:49.582] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1441173377\contents.pak'
    [07:34:49.582] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729524482\contents.pak'
    [07:34:49.583] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\868165595\contents.pak'
    [07:34:49.619] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\936898205\contents.pak'
    [07:34:49.632] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729427606\contents.pak'
    [07:34:49.642] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\730378641\contents.pak'
    [07:34:49.643] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\732277574\contents.pak'
    [07:34:49.645] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729791646\contents.pak'
    [07:34:49.646] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1433991809\contents.pak'
    [07:34:49.646] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1432794738\contents.pak'
    [07:34:49.647] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1431949168\contents.pak'
    [07:34:49.647] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1431620296\contents.pak'
    [07:34:49.647] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1455563291\contents.pak'
    [07:34:49.649] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1428129929\contents.pak'
    [07:34:49.696] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1416509971\contents.pak'
    [07:34:49.701] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1416297357\contents.pak'
    [07:34:49.702] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1416282371\contents.pak'
    [07:34:49.702] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1416038072\contents.pak'
    [07:34:49.704] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1414322416\contents.pak'
    [07:34:49.704] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1412545702\contents.pak'
    [07:34:49.704] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1411633978\contents.pak'
    [07:34:49.707] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1386730092\contents.pak'
    [07:34:49.708] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1410423105\contents.pak'
    [07:34:49.709] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1410421255\contents.pak'
    [07:34:49.709] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1405753979\contents.pak'
    [07:34:49.713] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1399203999\contents.pak'
    [07:34:49.714] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1398358140\contents.pak'
    [07:34:49.715] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1397217904\contents.pak'
    [07:34:49.716] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1394999146\contents.pak'
    [07:34:49.718] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1393325508\contents.pak'
    [07:34:49.718] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1391701390\contents.pak'
    [07:34:49.719] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1390490083\contents.pak'
    [07:34:49.720] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1386257278\contents.pak'
    [07:34:49.722] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1383980456\contents.pak'
    [07:34:49.722] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1381369665\contents.pak'
    [07:34:49.723] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1380941596\contents.pak'
    [07:34:49.735] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1379266785\contents.pak'
    [07:34:49.735] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1378894584\contents.pak'
    [07:34:49.736] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\734855062\contents.pak'
    [07:34:49.737] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1373963925\contents.pak'
    [07:34:49.737] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1373929504\contents.pak'
    [07:34:49.737] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1372590622\contents.pak'
    [07:34:49.738] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1372376485\contents.pak'
    [07:34:49.738] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1372369380\contents.pak'
    [07:34:49.738] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1370889187\contents.pak'
    [07:34:49.742] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1370503515\contents.pak'
    [07:34:49.742] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1369768195\contents.pak'
    [07:34:49.747] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1368020180\contents.pak'
    [07:34:49.748] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1363021259\contents.pak'
    [07:34:49.750] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1361830298\contents.pak'
    [07:34:49.751] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1345132836\contents.pak'
    [07:34:49.753] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1340747742\contents.pak'
    [07:34:49.754] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1316225650\contents.pak'
    [07:34:49.760] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1315969065\contents.pak'
    [07:34:49.761] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1313559037\contents.pak'
    [07:34:49.762] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1313146286\contents.pak'
    [07:34:49.763] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1303691690\contents.pak'
    [07:34:49.767] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1303337689\contents.pak'
    [07:34:49.768] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1301877154\contents.pak'
    [07:34:49.768] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1294959959\contents.pak'
    [07:34:49.770] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1287917152\contents.pak'
    [07:34:49.780] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1277644233\contents.pak'
    [07:34:49.781] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1258008544\contents.pak'
    [07:34:49.782] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1253782150\contents.pak'
    [07:34:49.783] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1235347675\contents.pak'
    [07:34:49.784] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1233925466\contents.pak'
    [07:34:49.785] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1228769873\contents.pak'
    [07:34:49.785] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1218671249\contents.pak'
    [07:34:49.789] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1218367214\contents.pak'
    [07:34:49.789] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1218294180\contents.pak'
    [07:34:49.790] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1212967787\contents.pak'
    [07:34:49.791] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1197841959\contents.pak'
    [07:34:49.792] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1106142841\contents.pak'
    [07:34:49.793] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1181699750\contents.pak'
    [07:34:49.793] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1177433563\contents.pak'
    [07:34:49.793] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1175632845\contents.pak'
    [07:34:49.794] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1169201536\contents.pak'
    [07:34:49.796] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1168140153\contents.pak'
    [07:34:49.796] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1166322965\contents.pak'
    [07:34:49.796] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1102394541\contents.pak'
    [07:34:49.801] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1165402390\contents.pak'
    [07:34:49.802] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1161083233\contents.pak'
    [07:34:49.803] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1156240120\contents.pak'
    [07:34:49.803] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1153717308\contents.pak'
    [07:34:49.805] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1152413707\contents.pak'
    [07:34:49.806] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1151130209\contents.pak'
    [07:34:49.806] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1146242986\contents.pak'
    [07:34:49.807] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1142579300\contents.pak'
    [07:34:49.808] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1127029824\contents.pak'
    [07:34:49.808] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1125938579\contents.pak'
    [07:34:49.809] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1119460077\contents.pak'
    [07:34:49.812] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1117007107\contents.pak'
    [07:34:49.813] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1116466874\contents.pak'
    [07:34:49.814] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1115886978\contents.pak'
    [07:34:49.815] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1114465299\contents.pak'
    [07:34:49.815] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1114277962\contents.pak'
    [07:34:49.816] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1112031234\contents.pak'
    [07:34:49.816] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1111984660\contents.pak'
    [07:34:49.816] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1107568847\contents.pak'
    [07:34:49.823] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\733744908\contents.pak'
    [07:34:49.823] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1101407919\contents.pak'
    [07:34:49.824] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1084019732\contents.pak'
    [07:34:49.826] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1038933028\contents.pak'
    [07:34:49.827] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1002304970\contents.pak'
    [07:34:49.827] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\964939679\contents.pak'
    [07:34:49.827] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\962379099\contents.pak'
    [07:34:49.828] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\957141435\contents.pak'
    [07:34:49.828] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\955827258\contents.pak'
    [07:34:49.829] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\950738483\contents.pak'
    [07:34:49.830] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\949861913\contents.pak'
    [07:34:49.830] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\947346094\contents.pak'
    [07:34:49.832] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\751976722\contents.pak'
    [07:34:49.832] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\946935581\contents.pak'
    [07:34:49.833] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\946335869\contents.pak'
    [07:34:49.834] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\945325270\contents.pak'
    [07:34:49.836] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\944621412\contents.pak'
    [07:34:49.836] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\936735031\contents.pak'
    [07:34:49.837] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\934744846\contents.pak'
    [07:34:49.838] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\934745951\contents.pak'
    [07:34:49.838] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\934745790\contents.pak'
    [07:34:49.839] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\921924325\contents.pak'
    [07:34:49.844] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\915848505\contents.pak'
    [07:34:49.844] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\912461540\contents.pak'
    [07:34:49.850] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\902559598\contents.pak'
    [07:34:49.850] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\898712767\contents.pak'
    [07:34:49.894] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\895898053\contents.pak'
    [07:34:49.894] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\895140470\contents.pak'
    [07:34:49.895] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\879213535\contents.pak'
    [07:34:49.896] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\874013371\contents.pak'
    [07:34:49.970] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\871153025\contents.pak'
    [07:34:49.975] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\869900472\contents.pak'
    [07:34:49.976] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\857809873\contents.pak'
    [07:34:49.976] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\847709697\contents.pak'
    [07:34:49.977] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\838885235\contents.pak'
    [07:34:49.987] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\820596230\contents.pak'
    [07:34:49.990] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\817468961\contents.pak'
    [07:34:49.991] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\804731513\contents.pak'
    [07:34:49.992] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\792342404\contents.pak'
    [07:34:49.993] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\782262701\contents.pak'
    [07:34:49.996] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\776078387\contents.pak'
    [07:34:49.996] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\769396742\contents.pak'
    [07:34:49.997] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\766895587\contents.pak'
    [07:34:49.999] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\758231723\contents.pak'
    [07:34:50.004] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\756688724\contents.pak'
    [07:34:50.004] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\754490565\contents.pak'
    [07:34:50.005] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\754134891\contents.pak'
    [07:34:50.006] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\753337799\contents.pak'
    [07:34:50.008] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\749138636\contents.pak'
    [07:34:50.008] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\748635826\contents.pak'
    [07:34:50.015] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\747934397\contents.pak'
    [07:34:50.018] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\747542428\contents.pak'
    [07:34:50.018] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\747212922\contents.pak'
    [07:34:50.021] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\747160901\contents.pak'
    [07:34:50.021] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\744621236\contents.pak'
    [07:34:50.022] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\743648486\contents.pak'
    [07:34:50.022] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\743599672\contents.pak'
    [07:34:50.023] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\743328719\contents.pak'
    [07:34:50.023] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\741400551\contents.pak'
    [07:34:50.024] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\739945931\contents.pak'
    [07:34:50.024] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1154799233\contents.pak'
    [07:34:50.135] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\739151610\contents.pak'
    [07:34:50.137] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\738313096\contents.pak'
    [07:34:50.139] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\737379684\content.pak'
    [07:34:50.139] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\737103600\contents.pak'
    [07:34:50.141] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\736545670\contents.pak'
    [07:34:50.142] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\736007135\contents.pak'
    [07:34:50.143] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\735169732\contents.pak'
    [07:34:50.145] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\734304398\contents.pak'
    [07:34:50.146] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\734173371\contents.pak'
    [07:34:50.146] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\733713314\contents.pak'
    [07:34:50.147] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\733399584\contents.pak'
    [07:34:50.148] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\733383928\contents.pak'
    [07:34:50.150] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\733359743\contents.pak'
    [07:34:50.150] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\733139672\contents.pak'
    [07:34:50.151] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\733023521\contents.pak'
    [07:34:50.153] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\732807518\contents.pak'
    [07:34:50.153] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\731929151\contents.pak'
    [07:34:50.153] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\731693098\contents.pak'
    [07:34:50.169] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\731644566\contents.pak'
    [07:34:50.170] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\731592371\contents.pak'
    [07:34:50.170] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\730960596\contents.pak'
    [07:34:50.171] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\730388011\contents.pak'
    [07:34:50.171] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\730345453\contents.pak'
    [07:34:50.174] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729909915\contents.pak'
    [07:34:50.183] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729842601\contents.pak'
    [07:34:50.183] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729746228\contents.pak'
    [07:34:50.183] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729492703\contents.pak'
    [07:34:50.188] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1117792278\contents.pak'
    [07:34:50.420] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1430181825\contents.pak'
    [07:34:50.420] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1302925783\contents.pak'
    [07:34:50.506] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\882900100\contents.pak'
    [07:34:50.507] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\933536396\contents.pak'
    [07:34:50.508] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729428991\contents.pak'
    [07:34:50.514] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729428803\contents.pak'
    [07:34:50.516] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\740834534\contents.pak'
    [07:34:50.555] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\956247051\contents.pak'
    [07:34:50.557] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729427436\contents.pak'
    [07:34:50.565] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\819145737\contents.pak'
    [07:34:50.589] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\741491949\contents.pak'
    [07:34:50.590] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\744492975\contents.pak'
    [07:34:50.590] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\745339642\contents.pak'
    [07:34:50.591] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\892426652\contents.pak'
    [07:34:50.591] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\753790671\contents.pak'
    [07:34:50.593] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\729427744\contents.pak'
    [07:34:50.618] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1421523226\contents.pak'
    [07:34:50.618] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1128426670\contents.pak'
    [07:34:50.618] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\763259329\contents.pak'
    [07:34:50.735] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1194878261\contents.pak'
    [07:34:50.735] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1115920474\contents.pak'
    [07:34:50.945] [Info] Loading assets from: '..\assets\user'
    [07:34:50.949] [Info] Loading assets from: 'X:\steam\steamapps\workshop\content\211820\1393090897\contents.pak'
    [07:34:57.106] [Info] Assets digest is 5dd2e7a7ff806c3054122f6c58c54ebc027acad6f7f3163eabf57077659e0442
    [07:34:57.106] [Info] Root: Loaded Assets in 14.284 seconds
    [07:34:57.124] [Info] Root: Loaded NameGenerator in 0.0167437 seconds
    [07:34:57.129] [Info] Root: Loaded ImageMetadataDatabase in 8.32001e-06 seconds
    [07:34:57.261] [Info] Root: Loaded PlantDatabase in 0.137015 seconds
    [07:34:57.519] [Error] Object avalipethouse defined twice, second time from /objects/generic/avalipethouse/avalipethouse.object
    [07:34:57.745] [Error] Could not apply patch from file /objects/upgrade/techconsole/techconsole.object.patch in source: X:\steam\steamapps\workshop\content\211820\1369768195\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "breakDropPool" to remove
    [07:34:57.937] [Error] Could not apply patch from file /objects/playerstation/expansionslot/expansionslot.object.patch in source: X:\steam\steamapps\workshop\content\211820\957141435\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "anchors" to remove
    [07:34:58.213] [Error] Could not read projectile '/projectiles/guns/psibolt/psibolt.projectile', error: (JsonException) No such key in Json::get("image")
    [07:34:58.307] [Error] Could not apply patch from file /objects/playerstation/expansionslot/expansionslothorizontal.object.patch in source: X:\steam\steamapps\workshop\content\211820\957141435\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "anchors" to remove
    [07:34:58.471] [Error] Object adventcone defined twice, second time from /objects/furniture/adventcone/adventcone.object
    [07:34:58.612] [Error] Could not apply patch from file /objects/wired/standingturret/standingturret.object.patch in source: X:\steam\steamapps\workshop\content\211820\1369768195\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) No such key 'breakDropOptions' in pathApply("/breakDropOptions/0/0/0")
    [07:34:58.613] [Error] Could not apply patch from file /objects/wired/standingturret/standingturret.object.patch in source: X:\steam\steamapps\workshop\content\211820\749138636\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "breakDropOptions" to remove
    [07:34:58.766] [Info] Root: Loaded ObjectDatabase in 1.65866 seconds
    [07:34:59.167] [Error] Duplicate projectile asset typeName bobfaeball. configfile /projectiles/uniquemonster/bobfaeball/bobfaeball.projectile
    [07:34:59.380] [Error] Could not read projectile '/projectiles/guns/energy/grun/rocket.projectile', error: (JsonException) No such key in Json::get("image")
    [07:34:59.382] [Error] Could not read projectile '/projectiles/guns/green/green.projectile', error: (JsonException) No such key in Json::get("image")
    [07:34:59.509] [Error] Duplicate projectile asset typeName electricstickygrenadestatus. configfile /projectiles/radenergy/radenergystatus.projectile
    [07:34:59.847] [Error] Duplicate projectile asset typeName homingrocket. configfile /projectiles/homingrocket/homingrocket.projectile
    [07:34:59.939] [Error] Duplicate projectile asset typeName turretbullet. configfile /projectiles/guns/bullets/turretbullet/turretbullet.projectile
    [07:35:00.089] [Error] Duplicate projectile asset typeName invtransdisc. configfile /tech/Translocate/invtransdisc.projectile
    [07:35:00.204] [Info] Root: Loaded MonsterDatabase in 1.43776 seconds
    [07:35:00.253] [Error] Duplicate projectile asset typeName smokering2. configfile /projectiles/guns/arrows/smokering2/smokering2.projectile
    [07:35:00.438] [Info] Root: Loaded ProjectileDatabase in 3.17708 seconds
    [07:35:00.450] [Info] Root: Loaded StagehandDatabase in 0.0113824 seconds
    [07:35:00.634] [Info] Root: Loaded VehicleDatabase in 0.184042 seconds
    [07:35:00.687] [Info] Root: Loaded NpcDatabase in 0.483106 seconds
    [07:35:01.077] [Info] Root: Loaded PlayerFactory in 0.443216 seconds
    [07:35:01.081] [Info] Root: Loaded VersioningDatabase in 0.00338048 seconds
    [07:35:01.081] [Info] Root: Loaded EntityFactory in 0.39352 seconds
    [07:35:01.182] [Error] Could not apply patch from file /items/generic/tradegoods/electronicgoods.item.patch in source: X:\steam\steamapps\workshop\content\211820\1302925783\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) No such key 'learnBlueprintsOnPickup' in pathApply("/learnBlueprintsOnPickup/-")
    [07:35:01.298] [Info] Root: Loaded ParticleDatabase in 0.216981 seconds
    [07:35:02.243] [Error] Could not apply patch from file /items/generic/other/antidote.consumable.patch in source: X:\steam\steamapps\workshop\content\211820\1369768195\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "maxStack" to remove
    [07:35:02.378] [Error] Could not apply patch from file /items/active/unsorted/translocator/translocator.activeitem.patch in source: X:\steam\steamapps\workshop\content\211820\1369768195\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "tooltipKind" to remove
    [07:35:02.378] [Info] Root: Loaded MaterialDatabase in 1.29732 seconds
    [07:35:02.389] [Info] Root: Loaded TerrainDatabase in 0.0106019 seconds
    [07:35:03.002] [Info] Root: Loaded BiomeDatabase in 0.612939 seconds
    [07:35:03.011] [Info] Root: Loaded LiquidsDatabase in 0.00907073 seconds
    [07:35:03.030] [Error] Could not apply patch from file /stats/effects/lowgrav/lowgravaugment.statuseffect.patch in source: X:\steam\steamapps\workshop\content\211820\737103600\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "gravityModifier" to remove
    [07:35:03.032] [Error] Could not apply patch from file /stats/effects/lowgrav/lowgravaugment.statuseffect.patch in source: X:\steam\steamapps\workshop\content\211820\735169732\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "gravityModifier" to remove
    [07:35:03.140] [Info] Root: Loaded StatusEffectDatabase in 0.129522 seconds
    [07:35:03.704] [Info] Root: Loaded DamageDatabase in 0.563423 seconds
    [07:35:03.722] [Info] Root: Loaded EffectSourceDatabase in 0.0177037 seconds
    [07:35:03.767] [Info] Root: Loaded FunctionDatabase in 0.0448308 seconds
    [07:35:04.153] [Info] Root: Loaded TreasureDatabase in 0.386305 seconds
    [07:35:05.197] [Info] Root: Loaded DungeonDefinitions in 1.04416 seconds
    [07:35:05.197] [Info] Root: Loaded TilesetDatabase in 3.552e-05 seconds
    [07:35:05.200] [Info] Root: Loaded StatisticsDatabase in 0.00277184 seconds
    [07:35:05.200] [Info] Root: Loaded EmoteProcessor in 7.04001e-05 seconds
    [07:35:05.207] [Error] Could not load image asset '/objects/furniture/adventlamp/adventcone.png', using placeholder default.
    (AssetException) No such asset '/objects/furniture/adventlamp/adventcone.png'
    [07:35:05.207] [Error] Could not load image asset '/objects/furniture/adventlamp/adventcone.png:default.default', using placeholder default.
    (AssetException) No such frame default.default in frames spec /default.frames
    [07:35:05.258] [Info] Root: Loaded SpeciesDatabase in 0.0573498 seconds
    [07:35:05.341] [Info] Root: Loaded QuestTemplateDatabase in 0.0836446 seconds
    [07:35:05.360] [Info] Root: Loaded AiDatabase in 0.0182861 seconds
    [07:35:05.371] [Info] Root: Loaded TechDatabase in 0.0114791 seconds
    [07:35:05.419] [Info] Root: Loaded CodexDatabase in 0.0474068 seconds
    [07:35:05.840] [Info] Root: Loaded BehaviorDatabase in 0.420984 seconds
    [07:35:05.844] [Info] Root: Loaded DanceDatabase in 0.00453025 seconds
    [07:35:05.864] [Info] Root: Loaded SpawnTypeDatabase in 0.0191991 seconds
    [07:35:05.994] [Info] Root: Loaded RadioMessageDatabase in 0.130149 seconds
    [07:35:07.622] [Error] Could not load image asset '/objects/JanothiaDoors/janothiagate5/janothiagate5.png:closed', using placeholder default.
    (ImageException) (0, 4294967256) out of range in Image::get
    [07:35:07.623] [Error] Could not load image asset '/objects/JanothiaDoors/janothiagate6/janothiagate6.png:closed', using placeholder default.
    (ImageException) (0, 4294967256) out of range in Image::get
    [07:35:07.934] [Error] Exception caught loading asset: /recipes/weapons/ranged/bowcaster/bowcaster_6.recipe, (AssetException) Could not read JSON asset /recipes/weapons/ranged/bowcaster/bowcaster_6.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/weapons/ranged/bowcaster/bowcaster_6.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Error parsing json: unexpected character parsing word at 5:3
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6db440c Star::inputUtf8Json<char * __ptr64>
    [3] 7ff6a6dc436a Star::Assets::readJson
    [4] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [5] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [6] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [7] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [9] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [10] 7ff6a6dc3d68 Star::Assets::processAssetData
    [11] 7ff6a6dc1e18 Star::Assets::loadJson
    [12] 7ff6a6dc111d Star::Assets::loadAsset
    [13] 7ff6a6dbe32f Star::Assets::doLoad
    [14] 7ff6a6dc7e4d Star::Assets::workerMain
    [15] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [16] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [17] 7ff810a93034 BaseThreadInitThunk
    [18] 7ff812a91431 RtlUserThreadStart
    [07:35:07.941] [Error] Exception caught loading asset: /recipes/objects/techstation_retro.recipe, (AssetException) Could not read JSON asset /recipes/objects/techstation_retro.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/techstation_retro.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [07:35:07.944] [Error] Exception caught loading asset: /recipes/objects/fuelhatch_retro.recipe, (AssetException) Could not read JSON asset /recipes/objects/fuelhatch_retro.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/fuelhatch_retro.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [07:35:07.952] [Error] Exception caught loading asset: /recipes/treasuredtrophies/penguincostume.recipe, (AssetException) Could not read JSON asset /recipes/treasuredtrophies/penguincostume.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/treasuredtrophies/penguincostume.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc4404 Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonException) Improper conversion to JsonArray from object
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d3dc4a Star::JsonException::format<Star::String>
    [3] 7ff6a6d4c602 Star::Json::toArray
    [4] 7ff6a6dc4404 Star::Assets::readJson
    [5] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [6] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [7] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [10] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [11] 7ff6a6dc3d68 Star::Assets::processAssetData
    [12] 7ff6a6dc1e18 Star::Assets::loadJson
    [13] 7ff6a6dc111d Star::Assets::loadAsset
    [14] 7ff6a6dbe32f Star::Assets::doLoad
    [15] 7ff6a6dc7e4d Star::Assets::workerMain
    [16] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [17] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [18] 7ff810a93034 BaseThreadInitThunk
    [19] 7ff812a91431 RtlUserThreadStart
    [07:35:07.980] [Error] Exception caught loading asset: /recipes/crafting table/bazaarterminal.recipe, (AssetException) Could not read JSON asset /recipes/crafting table/bazaarterminal.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/crafting table/bazaarterminal.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Error parsing json: unexpected character in word at 10:23
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6db440c Star::inputUtf8Json<char * __ptr64>
    [3] 7ff6a6dc436a Star::Assets::readJson
    [4] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [5] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [6] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [7] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [9] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [10] 7ff6a6dc3d68 Star::Assets::processAssetData
    [11] 7ff6a6dc1e18 Star::Assets::loadJson
    [12] 7ff6a6dc111d Star::Assets::loadAsset
    [13] 7ff6a6dbe32f Star::Assets::doLoad
    [14] 7ff6a6dc7e4d Star::Assets::workerMain
    [15] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [16] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [17] 7ff810a93034 BaseThreadInitThunk
    [18] 7ff812a91431 RtlUserThreadStart
    [07:35:07.985] [Error] Exception caught loading asset: /recipes/furniture2/doors/janothiahatch2.recipe, (AssetException) Could not read JSON asset /recipes/furniture2/doors/janothiahatch2.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/furniture2/doors/janothiahatch2.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Error parsing json: expected JSON object or array at top level at 1:1
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6db440c Star::inputUtf8Json<char * __ptr64>
    [3] 7ff6a6dc436a Star::Assets::readJson
    [4] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [5] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [6] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [7] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [9] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [10] 7ff6a6dc3d68 Star::Assets::processAssetData
    [11] 7ff6a6dc1e18 Star::Assets::loadJson
    [12] 7ff6a6dc111d Star::Assets::loadAsset
    [13] 7ff6a6dbe32f Star::Assets::doLoad
    [14] 7ff6a6dc7e4d Star::Assets::workerMain
    [15] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [16] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [17] 7ff810a93034 BaseThreadInitThunk
    [18] 7ff812a91431 RtlUserThreadStart
    [07:35:08.030] [Error] Exception caught loading asset: /recipes/objects/techstation_durasteel.recipe, (AssetException) Could not read JSON asset /recipes/objects/techstation_durasteel.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/techstation_durasteel.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [07:35:08.041] [Error] Exception caught loading asset: /recipes/objects/techstation_durasteel610437235.recipe, (AssetException) Could not read JSON asset /recipes/objects/techstation_durasteel610437235.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/techstation_durasteel610437235.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [07:35:08.043] [Error] Exception caught loading asset: /recipes/weapons/ranged/bowcaster/bowcaster_5.recipe, (AssetException) Could not read JSON asset /recipes/weapons/ranged/bowcaster/bowcaster_5.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/weapons/ranged/bowcaster/bowcaster_5.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Error parsing json: unexpected character parsing word at 5:3
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6db440c Star::inputUtf8Json<char * __ptr64>
    [3] 7ff6a6dc436a Star::Assets::readJson
    [4] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [5] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [6] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [7] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [9] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [10] 7ff6a6dc3d68 Star::Assets::processAssetData
    [11] 7ff6a6dc1e18 Star::Assets::loadJson
    [12] 7ff6a6dc111d Star::Assets::loadAsset
    [13] 7ff6a6dbe32f Star::Assets::doLoad
    [14] 7ff6a6dc7e4d Star::Assets::workerMain
    [15] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [16] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [17] 7ff810a93034 BaseThreadInitThunk
    [18] 7ff812a91431 RtlUserThreadStart
    [07:35:08.052] [Error] Exception caught loading asset: /recipes/objects/shiplicker_durasteel.recipe, (AssetException) Could not read JSON asset /recipes/objects/shiplicker_durasteel.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/shiplicker_durasteel.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [07:35:08.075] [Error] Exception caught loading asset: /recipes/objects/shipdoor_retro.recipe, (AssetException) Could not read JSON asset /recipes/objects/shipdoor_retro.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/shipdoor_retro.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [07:35:08.091] [Error] Exception caught loading asset: /recipes/objects/shipdoor_leather.recipe, (AssetException) Could not read JSON asset /recipes/objects/shipdoor_leather.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/shipdoor_leather.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [07:35:08.115] [Error] Exception caught loading asset: /recipes/weapons/123939074.j.recipe, (AssetException) Could not read JSON asset /recipes/weapons/123939074.j.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/weapons/123939074.j.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Error parsing json: unexpected character parsing word at 6:3
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6db440c Star::inputUtf8Json<char * __ptr64>
    [3] 7ff6a6dc436a Star::Assets::readJson
    [4] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [5] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [6] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [7] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [9] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [10] 7ff6a6dc3d68 Star::Assets::processAssetData
    [11] 7ff6a6dc1e18 Star::Assets::loadJson
    [12] 7ff6a6dc111d Star::Assets::loadAsset
    [13] 7ff6a6dbe32f Star::Assets::doLoad
    [14] 7ff6a6dc7e4d Star::Assets::workerMain
    [15] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [16] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [17] 7ff810a93034 BaseThreadInitThunk
    [18] 7ff812a91431 RtlUserThreadStart
    [07:35:08.223] [Error] Exception caught loading asset: /recipes/objects/techstation_retro303177934.recipe, (AssetException) Could not read JSON asset /recipes/objects/techstation_retro303177934.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/techstation_retro303177934.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [07:35:08.233] [Error] Exception caught loading asset: /recipes/objects/shipdoor_durasteel.recipe, (AssetException) Could not read JSON asset /recipes/objects/shipdoor_durasteel.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/shipdoor_durasteel.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [07:35:08.272] [Error] Exception caught loading asset: /recipes/objects/shiplicker_retro.recipe, (AssetException) Could not read JSON asset /recipes/objects/shiplicker_retro.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/shiplicker_retro.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [07:35:08.338] [Error] Exception caught loading asset: /recipes/objects/fuelhatch_durasteel.recipe, (AssetException) Could not read JSON asset /recipes/objects/fuelhatch_durasteel.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dc7e4d Star::Assets::workerMain
    [19] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [20] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [21] 7ff810a93034 BaseThreadInitThunk
    [22] 7ff812a91431 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/objects/fuelhatch_durasteel.recipe
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db7a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff6a76eb666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6dc436a Star::Assets::readJson
    [9] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [10] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [15] 7ff6a6dc3d68 Star::Assets::processAssetData
    [16] 7ff6a6dc1e18 Star::Assets::loadJson
    [17] 7ff6a6dc111d Star::Assets::loadAsset
    [18] 7ff6a6dbe32f Star::Assets::doLoad
    [19] 7ff6a6dc7e4d Star::Assets::workerMain
    [20] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [21] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [22] 7ff810a93034 BaseThreadInitThunk
    [23] 7ff812a91431 RtlUserThreadStart
    Caused by: (UnicodeException) Invalid UTF-8 code unit sequence in utf8Length
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d9cb91 Star::throwInvalidUtf8Sequence
    [3] 7ff6a6dbebee Star::U8ToU32Iterator<char * __ptr64,char32_t>::extract_current
    [4] 7ff6a6dc284b Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [5] 7ff6a6db436d Star::inputUtf8Json<char * __ptr64>
    [6] 7ff6a6dc436a Star::Assets::readJson
    [7] 7ff6a6db964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [8] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [12] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [13] 7ff6a6dc3d68 Star::Assets::processAssetData
    [14] 7ff6a6dc1e18 Star::Assets::loadJson
    [15] 7ff6a6dc111d Star::Assets::loadAsset
    [16] 7ff6a6dbe32f Star::Assets::doLoad
    [17] 7ff6a6dc7e4d Star::Assets::workerMain
    [18] 7ff6a6da3737 <lambda_acdb4815e022f76f36408ff78907d178>::eek:perator()
    [19] 7ff6a6da3c5e Star::ThreadImpl::runThread
    [20] 7ff810a93034 BaseThreadInitThunk
    [21] 7ff812a91431 RtlUserThreadStart
    [07:35:08.496] [Error] Could not instantiate item '[humanshipdoor-recipe, 1, {}]'. (ItemException) No such item 'humanshipdoor-recipe'
    [07:35:08.962] [Error] Could not instantiate item '[hylotlshipdoor-recipe, 1, {}]'. (ItemException) No such item 'hylotlshipdoor-recipe'
    [07:35:09.533] [Error] Could not load recipe /recipes/CCCCC/kybercrysta.p.recipe: (ItemException) No such item 'kirisfragment'
    [07:35:09.789] [Error] Could not load recipe /recipes/weapons/ranged/bowcaster/bowcaster_6.recipe: (AssetException) Error loading asset /recipes/weapons/ranged/bowcaster/bowcaster_6.recipe
    [07:35:09.830] [Error] Could not load recipe /recipes/objects/techstation_retro.recipe: (AssetException) Error loading asset /recipes/objects/techstation_retro.recipe
    [07:35:09.831] [Error] Could not load recipe /recipes/objects/fuelhatch_retro.recipe: (AssetException) Error loading asset /recipes/objects/fuelhatch_retro.recipe
    [07:35:09.911] [Error] Could not load recipe /recipes/treasuredtrophies/penguincostume.recipe: (AssetException) Error loading asset /recipes/treasuredtrophies/penguincostume.recipe
    [07:35:10.017] [Error] Could not instantiate item '[glitchshiphatch-recipe, 1, {}]'. (ItemException) No such item 'glitchshiphatch-recipe'
    [07:35:10.091] [Error] Could not instantiate item '[apexshiphatch-recipe, 1, {}]'. (ItemException) No such item 'apexshiphatch-recipe'
    [07:35:10.311] [Error] Could not instantiate item '[novakidshiphatch-recipe, 1, {}]'. (ItemException) No such item 'novakidshiphatch-recipe'
    [07:35:10.521] [Error] Could not load recipe /recipes/crafting table/bazaarterminal.recipe: (AssetException) Error loading asset /recipes/crafting table/bazaarterminal.recipe
    [07:35:10.560] [Error] Could not load recipe /recipes/furniture2/doors/janothiahatch2.recipe: (AssetException) Error loading asset /recipes/furniture2/doors/janothiahatch2.recipe
    [07:35:10.965] [Error] Could not load recipe /recipes/eggfabricator/eggfabricator.recipe: (ItemException) No such item 'healingliquid'
    [07:35:11.224] [Error] Could not instantiate item '[hylotlshiphatch-recipe, 1, {}]'. (ItemException) No such item 'hylotlshiphatch-recipe'
    [07:35:11.433] [Error] Could not instantiate item '[humanshiphatch-recipe, 1, {}]'. (ItemException) No such item 'humanshiphatch-recipe'
    [07:35:11.494] [Error] Could not instantiate item '[wvr_avianshiphatchplat-recipe, 1, {}]'. (ItemException) No such item 'wvr_avianshiphatchplat-recipe'
    [07:35:11.697] [Error] Could not load recipe /recipes/objects/techstation_durasteel.recipe: (AssetException) Error loading asset /recipes/objects/techstation_durasteel.recipe
    [07:35:11.700] [Error] Could not instantiate item '[glitchshipdoor-recipe, 1, {}]'. (ItemException) No such item 'glitchshipdoor-recipe'
    [07:35:11.901] [Error] Could not load recipe /recipes/objects/techstation_durasteel610437235.recipe: (AssetException) Error loading asset /recipes/objects/techstation_durasteel610437235.recipe
    [07:35:11.913] [Error] Could not load recipe /recipes/weapons/ranged/bowcaster/bowcaster_5.recipe: (AssetException) Error loading asset /recipes/weapons/ranged/bowcaster/bowcaster_5.recipe
    [07:35:12.027] [Error] Could not load recipe /recipes/objects/shiplicker_durasteel.recipe: (AssetException) Error loading asset /recipes/objects/shiplicker_durasteel.recipe
    [07:35:12.365] [Error] Could not instantiate item '[wvr_humanshiphatchplat-recipe, 1, {}]'. (ItemException) No such item 'wvr_humanshiphatchplat-recipe'
    [07:35:12.369] [Error] Could not instantiate item '[avianshipdoor-recipe, 1, {}]'. (ItemException) No such item 'avianshipdoor-recipe'
    [07:35:12.565] [Error] Could not load recipe /recipes/objects/shipdoor_retro.recipe: (AssetException) Error loading asset /recipes/objects/shipdoor_retro.recipe
    [07:35:12.910] [Error] Could not load recipe /recipes/objects/shipdoor_leather.recipe: (AssetException) Error loading asset /recipes/objects/shipdoor_leather.recipe
    [07:35:13.090] [Error] Could not load recipe /recipes/avikan/metalcrafting/consumables/capturepod.recipe: (ItemException) No such item 'avikanmetaltier4'
    [07:35:13.340] [Error] Could not instantiate item '[SWMe11blasterrifle, 1, {}]'. (ItemException) No such item 'SWMe11blasterrifle'
    [07:35:13.529] [Error] Could not load recipe /recipes/weapons/123939074.j.recipe: (AssetException) Error loading asset /recipes/weapons/123939074.j.recipe
    [07:35:13.853] [Error] Could not instantiate item '[avianshiphatch-recipe, 1, {}]'. (ItemException) No such item 'avianshiphatch-recipe'
    [07:35:14.127] [Error] Could not load image asset '/objects/furniture/adventlamp/adventconeicon.png', using placeholder default.
    (AssetException) No such asset '/objects/furniture/adventlamp/adventconeicon.png'
    [07:35:14.321] [Error] Could not instantiate item '[wvr_novakidshiphatchplat-recipe, 1, {}]'. (ItemException) No such item 'wvr_novakidshiphatchplat-recipe'
    [07:35:14.418] [Error] Could not instantiate item '[floranshipdoor-recipe, 1, {}]'. (ItemException) No such item 'floranshipdoor-recipe'
    [07:35:14.533] [Error] Could not instantiate item '[apexshipdoor-recipe, 1, {}]'. (ItemException) No such item 'apexshipdoor-recipe'
    [07:35:14.973] [Error] Could not instantiate item '[wvr_floranshiphatchplat-recipe, 1, {}]'. (ItemException) No such item 'wvr_floranshiphatchplat-recipe'
    [07:35:16.166] [Error] Could not load recipe /recipes/objects/techstation_retro303177934.recipe: (AssetException) Error loading asset /recipes/objects/techstation_retro303177934.recipe
    [07:35:16.322] [Error] Could not load recipe /recipes/objects/shipdoor_durasteel.recipe: (AssetException) Error loading asset /recipes/objects/shipdoor_durasteel.recipe
    [07:35:16.573] [Error] Could not instantiate item '[novakidshipdoor-recipe, 1, {}]'. (ItemException) No such item 'novakidshipdoor-recipe'
    [07:35:16.633] [Error] Could not instantiate item '[floranshiphatch-recipe, 1, {}]'. (ItemException) No such item 'floranshiphatch-recipe'
    [07:35:16.676] [Error] Could not instantiate item '[wvr_hylotlshiphatchplat-recipe, 1, {}]'. (ItemException) No such item 'wvr_hylotlshiphatchplat-recipe'
    [07:35:17.218] [Error] Could not load recipe /recipes/objects/shiplicker_retro.recipe: (AssetException) Error loading asset /recipes/objects/shiplicker_retro.recipe
    [07:35:17.759] [Error] Could not instantiate item '[wvr_glitchshiphatchplat-recipe, 1, {}]'. (ItemException) No such item 'wvr_glitchshiphatchplat-recipe'
    [07:35:18.240] [Error] Could not instantiate item '[SWMtuskancycler, 1, {}]'. (ItemException) No such item 'SWMtuskancycler'
    [07:35:18.487] [Error] Could not instantiate item '[wvr_apexshiphatchplat-recipe, 1, {}]'. (ItemException) No such item 'wvr_apexshiphatchplat-recipe'
    [07:35:18.877] [Error] Could not load recipe /recipes/objects/fuelhatch_durasteel.recipe: (AssetException) Error loading asset /recipes/objects/fuelhatch_durasteel.recipe
    [07:35:19.136] [Error] Could not instantiate item '[SWMdl44blasterpistol, 1, {}]'. (ItemException) No such item 'SWMdl44blasterpistol'
    [07:35:19.265] [Error] Could not instantiate item '[hylotlshipdoor-recipe, 1, {}]'. (ItemException) No such item 'hylotlshipdoor-recipe'
    [07:35:19.265] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'hylotlshipdoor-recipe'
    [07:35:19.313] [Error] Could not instantiate item '[apexshiphatch-recipe, 1, {}]'. (ItemException) No such item 'apexshiphatch-recipe'
    [07:35:19.313] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'apexshiphatch-recipe'
    [07:35:19.845] [Error] Could not instantiate item '[avianshipdoor-recipe, 1, {}]'. (ItemException) No such item 'avianshipdoor-recipe'
    [07:35:19.846] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'avianshipdoor-recipe'
    [07:35:20.490] [Error] Could not instantiate item '[wvr_glitchshiphatchplat-recipe, 1, {}]'. (ItemException) No such item 'wvr_glitchshiphatchplat-recipe'
    [07:35:20.490] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'wvr_glitchshiphatchplat-recipe'
    [07:35:20.645] [Error] Could not instantiate item '[wvr_floranshiphatchplat-recipe, 1, {}]'. (ItemException) No such item 'wvr_floranshiphatchplat-recipe'
    [07:35:20.646] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'wvr_floranshiphatchplat-recipe'
    [07:35:20.647] [Error] Could not instantiate item '[floranshipdoor-recipe, 1, {}]'. (ItemException) No such item 'floranshipdoor-recipe'
    [07:35:20.647] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'floranshipdoor-recipe'
    [07:35:20.668] [Error] Could not instantiate item '[glitchshipdoor-recipe, 1, {}]'. (ItemException) No such item 'glitchshipdoor-recipe'
    [07:35:20.669] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'glitchshipdoor-recipe'
    [07:35:21.818] [Error] Could not instantiate item '[SWMdl44blasterpistol, 1, {}]'. (ItemException) No such item 'SWMdl44blasterpistol'
    [07:35:21.818] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'SWMdl44blasterpistol'
    [07:35:22.197] [Error] Could not instantiate item '[apexshipdoor-recipe, 1, {}]'. (ItemException) No such item 'apexshipdoor-recipe'
    [07:35:22.198] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'apexshipdoor-recipe'
    [07:35:22.504] [Error] Could not instantiate item '[glitchshiphatch-recipe, 1, {}]'. (ItemException) No such item 'glitchshiphatch-recipe'
    [07:35:22.504] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'glitchshiphatch-recipe'
    [07:35:24.536] [Error] Could not instantiate item '[novakidshipdoor-recipe, 1, {}]'. (ItemException) No such item 'novakidshipdoor-recipe'
    [07:35:24.537] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'novakidshipdoor-recipe'
    [07:35:24.701] [Error] Could not instantiate item '[SWMtuskancycler, 1, {}]'. (ItemException) No such item 'SWMtuskancycler'
    [07:35:24.701] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'SWMtuskancycler'
    [07:35:24.886] [Error] Could not instantiate item '[SWMe11blasterrifle, 1, {}]'. (ItemException) No such item 'SWMe11blasterrifle'
    [07:35:24.887] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'SWMe11blasterrifle'
    [07:35:26.664] [Info] Root: Loaded ItemDatabase in 25.5873 seconds
    [07:35:28.745] [Info] Root: Loaded CollectionDatabase in 22.7515 seconds
    [07:35:35.754] [Error] Could not apply patch from file /playermodes.config.patch in source: X:\steam\steamapps\workshop\content\211820\729480149\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Tried to get key '3' in non-object type in pathApply("/survival/deathDropItemTypes/3")
    [07:35:35.755] [Error] Could not apply patch from file /playermodes.config.patch in source: X:\steam\steamapps\workshop\content\211820\1369768195\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Tried to get key '3' in non-object type in pathApply("/survival/deathDropItemTypes/3")
    [07:35:41.166] [Error] Could not apply patch from file /items/generic/tradegoods/electronicgoods.item.patch in source: X:\steam\steamapps\workshop\content\211820\1302925783\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) No such key 'learnBlueprintsOnPickup' in pathApply("/learnBlueprintsOnPickup/-")
    [07:35:41.175] [Error] Could not apply patch from file /items/generic/other/antidote.consumable.patch in source: X:\steam\steamapps\workshop\content\211820\1369768195\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "maxStack" to remove
    [07:35:41.493] [Error] Could not instantiate item '[woodenpickaxe, 1, {}]'. (ItemException) No such item 'woodenpickaxe'
    [07:35:41.494] [Error] Could not instantiate item '[woodenpickaxe, 1, {}]'. (ItemException) No such item 'woodenpickaxe'
    [07:35:41.950] [Error] Exception caught loading asset: /player.config:defaultCodexes.SmolAvali, (AssetException) Could not read JSON asset /player.config:defaultCodexes.SmolAvali
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db967b <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dbfe1b Star::Assets::getAsset
    [19] 7ff6a6dc0dd2 Star::Assets::json
    [20] 7ff6a70b9248 Star::playerCodexes::learnInitialCodexes
    [21] 7ff6a7099904 Star::player::player
    [22] 7ff6a70c1748 std::make_shared<Star::player,std::shared_ptr<Star::playerConfig> const & __ptr64,Star::Json const & __ptr64>
    [23] 7ff6a70c299c Star::playerFactory::diskLoadPlayer
    [24] 7ff6a6eeae02 Star::EntityFactory::diskLoadEntity
    [25] 7ff6a70e45bb Star::playerStorage::playerStorage
    [26] 7ff6a6cdef10 std::make_shared<Star::playerStorage,Star::String>
    [27] 7ff6a6ce62cc Star::ClientApplication::changeState
    [28] 7ff6a6cece34 Star::ClientApplication::update
    [29] 7ff6a74eaa72 Star::SdlPlatform::run
    [30] 7ff6a74eac2d Star::runMainApplication
    [31] 7ff6a6ceff76 WinMain
    [32] 7ff6a76d8daf __scrt_common_main_seh
    [33] 7ff810a93034 BaseThreadInitThunk
    [34] 7ff812a91431 RtlUserThreadStart
    Caused by: (AssetException) Could not read JSON value /player.config:defaultCodexes.SmolAvali
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea333 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$24
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db967b <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dbfe1b Star::Assets::getAsset
    [19] 7ff6a6dc0dd2 Star::Assets::json
    [20] 7ff6a70b9248 Star::playerCodexes::learnInitialCodexes
    [21] 7ff6a7099904 Star::player::player
    [22] 7ff6a70c1748 std::make_shared<Star::player,std::shared_ptr<Star::playerConfig> const & __ptr64,Star::Json const & __ptr64>
    [23] 7ff6a70c299c Star::playerFactory::diskLoadPlayer
    [24] 7ff6a6eeae02 Star::EntityFactory::diskLoadEntity
    [25] 7ff6a70e45bb Star::playerStorage::playerStorage
    [26] 7ff6a6cdef10 std::make_shared<Star::playerStorage,Star::String>
    [27] 7ff6a6ce62cc Star::ClientApplication::changeState
    [28] 7ff6a6cece34 Star::ClientApplication::update
    [29] 7ff6a74eaa72 Star::SdlPlatform::run
    [30] 7ff6a74eac2d Star::runMainApplication
    [31] 7ff6a6ceff76 WinMain
    [32] 7ff6a76d8daf __scrt_common_main_seh
    [33] 7ff810a93034 BaseThreadInitThunk
    [34] 7ff812a91431 RtlUserThreadStart
    Caused by: (TraversalException) No such key 'SmolAvali' in pathGet("defaultCodexes.SmolAvali")
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d4133b Star::JsonPath::TraversalException::TraversalException
    [3] 7ff6a6d3dcc6 Star::JsonPath::TraversalException::format<Star::String,Star::String>
    [4] 7ff6a6d3f9bd Star::JsonPath::pathGet<Star::Json>
    [5] 7ff6a6d4af8b Star::Json::query
    [6] 7ff6a6db967b <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [7] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [11] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [12] 7ff6a6dc3d68 Star::Assets::processAssetData
    [13] 7ff6a6dc1e18 Star::Assets::loadJson
    [14] 7ff6a6dc111d Star::Assets::loadAsset
    [15] 7ff6a6dbe32f Star::Assets::doLoad
    [16] 7ff6a6dbfe1b Star::Assets::getAsset
    [17] 7ff6a6dc0dd2 Star::Assets::json
    [18] 7ff6a70b9248 Star::playerCodexes::learnInitialCodexes
    [19] 7ff6a7099904 Star::player::player
    [20] 7ff6a70c1748 std::make_shared<Star::player,std::shared_ptr<Star::playerConfig> const & __ptr64,Star::Json const & __ptr64>
    [21] 7ff6a70c299c Star::playerFactory::diskLoadPlayer
    [22] 7ff6a6eeae02 Star::EntityFactory::diskLoadEntity
    [23] 7ff6a70e45bb Star::playerStorage::playerStorage
    [24] 7ff6a6cdef10 std::make_shared<Star::playerStorage,Star::String>
    [25] 7ff6a6ce62cc Star::ClientApplication::changeState
    [26] 7ff6a6cece34 Star::ClientApplication::update
    [27] 7ff6a74eaa72 Star::SdlPlatform::run
    [28] 7ff6a74eac2d Star::runMainApplication
    [29] 7ff6a6ceff76 WinMain
    [30] 7ff6a76d8daf __scrt_common_main_seh
    [31] 7ff810a93034 BaseThreadInitThunk
    [32] 7ff812a91431 RtlUserThreadStart
    [07:35:41.955] [Error] Failed to valid player with uuid 3ebd056c11358411b574b2f5d1c2c262 : (AssetException) Error loading asset /player.config:defaultCodexes.SmolAvali
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6db39fa Star::AssetException::format<Star::AssetPath>
    [3] 7ff6a6dbfedb Star::Assets::getAsset
    [4] 7ff6a6dc0dd2 Star::Assets::json
    [5] 7ff6a70b9248 Star::playerCodexes::learnInitialCodexes
    [6] 7ff6a7099904 Star::player::player
    [7] 7ff6a70c1748 std::make_shared<Star::player,std::shared_ptr<Star::playerConfig> const & __ptr64,Star::Json const & __ptr64>
    [8] 7ff6a70c299c Star::playerFactory::diskLoadPlayer
    [9] 7ff6a6eeae02 Star::EntityFactory::diskLoadEntity
    [10] 7ff6a70e45bb Star::playerStorage::playerStorage
    [11] 7ff6a6cdef10 std::make_shared<Star::playerStorage,Star::String>
    [12] 7ff6a6ce62cc Star::ClientApplication::changeState
    [13] 7ff6a6cece34 Star::ClientApplication::update
    [14] 7ff6a74eaa72 Star::SdlPlatform::run
    [15] 7ff6a74eac2d Star::runMainApplication
    [16] 7ff6a6ceff76 WinMain
    [17] 7ff6a76d8daf __scrt_common_main_seh
    [18] 7ff810a93034 BaseThreadInitThunk
    [19] 7ff812a91431 RtlUserThreadStart
    [07:35:41.991] [Error] Could not load image asset '/avalidrone1controller.png:active.1', using placeholder default.
    (AssetException) No such frame active.1 in frames spec /default.frames
    [07:35:42.777] [Error] Could not instantiate item '[raptoriansoutfit2chest, 1, {"colorIndex":1714766196}]'. (ItemException) No such item 'raptoriansoutfit2chest'
    [07:35:42.777] [Error] Could not instantiate item '[raptoriansoutfit4legs, 1, {"colorIndex":3812764631}]'. (ItemException) No such item 'raptoriansoutfit4legs'
    [07:35:42.783] [Error] Could not instantiate item '[raptorianssword, 1, {"primaryAbilityType":"broadswordcombo","altAbilityType":"uppercut"}]'. (ItemException) No such item 'raptorianssword'
    [07:35:43.266] [Error] Exception caught loading asset: /player.config:defaultCodexes.raptorians, (AssetException) Could not read JSON asset /player.config:defaultCodexes.raptorians
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db967b <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dbfe1b Star::Assets::getAsset
    [19] 7ff6a6dc0dd2 Star::Assets::json
    [20] 7ff6a70b9248 Star::playerCodexes::learnInitialCodexes
    [21] 7ff6a7099904 Star::player::player
    [22] 7ff6a70c1748 std::make_shared<Star::player,std::shared_ptr<Star::playerConfig> const & __ptr64,Star::Json const & __ptr64>
    [23] 7ff6a70c299c Star::playerFactory::diskLoadPlayer
    [24] 7ff6a6eeae02 Star::EntityFactory::diskLoadEntity
    [25] 7ff6a70e45bb Star::playerStorage::playerStorage
    [26] 7ff6a6cdef10 std::make_shared<Star::playerStorage,Star::String>
    [27] 7ff6a6ce62cc Star::ClientApplication::changeState
    [28] 7ff6a6cece34 Star::ClientApplication::update
    [29] 7ff6a74eaa72 Star::SdlPlatform::run
    [30] 7ff6a74eac2d Star::runMainApplication
    [31] 7ff6a6ceff76 WinMain
    [32] 7ff6a76d8daf __scrt_common_main_seh
    [33] 7ff810a93034 BaseThreadInitThunk
    [34] 7ff812a91431 RtlUserThreadStart
    Caused by: (AssetException) Could not read JSON value /player.config:defaultCodexes.raptorians
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6da5fc8 Star::StarException::StarException
    [3] 7ff6a6db6b60 Star::AssetException::AssetException
    [4] 7ff6a76ea333 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$24
    [5] 7ff80594c1e0 _C_specific_handler
    [6] 7ff805942d03 _TypeMatch
    [7] 7ff812abe273 RtlCaptureContext
    [8] 7ff6a6db967b <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 7ff6a6dc3d68 Star::Assets::processAssetData
    [15] 7ff6a6dc1e18 Star::Assets::loadJson
    [16] 7ff6a6dc111d Star::Assets::loadAsset
    [17] 7ff6a6dbe32f Star::Assets::doLoad
    [18] 7ff6a6dbfe1b Star::Assets::getAsset
    [19] 7ff6a6dc0dd2 Star::Assets::json
    [20] 7ff6a70b9248 Star::playerCodexes::learnInitialCodexes
    [21] 7ff6a7099904 Star::player::player
    [22] 7ff6a70c1748 std::make_shared<Star::player,std::shared_ptr<Star::playerConfig> const & __ptr64,Star::Json const & __ptr64>
    [23] 7ff6a70c299c Star::playerFactory::diskLoadPlayer
    [24] 7ff6a6eeae02 Star::EntityFactory::diskLoadEntity
    [25] 7ff6a70e45bb Star::playerStorage::playerStorage
    [26] 7ff6a6cdef10 std::make_shared<Star::playerStorage,Star::String>
    [27] 7ff6a6ce62cc Star::ClientApplication::changeState
    [28] 7ff6a6cece34 Star::ClientApplication::update
    [29] 7ff6a74eaa72 Star::SdlPlatform::run
    [30] 7ff6a74eac2d Star::runMainApplication
    [31] 7ff6a6ceff76 WinMain
    [32] 7ff6a76d8daf __scrt_common_main_seh
    [33] 7ff810a93034 BaseThreadInitThunk
    [34] 7ff812a91431 RtlUserThreadStart
    Caused by: (TraversalException) No such key 'raptorians' in pathGet("defaultCodexes.raptorians")
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6d4133b Star::JsonPath::TraversalException::TraversalException
    [3] 7ff6a6d3dcc6 Star::JsonPath::TraversalException::format<Star::String,Star::String>
    [4] 7ff6a6d3f9bd Star::JsonPath::pathGet<Star::Json>
    [5] 7ff6a6d4af8b Star::Json::query
    [6] 7ff6a6db967b <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [7] 7ff6a6db1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 7ff6a6db45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff6a6db25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff6a6dba286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [11] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [12] 7ff6a6dc3d68 Star::Assets::processAssetData
    [13] 7ff6a6dc1e18 Star::Assets::loadJson
    [14] 7ff6a6dc111d Star::Assets::loadAsset
    [15] 7ff6a6dbe32f Star::Assets::doLoad
    [16] 7ff6a6dbfe1b Star::Assets::getAsset
    [17] 7ff6a6dc0dd2 Star::Assets::json
    [18] 7ff6a70b9248 Star::playerCodexes::learnInitialCodexes
    [19] 7ff6a7099904 Star::player::player
    [20] 7ff6a70c1748 std::make_shared<Star::player,std::shared_ptr<Star::playerConfig> const & __ptr64,Star::Json const & __ptr64>
    [21] 7ff6a70c299c Star::playerFactory::diskLoadPlayer
    [22] 7ff6a6eeae02 Star::EntityFactory::diskLoadEntity
    [23] 7ff6a70e45bb Star::playerStorage::playerStorage
    [24] 7ff6a6cdef10 std::make_shared<Star::playerStorage,Star::String>
    [25] 7ff6a6ce62cc Star::ClientApplication::changeState
    [26] 7ff6a6cece34 Star::ClientApplication::update
    [27] 7ff6a74eaa72 Star::SdlPlatform::run
    [28] 7ff6a74eac2d Star::runMainApplication
    [29] 7ff6a6ceff76 WinMain
    [30] 7ff6a76d8daf __scrt_common_main_seh
    [31] 7ff810a93034 BaseThreadInitThunk
    [32] 7ff812a91431 RtlUserThreadStart
    [07:35:43.274] [Error] Failed to valid player with uuid a290349b9319f60e4e36a753c9052e11 : (AssetException) Error loading asset /player.config:defaultCodexes.raptorians
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6db39fa Star::AssetException::format<Star::AssetPath>
    [3] 7ff6a6dbfedb Star::Assets::getAsset
    [4] 7ff6a6dc0dd2 Star::Assets::json
    [5] 7ff6a70b9248 Star::playerCodexes::learnInitialCodexes
    [6] 7ff6a7099904 Star::player::player
    [7] 7ff6a70c1748 std::make_shared<Star::player,std::shared_ptr<Star::playerConfig> const & __ptr64,Star::Json const & __ptr64>
    [8] 7ff6a70c299c Star::playerFactory::diskLoadPlayer
    [9] 7ff6a6eeae02 Star::EntityFactory::diskLoadEntity
    [10] 7ff6a70e45bb Star::playerStorage::playerStorage
    [11] 7ff6a6cdef10 std::make_shared<Star::playerStorage,Star::String>
    [12] 7ff6a6ce62cc Star::ClientApplication::changeState
    [13] 7ff6a6cece34 Star::ClientApplication::update
    [14] 7ff6a74eaa72 Star::SdlPlatform::run
    [15] 7ff6a74eac2d Star::runMainApplication
    [16] 7ff6a6ceff76 WinMain
    [17] 7ff6a76d8daf __scrt_common_main_seh
    [18] 7ff810a93034 BaseThreadInitThunk
    [19] 7ff812a91431 RtlUserThreadStart
    [07:35:43.316] [Error] Could not instantiate item '[commonmace, 1, {"seed":-8489575759763699063,"shortdescription":"Necrolix Planetstorm","level":3,"primaryAbilityType":"axecleave","animationPartVariants":{"blade":51,"handle":17},"primaryAbility":{"fireTimeFactor":0.777634,"baseDpsFactor":0.325965,"energyUsageFactor":0.166981}}]'. (ItemException) No such item 'commonmace'
    [07:35:44.111] [Error] No quest template found for id 'sr_AvikanStarterEquipment'
    [07:35:45.645] [Info] detected supported OpenGL texture size 32768, using atlasNumCells 256
    [07:35:51.488] [Error] Could not instantiate item '[commonmace, 1, {"seed":-8489575759763699063,"shortdescription":"Necrolix Planetstorm","level":3,"primaryAbilityType":"axecleave","animationPartVariants":{"blade":51,"handle":17},"primaryAbility":{"fireTimeFactor":0.777634,"baseDpsFactor":0.325965,"energyUsageFactor":0.166981}}]'. (ItemException) No such item 'commonmace'
    [07:35:51.709] [Error] No quest template found for id 'sr_AvikanStarterEquipment'
    [07:35:53.448] [Error] Could not instantiate item '[commonmace, 1, {"seed":-8489575759763699063,"shortdescription":"Necrolix Planetstorm","level":3,"primaryAbilityType":"axecleave","animationPartVariants":{"blade":51,"handle":17},"primaryAbility":{"fireTimeFactor":0.777634,"baseDpsFactor":0.325965,"energyUsageFactor":0.166981}}]'. (ItemException) No such item 'commonmace'
    [07:35:53.670] [Error] No quest template found for id 'sr_AvikanStarterEquipment'
    [07:36:07.272] [Info] UniverseServer: Acquiring universe lock file
    [07:36:07.274] [Info] UniverseServer: Loading settings
    [07:36:07.389] [Info] UniverseServer: Starting UniverseServer with UUID: c38a4d773a4477530cf951c12b0dc373
    [07:36:07.676] [Info] UniverseServer: Logged in player 'Khayo' locally
    [07:36:07.676] [Info] UniverseServer: Logged in account '<anonymous>' as player 'Khayo' from address local
    [07:36:07.775] [Info] UniverseClient: Joined server as client 1
    [07:36:07.809] [Info] UniverseServer: Spawning player at ship
    [07:36:07.809] [Info] UniverseServer: Client 'Khayo' <1> (local) connected
    [07:36:08.015] [Info] UniverseServer: Creating new client ship world ClientShipWorld:431fed0e41db7a4e4e6df8af95e4f31d
    [07:36:08.069] [Info] Protected dungeonIds for world set to (65524)
    [07:36:08.403] [Info] detected supported OpenGL texture size 32768, using atlasNumCells 64
    [07:36:08.403] [Info] detected supported OpenGL texture size 32768, using atlasNumCells 128
    [07:36:08.436] [Info] detected supported OpenGL texture size 32768, using atlasNumCells 256
    [07:36:08.436] [Info] detected supported OpenGL texture size 32768, using atlasNumCells 256
    [07:36:08.436] [Info] Setting steam rich presence connection as steam id 76561198090220098
    [07:36:08.439] [Error] Cannot set Steam achievement kill10poptops
    [07:36:08.440] [Error] Cannot set Steam achievement trashpet
    [07:36:08.440] [Error] Cannot set Steam achievement dismisscrewmember
    [07:36:08.621] [Info] UniverseServer: Warping player 1 to ClientShipWorld:431fed0e41db7a4e4e6df8af95e4f31d
    [07:36:08.725] [Info] Flying ship for player 1 to new starter world
    [07:36:08.807] [Info] Searching for new randomized starter world
    [07:36:09.511] [Info] ----- FU player init -----
    [07:36:09.512] [Info] Frackin' Universe version 5.6.253
    [07:36:09.512] [Info]
    [07:36:09.512] [Info] Readded 'fu_scaninteraction' quest
    [07:36:09.513] [Info] Chaika's RPG Growth: Version 1.36
    [07:36:20.214] [Info] UniverseServer: Found randomized starter world at 179455529:679457590:-19234670:11
    [07:36:20.287] [Info] UniverseServer: Creating new system world at location (179455529, 679457590, -19234670)
    [07:36:20.365] [Info] UniverseServer: Creating celestial world 179455529:679457590:-19234670:11
    [07:36:20.570] [Info] Chat: <server> Insufficient privileges to spawn items.
    [07:36:20.776] [Info] Protected dungeonIds for world set to (65524)
    [07:36:20.776] [Info] Placing dungeon naturalcave
    [07:36:20.875] [Info] Generating dungeon naturalcave
    [07:36:20.876] [Info] Placing dungeon at (2453, 675)
    [07:36:21.136] [Warn] Failed to place dungeon object: metalbarrel1 direction: 1 position: (2438, 529)
    [07:36:21.173] [Warn] Failed to place dungeon object: metalbarrel1 direction: 0 position: (2430, 555)
    [07:36:21.206] [Warn] Failed to place dungeon object: metalbarrel1 direction: 1 position: (2271, 568)
    [07:36:21.211] [Warn] Failed to place dungeon object: metalbarrel1 direction: 1 position: (2271, 571)
    [07:36:21.212] [Warn] Failed to place dungeon object: metalbarrel1 direction: 1 position: (2390, 576)
    [07:36:21.258] [Warn] Failed to place dungeon object: metalbarrel1 direction: 1 position: (2255, 617)
    [07:36:21.281] [Warn] Failed to place dungeon object: metalbarrel1 direction: 0 position: (2542, 624)
    [07:36:21.306] [Warn] Failed to place dungeon object: metalbarrel1 direction: 1 position: (2341, 630)
    [07:36:21.311] [Warn] Failed to place dungeon object: metalbarrel1 direction: 1 position: (2373, 631)
    [07:36:21.349] [Warn] Failed to place dungeon object: metalbarrel1 direction: 0 position: (2452, 639)
    [07:36:21.423] [Warn] Failed to place dungeon object: metalbarrel1 direction: 0 position: (2501, 675)
    [07:36:21.771] [Info] Placing dungeon medic1
    [07:36:22.070] [Info] Chat: Please reboot the system.
    [07:36:22.356] [Info] Generating dungeon medic1
    [07:36:22.356] [Info] Placing dungeon at (382, 675)
    [07:36:22.423] [Info] Protected dungeonIds for world set to (1, 65524)
    [07:36:22.423] [Info] Placing dungeon caveeentrance
    [07:36:22.659] [Info] Generating dungeon caveeentrance
    [07:36:22.661] [Info] Placing dungeon at (1444, 675)
    [07:36:24.398] [Warn] Failed to place dungeon object: woodsupport direction: 0 position: (1095, 689)
    [07:36:25.243] [Warn] Failed to place dungeon object: woodsupport direction: 0 position: (605, 700)
    [07:36:27.553] [Info] Chat: <server> Admin privileges now given to player Khayo
    [07:36:27.939] [Info] UniverseServer: Arriving ship for player 1 at 179455529:679457590:-19234670:11
    [07:36:27.994] [Info] UniverseServer: Stopping idle world CelestialWorld:179455529:679457590:-19234670:11
    [07:36:29.248] [Error] Could not load image asset '/avalidrone1controller.png:active.1', using placeholder default.
    (AssetException) No such frame active.1 in frames spec /default.frames
    [07:36:35.112] [Error] Exception caught loading asset: /thea-remoteavalidrone1.lua a, (AssetException) No such asset '/thea-remoteavalidrone1.lua a'
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6dc42d3 Star::Assets::read
    [3] 7ff6a6db9aaa <lambda_d89d63ab62ee311906d2449a8fa8f4ad>::eek:perator()
    [4] 7ff6a6db1b8f std::_Invoker_functor::_Call<<lambda_d89d63ab62ee311906d2449a8fa8f4ad> & __ptr64>
    [5] 7ff6a6db4636 std::invoke<<lambda_d89d63ab62ee311906d2449a8fa8f4ad> & __ptr64>
    [6] 7ff6a6db26c0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_d89d63ab62ee311906d2449a8fa8f4ad> & __ptr64>
    [7] 7ff6a6dba306 std::_Func_impl<<lambda_d89d63ab62ee311906d2449a8fa8f4ad>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [8] 7ff6a715a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [9] 7ff6a6dc3d68 Star::Assets::processAssetData
    [10] 7ff6a6dc1398 Star::Assets::loadBytes
    [11] 7ff6a6dc11e3 Star::Assets::loadAsset
    [12] 7ff6a6dbe32f Star::Assets::doLoad
    [13] 7ff6a6dbfe1b Star::Assets::getAsset
    [14] 7ff6a6dbbcb4 Star::Assets::bytes
    [15] 7ff6a742aca8 Star::LuaRoot::ScriptCache::loadScript
    [16] 7ff6a742abf8 Star::LuaRoot::ScriptCache::loadContextScript
    [17] 7ff6a742a6ee Star::LuaRoot::createContext
    [18] 7ff6a7413cba Star::LuaBaseComponent::init
    [19] 7ff6a73b5e16 Star::ActiveItem::init
    [20] 7ff6a7249a12 Star::ToolUser::initPrimaryHandItem
    [21] 7ff6a724c18b Star::ToolUser::setItems
    [22] 7ff6a70adbb0 Star::player::refreshEquipment
    [23] 7ff6a70b1f44 Star::player::update
    [24] 7ff6a72da178 <lambda_9fc580ae40b93070d912cafafa15880e>::eek:perator()
    [25] 7ff6a6efa5d7 Star::EntityMap::updateAllEntities
    [26] 7ff6a72f2659 Star::WorldClient::update
    [27] 7ff6a725b753 Star::UniverseClient::update
    [28] 7ff6a6cee557 Star::ClientApplication::updateRunning
    [29] 7ff6a6cece4f Star::ClientApplication::update
    [30] 7ff6a74eaa72 Star::SdlPlatform::run
    [31] 7ff6a74eac2d Star::runMainApplication
    [32] 7ff6a6ceff76 WinMain
    [33] 7ff6a76d8daf __scrt_common_main_seh
    [34] 7ff810a93034 BaseThreadInitThunk
    [35] 7ff812a91431 RtlUserThreadStart
    [07:36:35.113] [Error] Exception caught in client main-loop
    (AssetException) Error loading asset /thea-remoteavalidrone1.lua a
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6db39fa Star::AssetException::format<Star::AssetPath>
    [3] 7ff6a6dbfedb Star::Assets::getAsset
    [4] 7ff6a6dbbcb4 Star::Assets::bytes
    [5] 7ff6a742aca8 Star::LuaRoot::ScriptCache::loadScript
    [6] 7ff6a742abf8 Star::LuaRoot::ScriptCache::loadContextScript
    [7] 7ff6a742a6ee Star::LuaRoot::createContext
    [8] 7ff6a7413cba Star::LuaBaseComponent::init
    [9] 7ff6a73b5e16 Star::ActiveItem::init
    [10] 7ff6a7249a12 Star::ToolUser::initPrimaryHandItem
    [11] 7ff6a724c18b Star::ToolUser::setItems
    [12] 7ff6a70adbb0 Star::player::refreshEquipment
    [13] 7ff6a70b1f44 Star::player::update
    [14] 7ff6a72da178 <lambda_9fc580ae40b93070d912cafafa15880e>::eek:perator()
    [15] 7ff6a6efa5d7 Star::EntityMap::updateAllEntities
    [16] 7ff6a72f2659 Star::WorldClient::update
    [17] 7ff6a725b753 Star::UniverseClient::update
    [18] 7ff6a6cee557 Star::ClientApplication::updateRunning
    [19] 7ff6a6cece4f Star::ClientApplication::update
    [20] 7ff6a74eaa72 Star::SdlPlatform::run
    [21] 7ff6a74eac2d Star::runMainApplication
    [22] 7ff6a6ceff76 WinMain
    [23] 7ff6a76d8daf __scrt_common_main_seh
    [24] 7ff810a93034 BaseThreadInitThunk
    [25] 7ff812a91431 RtlUserThreadStart
    [07:36:35.123] [Info] UniverseClient: Client disconnecting...
    [07:36:35.135] [Info] Client received world stop packet, leaving: Removed
    [07:36:35.252] [Info] UniverseServer: Client 'Khayo' <1> (local) disconnected for reason:
    [07:36:35.252] [Info] UniverseServer: Stopping idle world ClientShipWorld:431fed0e41db7a4e4e6df8af95e4f31d
    [07:36:35.583] [Info] UniverseServer: Stopping UniverseServer
    [07:36:35.735] [Info] Clearing steam rich presence connection
    [07:36:43.347] [Error] Could not apply patch from file /items/generic/tradegoods/electronicgoods.item.patch in source: X:\steam\steamapps\workshop\content\211820\1302925783\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) No such key 'learnBlueprintsOnPickup' in pathApply("/learnBlueprintsOnPickup/-")
    [07:36:43.351] [Error] Could not apply patch from file /items/generic/other/antidote.consumable.patch in source: X:\steam\steamapps\workshop\content\211820\1369768195\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "maxStack" to remove
    [07:36:43.594] [Error] Could not instantiate item '[woodenpickaxe, 1, {}]'. (ItemException) No such item 'woodenpickaxe'
    [07:36:43.594] [Error] Could not instantiate item '[woodenpickaxe, 1, {}]'. (ItemException) No such item 'woodenpickaxe'
    [07:36:43.612] [Error] Failed to valid player with uuid 3ebd056c11358411b574b2f5d1c2c262 : (AssetException) Error loading asset /player.config:defaultCodexes.SmolAvali
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6db39fa Star::AssetException::format<Star::AssetPath>
    [3] 7ff6a6dbfedb Star::Assets::getAsset
    [4] 7ff6a6dc0dd2 Star::Assets::json
    [5] 7ff6a70b9248 Star::playerCodexes::learnInitialCodexes
    [6] 7ff6a7099904 Star::player::player
    [7] 7ff6a70c1748 std::make_shared<Star::player,std::shared_ptr<Star::playerConfig> const & __ptr64,Star::Json const & __ptr64>
    [8] 7ff6a70c299c Star::playerFactory::diskLoadPlayer
    [9] 7ff6a6eeae02 Star::EntityFactory::diskLoadEntity
    [10] 7ff6a70e45bb Star::playerStorage::playerStorage
    [11] 7ff6a6cdef10 std::make_shared<Star::playerStorage,Star::String>
    [12] 7ff6a6ce62cc Star::ClientApplication::changeState
    [13] 7ff6a6cece34 Star::ClientApplication::update
    [14] 7ff6a74eaa72 Star::SdlPlatform::run
    [15] 7ff6a74eac2d Star::runMainApplication
    [16] 7ff6a6ceff76 WinMain
    [17] 7ff6a76d8daf __scrt_common_main_seh
    [18] 7ff810a93034 BaseThreadInitThunk
    [19] 7ff812a91431 RtlUserThreadStart
    [07:36:44.014] [Error] Could not instantiate item '[raptoriansoutfit2chest, 1, {"colorIndex":1714766196}]'. (ItemException) No such item 'raptoriansoutfit2chest'
    [07:36:44.014] [Error] Could not instantiate item '[raptoriansoutfit4legs, 1, {"colorIndex":3812764631}]'. (ItemException) No such item 'raptoriansoutfit4legs'
    [07:36:44.018] [Error] Could not instantiate item '[raptorianssword, 1, {"primaryAbilityType":"broadswordcombo","altAbilityType":"uppercut"}]'. (ItemException) No such item 'raptorianssword'
    [07:36:44.022] [Error] Failed to valid player with uuid a290349b9319f60e4e36a753c9052e11 : (AssetException) Error loading asset /player.config:defaultCodexes.raptorians
    [0] 7ff6a6da7153 Star::captureStack
    [1] 7ff6a6da5ede Star::StarException::StarException
    [2] 7ff6a6db39fa Star::AssetException::format<Star::AssetPath>
    [3] 7ff6a6dbfedb Star::Assets::getAsset
    [4] 7ff6a6dc0dd2 Star::Assets::json
    [5] 7ff6a70b9248 Star::playerCodexes::learnInitialCodexes
    [6] 7ff6a7099904 Star::player::player
    [7] 7ff6a70c1748 std::make_shared<Star::player,std::shared_ptr<Star::playerConfig> const & __ptr64,Star::Json const & __ptr64>
    [8] 7ff6a70c299c Star::playerFactory::diskLoadPlayer
    [9] 7ff6a6eeae02 Star::EntityFactory::diskLoadEntity
    [10] 7ff6a70e45bb Star::playerStorage::playerStorage
    [11] 7ff6a6cdef10 std::make_shared<Star::playerStorage,Star::String>
    [12] 7ff6a6ce62cc Star::ClientApplication::changeState
    [13] 7ff6a6cece34 Star::ClientApplication::update
    [14] 7ff6a74eaa72 Star::SdlPlatform::run
    [15] 7ff6a74eac2d Star::runMainApplication
    [16] 7ff6a6ceff76 WinMain
    [17] 7ff6a76d8daf __scrt_common_main_seh
    [18] 7ff810a93034 BaseThreadInitThunk
    [19] 7ff812a91431 RtlUserThreadStart
    [07:36:44.051] [Error] Could not instantiate item '[commonmace, 1, {"seed":-8489575759763699063,"shortdescription":"Necrolix Planetstorm","level":3,"primaryAbilityType":"axecleave","animationPartVariants":{"blade":51,"handle":17},"primaryAbility":{"fireTimeFactor":0.777634,"baseDpsFactor":0.325965,"energyUsageFactor":0.166981}}]'. (ItemException) No such item 'commonmace'
    [07:36:44.757] [Error] No quest template found for id 'sr_AvikanStarterEquipment'
    [07:36:45.958] [Info] detected supported OpenGL texture size 32768, using atlasNumCells 256

     
    Last edited: Aug 3, 2018
  19. PseudoGold

    PseudoGold Pangalactic Porcupine

    Looks like you specified '.lua a' instead of '.lua' somewhere.
     
  20. DinoExplorer2000

    DinoExplorer2000 Scruffy Nerf-Herder

Share This Page