Modding Help My modded weapon doesn't fire

Discussion in 'Starbound Modding' started by Margot.Dalton09, Jan 26, 2019.

Tags:
  1. Margot.Dalton09

    Margot.Dalton09 Orbital Explorer

    Code:
    {
      "itemName" : "succubusrifle",
      "price" : 99,
      "level" : 1,
      "maxStack" : 1,
      "rarity" : "Legendary",
      "description" : "A weapon given to a succubus upon birth, by Lilith herself.",
      "shortdescription" : "^red;Birthrite rifle^reset;",
      "tooltipKind" : "gun",
      "category" : "assaultRifle",
      "twoHanded" : true,
      "itemTags" : ["weapon","ranged","assaultrifle"],
      "inventoryIcon" : "succubusrifle.png",
      "animation" : "/items/active/weapons/ranged/gun.animation",
      "animationParts" : {
        "butt" : "",
        "middle" : "succubusrifle.png",
        "barrel" : "",
        "muzzleFlash" :"/animations/muzzleflash/plasmamuzzlefire.png"
      },
      "animationCustom" : {
        "sounds" : {
            "fire" : ["/sfx/gun/ar1.ogg"]
        }
      },
      "baseOffset" : [1.0, 0.25],
      "muzzleOffset" : [0.0, 1.0],
     
      "scripts" : ["/items/active/weapons/ranged/gun.lua"],
     
      "elementalType" : "physical",
     
      "primaryAbility" : {
        "scripts" : ["items/active/weapons/ranged/gunfire.lua"],
        "class" : "GunFire",
       
        "fireTime" : 0.666,
        "baseDps" : 9,
        "energyUsage" : 9,
        "inaccuracy" : 0.009,
       
        "projectileCount" : 1,
        "fireType" : "auto",
       
        "projectileType" : "standardbullet",
        "projectileParameters" : {
            "knockback" : 5
        },
       
        "stances" : {
          "idle" : {
            "armRotation" : 3,
            "weaponRotation" : 3,
            "twoHanded" : true,
    
            "allowRotate" : true,
            "allowFlip" : true
          },
          "fire" : {
            "duration" : 0,
            "armRotation" : 3,
            "weaponRotation" : 3,
            "twoHanded" : true,
    
            "allowRotate" : false,
            "allowFlip" : false
          },
          "cooldown" : {
            "duration" : 0.11,
            "armRotation" : 3,
            "weaponRotation" : 3,
            "twoHanded" : true,
    
            "allowRotate" : false,
            "allowFlip" : false
          }
        }
      },
      "altAbilityType" : "spray",
     
      "builder" : "/items/buildscripts/buildunrandweapon.lua"
    }
    
    I can't figure out the problem am I missing something?
     
  2. DrPvtSkittles

    DrPvtSkittles Master Astronaut

    Check your log file. Its called starbound (no numbers)
    Starbound/storage
    You can paste it here using pastebin.com or by using the code tags
     
  3. Margot.Dalton09

    Margot.Dalton09 Orbital Explorer

    Code:
    [08:21:58.793] [Info] Root: Preparing Root...
    [08:21:58.794] [Info] Root: Done preparing Root.
    [08:21:58.794] [Info] Client Version 1.3.4 (windows x86_64) Source ID: f468c99f113f3d44bb548367da9c9a1c6f4b031d Protocol: 745
    [08:21:58.794] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [08:21:58.794] [Warn] Root: Unrecognized file in asset directory 'ModPackHelper_v0.11.bat', skipping
    [08:21:59.090] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [08:21:59.093] [Warn] Root: Unrecognized file in asset directory 'ModPackHelper.log', skipping
    [08:21:59.093] [Warn] Root: Unrecognized file in asset directory 'ModPackHelper_v0.11.bat', skipping
    [08:21:59.093] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [08:21:59.093] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [08:21:59.093] [Info] Root: Detected asset source named 'margot_Succubus' at '..\mods\Margot's Succubus Race Mod.pak'
    [08:21:59.093] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [08:21:59.093] [Info] Loading assets from: '..\assets\packed.pak'
    [08:21:59.480] [Info] Loading assets from: '..\mods\Margot's Succubus Race Mod.pak'
    [08:21:59.483] [Info] Loading assets from: '..\assets\user'
    [08:22:00.069] [Info] Assets digest is 891804da9d5f80c5d881bdf2442074fc24ccb3394fb97947b3219ceffaa83cc0
    [08:22:00.069] [Info] Root: Loaded Assets in 1.27507 seconds
    [08:22:00.073] [Info] Application: Initializing SDL Video
    [08:22:00.079] [Info] Application: Initializing SDL Joystick
    [08:22:00.115] [Info] Application: Initializing SDL Sound
    [08:22:00.199] [Info] Initialized Steam platform services
    [08:22:00.201] [Info] Initialized Discord platform services
    [08:22:00.206] [Info] Application: Creating SDL Window
    [08:22:00.481] [Info] Application: Enabling VSync with late swap tearing
    [08:22:00.516] [Info] Application: Opened default audio device with 44.1khz / 16 bit stereo audio, 2048 sample size buffer
    [08:22:00.519] [Info] OpenGL version: '4.6.13543 Compatibility Profile Context 25.20.15002.58' vendor: 'ATI Technologies Inc.' renderer: 'Radeon RX 580 Series' shader: '4.60'
    [08:22:00.520] [Info] Application: initialization...
    [08:22:00.521] [Info] Root: Loaded Configuration in 0.0008161 seconds
    [08:22:00.522] [Info] Application: renderer initialization...
    [08:22:00.524] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [08:22:00.524] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [08:22:00.525] [Info] Root: Loaded ImageMetadataDatabase in 1.3e-06 seconds
    [08:22:00.543] [Info] Application: main update loop...
    [08:22:00.551] [Info] Loading mods from user generated content with id '1153361395' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1153361395'
    [08:22:00.551] [Info] Loading mods from user generated content with id '868165595' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\868165595'
    [08:22:00.551] [Info] Loading mods from user generated content with id '949432095' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\949432095'
    [08:22:00.551] [Info] Loading mods from user generated content with id '729532886' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\729532886'
    [08:22:00.552] [Info] Loading mods from user generated content with id '733238864' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\733238864'
    [08:22:00.552] [Info] Loading mods from user generated content with id '731465268' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\731465268'
    [08:22:00.552] [Info] Loading mods from user generated content with id '729427900' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\729427900'
    [08:22:00.552] [Info] Loading mods from user generated content with id '731538310' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\731538310'
    [08:22:00.552] [Info] Loading mods from user generated content with id '750012244' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\750012244'
    [08:22:00.552] [Info] Loading mods from user generated content with id '773743319' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\773743319'
    [08:22:00.552] [Info] Loading mods from user generated content with id '1336520100' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1336520100'
    [08:22:00.552] [Info] Loading mods from user generated content with id '1106411826' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1106411826'
    [08:22:00.552] [Info] Loading mods from user generated content with id '742434873' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\742434873'
    [08:22:00.552] [Info] Loading mods from user generated content with id '1313146286' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1313146286'
    [08:22:00.552] [Info] Loading mods from user generated content with id '1378008143' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1378008143'
    [08:22:00.552] [Info] Loading mods from user generated content with id '1264107917' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1264107917'
    [08:22:00.552] [Info] Loading mods from user generated content with id '1154799233' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1154799233'
    [08:22:00.553] [Info] Loading mods from user generated content with id '848345793' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\848345793'
    [08:22:00.553] [Info] Loading mods from user generated content with id '860140460' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\860140460'
    [08:22:00.553] [Info] Loading mods from user generated content with id '1405753979' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1405753979'
    [08:22:00.553] [Info] Loading mods from user generated content with id '866175420' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\866175420'
    [08:22:00.553] [Info] Loading mods from user generated content with id '729467376' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\729467376'
    [08:22:00.553] [Info] Loading mods from user generated content with id '855668523' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\855668523'
    [08:22:00.553] [Info] Loading mods from user generated content with id '958539829' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\958539829'
    [08:22:00.553] [Info] Loading mods from user generated content with id '945707062' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\945707062'
    [08:22:00.553] [Info] Loading mods from user generated content with id '729428991' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\729428991'
    [08:22:00.553] [Info] Loading mods from user generated content with id '744492975' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\744492975'
    [08:22:00.553] [Info] Loading mods from user generated content with id '729726478' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\729726478'
    [08:22:00.553] [Info] Loading mods from user generated content with id '1128426670' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1128426670'
    [08:22:00.553] [Info] Loading mods from user generated content with id '860063735' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\860063735'
    [08:22:00.553] [Info] Loading mods from user generated content with id '1131927758' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1131927758'
    [08:22:00.554] [Info] Loading mods from user generated content with id '730960596' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\730960596'
    [08:22:00.554] [Info] Loading mods from user generated content with id '730266156' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\730266156'
    [08:22:00.554] [Info] Loading mods from user generated content with id '729584215' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\729584215'
    [08:22:00.554] [Info] Loading mods from user generated content with id '771819285' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\771819285'
    [08:22:00.554] [Info] Loading mods from user generated content with id '739997317' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\739997317'
    [08:22:00.554] [Info] Loading mods from user generated content with id '949379732' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\949379732'
    [08:22:00.554] [Info] Loading mods from user generated content with id '737732952' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\737732952'
    [08:22:00.554] [Info] Loading mods from user generated content with id '1186075435' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1186075435'
    [08:22:00.554] [Info] Loading mods from user generated content with id '891476960' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\891476960'
    [08:22:00.554] [Info] Loading mods from user generated content with id '730801590' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\730801590'
    [08:22:00.554] [Info] Loading mods from user generated content with id '1354668064' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1354668064'
    [08:22:00.554] [Info] Loading mods from user generated content with id '748052532' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\748052532'
    [08:22:00.554] [Info] Loading mods from user generated content with id '860578021' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\860578021'
    [08:22:00.554] [Info] Loading mods from user generated content with id '845966052' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\845966052'
    [08:22:00.555] [Info] Loading mods from user generated content with id '838356389' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\838356389'
    [08:22:00.555] [Info] Loading mods from user generated content with id '755833356' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\755833356'
    [08:22:00.555] [Info] Loading mods from user generated content with id '738758218' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\738758218'
    [08:22:00.555] [Info] Loading mods from user generated content with id '851781339' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\851781339'
    [08:22:00.555] [Info] Loading mods from user generated content with id '779096734' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\779096734'
    [08:22:00.555] [Info] Loading mods from user generated content with id '739110826' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\739110826'
    [08:22:00.555] [Info] Loading mods from user generated content with id '733139672' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\733139672'
    [08:22:00.555] [Info] Loading mods from user generated content with id '731044896' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\731044896'
    [08:22:00.555] [Info] Loading mods from user generated content with id '731220462' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\731220462'
    [08:22:00.555] [Info] Loading mods from user generated content with id '731354142' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\731354142'
    [08:22:00.555] [Info] Loading mods from user generated content with id '729427436' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\729427436'
    [08:22:00.555] [Info] Loading mods from user generated content with id '1265233462' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1265233462'
    [08:22:00.555] [Info] Loading mods from user generated content with id '761242493' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\761242493'
    [08:22:00.556] [Info] Loading mods from user generated content with id '1225768707' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1225768707'
    [08:22:00.556] [Info] Loading mods from user generated content with id '1596460958' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1596460958'
    [08:22:00.556] [Info] Loading mods from user generated content with id '1182293764' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1182293764'
    [08:22:00.556] [Info] Loading mods from user generated content with id '1130140978' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1130140978'
    [08:22:00.556] [Info] Loading mods from user generated content with id '1123213586' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1123213586'
    [08:22:00.556] [Info] Loading mods from user generated content with id '1503097540' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1503097540'
    [08:22:00.556] [Info] Loading mods from user generated content with id '1503498596' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1503498596'
    [08:22:00.556] [Info] Loading mods from user generated content with id '1121416962' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1121416962'
    [08:22:00.556] [Info] Loading mods from user generated content with id '1428547342' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1428547342'
    [08:22:00.556] [Info] Loading mods from user generated content with id '895140470' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\895140470'
    [08:22:00.556] [Info] Loading mods from user generated content with id '737369146' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\737369146'
    [08:22:00.556] [Info] Loading mods from user generated content with id '731016710' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\731016710'
    [08:22:00.556] [Info] Loading mods from user generated content with id '764887546' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\764887546'
    [08:22:00.556] [Info] Loading mods from user generated content with id '729791646' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\729791646'
    [08:22:00.557] [Info] Loading mods from user generated content with id '734599137' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\734599137'
    [08:22:00.557] [Info] Loading mods from user generated content with id '763259329' from directory 'G:\SteamLibrary\steamapps\workshop\content\211820\763259329'
    [08:22:00.557] [Info] Reloading to include all user generated content
    [08:22:00.557] [Info] Root: Reloading from disk
    [08:22:00.557] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [08:22:00.647] [Info] Root: Loaded Configuration in 0.0008586 seconds
    [08:22:00.647] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [08:22:00.648] [Warn] Root: Unrecognized file in asset directory 'ModPackHelper_v0.11.bat', skipping
    [08:22:00.941] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [08:22:00.944] [Warn] Root: Unrecognized file in asset directory 'ModPackHelper.log', skipping
    [08:22:00.944] [Warn] Root: Unrecognized file in asset directory 'ModPackHelper_v0.11.bat', skipping
    [08:22:00.944] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [08:22:00.944] [Info] Root: Skipping asset directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1153361395', directory not found
    [08:22:00.944] [Info] Root: Skipping asset directory 'G:\SteamLibrary\steamapps\workshop\content\211820\868165595', directory not found
    [08:22:00.944] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\949432095'
    [08:22:00.948] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\729532886'
    [08:22:00.952] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\733238864'
    [08:22:00.965] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\731465268'
    [08:22:00.993] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\729427900'
    [08:22:00.998] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\731538310'
    [08:22:01.001] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\750012244'
    [08:22:01.005] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\773743319'
    [08:22:01.015] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1336520100'
    [08:22:01.020] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1106411826'
    [08:22:01.024] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\742434873'
    [08:22:01.036] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1313146286'
    [08:22:01.040] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1378008143'
    [08:22:01.045] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1264107917'
    [08:22:01.051] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1154799233'
    [08:22:01.093] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\848345793'
    [08:22:01.097] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\860140460'
    [08:22:01.114] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1405753979'
    [08:22:01.122] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\866175420'
    [08:22:01.134] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\729467376'
    [08:22:01.140] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\855668523'
    [08:22:01.143] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\958539829'
    [08:22:01.148] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\945707062'
    [08:22:01.152] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\729428991'
    [08:22:01.157] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\744492975'
    [08:22:01.161] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\729726478'
    [08:22:01.164] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1128426670'
    [08:22:01.167] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\860063735'
    [08:22:01.170] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1131927758'
    [08:22:01.173] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\730960596'
    [08:22:01.187] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\730266156'
    [08:22:01.190] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\729584215'
    [08:22:01.214] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\771819285'
    [08:22:01.217] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\739997317'
    [08:22:01.221] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\949379732'
    [08:22:01.255] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\737732952'
    [08:22:01.259] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1186075435'
    [08:22:01.262] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\891476960'
    [08:22:01.266] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\730801590'
    [08:22:01.269] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1354668064'
    [08:22:01.272] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\748052532'
    [08:22:01.276] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\860578021'
    [08:22:01.276] [Info] Root: Skipping hidden '.DS_Store' in asset directory
    [08:22:01.279] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\845966052'
    [08:22:01.283] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\838356389'
    [08:22:01.294] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\755833356'
    [08:22:01.299] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\738758218'
    [08:22:01.303] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\851781339'
    [08:22:01.307] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\779096734'
    [08:22:01.315] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\739110826'
    [08:22:01.318] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\733139672'
    [08:22:01.321] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\731044896'
    [08:22:01.325] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\731220462'
    [08:22:01.338] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\731354142'
    [08:22:01.346] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\729427436'
    [08:22:01.352] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1265233462'
    [08:22:01.363] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\761242493'
    [08:22:01.376] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1225768707'
    [08:22:01.380] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1596460958'
    [08:22:01.383] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1182293764'
    [08:22:01.387] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1130140978'
    [08:22:01.390] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1123213586'
    [08:22:01.394] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1503097540'
    [08:22:01.398] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1503498596'
    [08:22:01.401] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1121416962'
    [08:22:01.405] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\1428547342'
    [08:22:01.408] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\895140470'
    [08:22:01.412] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\737369146'
    [08:22:01.415] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\731016710'
    [08:22:01.418] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\764887546'
    [08:22:01.423] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\729791646'
    [08:22:01.425] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\734599137'
    [08:22:01.451] [Info] Root: Scanning for asset sources in directory 'G:\SteamLibrary\steamapps\workshop\content\211820\763259329'
    [08:22:01.473] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [08:22:01.473] [Info] Root: Detected asset source named 'Female Pokémon Trainer Costumes 1' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1123213586\contents.pak'
    [08:22:01.473] [Info] Root: Detected asset source named 'margot_Succubus' at '..\mods\Margot's Succubus Race Mod.pak'
    [08:22:01.473] [Info] Root: Detected asset source named 'SlimeRaceMod' at 'G:\SteamLibrary\steamapps\workshop\content\211820\866175420\contents.pak'
    [08:22:01.473] [Info] Root: Detected asset source named 'MoreSlimyHairs' at 'G:\SteamLibrary\steamapps\workshop\content\211820\949432095\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Universal Uncrafter v1.46' at 'G:\SteamLibrary\steamapps\workshop\content\211820\729532886\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Pixel Goods Store' at 'G:\SteamLibrary\steamapps\workshop\content\211820\733238864\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'StardustLib' at 'G:\SteamLibrary\steamapps\workshop\content\211820\764887546\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Enhanced Matter Manipulator' at 'G:\SteamLibrary\steamapps\workshop\content\211820\731465268\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'MMM' at 'G:\SteamLibrary\steamapps\workshop\content\211820\729427900\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Craftable Bottled Healing Water' at 'G:\SteamLibrary\steamapps\workshop\content\211820\731538310\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Dead Space Items' at 'G:\SteamLibrary\steamapps\workshop\content\211820\750012244\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Extended Furniture Crafting' at 'G:\SteamLibrary\steamapps\workshop\content\211820\773743319\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'pumpgameschoolfurniture' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1336520100\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Millenium Furniture' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1106411826\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Citybound' at 'G:\SteamLibrary\steamapps\workshop\content\211820\742434873\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Modern Trams' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1313146286\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Decorative Vehicles Mod' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1378008143\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Pokemon X and Y ' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1503097540\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Rick and Morty Outfits' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1121416962\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Minidresses' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1428547342\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'More CrittersNScenery' at 'G:\SteamLibrary\steamapps\workshop\content\211820\860140460\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Tenantator' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1405753979\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Tanz Lighting Overhaul' at 'G:\SteamLibrary\steamapps\workshop\content\211820\729467376\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Augment Extractor' at 'G:\SteamLibrary\steamapps\workshop\content\211820\855668523\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'NpcSpawnerPlus' at 'G:\SteamLibrary\steamapps\workshop\content\211820\895140470\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'XS Mechs : Modular Edition (BETA)' at 'G:\SteamLibrary\steamapps\workshop\content\211820\945707062\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'nyaatech_yacc' at 'G:\SteamLibrary\steamapps\workshop\content\211820\737369146\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Blood Mod' at 'G:\SteamLibrary\steamapps\workshop\content\211820\731016710\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Weapon Stats' at 'G:\SteamLibrary\steamapps\workshop\content\211820\729726478\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'ExtraZoomLevels' at 'G:\SteamLibrary\steamapps\workshop\content\211820\729791646\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'The Lottery!' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1131927758\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Unlimited Active Crewmembers' at 'G:\SteamLibrary\steamapps\workshop\content\211820\730960596\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Reduced Fall Damage' at 'G:\SteamLibrary\steamapps\workshop\content\211820\730266156\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Dark Souls Armor & Weapons' at 'G:\SteamLibrary\steamapps\workshop\content\211820\734599137\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Improved Merchants' at 'G:\SteamLibrary\steamapps\workshop\content\211820\771819285\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Armorsmith - Racial Armor & Weapons for Everyone!' at 'G:\SteamLibrary\steamapps\workshop\content\211820\739997317\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'HullPlatingBlocks' at 'G:\SteamLibrary\steamapps\workshop\content\211820\949379732\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'byos' at 'G:\SteamLibrary\steamapps\workshop\content\211820\737732952\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'stickynotes' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1186075435\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'HumanFurniture' at 'G:\SteamLibrary\steamapps\workshop\content\211820\891476960\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Killable Erchius Ghost' at 'G:\SteamLibrary\steamapps\workshop\content\211820\730801590\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'RWBY Weapons' at 'G:\SteamLibrary\steamapps\workshop\content\211820\738758218\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'RWBY Weapons Sound Patch' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1354668064\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'RWBY_Outfit' at 'G:\SteamLibrary\steamapps\workshop\content\211820\748052532\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Interactable Apex Pod' at 'G:\SteamLibrary\steamapps\workshop\content\211820\860578021\useapexpod.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'tenantPackPatch1' at 'G:\SteamLibrary\steamapps\workshop\content\211820\845966052\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'tenantPack' at 'G:\SteamLibrary\steamapps\workshop\content\211820\838356389\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'colony_tweaks' at 'G:\SteamLibrary\steamapps\workshop\content\211820\755833356\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'lamia' at 'G:\SteamLibrary\steamapps\workshop\content\211820\779096734\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Make the Lamia a cuter race' at 'G:\SteamLibrary\steamapps\workshop\content\211820\851781339\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Weighted Grappling Hook' at 'G:\SteamLibrary\steamapps\workshop\content\211820\739110826\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Earth's Finest - Crew Improvements' at 'G:\SteamLibrary\steamapps\workshop\content\211820\733139672\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'CompactCrops' at 'G:\SteamLibrary\steamapps\workshop\content\211820\731044896\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Castlevania' at 'G:\SteamLibrary\steamapps\workshop\content\211820\729584215\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Enhanced Storage' at 'G:\SteamLibrary\steamapps\workshop\content\211820\731220462\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Improved Food Descriptions' at 'G:\SteamLibrary\steamapps\workshop\content\211820\731354142\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Pokemon Hairstyles' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1503498596\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'bossbags' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1265233462\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Cutebound' at 'G:\SteamLibrary\steamapps\workshop\content\211820\761242493\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'SVTFOFA' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1225768707\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'silverfallout' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1596460958\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Pokémon Trainer Hats' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1182293764\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'Female Pokémon Trainer Costumes 2' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1130140978\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'XS_Mechs' at 'G:\SteamLibrary\steamapps\workshop\content\211820\729428991\contents.pak'
    [08:22:01.474] [Info] Root: Detected asset source named 'xsmm_weapons' at 'G:\SteamLibrary\steamapps\workshop\content\211820\958539829\contents.pak'
    [08:22:01.475] [Info] Root: Detected asset source named 'Shield Augments' at 'G:\SteamLibrary\steamapps\workshop\content\211820\848345793\contents.pak'
    [08:22:01.475] [Info] Root: Detected asset source named 'FrackinInterface' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1264107917\contents.pak'
    [08:22:01.475] [Info] Root: Detected asset source named 'food_stack' at 'G:\SteamLibrary\steamapps\workshop\content\211820\729427436\contents.pak'
    [08:22:01.475] [Info] Root: Detected asset source named 'Weapon Reinforcer' at 'G:\SteamLibrary\steamapps\workshop\content\211820\744492975\contents.pak'
    [08:22:01.475] [Info] Root: Detected asset source named 'Augment Slots for Armor Redux' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1154799233\contents.pak'
    [08:22:01.475] [Info] Root: Detected asset source named 'Aimable Shields - Frackin Races compatible' at 'G:\SteamLibrary\steamapps\workshop\content\211820\1128426670\contents.pak'
    [08:22:01.475] [Info] Root: Detected asset source named 'difficultyPlusNightmare' at 'G:\SteamLibrary\steamapps\workshop\content\211820\860063735\contents.pak'
    [08:22:01.475] [Info] Root: Detected asset source named 'FrackinRaces' at 'G:\SteamLibrary\steamapps\workshop\content\211820\763259329\contents.pak'
    [08:22:01.475] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [08:22:01.475] [Info] Loading assets from: '..\assets\packed.pak'
    [08:22:01.860] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1123213586\contents.pak'
    [08:22:01.861] [Info] Loading assets from: '..\mods\Margot's Succubus Race Mod.pak'
    [08:22:01.864] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\866175420\contents.pak'
    [08:22:01.875] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\949432095\contents.pak'
    [08:22:01.876] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\729532886\contents.pak'
    [08:22:01.876] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\733238864\contents.pak'
    [08:22:01.889] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\764887546\contents.pak'
    [08:22:01.890] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\731465268\contents.pak'
    [08:22:01.890] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\729427900\contents.pak'
    [08:22:01.891] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\731538310\contents.pak'
    [08:22:01.891] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\750012244\contents.pak'
    [08:22:01.892] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\773743319\contents.pak'
    [08:22:01.892] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1336520100\contents.pak'
    [08:22:01.894] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1106411826\contents.pak'
    [08:22:01.895] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\742434873\contents.pak'
    [08:22:01.896] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1313146286\contents.pak'
    [08:22:01.896] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1378008143\contents.pak'
    [08:22:01.899] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1503097540\contents.pak'
    [08:22:01.900] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1121416962\contents.pak'
    [08:22:01.901] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1428547342\contents.pak'
    [08:22:01.902] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\860140460\contents.pak'
    [08:22:01.919] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1405753979\contents.pak'
    [08:22:01.921] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\729467376\contents.pak'
    [08:22:01.926] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\855668523\contents.pak'
    [08:22:01.927] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\895140470\contents.pak'
    [08:22:01.927] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\945707062\contents.pak'
    [08:22:01.929] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\737369146\contents.pak'
    [08:22:01.929] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\731016710\contents.pak'
    [08:22:01.930] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\729726478\contents.pak'
    [08:22:01.930] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\729791646\contents.pak'
    [08:22:01.931] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1131927758\contents.pak'
    [08:22:01.931] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\730960596\contents.pak'
    [08:22:01.931] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\730266156\contents.pak'
    [08:22:01.931] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\734599137\contents.pak'
    [08:22:01.946] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\771819285\contents.pak'
    [08:22:01.946] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\739997317\contents.pak'
    [08:22:01.946] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\949379732\contents.pak'
    [08:22:01.985] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\737732952\contents.pak'
    [08:22:01.986] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1186075435\contents.pak'
    [08:22:01.986] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\891476960\contents.pak'
    [08:22:01.987] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\730801590\contents.pak'
    [08:22:01.987] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\738758218\contents.pak'
    [08:22:01.988] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1354668064\contents.pak'
    [08:22:01.988] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\748052532\contents.pak'
    [08:22:01.991] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\860578021\useapexpod.pak'
    [08:22:01.991] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\845966052\contents.pak'
    [08:22:01.991] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\838356389\contents.pak'
    [08:22:01.993] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\755833356\contents.pak'
    [08:22:01.997] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\779096734\contents.pak'
    [08:22:02.004] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\851781339\contents.pak'
    [08:22:02.006] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\739110826\contents.pak'
    [08:22:02.006] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\733139672\contents.pak'
    [08:22:02.006] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\731044896\contents.pak'
    [08:22:02.007] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\729584215\contents.pak'
    [08:22:02.032] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\731220462\contents.pak'
    [08:22:02.048] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\731354142\contents.pak'
    [08:22:02.048] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1503498596\contents.pak'
    [08:22:02.048] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1265233462\contents.pak'
    [08:22:02.050] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\761242493\contents.pak'
    [08:22:02.063] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1225768707\contents.pak'
    [08:22:02.063] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1596460958\contents.pak'
    [08:22:02.064] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1182293764\contents.pak'
    [08:22:02.065] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1130140978\contents.pak'
    [08:22:02.065] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\729428991\contents.pak'
    [08:22:02.069] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\958539829\contents.pak'
    [08:22:02.071] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\848345793\contents.pak'
    [08:22:02.072] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1264107917\contents.pak'
    [08:22:02.075] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\729427436\contents.pak'
    [08:22:02.079] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\744492975\contents.pak'
    [08:22:02.080] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1154799233\contents.pak'
    [08:22:02.139] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\1128426670\contents.pak'
    [08:22:02.139] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\860063735\contents.pak'
    [08:22:02.139] [Info] Loading assets from: 'G:\SteamLibrary\steamapps\workshop\content\211820\763259329\contents.pak'
    [08:22:02.153] [Info] Loading assets from: '..\assets\user'
    [08:22:03.206] [Info] Assets digest is f79d8c4fc16374a8eb8fed11629a32a6a5be29ff33f159012529eadda548b001
    [08:22:03.206] [Info] Root: Loaded Assets in 2.55785 seconds
    [08:22:03.209] [Info] Root: Loaded ImageMetadataDatabase in 1.3e-06 seconds
    [08:22:03.215] [Info] Root: Loaded NameGenerator in 0.0089063 seconds
    [08:22:03.269] [Info] Root: Loaded PlantDatabase in 0.0535147 seconds
    [08:22:03.657] [Info] Root: Loaded ObjectDatabase in 0.450349 seconds
    [08:22:03.724] [Info] Root: Loaded ProjectileDatabase in 0.454895 seconds
    [08:22:03.792] [Info] Root: Loaded MonsterDatabase in 0.134809 seconds
    [08:22:03.793] [Info] Root: Loaded StagehandDatabase in 0.0014129 seconds
    [08:22:03.801] [Info] Root: Loaded VehicleDatabase in 0.008338 seconds
    [08:22:03.808] [Info] Root: Loaded NpcDatabase in 0.0844621 seconds
    [08:22:04.003] [Info] Root: Loaded PlayerFactory in 0.201882 seconds
    [08:22:04.005] [Info] Root: Loaded VersioningDatabase in 0.0013745 seconds
    [08:22:04.005] [Info] Root: Loaded EntityFactory in 0.196458 seconds
    [08:22:04.034] [Error] Could not apply patch from file /items/materials/jellyblock.matitem.patch in source: G:\SteamLibrary\steamapps\workshop\content\211820\755833356\contents.pak.  Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "price" to remove
    [08:22:04.034] [Info] Root: Loaded ParticleDatabase in 0.0296777 seconds
    [08:22:04.516] [Info] Root: Loaded MaterialDatabase in 0.511256 seconds
    [08:22:04.520] [Info] Root: Loaded TerrainDatabase in 0.0036274 seconds
    [08:22:04.547] [Info] Root: Loaded BiomeDatabase in 0.0274336 seconds
    [08:22:04.548] [Info] Root: Loaded LiquidsDatabase in 0.0005597 seconds
    [08:22:04.556] [Info] Root: Loaded StatusEffectDatabase in 0.0088215 seconds
    [08:22:04.889] [Info] Root: Loaded DamageDatabase in 0.332535 seconds
    [08:22:04.892] [Info] Root: Loaded EffectSourceDatabase in 0.0034176 seconds
    [08:22:04.896] [Info] Root: Loaded FunctionDatabase in 0.0037878 seconds
    [08:22:04.939] [Info] Root: Loaded TreasureDatabase in 0.0426376 seconds
    [08:22:05.179] [Info] Root: Loaded DungeonDefinitions in 0.239787 seconds
    [08:22:05.179] [Info] Root: Loaded TilesetDatabase in 2.73e-05 seconds
    [08:22:05.180] [Info] Root: Loaded StatisticsDatabase in 0.001355 seconds
    [08:22:05.180] [Info] Root: Loaded EmoteProcessor in 5.97e-05 seconds
    [08:22:05.216] [Info] Root: Loaded SpeciesDatabase in 0.0354075 seconds
    [08:22:05.227] [Info] Root: Loaded QuestTemplateDatabase in 0.0113964 seconds
    [08:22:05.229] [Info] Root: Loaded AiDatabase in 0.0014894 seconds
    [08:22:05.230] [Info] Root: Loaded TechDatabase in 0.0012262 seconds
    [08:22:05.234] [Info] Root: Loaded CodexDatabase in 0.0038622 seconds
    [08:22:05.493] [Info] Root: Loaded BehaviorDatabase in 0.258996 seconds
    [08:22:05.495] [Info] Root: Loaded DanceDatabase in 0.0023339 seconds
    [08:22:05.506] [Info] Root: Loaded SpawnTypeDatabase in 0.0111415 seconds
    [08:22:05.510] [Info] Root: Loaded RadioMessageDatabase in 0.0033065 seconds
    [08:22:07.669] [Error] Could not load recipe /recipes/emptyhands/radien/neptuniumradien.recipe: (ItemException) No such item 'neptuniumore'
    [08:22:07.893] [Error] Could not instantiate item '[succubussword, 1, {}]'. (ItemException) No such item 'succubussword'
    [08:22:08.563] [Error] Could not load recipe /recipes/emptyhands/radien/thoriumradien.recipe: (ItemException) No such item 'thoriumore'
    [08:22:09.531] [Error] Could not instantiate item '[succubussword, 1, {}]'. (ItemException) No such item 'succubussword'
    [08:22:09.531] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'succubussword'
    [08:22:09.806] [Info] Root: Loaded ItemDatabase in 5.80306 seconds
    [08:22:10.095] [Info] Root: Loaded CollectionDatabase in 4.58518 seconds
    [08:22:13.809] [Error] Could not instantiate item '[robinsuccubusoutfit4chest, 1, {"colorIndex":1564022689}]'. (ItemException) No such item 'robinsuccubusoutfit4chest'
    [08:22:13.810] [Error] Could not instantiate item '[robinsuccubusoutfit2legs, 1, {"colorIndex":435648961}]'. (ItemException) No such item 'robinsuccubusoutfit2legs'
    [08:22:13.815] [Error] Could not instantiate item '[robinsuccubussword, 1, {"primaryAbilityType":"broadswordcombo","altAbilityType":"downstab"}]'. (ItemException) No such item 'robinsuccubussword'
    [08:22:14.162] [Error] Exception caught loading asset: /player.config:defaultCodexes.robinsuccubus, (AssetException) Could not read JSON asset /player.config:defaultCodexes.robinsuccubus
    [0] 7ff74e9f78c3 Star::captureStack
    [1] 7ff74e9f664e Star::StarException::StarException
    [2] 7ff74e9f6738 Star::StarException::StarException
    [3] 7ff74ea070f0 Star::AssetException::AssetException
    [4] 7ff74f349a71 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()'::`1'::catch$25
    [5] 7ffdf7381030
    [6] 7ffdf73832f8 is_exception_typeof
    [7] 7ffe03113bc6 RtlCaptureContext
    [8] 7ff74ea09c2b <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [9] 7ff74ea0219f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff74ea04b36 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff74ea02c10 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff74ea0a806 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff74edab5b7 std::_Func_class<std::shared_ptr<Star::DungeonDefinitions> >::operator()
    [14] 7ff74ea14258 Star::Assets::processAssetData
    [15] 7ff74ea12308 Star::Assets::loadJson
    [16] 7ff74ea1160d Star::Assets::loadAsset
    [17] 7ff74ea0e81f Star::Assets::doLoad
    [18] 7ff74ea1030b Star::Assets::getAsset
    [19] 7ff74ea112c2 Star::Assets::json
    [20] 7ff74ed0a798 Star::PlayerCodexes::learnInitialCodexes
    [21] 7ff74eceaec4 Star::Player::Player
    [22] 7ff74ed12cd8 std::make_shared<Star::Player,std::shared_ptr<Star::PlayerConfig> const & __ptr64,Star::Json const & __ptr64>
    [23] 7ff74ed13f4c Star::PlayerFactory::diskLoadPlayer
    [24] 7ff74eb3c052 Star::EntityFactory::diskLoadEntity
    [25] 7ff74ed3589b Star::PlayerStorage::PlayerStorage
    [26] 7ff74e92ef40 std::make_shared<Star::PlayerStorage,Star::String>
    [27] 7ff74e9361cc Star::ClientApplication::changeState
    [28] 7ff74e93cf95 Star::ClientApplication::update
    [29] 7ff74f13cc24 Star::SdlPlatform::run
    [30] 7ff74f13cddd Star::runMainApplication
    [31] 7ff74e9404a1 WinMain
    [32] 7ff74f33849f __scrt_common_main_seh
    [33] 7ffe027d7e94 BaseThreadInitThunk
    [34] 7ffe030da251 RtlUserThreadStart
    Caused by: (AssetException) Could not read JSON value /player.config:defaultCodexes.robinsuccubus
    [0] 7ff74e9f78c3 Star::captureStack
    [1] 7ff74e9f664e Star::StarException::StarException
    [2] 7ff74e9f6738 Star::StarException::StarException
    [3] 7ff74ea070f0 Star::AssetException::AssetException
    [4] 7ff74f349a13 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()'::`1'::catch$24
    [5] 7ffdf7381030
    [6] 7ffdf73832f8 is_exception_typeof
    [7] 7ffe03113bc6 RtlCaptureContext
    [8] 7ff74ea09c2b <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [9] 7ff74ea0219f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff74ea04b36 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff74ea02c10 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff74ea0a806 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff74edab5b7 std::_Func_class<std::shared_ptr<Star::DungeonDefinitions> >::operator()
    [14] 7ff74ea14258 Star::Assets::processAssetData
    [15] 7ff74ea12308 Star::Assets::loadJson
    [16] 7ff74ea1160d Star::Assets::loadAsset
    [17] 7ff74ea0e81f Star::Assets::doLoad
    [18] 7ff74ea1030b Star::Assets::getAsset
    [19] 7ff74ea112c2 Star::Assets::json
    [20] 7ff74ed0a798 Star::PlayerCodexes::learnInitialCodexes
    [21] 7ff74eceaec4 Star::Player::Player
    [22] 7ff74ed12cd8 std::make_shared<Star::Player,std::shared_ptr<Star::PlayerConfig> const & __ptr64,Star::Json const & __ptr64>
    [23] 7ff74ed13f4c Star::PlayerFactory::diskLoadPlayer
    [24] 7ff74eb3c052 Star::EntityFactory::diskLoadEntity
    [25] 7ff74ed3589b Star::PlayerStorage::PlayerStorage
    [26] 7ff74e92ef40 std::make_shared<Star::PlayerStorage,Star::String>
    [27] 7ff74e9361cc Star::ClientApplication::changeState
    [28] 7ff74e93cf95 Star::ClientApplication::update
    [29] 7ff74f13cc24 Star::SdlPlatform::run
    [30] 7ff74f13cddd Star::runMainApplication
    [31] 7ff74e9404a1 WinMain
    [32] 7ff74f33849f __scrt_common_main_seh
    [33] 7ffe027d7e94 BaseThreadInitThunk
    [34] 7ffe030da251 RtlUserThreadStart
    Caused by: (TraversalException) No such key 'robinsuccubus' in pathGet("defaultCodexes.robinsuccubus")
    [0] 7ff74e9f78c3 Star::captureStack
    [1] 7ff74e9f664e Star::StarException::StarException
    [2] 7ff74e9917ab Star::JsonPath::TraversalException::TraversalException
    [3] 7ff74e98e0c6 Star::JsonPath::TraversalException::format<Star::String,Star::String>
    [4] 7ff74e98fe2d Star::JsonPath::pathGet<Star::Json>
    [5] 7ff74e99b40b Star::Json::query
    [6] 7ff74ea09c2b <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [7] 7ff74ea0219f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 7ff74ea04b36 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [9] 7ff74ea02c10 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff74ea0a806 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [11] 7ff74edab5b7 std::_Func_class<std::shared_ptr<Star::DungeonDefinitions> >::operator()
    [12] 7ff74ea14258 Star::Assets::processAssetData
    [13] 7ff74ea12308 Star::Assets::loadJson
    [14] 7ff74ea1160d Star::Assets::loadAsset
    [15] 7ff74ea0e81f Star::Assets::doLoad
    [16] 7ff74ea1030b Star::Assets::getAsset
    [17] 7ff74ea112c2 Star::Assets::json
    [18] 7ff74ed0a798 Star::PlayerCodexes::learnInitialCodexes
    [19] 7ff74eceaec4 Star::Player::Player
    [20] 7ff74ed12cd8 std::make_shared<Star::Player,std::shared_ptr<Star::PlayerConfig> const & __ptr64,Star::Json const & __ptr64>
    [21] 7ff74ed13f4c Star::PlayerFactory::diskLoadPlayer
    [22] 7ff74eb3c052 Star::EntityFactory::diskLoadEntity
    [23] 7ff74ed3589b Star::PlayerStorage::PlayerStorage
    [24] 7ff74e92ef40 std::make_shared<Star::PlayerStorage,Star::String>
    [25] 7ff74e9361cc Star::ClientApplication::changeState
    [26] 7ff74e93cf95 Star::ClientApplication::update
    [27] 7ff74f13cc24 Star::SdlPlatform::run
    [28] 7ff74f13cddd Star::runMainApplication
    [29] 7ff74e9404a1 WinMain
    [30] 7ff74f33849f __scrt_common_main_seh
    [31] 7ffe027d7e94 BaseThreadInitThunk
    [32] 7ffe030da251 RtlUserThreadStart
    [08:22:14.164] [Error] Failed to valid player with uuid 6aff2d9df05f54a05ea4c2e12035a403 : (AssetException) Error loading asset /player.config:defaultCodexes.robinsuccubus
    [0] 7ff74e9f78c3 Star::captureStack
    [1] 7ff74e9f664e Star::StarException::StarException
    [2] 7ff74ea03f3a Star::AssetException::format<Star::AssetPath>
    [3] 7ff74ea103cb Star::Assets::getAsset
    [4] 7ff74ea112c2 Star::Assets::json
    [5] 7ff74ed0a798 Star::PlayerCodexes::learnInitialCodexes
    [6] 7ff74eceaec4 Star::Player::Player
    [7] 7ff74ed12cd8 std::make_shared<Star::Player,std::shared_ptr<Star::PlayerConfig> const & __ptr64,Star::Json const & __ptr64>
    [8] 7ff74ed13f4c Star::PlayerFactory::diskLoadPlayer
    [9] 7ff74eb3c052 Star::EntityFactory::diskLoadEntity
    [10] 7ff74ed3589b Star::PlayerStorage::PlayerStorage
    [11] 7ff74e92ef40 std::make_shared<Star::PlayerStorage,Star::String>
    [12] 7ff74e9361cc Star::ClientApplication::changeState
    [13] 7ff74e93cf95 Star::ClientApplication::update
    [14] 7ff74f13cc24 Star::SdlPlatform::run
    [15] 7ff74f13cddd Star::runMainApplication
    [16] 7ff74e9404a1 WinMain
    [17] 7ff74f33849f __scrt_common_main_seh
    [18] 7ffe027d7e94 BaseThreadInitThunk
    [19] 7ffe030da251 RtlUserThreadStart
    [08:22:14.476] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [08:22:42.479] [Info] UniverseServer: Acquiring universe lock file
    [08:22:42.480] [Info] UniverseServer: Loading settings
    [08:22:42.482] [Info] UniverseServer: Starting UniverseServer with UUID: b2f6a1d28fbdde49e182a542982e41ae
    [08:22:42.495] [Info] UniverseServer: Logged in player 'Morgan' locally
    [08:22:42.495] [Info] UniverseServer: Logged in account '<anonymous>' as player 'Morgan' from address local
    [08:22:42.734] [Info] UniverseServer: Loading system world (10460633, 337593930, -16589031) from disk storage
    [08:22:42.742] [Info] UniverseClient: Joined server as client 1
    [08:22:42.789] [Info] UniverseServer: Reviving player at CelestialWorld:10460633:337593930:-16589031:7:3
    [08:22:42.790] [Info] UniverseServer: Client 'Morgan' <1> (local) connected
    [08:22:42.820] [Info] UniverseServer: Loading celestial world 10460633:337593930:-16589031:7:3
    [08:22:42.972] [Info] Protected dungeonIds for world set to (1, 65524)
    [08:22:43.020] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [08:22:43.020] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [08:22:43.026] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [08:22:43.026] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [08:22:43.026] [Info] Setting steam rich presence connection as steamid_76561198872481206
    [08:22:43.030] [Error] Cannot set Steam achievement kill10poptops
    [08:22:43.224] [Info] UniverseServer: Warping player 1 to CelestialWorld:10460633:337593930:-16589031:7:3=506.625.667
    [08:22:43.449] [Error] Exception while calling script init: (LuaException) Error code 2, [string "/items/active/weapons/weapon.lua"]:284: (AssetException) Path 'items/active/weapons/ranged/gunfire.lua' must be absolute
    [0] 7ff74e9f78c3 Star::captureStack
    [1] 7ff74e9f664e Star::StarException::StarException
    [2] 7ff74ea177d4 Star::validatePath
    [3] 7ff74ea0c141 Star::Assets::bytes
    [4] 7ff74f07c158 Star::LuaRoot::ScriptCache::loadScript
    [5] 7ff74f07c0a8 Star::LuaRoot::ScriptCache::loadContextScript
    [6] 7ff74f07b380 <lambda_fb8838ade6ed10d5c0c700b1f5d039e6>::operator()
    [7] 7ff74e9c3b68 <lambda_9f7cb7f1bc41258b0d92ddc783067f53>::operator()
    [8] 7ff74e94bf48 luaD_precall
    [9] 7ff74e964cf1 luaV_execute
    [10] 7ff74e94ba53 luaD_call
    [11] 7ff74e94c22b luaD_rawrunprotected
    [12] 7ff74e94bc60 luaD_pcall
    [13] 7ff74e942174 lua_pcallk
    [14] 7ff74e9cbef0 Star::LuaEngine::pcallWithTraceback
    [15] 7ff74ebbb2e2 Star::LuaEngine::callFunction<>
    [16] 7ff74ebbe512 Star::LuaFunction::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> >
    [17] 7ff74f063743 Star::LuaContext::invokePath<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> >
    [18] 7ff74f0652cb Star::LuaBaseComponent::init
    [19] 7ff74f006dd6 Star::ActiveItem::init
    [20] 7ff74ee9a0a2 Star::ToolUser::initPrimaryHandItem
    [21] 7ff74ee99ea2 Star::ToolUser::init
    [22] 7ff74ecf8739 Star::Player::init
    [23] 7ff74ef39a7d Star::WorldClient::initWorld
    [24] 7ff74ef379f7 Star::WorldClient::handleIncomingPackets
    [25] 7ff74eeaa935 Star::UniverseClient::handlePackets
    [26] 7ff74eeabd2f Star::UniverseClient::update
    [27] 7ff74e93e76b Star::ClientApplication::updateRunning
    [28] 7ff74e93cfb0 Star::ClientApplication::update
    [29] 7ff74f13cc24 Star::SdlPlatform::run
    [30] 7ff74f13cddd Star::runMainApplication
    [31] 7ff74e9404a1 WinMain
    [32] 7ff74f33849f __scrt_common_main_seh
    [33] 7ffe027d7e94 BaseThreadInitThunk
    [34] 7ffe030da251 RtlUserThreadStart
    stack traceback:
        [C]: in ?
        [C]: in global 'require'
        [string "/items/active/weapons/weapon.lua"]:284: in function <[string "/items/active/weapons/weapon.lua"]:282>
        (...tail calls...)
        [string "/items/active/weapons/ranged/gun.lua"]:31: in function <[string "/items/active/weapons/ranged/gun.lua"]:6>
    [0] 7ff74e9f78c3 Star::captureStack
    [1] 7ff74e9f664e Star::StarException::StarException
    [2] 7ff74e9caa81 Star::LuaEngine::handleError
    [3] 7ff74ebbb2fb Star::LuaEngine::callFunction<>
    [4] 7ff74ebbe512 Star::LuaFunction::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> >
    [5] 7ff74f063743 Star::LuaContext::invokePath<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> >
    [6] 7ff74f0652cb Star::LuaBaseComponent::init
    [7] 7ff74f006dd6 Star::ActiveItem::init
    [8] 7ff74ee9a0a2 Star::ToolUser::initPrimaryHandItem
    [9] 7ff74ee99ea2 Star::ToolUser::init
    [10] 7ff74ecf8739 Star::Player::init
    [11] 7ff74ef39a7d Star::WorldClient::initWorld
    [12] 7ff74ef379f7 Star::WorldClient::handleIncomingPackets
    [13] 7ff74eeaa935 Star::UniverseClient::handlePackets
    [14] 7ff74eeabd2f Star::UniverseClient::update
    [15] 7ff74e93e76b Star::ClientApplication::updateRunning
    [16] 7ff74e93cfb0 Star::ClientApplication::update
    [17] 7ff74f13cc24 Star::SdlPlatform::run
    [18] 7ff74f13cddd Star::runMainApplication
    [19] 7ff74e9404a1 WinMain
    [20] 7ff74f33849f __scrt_common_main_seh
    [21] 7ffe027d7e94 BaseThreadInitThunk
    [22] 7ffe030da251 RtlUserThreadStart
    [08:22:43.487] [Error] Exception caught loading asset: /species/succubus.raceeffect, (AssetException) Could not read JSON asset /species/succubus.raceeffect
    [0] 7ff74e9f78c3 Star::captureStack
    [1] 7ff74e9f664e Star::StarException::StarException
    [2] 7ff74e9f6738 Star::StarException::StarException
    [3] 7ff74ea070f0 Star::AssetException::AssetException
    [4] 7ff74f349a71 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()'::`1'::catch$25
    [5] 7ffdf7381030
    [6] 7ffdf73832f8 is_exception_typeof
    [7] 7ffe03113bc6 RtlCaptureContext
    [8] 7ff74ea09bfd <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [9] 7ff74ea0219f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff74ea04b36 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff74ea02c10 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff74ea0a806 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff74edab5b7 std::_Func_class<std::shared_ptr<Star::DungeonDefinitions> >::operator()
    [14] 7ff74ea14258 Star::Assets::processAssetData
    [15] 7ff74ea12308 Star::Assets::loadJson
    [16] 7ff74ea1160d Star::Assets::loadAsset
    [17] 7ff74ea0e81f Star::Assets::doLoad
    [18] 7ff74ea1030b Star::Assets::getAsset
    [19] 7ff74ea112c2 Star::Assets::json
    [20] 7ff74f0ae3b6 Star::LuaBindings::RootCallbacks::assetJson
    [21] 7ff74f0a1984 std::_Invoker_functor::_Call<Star::Json (__cdecl*const & __ptr64)(Star::Root * __ptr64,Star::String const & __ptr64),Star::Root * __ptr64 const & __ptr64,Star::String>
    [22] 7ff74f0a3ea6 std::invoke<Star::Json (__cdecl*const & __ptr64)(Star::Root * __ptr64,Star::String const & __ptr64),Star::Root * __ptr64 const & __ptr64,Star::String>
    [23] 7ff74f0a23d4 std::_Invoke_ret<Star::Json (__cdecl*const & __ptr64)(Star::Root * __ptr64,Star::String const & __ptr64),Star::Root * __ptr64 const & __ptr64,Star::String>
    [24] 7ff74f0a2042 std::_Call_binder<std::_Unforced,0,1,Star::Json (__cdecl*const)(Star::Root * __ptr64,Star::String const & __ptr64),std::tuple<Star::Root * __ptr64,std::_Ph<1> > const ,std::tuple<Star::String && __ptr64> >
    [25] 7ff74f0a0243 std::_Binder<std::_Unforced,Star::Json (__cdecl&)(Star::Root * __ptr64,Star::String const & __ptr64),Star::Root * __ptr64 & __ptr64,std::_Ph<1> const & __ptr64>::operator()<Star::String>
    [26] 7ff74f0aa9ba <lambda_859f04ab1d9377192727f867a8cd2ac1>::operator()
    [27] 7ff74f0a0b8f std::_Invoker_functor::_Call<<lambda_859f04ab1d9377192727f867a8cd2ac1> & __ptr64,Star::LuaEngine & __ptr64,unsigned __int64,Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> * __ptr64>
    [28] 7ff74f0a3820 std::invoke<<lambda_859f04ab1d9377192727f867a8cd2ac1> & __ptr64,Star::LuaEngine & __ptr64,unsigned __int64,Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> * __ptr64>
    [29] 7ff74f0a2ae9 std::_Invoke_ret<Star::Variant<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,Star::LuaVariadic<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> > >,<lambda_859f04ab1d9377192727f867a8cd2ac1> & __ptr64,Star::LuaEngine & __ptr64,unsigned __int64,Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> * __ptr64>
    [30] 7ff74f0ad53b std::_Func_impl<<lambda_859f04ab1d9377192727f867a8cd2ac1>,std::allocator<int>,Star::Variant<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,Star::LuaVariadic<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> > >,Star::LuaEngine & __ptr64,unsigned __int64,Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> * __ptr64>::_Do_call
    [31] 7ff74e9c4e8d std::_Func_class<Star::Variant<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,Star::LuaVariadic<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> > >,Star::LuaEngine & __ptr64,unsigned __int64,Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> * __ptr64>::operator()
    [32] 7ff74e9c3e1f <lambda_a03bcae4599b53751a446949639a4d5e>::operator()
    [33] 7ff74e94bf48 luaD_precall
    [34] 7ff74e964d32 luaV_execute
    [35] 7ff74e94ba53 luaD_call
    [36] 7ff74e94c22b luaD_rawrunprotected
    [37] 7ff74e94bc60 luaD_pcall
    [38] 7ff74e942174 lua_pcallk
    [39] 7ff74e9461bf luaB_pcall
    [40] 7ff74e94bf48 luaD_precall
    [41] 7ff74e964cf1 luaV_execute
    [42] 7ff74e94ba53 luaD_call
    [43] 7ff74e94c22b luaD_rawrunprotected
    [44] 7ff74e94bc60 luaD_pcall
    [45] 7ff74e942174 lua_pcallk
    [46] 7ff74e9cbef0 Star::LuaEngine::pcallWithTraceback
    [47] 7ff74ebbb4de Star::LuaEngine::callFunction<float>
    [48] 7ff74ebbeaa5 Star::LuaFunction::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [49] 7ff74ebbe9c0 Star::LuaBaseComponent::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [50] 7ff74ebc574c Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [51] 7ff74ebc56bc Star::LuaActorMovementComponent<Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> > >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [52] 7ff74ee28554 Star::StatusController::tickMaster
    [53] 7ff74ed03e65 Star::Player::update
    [54] 7ff74ef2a928 <lambda_9fc580ae40b93070d912cafafa15880e>::operator()
    [55] 7ff74eb4c527 Star::EntityMap::updateAllEntities
    [56] 7ff74ef4319b Star::WorldClient::update
    [57] 7ff74eeabde3 Star::UniverseClient::update
    [58] 7ff74e93e76b Star::ClientApplication::updateRunning
    [59] 7ff74e93cfb0 Star::ClientApplication::update
    [60] 7ff74f13cc24 Star::SdlPlatform::run
    [61] 7ff74f13cddd Star::runMainApplication
    [62] 7ff74e9404a1 WinMain
    [63] 7ff74f33849f __scrt_common_main_seh
    [64] 7ffe027d7e94 BaseThreadInitThunk
    [65] 7ffe030da251 RtlUserThreadStart
    Caused by: (AssetException) No such asset '/species/succubus.raceeffect'
    [0] 7ff74e9f78c3 Star::captureStack
    [1] 7ff74e9f664e Star::StarException::StarException
    [2] 7ff74ea147c3 Star::Assets::read
    [3] 7ff74ea1483b Star::Assets::readJson
    [4] 7ff74ea09bfd <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [5] 7ff74ea0219f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [6] 7ff74ea04b36 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [7] 7ff74ea02c10 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 7ff74ea0a806 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [9] 7ff74edab5b7 std::_Func_class<std::shared_ptr<Star::DungeonDefinitions> >::operator()
    [10] 7ff74ea14258 Star::Assets::processAssetData
    [11] 7ff74ea12308 Star::Assets::loadJson
    [12] 7ff74ea1160d Star::Assets::loadAsset
    [13] 7ff74ea0e81f Star::Assets::doLoad
    [14] 7ff74ea1030b Star::Assets::getAsset
    [15] 7ff74ea112c2 Star::Assets::json
    [16] 7ff74f0ae3b6 Star::LuaBindings::RootCallbacks::assetJson
    [17] 7ff74f0a1984 std::_Invoker_functor::_Call<Star::Json (__cdecl*const & __ptr64)(Star::Root * __ptr64,Star::String const & __ptr64),Star::Root * __ptr64 const & __ptr64,Star::String>
    [18] 7ff74f0a3ea6 std::invoke<Star::Json (__cdecl*const & __ptr64)(Star::Root * __ptr64,Star::String const & __ptr64),Star::Root * __ptr64 const & __ptr64,Star::String>
    [19] 7ff74f0a23d4 std::_Invoke_ret<Star::Json (__cdecl*const & __ptr64)(Star::Root * __ptr64,Star::String const & __ptr64),Star::Root * __ptr64 const & __ptr64,Star::String>
    [20] 7ff74f0a2042 std::_Call_binder<std::_Unforced,0,1,Star::Json (__cdecl*const)(Star::Root * __ptr64,Star::String const & __ptr64),std::tuple<Star::Root * __ptr64,std::_Ph<1> > const ,std::tuple<Star::String && __ptr64> >
    [21] 7ff74f0a0243 std::_Binder<std::_Unforced,Star::Json (__cdecl&)(Star::Root * __ptr64,Star::String const & __ptr64),Star::Root * __ptr64 & __ptr64,std::_Ph<1> const & __ptr64>::operator()<Star::String>
    [22] 7ff74f0aa9ba <lambda_859f04ab1d9377192727f867a8cd2ac1>::operator()
    [23] 7ff74f0a0b8f std::_Invoker_functor::_Call<<lambda_859f04ab1d9377192727f867a8cd2ac1> & __ptr64,Star::LuaEngine & __ptr64,unsigned __int64,Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> * __ptr64>
    [24] 7ff74f0a3820 std::invoke<<lambda_859f04ab1d9377192727f867a8cd2ac1> & __ptr64,Star::LuaEngine & __ptr64,unsigned __int64,Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> * __ptr64>
    [25] 7ff74f0a2ae9 std::_Invoke_ret<Star::Variant<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,Star::LuaVariadic<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> > >,<lambda_859f04ab1d9377192727f867a8cd2ac1> & __ptr64,Star::LuaEngine & __ptr64,unsigned __int64,Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> * __ptr64>
    [26] 7ff74f0ad53b std::_Func_impl<<lambda_859f04ab1d9377192727f867a8cd2ac1>,std::allocator<int>,Star::Variant<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,Star::LuaVariadic<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> > >,Star::LuaEngine & __ptr64,unsigned __int64,Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> * __ptr64>::_Do_call
    [27] 7ff74e9c4e8d std::_Func_class<Star::Variant<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,Star::LuaVariadic<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> > >,Star::LuaEngine & __ptr64,unsigned __int64,Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> * __ptr64>::operator()
    [28] 7ff74e9c3e1f <lambda_a03bcae4599b53751a446949639a4d5e>::operator()
    [29] 7ff74e94bf48 luaD_precall
    [30] 7ff74e964d32 luaV_execute
    [31] 7ff74e94ba53 luaD_call
    [32] 7ff74e94c22b luaD_rawrunprotected
    [33] 7ff74e94bc60 luaD_pcall
    [34] 7ff74e942174 lua_pcallk
    [35] 7ff74e9461bf luaB_pcall
    [36] 7ff74e94bf48 luaD_precall
    [37] 7ff74e964cf1 luaV_execute
    [38] 7ff74e94ba53 luaD_call
    [39] 7ff74e94c22b luaD_rawrunprotected
    [40] 7ff74e94bc60 luaD_pcall
    [41] 7ff74e942174 lua_pcallk
    [42] 7ff74e9cbef0 Star::LuaEngine::pcallWithTraceback
    [43] 7ff74ebbb4de Star::LuaEngine::callFunction<float>
    [44] 7ff74ebbeaa5 Star::LuaFunction::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [45] 7ff74ebbe9c0 Star::LuaBaseComponent::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [46] 7ff74ebc574c Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [47] 7ff74ebc56bc Star::LuaActorMovementComponent<Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> > >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [48] 7ff74ee28554 Star::StatusController::tickMaster
    [49] 7ff74ed03e65 Star::Player::update
    [50] 7ff74ef2a928 <lambda_9fc580ae40b93070d912cafafa15880e>::operator()
    [51] 7ff74eb4c527 Star::EntityMap::updateAllEntities
    [52] 7ff74ef4319b Star::WorldClient::update
    [53] 7ff74eeabde3 Star::UniverseClient::update
    [54] 7ff74e93e76b Star::ClientApplication::updateRunning
    [55] 7ff74e93cfb0 Star::ClientApplication::update
    [56] 7ff74f13cc24 Star::SdlPlatform::run
    [57] 7ff74f13cddd Star::runMainApplication
    [58] 7ff74e9404a1 WinMain
    [59] 7ff74f33849f __scrt_common_main_seh
    [60] 7ffe027d7e94 BaseThreadInitThunk
    [61] 7ffe030da251 RtlUserThreadStart
    [08:22:47.936] [Info] Application: quit requested
    [08:22:47.936] [Info] Application: quitting...
    [08:22:47.936] [Info] Application: shutdown...
    [08:22:47.938] [Info] UniverseClient: Client disconnecting...
    [08:22:47.951] [Info] Client received world stop packet, leaving: Removed
    [08:22:48.102] [Info] UniverseServer: Client 'Morgan' <1> (local) disconnected for reason:
    [08:22:48.103] [Info] UniverseServer: Stopping idle world CelestialWorld:10460633:337593930:-16589031:7:3
    [08:22:49.132] [Info] UniverseServer: Stopping UniverseServer
    [08:22:49.615] [Info] Root: Shutting down Root
    [08:22:49.932] [Info] Application: Destroying SDL Window
    [08:22:49.945] [Info] Deleting discord server lobby 538740590511128578
    [08:22:49.960] [Info] Application: stopped gracefully
    
    Okay I have no idea why it is saying robin_succubus in some of the parts. Maybe that is a problem? I even went back in to the race mod file and corrected anything I forgot. I looked at my weapon and it looks just like the mod weapon tutorial I just want it to shoot.

    nevermind I fixed it lol. Thanks for the help!
     
    Last edited by a moderator: Jan 27, 2019
    DrPvtSkittles likes this.
  4. DrPvtSkittles

    DrPvtSkittles Master Astronaut

    Ayyye Nice!
     

Share This Page