Modding Help [Resolved]Assets Can't Find Config?

Discussion in 'Starbound Modding' started by Nujuju299, May 14, 2016.

  1. Nujuju299

    Nujuju299 Big Damn Hero

    I'm sure that I could be pointed out as, "That modding n00b who just started out the other day," already but.... I can't seem to figure this part out.
    So my mod is revolving around the idea of crystalized weapons, accessible in early game and I want them to be equally viable in late game too, except I've found it's either too strong early game or too weak late game, can't be optimal in both. So I decided to try and look around and get started on Lua to make an object like a Whetstone to upgrade the object by simply level += 1 or something along those lines. I haven't gotten to Lua yet, but the object is spitting out errors just bringing up the UI.

    In an effort to learn about this part of modding too, since I am taking it slow and doing it as a project to learn at the same time, I decided to look through crafting objects that may be similar to how the camp fire cooks meat, or Rob Repairo, whom I found, to do this. So I create a basic placeholder object which opens the window and that's it, but I get a game crash instead, either by using Repairo's config information or modeling my own config file after it. Now I'm fairly certain that the issue is somehow related to finding the config file, but then I could have simply called it up wrong or something. So with that said, here's what I have in point form + logs and stuff:

    -Object that works, on interact game crashes. (created from scratch but based off the files for repairo.object)
    -It says I need an exact path to the config, but I figure it should also work with one slash if it's in the same folder. Testing alternate methods because I'm constantly facing this issue I tried the full folder excluding the mod folder's name directory. I don't know if that's what I'm missing or if I'm missing something else or if it needs it's own special directory, which would be stupid considering I need the path name anyways.

    Log:
    Code:
    Start logging at: 2016-05-14 13:38:35.246
    [13:38:35.248] Info: Star::Root using bootstrap file 'C:\Valve\Steam\steamapps\common\Starbound\win64\sbboot.config'
    [13:38:35.248] Info: Star::Root using storage directory 'C:\Valve\Steam\steamapps\common\Starbound\giraffe_storage\'
    [13:38:35.248] Info: Preparing Star::Root...
    [13:38:35.248] Info: Detected mod 'Crystal Weapons' at '../giraffe_storage/mods\Crystal Weapons\.'
    [13:38:35.248] Info: Loading Configuration with config file: 'starbound.config'
    [13:38:35.248] Info: Loading Star::Configuration from 'Just (.\..\giraffe_storage\starbound.config)'
    [13:38:35.249] Info: Writing Star::Configuration to '.\..\giraffe_storage\starbound.config'
    [13:38:35.254] Info: Initializing Star::Root with 3 assets sources
    [13:38:35.255] Info: Done preparing Star::Root.
    [13:38:35.255] Info: Client Version 'Beta v. Glad Giraffe - Update 3' Revision: 30555b17a491c2a97ab0afbff3b848a1fd937dbd Protocol: 711
    [13:38:35.255] Info: Initialized SDL
    [13:38:35.812] Info: Initialized SDL Video
    [13:38:35.824] Info: Initialized SDL Joystick
    [13:38:35.826] Info: Initialized SDL Sound
    [13:38:35.852] Info: Opened default audio device with 44khz / 16 bit stereo audio, 2048 sample size buffer
    [13:38:35.852] Info: Loading Assets
    [13:38:35.852] Info: Loading assets from: '../assets/packed.pak'
    [13:38:35.852] Info: Loading assets from: '../assets/user'
    [13:38:35.852] Info: Loading assets from: '../giraffe_storage/mods\Crystal Weapons\.'
    [13:38:36.102] Info: Done loading Assets in 0.25 seconds
    [13:38:36.105] Info: Loading NameGenerator
    [13:38:36.106] Info: Initializing SDL Window
    [13:38:36.109] Info: Done loading NameGenerator in 0.00399995 seconds
    [13:38:36.109] Info: Loading ObjectDatabase
    [13:38:36.590] Info: Done loading ObjectDatabase in 0.481 seconds
    [13:38:36.590] Info: Loading PlantDatabase
    [13:38:36.679] Info: Done loading PlantDatabase in 0.0890002 seconds
    [13:38:36.679] Info: Loading ProjectileDatabase
    [13:38:36.784] Info: OpenGL version: '4.5.0 NVIDIA 365.10' vendor: 'NVIDIA Corporation' renderer: 'GeForce GTX 680/PCIe/SSE2' shader: '4.50 NVIDIA'
    [13:38:36.784] Info: Created initial window 1920x1080
    [13:38:36.792] Info: Renderer initialized
    [13:38:36.793] Info: Renderer destroyed
    [13:38:36.793] Info: Initializing SDL Window
    [13:38:37.044] Info: OpenGL version: '4.5.0 NVIDIA 365.10' vendor: 'NVIDIA Corporation' renderer: 'GeForce GTX 680/PCIe/SSE2' shader: '4.50 NVIDIA'
    [13:38:37.044] Info: Re-created window 1920x1080
    [13:38:37.044] Info: Renderer initialized
    [13:38:37.045] Info: Loading ImageMetadataDatabase
    [13:38:37.045] Info: Done loading ImageMetadataDatabase in 0 seconds
    [13:38:37.270] Info: Done loading ProjectileDatabase in 0.591 seconds
    [13:38:37.270] Info: Loading MonsterDatabase
    [13:38:37.483] Info: Done loading MonsterDatabase in 0.213 seconds
    [13:38:37.483] Info: Loading NpcDatabase
    [13:38:37.525] Info: Done loading NpcDatabase in 0.0420001 seconds
    [13:38:37.525] Info: Loading StagehandDatabase
    [13:38:37.526] Info: Done loading StagehandDatabase in 0.000999928 seconds
    [13:38:37.526] Info: Loading VehicleDatabase
    [13:38:37.528] Info: Done loading VehicleDatabase in 0.000999928 seconds
    [13:38:37.528] Info: Loading PlayerFactory
    [13:38:37.530] Info: Done loading PlayerFactory in 0.00199986 seconds
    [13:38:37.530] Info: Loading EntityFactory
    [13:38:37.530] Info: Loading VersioningDatabase
    [13:38:37.531] Info: Done loading VersioningDatabase in 0.00100017 seconds
    [13:38:37.531] Info: Done loading EntityFactory in 0.00100017 seconds
    [13:38:37.531] Info: Loading ItemDatabase
    [13:38:40.946] Info: Loading FunctionDatabase
    [13:38:40.960] Info: Done loading FunctionDatabase in 0.0139999 seconds
    [13:38:40.963] Info: Loading ParticleDatabase
    [13:38:41.031] Info: Done loading ParticleDatabase in 0.0680001 seconds
    [13:38:43.351] Info: Done loading ItemDatabase in 5.82 seconds
    [13:38:43.351] Info: Loading MaterialDatabase
    [13:38:43.454] Info: Done loading MaterialDatabase in 0.103 seconds
    [13:38:43.454] Info: Loading TerrainDatabase
    [13:38:43.486] Info: Done loading TerrainDatabase in 0.0320001 seconds
    [13:38:43.486] Info: Loading BiomeDatabase
    [13:38:43.539] Info: Done loading BiomeDatabase in 0.053 seconds
    [13:38:43.539] Info: Loading LiquidsDatabase
    [13:38:43.540] Info: Done loading LiquidsDatabase in 0.000999928 seconds
    [13:38:43.540] Info: Loading StatusEffectDatabase
    [13:38:43.558] Info: Done loading StatusEffectDatabase in 0.0180001 seconds
    [13:38:43.558] Info: Loading DamageDatabase
    [13:38:43.696] Info: Done loading DamageDatabase in 0.138 seconds
    [13:38:43.696] Info: Loading EffectSourceDatabase
    [13:38:43.707] Info: Done loading EffectSourceDatabase in 0.0109999 seconds
    [13:38:43.707] Info: Loading TreasureDatabase
    [13:38:43.743] Info: Done loading TreasureDatabase in 0.036 seconds
    [13:38:43.743] Info: Loading DungeonDefinitions
    [13:38:44.013] Info: Done loading DungeonDefinitions in 0.27 seconds
    [13:38:44.013] Info: Loading TilesetDatabase
    [13:38:44.013] Info: Done loading TilesetDatabase in 0 seconds
    [13:38:44.013] Info: Loading EmoteProcessor
    [13:38:44.013] Info: Done loading EmoteProcessor in 0 seconds
    [13:38:44.013] Info: Loading SpeciesDatabase
    [13:38:44.018] Info: Done loading SpeciesDatabase in 0.00500011 seconds
    [13:38:44.018] Info: Loading QuestTemplateDatabase
    [13:38:44.035] Info: Done loading QuestTemplateDatabase in 0.017 seconds
    [13:38:44.035] Info: Loading AiDatabase
    [13:38:44.047] Info: Done loading AiDatabase in 0.0119998 seconds
    [13:38:44.047] Info: Loading TechDatabase
    [13:38:44.049] Info: Done loading TechDatabase in 0.00200009 seconds
    [13:38:44.049] Info: Loading CodexDatabase
    [13:38:44.153] Info: Done loading CodexDatabase in 0.104 seconds
    [13:38:44.153] Info: Loading BehaviorDatabase
    [13:38:44.208] Info: Done loading BehaviorDatabase in 0.0549998 seconds
    [13:38:44.208] Info: Loading DanceDatabase
    [13:38:44.210] Info: Done loading DanceDatabase in 0.00200009 seconds
    [13:38:44.210] Info: Loading SpawnTypeDatabase
    [13:38:44.216] Info: Done loading SpawnTypeDatabase in 0.00600004 seconds
    [13:38:44.217] Info: Done fully loading Star::Root
    [13:38:44.218] Info: Renderer destroyed
    [13:38:45.659] Info: Renderer initialized
    [13:38:48.499] Info: Renderer destroyed
    [13:38:48.521] Info: UniverseServer: Acquiring universe lock file
    [13:38:48.525] Info: UniverseServer: Loading settings
    [13:38:48.526] Info: UniverseServer: No default world set; using randomized starter worlds
    [13:38:48.527] Info: UniverseServer: Starting UniverseServer with UUID: 9687e17e3a816f595a1b7f01b4ecc751
    [13:38:48.530] Info: UniverseServer: Logged in player 'Blair Eisele' locally
    [13:38:48.530] Info: UniverseServer: Logged in account '<anonymous>' as player 'Blair Eisele' from address local
    [13:38:48.536] Info: UniverseServer: Reviving player at ClientShipWorld:1121ad3f65b3e79712002fb6386ae31b
    [13:38:48.536] Info: UniverseServer: Client 'Blair Eisele' <1> (local) connected
    [13:38:48.536] Info: UniverseClient: Joined server as client 1
    [13:38:48.632] Info: UniverseServer: Loading client ship world ClientShipWorld:1121ad3f65b3e79712002fb6386ae31b
    [13:38:48.777] Info: Renderer initialized
    [13:38:50.578] Info: UniverseServer: Loading celestial world -657384948:272072751:91969194:3:2
    [13:39:00.933] Info: UniverseServer: Stopping world CelestialWorld:-657384948:272072751:91969194:3:2 due to inactivity
    [13:39:01.033] Info: UniverseServer: World thread has stopped due to inactivity, removing world CelestialWorld:-657384948:272072751:91969194:3:2
    [13:39:06.879] Error: Exception caught loading asset: /objects/Crystal Upgrade/crystalupgrade.config, (AssetException) Could not read JSON asset /objects/Crystal Upgrade/crystalupgrade.config
    [0] 1401f1933
    [1] 1401ee2c8
    [2] 1401ee3f8
    [3] 13fc4b8e0
    [4] 1403a952e
    [5] 14033e910
    [6] 14033b8b4
    [7] 77bbd351 RtlRestoreContext
    [8] 13fc4d6e2
    [9] 13fc452ef
    [10] 13fc48d36
    [11] 13fc46859
    [12] 13fc4e8a6
    [13] 13fb9aaa0
    [14] 13fc44635
    [15] 13fc43a68
    [16] 13fc4384c
    [17] 13fc43442
    [18] 13fc430fd
    [19] 13fc3f936
    [20] 1401727fd
    [21] 13fae8724
    [22] 13fa9a431
    [23] 13fa9fdc0
    [24] 13fa8d51d
    [25] 13fa6e743
    [26] 13fa6b794
    [27] 1401d9a6d
    [28] 13fa81d70
    [29] 14037035b
    [30] 1403700c3
    [31] 140338a1e
    [32] 77a65a4d BaseThreadInitThunk
    [33] 77b9b831 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /objects/Crystal Upgrade/crystalupgrade.config
    [0] 1401f1933
    [1] 1401ee2c8
    [2] 1401ee3f8
    [3] 13fc4bb60
    [4] 1403a7d32
    [5] 14033e910
    [6] 14033b8b4
    [7] 77bbd351 RtlRestoreContext
    [8] 13fc427e5
    [9] 13fc4d6e2
    [10] 13fc452ef
    [11] 13fc48d36
    [12] 13fc46859
    [13] 13fc4e8a6
    [14] 13fb9aaa0
    [15] 13fc44635
    [16] 13fc43a68
    [17] 13fc4384c
    [18] 13fc43442
    [19] 13fc430fd
    [20] 13fc3f936
    [21] 1401727fd
    [22] 13fae8724
    [23] 13fa9a431
    [24] 13fa9fdc0
    [25] 13fa8d51d
    [26] 13fa6e743
    [27] 13fa6b794
    [28] 1401d9a6d
    [29] 13fa81d70
    [30] 14037035b
    [31] 1403700c3
    [32] 140338a1e
    [33] 77a65a4d BaseThreadInitThunk
    [34] 77b9b831 RtlUserThreadStart
    Caused by: (JsonParsingException) Error parsing json: unexpected character parsing word at 4:13
    [0] 1401f1933
    [1] 1401ee2c8
    [2] 13fbc95a0
    [3] 13fc427e5
    [4] 13fc4d6e2
    [5] 13fc452ef
    [6] 13fc48d36
    [7] 13fc46859
    [8] 13fc4e8a6
    [9] 13fb9aaa0
    [10] 13fc44635
    [11] 13fc43a68
    [12] 13fc4384c
    [13] 13fc43442
    [14] 13fc430fd
    [15] 13fc3f936
    [16] 1401727fd
    [17] 13fae8724
    [18] 13fa9a431
    [19] 13fa9fdc0
    [20] 13fa8d51d
    [21] 13fa6e743
    [22] 13fa6b794
    [23] 1401d9a6d
    [24] 13fa81d70
    [25] 14037035b
    [26] 1403700c3
    [27] 140338a1e
    [28] 77a65a4d BaseThreadInitThunk
    [29] 77b9b831 RtlUserThreadStart
    [13:39:06.882] Error: Exception caught in client main-loop: (AssetException) Error loading asset /objects/Crystal Upgrade/crystalupgrade.config
    [0] 1401f1933
    [1] 1401ee2c8
    [2] 13fc4b825
    [3] 13fc48436
    [4] 13fc431b4
    [5] 13fc3f936
    [6] 1401727fd
    [7] 13fae8724
    [8] 13fa9a431
    [9] 13fa9fdc0
    [10] 13fa8d51d
    [11] 13fa6e743
    [12] 13fa6b794
    [13] 1401d9a6d
    [14] 13fa81d70
    [15] 14037035b
    [16] 1403700c3
    [17] 140338a1e
    [18] 77a65a4d BaseThreadInitThunk
    [19] 77b9b831 RtlUserThreadStart
    [13:39:06.884] Info: UniverseClient: Client disconnecting...
    [13:39:06.901] Info: Client received world stop packet, leaving: Removed
    [13:39:06.980] Info: UniverseServer: Client 'Blair Eisele' <1> (local) disconnected
    [13:39:07.080] Info: UniverseServer: Stopping UniverseServer
    [13:39:07.179] Info: Renderer destroyed
    [13:39:07.179] Info: Application quitting!
    [13:39:07.179] Info: Client shutdown gracefully
    [13:39:07.663] Info: Shutting down Star::Root
    


    Code:
    Code:
    {
      "objectName" : "NCW_crystalupgrade",
      "colonyTags" : ["crafting", "hoard", "valuable", "combat"],
      "rarity" : "rare",
      "printable" : false,
      "subtitle" : "Weapon upgrade",
      "objectType" : "container",
      "tooltipKind" : "container",
      "description" : "[PH]Refine Crystal Weapons.",
      "shortdescription" : "[PH]Crystal Whetstone",
      "race" : "generic",
      "category" : "crafting",
      "price" : 300,
      "inventoryIcon" : "crystalupgradeicon.png",
      "orientations" : [
        {
         "dualImage" : "crystalupgrade.png",
         "imagePosition" : [-16,0],
         "spaceScan" : 0.1,
         "anchors" : ["bottom"]
        }
      ],
      //[PH]"scripts" : ["/directorytoscript"],
      "slotCount" : 2,
      "uiConfig" : "/objects/Crystal Upgrade/crystalupgrade.config"
    }
    


    Config:
    Code:
    {
      "gui" : {
        "background" : {
         "type" : background",
         "fileHeader" : "Crystal_header.png",
         "fileBody" : "Crystal_body.png",
         "fileFooter" : "Crystal_footer.png"
        },
        "itemGrid" : {
          "type" : "itemgrid",
         "position" : [43, 39],
         "dimensions" : [1,1],
         "spacing" : [10, 10],
         "backingImage" : "/interface/inventory/empty.png"
        },
        "outputItemGrid" : {
          "type" : "itemgrid",
         "slotOffset" : 1,
          "position" [112,39],
          "dimensions" : [1,1],
          "spacing" : [19,19],
          "backingImage" : "/interface/inventory/empty.png"
        },
        "overlay" : {
          "type" : "image",
          "file" : "interface/objectcrafting/campfire_shine.png",
          "position" : [-20, 20]
        }
      }
    }
    
     
  2. gg30433043

    gg30433043 Subatomic Cosmonaut

    Im pretty burned out right now, But it looks like to me that there is some error in your files
    [13:39:06.879] Error: Exception caught loading asset: /objects/Crystal Upgrade/crystalupgrade.config, (AssetException) Could not read JSON asset /objects/Crystal Upgrade/crystalupgrade.config
    Caused by: (JsonParsingException) Cannot parse json file: /objects/Crystal Upgrade/crystalupgrade.config

    Looks like in the config file, there is an error at 4:13
    Caused by: (JsonParsingException) Error parsing json: unexpected character parsing word at 4:13

    So it pretty much has nothing to do where you placed it. It can find it, there is jut an error in your code. Looking for it right now.
     
  3. gg30433043

    gg30433043 Subatomic Cosmonaut

    AHA found it

    in your config file you forgot a character
    "type" : background",

    change to

    "type" : "background",

    Also, would you mind uploading your mod, I would love to play it. :D

    I love seeing other people's amazing work.
     
  4. Nujuju299

    Nujuju299 Big Damn Hero

    Is not finished yet but I was considering that. I'm not used to the forums so I'll go ahead and try adding you to occasionally give you updates if you want, and let you know when it's done.
    Did I really miss a quote? I feel like an idiot. lol, thanks for the help though. :)

    Unfortunately, its' still spitting out errors so let me attach new log here, along with the fix:

    Edited again: So it was a couple other "I forgot a ':'," and I needed some more absolute paths so, new error log from fixed-ish config:
    Code:
    Start logging at: 2016-05-14 15:09:27.306
    [15:09:27.308] Info: Star::Root using bootstrap file 'C:\Valve\Steam\steamapps\common\Starbound\win64\sbboot.config'
    [15:09:27.308] Info: Star::Root using storage directory 'C:\Valve\Steam\steamapps\common\Starbound\giraffe_storage\'
    [15:09:27.308] Info: Preparing Star::Root...
    [15:09:27.308] Info: Detected mod 'Crystal Weapons' at '../giraffe_storage/mods\Crystal Weapons\.'
    [15:09:27.308] Info: Loading Configuration with config file: 'starbound.config'
    [15:09:27.308] Info: Loading Star::Configuration from 'Just (.\..\giraffe_storage\starbound.config)'
    [15:09:27.309] Info: Writing Star::Configuration to '.\..\giraffe_storage\starbound.config'
    [15:09:27.314] Info: Initializing Star::Root with 3 assets sources
    [15:09:27.314] Info: Done preparing Star::Root.
    [15:09:27.314] Info: Client Version 'Beta v. Glad Giraffe - Update 3' Revision: 30555b17a491c2a97ab0afbff3b848a1fd937dbd Protocol: 711
    [15:09:27.314] Info: Initialized SDL
    [15:09:27.875] Info: Initialized SDL Video
    [15:09:27.887] Info: Initialized SDL Joystick
    [15:09:27.890] Info: Initialized SDL Sound
    [15:09:27.916] Info: Opened default audio device with 44khz / 16 bit stereo audio, 2048 sample size buffer
    [15:09:27.916] Info: Loading Assets
    [15:09:27.916] Info: Loading assets from: '../assets/packed.pak'
    [15:09:27.916] Info: Loading assets from: '../assets/user'
    [15:09:27.916] Info: Loading assets from: '../giraffe_storage/mods\Crystal Weapons\.'
    [15:09:28.167] Info: Done loading Assets in 0.251 seconds
    [15:09:28.170] Info: Loading NameGenerator
    [15:09:28.171] Info: Initializing SDL Window
    [15:09:28.174] Info: Done loading NameGenerator in 0.00399995 seconds
    [15:09:28.174] Info: Loading ObjectDatabase
    [15:09:28.652] Info: Done loading ObjectDatabase in 0.478 seconds
    [15:09:28.652] Info: Loading PlantDatabase
    [15:09:28.746] Info: Done loading PlantDatabase in 0.0940001 seconds
    [15:09:28.746] Info: Loading ProjectileDatabase
    [15:09:28.854] Info: OpenGL version: '4.5.0 NVIDIA 365.10' vendor: 'NVIDIA Corporation' renderer: 'GeForce GTX 680/PCIe/SSE2' shader: '4.50 NVIDIA'
    [15:09:28.854] Info: Created initial window 1920x1080
    [15:09:28.864] Info: Renderer initialized
    [15:09:28.866] Info: Renderer destroyed
    [15:09:28.866] Info: Initializing SDL Window
    [15:09:29.130] Info: OpenGL version: '4.5.0 NVIDIA 365.10' vendor: 'NVIDIA Corporation' renderer: 'GeForce GTX 680/PCIe/SSE2' shader: '4.50 NVIDIA'
    [15:09:29.130] Info: Re-created window 1920x1080
    [15:09:29.130] Info: Renderer initialized
    [15:09:29.132] Info: Loading ImageMetadataDatabase
    [15:09:29.132] Info: Done loading ImageMetadataDatabase in 0 seconds
    [15:09:29.255] Info: Done loading ProjectileDatabase in 0.509 seconds
    [15:09:29.255] Info: Loading MonsterDatabase
    [15:09:29.517] Info: Done loading MonsterDatabase in 0.262 seconds
    [15:09:29.517] Info: Loading NpcDatabase
    [15:09:29.560] Info: Done loading NpcDatabase in 0.043 seconds
    [15:09:29.560] Info: Loading StagehandDatabase
    [15:09:29.560] Info: Done loading StagehandDatabase in 0 seconds
    [15:09:29.560] Info: Loading VehicleDatabase
    [15:09:29.562] Info: Done loading VehicleDatabase in 0.00200009 seconds
    [15:09:29.563] Info: Loading PlayerFactory
    [15:09:29.565] Info: Done loading PlayerFactory in 0.00300002 seconds
    [15:09:29.565] Info: Loading EntityFactory
    [15:09:29.565] Info: Loading VersioningDatabase
    [15:09:29.566] Info: Done loading VersioningDatabase in 0.000999928 seconds
    [15:09:29.566] Info: Done loading EntityFactory in 0.000999928 seconds
    [15:09:29.566] Info: Loading ItemDatabase
    [15:09:32.975] Info: Loading FunctionDatabase
    [15:09:32.989] Info: Done loading FunctionDatabase in 0.0139999 seconds
    [15:09:32.991] Info: Loading ParticleDatabase
    [15:09:33.060] Info: Done loading ParticleDatabase in 0.069 seconds
    [15:09:35.395] Info: Done loading ItemDatabase in 5.829 seconds
    [15:09:35.395] Info: Loading MaterialDatabase
    [15:09:35.491] Info: Done loading MaterialDatabase in 0.096 seconds
    [15:09:35.491] Info: Loading TerrainDatabase
    [15:09:35.521] Info: Done loading TerrainDatabase in 0.0300002 seconds
    [15:09:35.521] Info: Loading BiomeDatabase
    [15:09:35.564] Info: Done loading BiomeDatabase in 0.043 seconds
    [15:09:35.564] Info: Loading LiquidsDatabase
    [15:09:35.566] Info: Done loading LiquidsDatabase in 0.00199986 seconds
    [15:09:35.566] Info: Loading StatusEffectDatabase
    [15:09:35.582] Info: Done loading StatusEffectDatabase in 0.016 seconds
    [15:09:35.582] Info: Loading DamageDatabase
    [15:09:35.710] Info: Done loading DamageDatabase in 0.128 seconds
    [15:09:35.710] Info: Loading EffectSourceDatabase
    [15:09:35.721] Info: Done loading EffectSourceDatabase in 0.0109999 seconds
    [15:09:35.721] Info: Loading TreasureDatabase
    [15:09:35.749] Info: Done loading TreasureDatabase in 0.0280001 seconds
    [15:09:35.749] Info: Loading DungeonDefinitions
    [15:09:36.017] Info: Done loading DungeonDefinitions in 0.268 seconds
    [15:09:36.017] Info: Loading TilesetDatabase
    [15:09:36.017] Info: Done loading TilesetDatabase in 0 seconds
    [15:09:36.017] Info: Loading EmoteProcessor
    [15:09:36.017] Info: Done loading EmoteProcessor in 0 seconds
    [15:09:36.017] Info: Loading SpeciesDatabase
    [15:09:36.023] Info: Done loading SpeciesDatabase in 0.00600004 seconds
    [15:09:36.023] Info: Loading QuestTemplateDatabase
    [15:09:36.042] Info: Done loading QuestTemplateDatabase in 0.0190001 seconds
    [15:09:36.042] Info: Loading AiDatabase
    [15:09:36.051] Info: Done loading AiDatabase in 0.00900006 seconds
    [15:09:36.051] Info: Loading TechDatabase
    [15:09:36.058] Info: Done loading TechDatabase in 0.00699997 seconds
    [15:09:36.058] Info: Loading CodexDatabase
    [15:09:36.158] Info: Done loading CodexDatabase in 0.099 seconds
    [15:09:36.158] Info: Loading BehaviorDatabase
    [15:09:36.219] Info: Done loading BehaviorDatabase in 0.0610001 seconds
    [15:09:36.219] Info: Loading DanceDatabase
    [15:09:36.221] Info: Done loading DanceDatabase in 0.00199986 seconds
    [15:09:36.221] Info: Loading SpawnTypeDatabase
    [15:09:36.226] Info: Done loading SpawnTypeDatabase in 0.00500011 seconds
    [15:09:36.227] Info: Done fully loading Star::Root
    [15:09:36.237] Info: Renderer destroyed
    [15:09:37.666] Info: Renderer initialized
    [15:09:47.577] Info: Renderer destroyed
    [15:09:47.605] Info: UniverseServer: Acquiring universe lock file
    [15:09:47.609] Info: UniverseServer: Loading settings
    [15:09:47.610] Info: UniverseServer: No default world set; using randomized starter worlds
    [15:09:47.611] Info: UniverseServer: Starting UniverseServer with UUID: 9687e17e3a816f595a1b7f01b4ecc751
    [15:09:47.612] Info: UniverseServer: Logged in player 'Clem Dodger' locally
    [15:09:47.612] Info: UniverseServer: Logged in account '<anonymous>' as player 'Clem Dodger' from address local
    [15:09:47.618] Info: UniverseServer: Spawning player at ship
    [15:09:47.618] Info: UniverseServer: Client 'Clem Dodger' <1> (local) connected
    [15:09:47.619] Info: UniverseClient: Joined server as client 1
    [15:09:47.716] Info: UniverseServer: Creating new client ship world ClientShipWorld:55f446c041a7c2fafe35754a4c560658
    [15:09:47.859] Info: Renderer initialized
    [15:10:00.232] Info: UniverseServer: Creating celestial world -472048208:502444686:11847332:5:1
    [15:10:00.334] Info: Chat: <server> Admin privileges now given to player Clem Dodger
    [15:10:00.385] Info: Placing dungeon naturalcave
    [15:10:00.462] Info: Generating dungeon naturalcave (NOT FORCED)
    [15:10:00.463] Info: Placing dungeon at (2511, 875)
    [15:10:13.275] Error: WorldServerThread exception caught: (JsonException) Improper conversion to int from null
    [0] 140041933
    [1] 14003e2c8
    [2] 13fe22415
    [3] 13fe223c6
    [4] 140057081
    [5] 13ffc2d38
    [6] 13fdb9ef6
    [7] 13fde9a23
    [8] 13fde9892
    [9] 140055f0d
    [10] 77a65a4d BaseThreadInitThunk
    [11] 77b9b831 RtlUserThreadStart
    [15:10:13.356] Error: UniverseServer: World thread has stopped due to an error, removing world ClientShipWorld:55f446c041a7c2fafe35754a4c560658
    [15:10:13.487] Info: Client received world stop packet, leaving: Removed
    [15:10:13.525] Info: UniverseServer: Client 'Clem Dodger' <1> (local) disconnected
    [15:10:13.530] Error: You were disconnected from the server for the following reason:
    Client ship world has errored
    [15:10:13.531] Info: Renderer destroyed
    [15:10:13.625] Info: UniverseServer: Stopping UniverseServer
    [15:10:14.073] Info: Renderer initialized
    [15:10:17.715] Info: Renderer destroyed
    [15:10:17.750] Info: Renderer initialized
    [15:10:19.020] Info: Renderer destroyed
    [15:10:19.020] Info: Application quitting!
    [15:10:19.020] Info: Client shutdown gracefully
    [15:10:19.484] Info: Shutting down Star::Root
    
    
    


    It corrupted the world but thankfully it was just on the one ship with the one character used purely for testing the mod, so... It's corrupting the world now! :p

    New config: (old .object is still old and hasn't changed.)
    Code:
    {
      "gui" : {
        "background" : {
         "type" : "background",
         "fileHeader" : "/objects/Crystal Upgrade/Crystal_header.png",
         "fileBody" : "/objects/Crystal Upgrade/Crystal_body.png",
         "fileFooter" : "/objects/Crystal Upgrade/Crystal_footer.png"
        },
        "itemGrid" : {
          "type" : "itemgrid",
         "position" : [43, 39],
         "dimensions" : [1,1],
         "spacing" : [10, 10],
         "backingImage" : "/interface/inventory/empty.png"
        },
        "outputItemGrid" : {
          "type" : "itemgrid",
         "slotOffset" : 1,
          "position" : [112,39],
          "dimensions" : [1,1],
          "spacing" : [19,19],
          "backingImage" : "/interface/inventory/empty.png"
        },
        "overlay" : {
          "type" : "image",
          "file" : "/interface/objectcrafting/campfire_shine.png",
          "position" : [-20, 20]
        }
      }
    }
    
     
    Last edited: May 14, 2016
  5. gg30433043

    gg30433043 Subatomic Cosmonaut

    Syntax error in config :p

    "position" [112,39],

    should be
    "position" : [112,39],
     
  6. Nujuju299

    Nujuju299 Big Damn Hero

    Sorry, was busy testing briefly and fixing, in my previous post here. It seems you got to it before I "fixed," it. lol
     
  7. gg30433043

    gg30433043 Subatomic Cosmonaut

    Any other Issues?
     
  8. gg30433043

    gg30433043 Subatomic Cosmonaut

    by the way, do you know how to use the gates that are floating in each solar system? It looks like I have to backtrack to my home world to find my original gate so i can get to the outpost.
     
  9. Nujuju299

    Nujuju299 Big Damn Hero

    Yes still having an issue somewhere, unfortunately my friend wanted my to play with him so, stuck until tomorrow I guess. Lol, sorry for this pay being spam based.

    You can go to the two stop tele shop to bookmark it so you can skip back to the outpost from either ship or any teleporter you get your hands on. :p
     
  10. Nujuju299

    Nujuju299 Big Damn Hero

    Fixed it! It had seemed like it was missing a variable that it needed but.... It wasn't telling me what variable it was missing. Well, missing an integer anyways. So adding some variables that I thought were pointless seems to have fixed the problem. For the record, and I don't know which if all of these variables are required, but the last one on the list fixed the issue:

    "frameCooldown" : #,
    "autoCloseCooldown" : 3600
     
  11. gg30433043

    gg30433043 Subatomic Cosmonaut

    I think The last one was the necessary one. Keep up the good work :up:
     
  12. Marxon

    Marxon Supernova

    Line 4 character 13 on crystalupgrade.config, something that doesn't belong.

    It gets easier when you learn what to look for, I was like you not long ago.

    Optimistic and oblivious.
     

Share This Page