Modding Help Asset loading error

Discussion in 'Starbound Modding' started by H4Dragons, Jul 8, 2018.

  1. H4Dragons

    H4Dragons Void-Bound Voyager

    Hello, I'm doing some personal modifications to an already existing mod. I created a new furnace and the game is having trouble loading it it seems.


    [15:31:28.337] [Error] Exception caught loading asset: /objects/avalicrafting/avalifurnace/avalifurnace.object, (AssetException) Could not read JSON asset /objects/avalicrafting/avalifurnace/avalifurnace.object
    [0] 13f897153 Star::captureStack
    [1] 13f895ede Star::StarException::StarException
    [2] 13f895fc8 Star::StarException::StarException
    [3] 13f8a6b60 Star::AssetException::AssetException
    [4] 1401da391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()'::`1'::catch$25
    [5] 7fef4afc840 _C_specific_handler
    [6] 7fef4af2e83 _TypeMatch
    [7] 7700baf3 RtlRestoreContext
    [8] 13f8a964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::eek:perator()
    [9] 13f8a1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 13f8a45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 13f8a25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 13f8aa286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 13fc4a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [14] 13f8b3d68 Star::Assets::processAssetData
    [15] 13f8b1e18 Star::Assets::loadJson
    [16] 13f8b111d Star::Assets::loadAsset
    [17] 13f8ae32f Star::Assets::doLoad
    [18] 13f8afe1b Star::Assets::getAsset
    [19] 13f8b0dd2 Star::Assets::json
    [20] 13fb42f84 Star::ObjectDatabase::ObjectDatabase
    [21] 13fc448d5 std::make_shared<Star::ObjectDatabase>
    [22] 13fc498c9 <lambda_ad7e19ff40b932b3042616b2e24a8a33>::eek:perator()
    [23] 13fc3b12f std::_Invoker_functor::_Call<<lambda_ad7e19ff40b932b3042616b2e24a8a33> & __ptr64>
    [24] 13fc3ef66 std::invoke<<lambda_ad7e19ff40b932b3042616b2e24a8a33> & __ptr64>
    [25] 13fc3c9d9 std::_Invoke_ret<std::shared_ptr<Star::ObjectDatabase>,<lambda_ad7e19ff40b932b3042616b2e24a8a33> & __ptr64>
    [26] 13fc4bb26 std::_Func_impl<<lambda_ad7e19ff40b932b3042616b2e24a8a33>,std::allocator<int>,std::shared_ptr<Star::ObjectDatabase> >::_Do_call
    [27] 13fc4a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::eek:perator()
    [28] 13fc41843 Star::Root::loadMemberFunction<Star::ObjectDatabase>
    [29] 13fc3f789 Star::Root::loadMember<Star::ObjectDatabase>
    [30] 13fc50ac2 Star::Root::eek:bjectDatabase
    [31] 13fc3b3a0 std::_Invoker_pmf_pointer::_Call<std::shared_ptr<Star::CollectionDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [32] 13fc3ebd9 std::invoke<std::shared_ptr<Star::VersioningDatabase const > (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [33] 13fc3c5ec std::_Invoke_ret<std::shared_ptr<Star::Configuration> (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [34] 13fc3b42e std::_Call_binder<std::_Unforced,0,std::shared_ptr<Star::StagehandDatabase const > (__cdecl Star::Root::*)(void) __ptr64,std::tuple<Star::Root * __ptr64>,std::tuple<> >
    [35] 13fc3ab8e std::_Binder<std::_Unforced,std::shared_ptr<Star::LiquidsDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const>::eek:perator()<>
    [36] 13fc4b592 std::_Func_impl<Star::SwallowReturn<std::_Binder<std::_Unforced,std::shared_ptr<Star::TreasureDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const> >,std::allocator<int>,void>::_Do_call
    [37] 13f88dc1b <lambda_7b083dc4bdd496712d99e51bb49515b5>::eek:perator()
    [38] 13f88ea42 Star::WorkerPool::WorkerThread::run
    [39] 13f893c5e Star::ThreadImpl::runThread
    [40] 76d959cd BaseThreadInitThunk
    [41] 76ff383d RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /objects/avalicrafting/avalifurnace/avalifurnace.object


    The game will load and play until i open the menu to craft it and it crashes :cry:
     
  2. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    we need the entire log, and please either put it in [code][/code] format, or upload it to here or pastebin (or related)
     
  3. H4Dragons

    H4Dragons Void-Bound Voyager

    Here is the entire log and thx for the reply

    Code:
    [15:31:22.912] [Info] Root: Preparing Root...
    [15:31:22.912] [Info] Root: Done preparing Root.
    [15:31:22.912] [Info] Client Version 1.3.3 (windows x86_64) Source ID: c21069b204d626bfe673a047a2100d2fcd0766d4 Protocol: 743
    [15:31:22.912] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [15:31:24.201] [Warn] Root: Unrecognized file in asset directory 'steam_appid.txt', skipping
    [15:31:24.202] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [15:31:24.203] [Warn] Root: Unrecognized file in asset directory 'ACCM1.4.rar', skipping
    [15:31:24.206] [Warn] Root: Unrecognized file in asset directory 'Avali Heavy Mining Laser.zip', skipping
    [15:31:24.251] [Warn] Root: Unrecognized file in asset directory 'Avali-triage.zip', skipping
    [15:31:24.252] [Warn] Root: Unrecognized file in asset directory 'AvaliTurrets.zip', skipping
    [15:31:24.254] [Warn] Root: Unrecognized file in asset directory 'CompactCrops - CG - 1.4.zip', skipping
    [15:31:24.259] [Warn] Root: Unrecognized file in asset directory 'Gardenbot2_2115.zip', skipping
    [15:31:24.259] [Warn] Root: Unrecognized file in asset directory 'Gardenbot2_MP_2107.zip', skipping
    [15:31:24.263] [Warn] Root: Unrecognized file in asset directory 'Switch Fighter.rar', skipping
    [15:31:24.263] [Warn] Root: Unrecognized file in asset directory 'XSMM_170717.zip', skipping
    [15:31:24.284] [Warn] Root: Overriding duplicate asset source '..\mods\Avali Heavy Mining Laser' named 'avaliheavymininglaser' with higher or equal priority source '..\mods\contents (7).pak
    [15:31:24.312] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [15:31:24.317] [Warn] Root: Unrecognized file in asset directory 'portableoutpost1.8.zip', skipping
    [15:31:24.319] [Warn] Root: Unrecognized file in asset directory 'skizots_dozers_1422.zip', skipping
    [15:31:24.319] [Warn] Root: Unrecognized file in asset directory 'steam_appid.txt', skipping
    [15:31:24.322] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [15:31:24.322] [Info] Root: Detected asset source named 'The Avali MM' at '..\mods\contents (11).pak'
    [15:31:24.322] [Info] Root: Detected unnamed asset source at '..\mods\ACCM'
    [15:31:24.322] [Info] Root: Detected unnamed asset source at '..\mods\Atmospheric_Entry.pak'
    [15:31:24.322] [Info] Root: Detected asset source named 'Avali' at '..\mods\Avali-triage'
    [15:31:24.322] [Info] Root: Detected asset source named 'avalidronepet' at '..\mods\Avali Drones.pak'
    [15:31:24.322] [Info] Root: Detected asset source named 'avaliheavymininglaser' at '..\mods\contents (7).pak'
    [15:31:24.322] [Info] Root: Detected unnamed asset source at '..\mods\AvaliTurrets'
    [15:31:24.322] [Info] Root: Detected asset source named 'CompactCrops' at '..\mods\CompactCrops - CG - 1.4'
    [15:31:24.322] [Info] Root: Detected asset source named 'Mecharachnid v2.3' at '..\mods\Mecharachnid v2.3 (p1.2).pak'
    [15:31:24.322] [Info] Root: Detected unnamed asset source at '..\mods\Switch Fighter'
    [15:31:24.322] [Info] Root: Detected asset source named 'XS Mechs : Modular Edition (BETA)' at '..\mods\XSMechs_ModularEdition.pak'
    [15:31:24.322] [Info] Root: Detected asset source named 'mechavali' at '..\mods\contents (10).pak'
    [15:31:24.322] [Info] Root: Detected asset source named 'Shuttlecraft' at '..\mods\contents (12).pak'
    [15:31:24.323] [Info] Root: Detected asset source named 'WolFenFLCN-11Gunship' at '..\mods\contents (14).pak'
    [15:31:24.323] [Info] Root: Detected asset source named 'ContainerUITweak' at '..\mods\contents (3).pak'
    [15:31:24.323] [Info] Root: Detected asset source named 'Avali mannequin' at '..\mods\contents (4).pak'
    [15:31:24.323] [Info] Root: Detected asset source named 'Avali_Additions' at '..\mods\contents (6).pak'
    [15:31:24.323] [Info] Root: Detected asset source named 'Avali Objects+' at '..\mods\contents (8).pak'
    [15:31:24.323] [Info] Root: Detected asset source named 'Portable Outpost' at '..\mods\portableoutpost'
    [15:31:24.323] [Info] Root: Detected asset source named 'Avali Augments And Assorments: Revisited & patched' at '..\mods\unpack'
    [15:31:24.323] [Info] Root: Detected asset source named 'GardenBot2' at '..\mods\Gardenbot2'
    [15:31:24.323] [Info] Root: Detected asset source named 'skizots_dozers' at '..\mods\skizots_dozers'
    [15:31:24.323] [Info] Root: Detected asset source named 'xsmm_weapons' at '..\mods\XSMechs_WeaponsPlus.pak'
    [15:31:24.323] [Info] Root: Detected asset source named 'skippable_cinematics' at '..\mods\contents (2).pak'
    [15:31:24.323] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [15:31:24.323] [Info] Loading assets from: '..\assets\packed.pak'
    [15:31:25.747] [Info] Loading assets from: '..\mods\contents (11).pak'
    [15:31:25.748] [Info] Loading assets from: '..\mods\ACCM'
    [15:31:25.749] [Info] Loading assets from: '..\mods\Atmospheric_Entry.pak'
    [15:31:25.749] [Info] Loading assets from: '..\mods\Avali-triage'
    [15:31:25.873] [Info] Loading assets from: '..\mods\Avali Drones.pak'
    [15:31:25.874] [Info] Loading assets from: '..\mods\contents (7).pak'
    [15:31:25.875] [Info] Loading assets from: '..\mods\AvaliTurrets'
    [15:31:25.877] [Info] Loading assets from: '..\mods\CompactCrops - CG - 1.4'
    [15:31:25.881] [Info] Loading assets from: '..\mods\Mecharachnid v2.3 (p1.2).pak'
    [15:31:25.883] [Info] Loading assets from: '..\mods\Switch Fighter'
    [15:31:25.887] [Info] Loading assets from: '..\mods\XSMechs_ModularEdition.pak'
    [15:31:25.889] [Info] Loading assets from: '..\mods\contents (10).pak'
    [15:31:25.890] [Info] Loading assets from: '..\mods\contents (12).pak'
    [15:31:25.894] [Info] Loading assets from: '..\mods\contents (14).pak'
    [15:31:25.901] [Info] Loading assets from: '..\mods\contents (3).pak'
    [15:31:25.902] [Info] Loading assets from: '..\mods\contents (4).pak'
    [15:31:25.903] [Info] Loading assets from: '..\mods\contents (6).pak'
    [15:31:25.904] [Info] Loading assets from: '..\mods\contents (8).pak'
    [15:31:25.945] [Info] Loading assets from: '..\mods\portableoutpost'
    [15:31:25.957] [Info] Loading assets from: '..\mods\unpack'
    [15:31:25.963] [Info] Loading assets from: '..\mods\Gardenbot2'
    [15:31:25.974] [Info] Loading assets from: '..\mods\skizots_dozers'
    [15:31:25.980] [Info] Loading assets from: '..\mods\XSMechs_WeaponsPlus.pak'
    [15:31:25.984] [Info] Loading assets from: '..\mods\contents (2).pak'
    [15:31:25.985] [Info] Loading assets from: '..\assets\user'
    [15:31:27.119] [Info] Assets digest is aba95a58e0d9b2e9114f7ddc2c474902cdfc4eca6af1e704a0a962071a0d0cbf
    [15:31:27.119] [Info] Root: Loaded Assets in 4.20672 seconds
    [15:31:27.126] [Info] Application: Initializing SDL Video
    [15:31:27.133] [Info] Application: Initializing SDL Joystick
    [15:31:27.141] [Info] Application: Initializing SDL Sound
    [15:31:27.199] [Info] Failed to initialize Steam platform services
    [15:31:27.199] [Info] Application: No platform services available
    [15:31:27.199] [Info] Application: Creating SDL Window
    [15:31:27.418] [Info] Application: Enabling VSync with late swap tearing
    [15:31:27.483] [Info] Application: Opened default audio device with 44.1khz / 16 bit stereo audio, 2048 sample size buffer
    [15:31:27.493] [Info] OpenGL version: '4.4.0' vendor: 'NVIDIA Corporation' renderer: 'GeForce GT 630/PCIe/SSE2' shader: '4.40 NVIDIA via Cg compiler'
    [15:31:27.494] [Info] Application: initialization...
    [15:31:27.496] [Info] Root: Loaded Configuration in 0.0018656 seconds
    [15:31:27.497] [Info] Application: Disabling VSync
    [15:31:27.503] [Info] Application: renderer initialization...
    [15:31:27.505] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [15:31:27.506] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [15:31:27.508] [Info] Root: Loaded ImageMetadataDatabase in 1.71096e-06 seconds
    [15:31:27.535] [Info] Application: main update loop...
    [15:31:27.582] [Info] Root: Loaded NameGenerator in 0.0406176 seconds
    [15:31:27.789] [Info] Root: Loaded PlantDatabase in 0.207015 seconds
    [15:31:28.337] [Error] Exception caught loading asset: /objects/avalicrafting/avalifurnace/avalifurnace.object, (AssetException) Could not read JSON asset /objects/avalicrafting/avalifurnace/avalifurnace.object
    [0] 13f897153 Star::captureStack
    [1] 13f895ede Star::StarException::StarException
    [2] 13f895fc8 Star::StarException::StarException
    [3] 13f8a6b60 Star::AssetException::AssetException
    [4] 1401da391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()'::`1'::catch$25
    [5] 7fef4afc840 _C_specific_handler
    [6] 7fef4af2e83 _TypeMatch
    [7] 7700baf3 RtlRestoreContext
    [8] 13f8a964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [9] 13f8a1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 13f8a45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 13f8a25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 13f8aa286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 13fc4a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [14] 13f8b3d68 Star::Assets::processAssetData
    [15] 13f8b1e18 Star::Assets::loadJson
    [16] 13f8b111d Star::Assets::loadAsset
    [17] 13f8ae32f Star::Assets::doLoad
    [18] 13f8afe1b Star::Assets::getAsset
    [19] 13f8b0dd2 Star::Assets::json
    [20] 13fb42f84 Star::ObjectDatabase::ObjectDatabase
    [21] 13fc448d5 std::make_shared<Star::ObjectDatabase>
    [22] 13fc498c9 <lambda_ad7e19ff40b932b3042616b2e24a8a33>::operator()
    [23] 13fc3b12f std::_Invoker_functor::_Call<<lambda_ad7e19ff40b932b3042616b2e24a8a33> & __ptr64>
    [24] 13fc3ef66 std::invoke<<lambda_ad7e19ff40b932b3042616b2e24a8a33> & __ptr64>
    [25] 13fc3c9d9 std::_Invoke_ret<std::shared_ptr<Star::ObjectDatabase>,<lambda_ad7e19ff40b932b3042616b2e24a8a33> & __ptr64>
    [26] 13fc4bb26 std::_Func_impl<<lambda_ad7e19ff40b932b3042616b2e24a8a33>,std::allocator<int>,std::shared_ptr<Star::ObjectDatabase> >::_Do_call
    [27] 13fc4a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [28] 13fc41843 Star::Root::loadMemberFunction<Star::ObjectDatabase>
    [29] 13fc3f789 Star::Root::loadMember<Star::ObjectDatabase>
    [30] 13fc50ac2 Star::Root::objectDatabase
    [31] 13fc3b3a0 std::_Invoker_pmf_pointer::_Call<std::shared_ptr<Star::CollectionDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [32] 13fc3ebd9 std::invoke<std::shared_ptr<Star::VersioningDatabase const > (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [33] 13fc3c5ec std::_Invoke_ret<std::shared_ptr<Star::Configuration> (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [34] 13fc3b42e std::_Call_binder<std::_Unforced,0,std::shared_ptr<Star::StagehandDatabase const > (__cdecl Star::Root::*)(void) __ptr64,std::tuple<Star::Root * __ptr64>,std::tuple<> >
    [35] 13fc3ab8e std::_Binder<std::_Unforced,std::shared_ptr<Star::LiquidsDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const>::operator()<>
    [36] 13fc4b592 std::_Func_impl<Star::SwallowReturn<std::_Binder<std::_Unforced,std::shared_ptr<Star::TreasureDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const> >,std::allocator<int>,void>::_Do_call
    [37] 13f88dc1b <lambda_7b083dc4bdd496712d99e51bb49515b5>::operator()
    [38] 13f88ea42 Star::WorkerPool::WorkerThread::run
    [39] 13f893c5e Star::ThreadImpl::runThread
    [40] 76d959cd BaseThreadInitThunk
    [41] 76ff383d RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /objects/avalicrafting/avalifurnace/avalifurnace.object
    [0] 13f897153 Star::captureStack
    [1] 13f895ede Star::StarException::StarException
    [2] 13f895fc8 Star::StarException::StarException
    [3] 13f8a7a60 Star::JsonParsingException::JsonParsingException
    [4] 1401db666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7fef4afc840 _C_specific_handler
    [6] 7fef4af2e83 _TypeMatch
    [7] 7700baf3 RtlRestoreContext
    [8] 13f8b436a Star::Assets::readJson
    [9] 13f8a964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [10] 13f8a1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 13f8a45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 13f8a25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 13f8aa286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 13fc4a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [15] 13f8b3d68 Star::Assets::processAssetData
    [16] 13f8b1e18 Star::Assets::loadJson
    [17] 13f8b111d Star::Assets::loadAsset
    [18] 13f8ae32f Star::Assets::doLoad
    [19] 13f8afe1b Star::Assets::getAsset
    [20] 13f8b0dd2 Star::Assets::json
    [21] 13fb42f84 Star::ObjectDatabase::ObjectDatabase
    [22] 13fc448d5 std::make_shared<Star::ObjectDatabase>
    [23] 13fc498c9 <lambda_ad7e19ff40b932b3042616b2e24a8a33>::operator()
    [24] 13fc3b12f std::_Invoker_functor::_Call<<lambda_ad7e19ff40b932b3042616b2e24a8a33> & __ptr64>
    [25] 13fc3ef66 std::invoke<<lambda_ad7e19ff40b932b3042616b2e24a8a33> & __ptr64>
    [26] 13fc3c9d9 std::_Invoke_ret<std::shared_ptr<Star::ObjectDatabase>,<lambda_ad7e19ff40b932b3042616b2e24a8a33> & __ptr64>
    [27] 13fc4bb26 std::_Func_impl<<lambda_ad7e19ff40b932b3042616b2e24a8a33>,std::allocator<int>,std::shared_ptr<Star::ObjectDatabase> >::_Do_call
    [28] 13fc4a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [29] 13fc41843 Star::Root::loadMemberFunction<Star::ObjectDatabase>
    [30] 13fc3f789 Star::Root::loadMember<Star::ObjectDatabase>
    [31] 13fc50ac2 Star::Root::objectDatabase
    [32] 13fc3b3a0 std::_Invoker_pmf_pointer::_Call<std::shared_ptr<Star::CollectionDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [33] 13fc3ebd9 std::invoke<std::shared_ptr<Star::VersioningDatabase const > (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [34] 13fc3c5ec std::_Invoke_ret<std::shared_ptr<Star::Configuration> (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [35] 13fc3b42e std::_Call_binder<std::_Unforced,0,std::shared_ptr<Star::StagehandDatabase const > (__cdecl Star::Root::*)(void) __ptr64,std::tuple<Star::Root * __ptr64>,std::tuple<> >
    [36] 13fc3ab8e std::_Binder<std::_Unforced,std::shared_ptr<Star::LiquidsDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const>::operator()<>
    [37] 13fc4b592 std::_Func_impl<Star::SwallowReturn<std::_Binder<std::_Unforced,std::shared_ptr<Star::TreasureDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const> >,std::allocator<int>,void>::_Do_call
    [38] 13f88dc1b <lambda_7b083dc4bdd496712d99e51bb49515b5>::operator()
    [39] 13f88ea42 Star::WorkerPool::WorkerThread::run
    [40] 13f893c5e Star::ThreadImpl::runThread
    [41] 76d959cd BaseThreadInitThunk
    [42] 76ff383d RtlUserThreadStart
    Caused by: (JsonParsingException) Json object contains a duplicate entry for key 'category'
    [0] 13f897153 Star::captureStack
    [1] 13f895ede Star::StarException::StarException
    [2] 13f83ed03 Star::JsonBuilderStream::endObject
    [3] 13f8b2671 Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::object
    [4] 13f8b68fc Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::top
    [5] 13f8b2874 Star::JsonParser<Star::U8ToU32Iterator<char * __ptr64,char32_t> >::parse
    [6] 13f8a436d Star::inputUtf8Json<char * __ptr64>
    [7] 13f8b436a Star::Assets::readJson
    [8] 13f8a964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [9] 13f8a1b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 13f8a45f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 13f8a25a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 13f8aa286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 13fc4a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [14] 13f8b3d68 Star::Assets::processAssetData
    [15] 13f8b1e18 Star::Assets::loadJson
    [16] 13f8b111d Star::Assets::loadAsset
    [17] 13f8ae32f Star::Assets::doLoad
    [18] 13f8afe1b Star::Assets::getAsset
    [19] 13f8b0dd2 Star::Assets::json
    [20] 13fb42f84 Star::ObjectDatabase::ObjectDatabase
    [21] 13fc448d5 std::make_shared<Star::ObjectDatabase>
    [22] 13fc498c9 <lambda_ad7e19ff40b932b3042616b2e24a8a33>::operator()
    [23] 13fc3b12f std::_Invoker_functor::_Call<<lambda_ad7e19ff40b932b3042616b2e24a8a33> & __ptr64>
    [24] 13fc3ef66 std::invoke<<lambda_ad7e19ff40b932b3042616b2e24a8a33> & __ptr64>
    [25] 13fc3c9d9 std::_Invoke_ret<std::shared_ptr<Star::ObjectDatabase>,<lambda_ad7e19ff40b932b3042616b2e24a8a33> & __ptr64>
    [26] 13fc4bb26 std::_Func_impl<<lambda_ad7e19ff40b932b3042616b2e24a8a33>,std::allocator<int>,std::shared_ptr<Star::ObjectDatabase> >::_Do_call
    [27] 13fc4a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [28] 13fc41843 Star::Root::loadMemberFunction<Star::ObjectDatabase>
    [29] 13fc3f789 Star::Root::loadMember<Star::ObjectDatabase>
    [30] 13fc50ac2 Star::Root::objectDatabase
    [31] 13fc3b3a0 std::_Invoker_pmf_pointer::_Call<std::shared_ptr<Star::CollectionDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [32] 13fc3ebd9 std::invoke<std::shared_ptr<Star::VersioningDatabase const > (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [33] 13fc3c5ec std::_Invoke_ret<std::shared_ptr<Star::Configuration> (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [34] 13fc3b42e std::_Call_binder<std::_Unforced,0,std::shared_ptr<Star::StagehandDatabase const > (__cdecl Star::Root::*)(void) __ptr64,std::tuple<Star::Root * __ptr64>,std::tuple<> >
    [35] 13fc3ab8e std::_Binder<std::_Unforced,std::shared_ptr<Star::LiquidsDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const>::operator()<>
    [36] 13fc4b592 std::_Func_impl<Star::SwallowReturn<std::_Binder<std::_Unforced,std::shared_ptr<Star::TreasureDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const> >,std::allocator<int>,void>::_Do_call
    [37] 13f88dc1b <lambda_7b083dc4bdd496712d99e51bb49515b5>::operator()
    [38] 13f88ea42 Star::WorkerPool::WorkerThread::run
    [39] 13f893c5e Star::ThreadImpl::runThread
    [40] 76d959cd BaseThreadInitThunk
    [41] 76ff383d RtlUserThreadStart
    [15:31:28.359] [Error] Error loading object file /objects/avalicrafting/avalifurnace/avalifurnace.object: (AssetException) Error loading asset /objects/avalicrafting/avalifurnace/avalifurnace.object
    [0] 13f897153 Star::captureStack
    [1] 13f895ede Star::StarException::StarException
    [2] 13f8a39fa Star::AssetException::format<Star::AssetPath>
    [3] 13f8afedb Star::Assets::getAsset
    [4] 13f8b0dd2 Star::Assets::json
    [5] 13fb42f84 Star::ObjectDatabase::ObjectDatabase
    [6] 13fc448d5 std::make_shared<Star::ObjectDatabase>
    [7] 13fc498c9 <lambda_ad7e19ff40b932b3042616b2e24a8a33>::operator()
    [8] 13fc3b12f std::_Invoker_functor::_Call<<lambda_ad7e19ff40b932b3042616b2e24a8a33> & __ptr64>
    [9] 13fc3ef66 std::invoke<<lambda_ad7e19ff40b932b3042616b2e24a8a33> & __ptr64>
    [10] 13fc3c9d9 std::_Invoke_ret<std::shared_ptr<Star::ObjectDatabase>,<lambda_ad7e19ff40b932b3042616b2e24a8a33> & __ptr64>
    [11] 13fc4bb26 std::_Func_impl<<lambda_ad7e19ff40b932b3042616b2e24a8a33>,std::allocator<int>,std::shared_ptr<Star::ObjectDatabase> >::_Do_call
    [12] 13fc4a337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [13] 13fc41843 Star::Root::loadMemberFunction<Star::ObjectDatabase>
    [14] 13fc3f789 Star::Root::loadMember<Star::ObjectDatabase>
    [15] 13fc50ac2 Star::Root::objectDatabase
    [16] 13fc3b3a0 std::_Invoker_pmf_pointer::_Call<std::shared_ptr<Star::CollectionDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [17] 13fc3ebd9 std::invoke<std::shared_ptr<Star::VersioningDatabase const > (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [18] 13fc3c5ec std::_Invoke_ret<std::shared_ptr<Star::Configuration> (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [19] 13fc3b42e std::_Call_binder<std::_Unforced,0,std::shared_ptr<Star::StagehandDatabase const > (__cdecl Star::Root::*)(void) __ptr64,std::tuple<Star::Root * __ptr64>,std::tuple<> >
    [20] 13fc3ab8e std::_Binder<std::_Unforced,std::shared_ptr<Star::LiquidsDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const>::operator()<>
    [21] 13fc4b592 std::_Func_impl<Star::SwallowReturn<std::_Binder<std::_Unforced,std::shared_ptr<Star::TreasureDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const> >,std::allocator<int>,void>::_Do_call
    [22] 13f88dc1b <lambda_7b083dc4bdd496712d99e51bb49515b5>::operator()
    [23] 13f88ea42 Star::WorkerPool::WorkerThread::run
    [24] 13f893c5e Star::ThreadImpl::runThread
    [25] 76d959cd BaseThreadInitThunk
    [26] 76ff383d RtlUserThreadStart
    [15:31:28.722] [Info] Root: Loaded ProjectileDatabase in 0.933327 seconds
    [15:31:28.808] [Info] Root: Loaded ObjectDatabase in 1.26545 seconds
    [15:31:28.907] [Info] Root: Loaded NpcDatabase in 0.0991961 seconds
    [15:31:28.909] [Info] Root: Loaded StagehandDatabase in 0.00192993 seconds
    [15:31:28.944] [Info] Root: Loaded VehicleDatabase in 0.0341109 seconds
    [15:31:28.953] [Info] Root: Loaded PlayerFactory in 0.00910901 seconds
    [15:31:29.003] [Info] Root: Loaded MonsterDatabase in 0.280796 seconds
    [15:31:29.008] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [15:31:29.011] [Info] Root: Loaded VersioningDatabase in 0.00704015 seconds
    [15:31:29.011] [Info] Root: Loaded EntityFactory in 0.0580431 seconds
    [15:31:29.097] [Info] Root: Loaded ParticleDatabase in 0.0861359 seconds
    [15:31:29.465] [Info] Root: Loaded MaterialDatabase in 0.453863 seconds
    [15:31:29.475] [Info] Root: Loaded TerrainDatabase in 0.0107505 seconds
    [15:31:29.546] [Info] Root: Loaded BiomeDatabase in 0.0703946 seconds
    [15:31:29.548] [Info] Root: Loaded LiquidsDatabase in 0.0014957 seconds
    [15:31:29.572] [Info] Root: Loaded StatusEffectDatabase in 0.0249163 seconds
    [15:31:30.127] [Info] Root: Loaded DamageDatabase in 0.554166 seconds
    [15:31:30.138] [Info] Root: Loaded EffectSourceDatabase in 0.0110951 seconds
    [15:31:30.148] [Info] Root: Loaded FunctionDatabase in 0.00974719 seconds
    [15:31:30.230] [Info] Root: Loaded TreasureDatabase in 0.0819968 seconds
    [15:31:30.599] [Info] Root: Loaded DungeonDefinitions in 0.368952 seconds
    [15:31:30.599] [Info] Root: Loaded TilesetDatabase in 6.02248e-05 seconds
    [15:31:30.604] [Info] Root: Loaded StatisticsDatabase in 0.00461541 seconds
    [15:31:30.604] [Info] Root: Loaded EmoteProcessor in 7.97295e-05 seconds
    [15:31:30.617] [Info] Root: Loaded SpeciesDatabase in 0.0131129 seconds
    [15:31:30.689] [Info] Root: Loaded QuestTemplateDatabase in 0.0725401 seconds
    [15:31:30.693] [Info] Root: Loaded AiDatabase in 0.00384515 seconds
    [15:31:30.695] [Info] Root: Loaded TechDatabase in 0.00184028 seconds
    [15:31:30.758] [Info] Root: Loaded CodexDatabase in 0.0621466 seconds
    [15:31:31.214] [Info] Root: Loaded BehaviorDatabase in 0.456599 seconds
    [15:31:31.219] [Info] Root: Loaded DanceDatabase in 0.00486555 seconds
    [15:31:31.230] [Info] Root: Loaded SpawnTypeDatabase in 0.0104839 seconds
    [15:31:31.235] [Info] Root: Loaded RadioMessageDatabase in 0.00480772 seconds
    [15:31:32.619] [Error] Could not instantiate item '[avalifurnace, 1, {}]'. (ItemException) No such item 'avalifurnace'
    [15:31:33.879] [Error] Could not instantiate item '[avalifurnace, 1, {}]'. (ItemException) No such item 'avalifurnace'
    [15:31:33.890] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'avalifurnace'
    [15:31:34.432] [Info] Root: Loaded ItemDatabase in 5.4277 seconds
    [15:31:34.651] [Info] Root: Loaded CollectionDatabase in 3.41533 seconds
    [15:31:36.045] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [15:33:39.312] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [15:33:44.368] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [15:33:49.424] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [15:33:59.185] [Info] UniverseServer: Acquiring universe lock file
    [15:33:59.195] [Info] UniverseServer: Loading settings
    [15:33:59.198] [Info] UniverseServer: Starting UniverseServer with UUID: 7f08899c40c0edb889611e9166cdd4a1
    [15:33:59.213] [Info] UniverseServer: Logged in player 'Trei' locally
    [15:33:59.213] [Info] UniverseServer: Logged in account '<anonymous>' as player 'Trei' from address local
    [15:33:59.408] [Info] UniverseServer: Loading system world (608416218, 591477323, 11047963) from disk storage
    [15:33:59.418] [Info] UniverseClient: Joined server as client 1
    [15:33:59.480] [Info] UniverseServer: Reviving player at CelestialWorld:608416178:591477348:-19517643:5
    [15:33:59.481] [Info] UniverseServer: Client 'Trei' <1> (local) connected
    [15:33:59.506] [Info] UniverseServer: Loading celestial world 608416178:591477348:-19517643:5
    [15:33:59.761] [Info] Protected dungeonIds for world set to (65524)
    [15:33:59.950] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [15:33:59.951] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [15:33:59.961] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [15:33:59.961] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [15:34:00.203] [Info] UniverseServer: Warping player 1 to CelestialWorld:608416178:591477348:-19517643:5=3430.56.1005
    [15:34:08.624] [Error] Exception caught in client main-loop
    (ItemException) No such item 'avalifurnace'
    [0] 13f897153 Star::captureStack
    [1] 13f895ede Star::StarException::StarException
    [2] 13fa1f26a Star::ItemException::format<Star::String>
    [3] 13fa2de70 Star::ItemDatabase::itemData
    [4] 13fa2dea9 Star::ItemDatabase::itemFriendlyName
    [5] 1400a5d5e <lambda_3587efe2ccaf69356a4760031378880e>::operator()
    [6] 1400a36a2 Star::sortByComputedValue<Star::List<Star::ItemRecipe,std::allocator<Star::ItemRecipe> >,<lambda_3587efe2ccaf69356a4760031378880e> >
    [7] 1400aa8b6 Star::CraftingPane::determineRecipes
    [8] 1400aeecb Star::CraftingPane::updateAvailableRecipes
    [9] 1400a50ad Star::CraftingPane::CraftingPane
    [10] 1400cb858 std::make_shared<Star::CraftingPane,std::shared_ptr<Star::WorldClient>,std::shared_ptr<Star::Player>,Star::Json const & __ptr64,int & __ptr64>
    [11] 1400d67a3 Star::MainInterface::openCraftingWindow
    [12] 1400d4fbb Star::MainInterface::handleInteractAction
    [13] 13f7de6f8 Star::ClientApplication::updateRunning
    [14] 13f7dce4f Star::ClientApplication::update
    [15] 13ffdaa72 Star::SdlPlatform::run
    [16] 13ffdac2d Star::runMainApplication
    [17] 13f7dff76 WinMain
    [18] 1401c8daf __scrt_common_main_seh
    [19] 76d959cd BaseThreadInitThunk
    [20] 76ff383d RtlUserThreadStart
    [15:34:08.626] [Info] UniverseClient: Client disconnecting...
    [15:34:08.722] [Info] Client received world stop packet, leaving: Removed
    [15:34:08.793] [Info] UniverseServer: Client 'Trei' <1> (local) disconnected for reason:
    [15:34:08.794] [Info] UniverseServer: Stopping idle world CelestialWorld:608416178:591477348:-19517643:5
    [15:34:09.446] [Info] UniverseServer: Stopping UniverseServer
    [15:34:12.119] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [15:38:07.893] [Info] Application: quit requested
    [15:38:07.893] [Info] Application: quitting...
    [15:38:07.893] [Info] Application: shutdown...
    [15:38:08.035] [Info] Root: Shutting down Root
    [15:38:08.353] [Error] OpenGL errors during shutdown:  GL_INVALID_VALUE
    [15:38:08.353] [Info] Application: Destroying SDL Window
    [15:38:08.383] [Info] Application: stopped gracefully
    
     
  4. DrPvtSkittles

    DrPvtSkittles Master Astronaut

    Code:
    [15:31:28.337] [Error] Exception caught loading asset: /objects/avalicrafting/avalifurnace/avalifurnace.object, (AssetException) Could not read JSON asset /objects/avalicrafting/avalifurnace/avalifurnace.object
    [15:34:08.624] [Error] Exception caught in client main-loop
    (ItemException) No such item 'avalifurnace'
    
    We gonna need to see that avalifurnace.object file you've been tinkering with, and probs the recipe as well.
     
  5. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    Code:
    Caused by: (JsonParsingException) Json object contains a duplicate entry for key 'category'
    idk what this is exactly but this is the cause
     
  6. H4Dragons

    H4Dragons Void-Bound Voyager

    Thank you both for the responses, I found out i had put the category for the furnace twice lol :down:

    But now this happens when i try to use the furnace


    Code:
    [00:30:17.333] [Info] Root: Preparing Root...
    [00:30:17.333] [Info] Root: Done preparing Root.
    [00:30:17.333] [Info] Client Version 1.3.3 (windows x86_64) Source ID: c21069b204d626bfe673a047a2100d2fcd0766d4 Protocol: 743
    [00:30:17.333] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [00:30:18.611] [Warn] Root: Unrecognized file in asset directory 'steam_appid.txt', skipping
    [00:30:18.613] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [00:30:18.613] [Warn] Root: Unrecognized file in asset directory 'ACCM1.4.rar', skipping
    [00:30:18.616] [Warn] Root: Unrecognized file in asset directory 'Avali Heavy Mining Laser.zip', skipping
    [00:30:18.620] [Warn] Root: Unrecognized file in asset directory 'Avali Rocket Launcher + Misc Stuff v1.16.7z', skipping
    [00:30:18.624] [Warn] Root: Unrecognized file in asset directory 'Avali-Themed Cursor Replacers v1.0.zip', skipping
    [00:30:18.669] [Warn] Root: Unrecognized file in asset directory 'Avali-triage.zip', skipping
    [00:30:18.672] [Warn] Root: Unrecognized file in asset directory 'AvaliSpecOpArmor.zip', skipping
    [00:30:18.673] [Warn] Root: Unrecognized file in asset directory 'AvaliTurrets.zip', skipping
    [00:30:18.676] [Warn] Root: Unrecognized file in asset directory 'CompactCrops - CG - 1.4.zip', skipping
    [00:30:18.680] [Warn] Root: Unrecognized file in asset directory 'Gardenbot2_2115.zip', skipping
    [00:30:18.680] [Warn] Root: Unrecognized file in asset directory 'Gardenbot2_MP_2107.zip', skipping
    [00:30:18.684] [Warn] Root: Unrecognized file in asset directory 'Switch Fighter.rar', skipping
    [00:30:18.684] [Warn] Root: Unrecognized file in asset directory 'XSMM_170717.zip', skipping
    [00:30:18.702] [Warn] Root: Overriding duplicate asset source '..\mods\Avali Heavy Mining Laser' named 'avaliheavymininglaser' with higher or equal priority source '..\mods\contents (7).pak
    [00:30:18.730] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [00:30:18.735] [Warn] Root: Unrecognized file in asset directory 'portableoutpost1.8.zip', skipping
    [00:30:18.738] [Warn] Root: Unrecognized file in asset directory 'skizots_dozers_1422.zip', skipping
    [00:30:18.738] [Warn] Root: Unrecognized file in asset directory 'steam_appid.txt', skipping
    [00:30:18.738] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [00:30:18.738] [Info] Root: Detected asset source named 'The Avali MM' at '..\mods\contents (11).pak'
    [00:30:18.738] [Info] Root: Detected unnamed asset source at '..\mods\ACCM'
    [00:30:18.739] [Info] Root: Detected unnamed asset source at '..\mods\Atmospheric_Entry.pak'
    [00:30:18.739] [Info] Root: Detected asset source named 'Avali' at '..\mods\Avali-triage'
    [00:30:18.739] [Info] Root: Detected asset source named 'avalidronepet' at '..\mods\Avali Drones.pak'
    [00:30:18.739] [Info] Root: Detected asset source named 'avaliheavymininglaser' at '..\mods\contents (7).pak'
    [00:30:18.739] [Info] Root: Detected asset source named 'Avali Rocket Launcher + Misc Stuff' at '..\mods\Avali Rocket Launcher + Misc Stuff v1.16'
    [00:30:18.739] [Info] Root: Detected asset source named 'Avali Augments And Assorments: Revisited & patched' at '..\mods\Avali augments unpacked'
    [00:30:18.739] [Info] Root: Detected asset source named 'Avali-Themed Cursor Replacers' at '..\mods\Avali-Themed Cursor Replacers'
    [00:30:18.739] [Info] Root: Detected asset source named 'Avali SpecOp Armor' at '..\mods\AvaliSpecOpArmor'
    [00:30:18.739] [Info] Root: Detected unnamed asset source at '..\mods\AvaliTurrets'
    [00:30:18.739] [Info] Root: Detected asset source named 'CompactCrops' at '..\mods\CompactCrops - CG - 1.4'
    [00:30:18.739] [Info] Root: Detected asset source named 'Mecharachnid v2.3' at '..\mods\Mecharachnid v2.3 (p1.2).pak'
    [00:30:18.739] [Info] Root: Detected unnamed asset source at '..\mods\Switch Fighter'
    [00:30:18.739] [Info] Root: Detected asset source named 'XS Mechs : Modular Edition (BETA)' at '..\mods\XSMechs_ModularEdition.pak'
    [00:30:18.739] [Info] Root: Detected asset source named 'mechavali' at '..\mods\contents (10).pak'
    [00:30:18.739] [Info] Root: Detected asset source named 'Shuttlecraft' at '..\mods\contents (12).pak'
    [00:30:18.739] [Info] Root: Detected asset source named 'WolFenFLCN-11Gunship' at '..\mods\contents (14).pak'
    [00:30:18.739] [Info] Root: Detected asset source named 'ContainerUITweak' at '..\mods\contents (3).pak'
    [00:30:18.739] [Info] Root: Detected asset source named 'Avali mannequin' at '..\mods\contents (4).pak'
    [00:30:18.739] [Info] Root: Detected asset source named 'Avali_Additions' at '..\mods\contents (6).pak'
    [00:30:18.739] [Info] Root: Detected asset source named 'Avali Objects+' at '..\mods\contents (8).pak'
    [00:30:18.739] [Info] Root: Detected asset source named 'Portable Outpost' at '..\mods\portableoutpost'
    [00:30:18.739] [Info] Root: Detected unnamed asset source at '..\mods\projectiles'
    [00:30:18.739] [Info] Root: Detected asset source named 'GardenBot2' at '..\mods\Gardenbot2'
    [00:30:18.739] [Info] Root: Detected asset source named 'skizots_dozers' at '..\mods\skizots_dozers'
    [00:30:18.739] [Info] Root: Detected asset source named 'xsmm_weapons' at '..\mods\XSMechs_WeaponsPlus.pak'
    [00:30:18.739] [Info] Root: Detected asset source named 'skippable_cinematics' at '..\mods\contents (2).pak'
    [00:30:18.739] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [00:30:18.740] [Info] Loading assets from: '..\assets\packed.pak'
    [00:30:20.178] [Info] Loading assets from: '..\mods\contents (11).pak'
    [00:30:20.180] [Info] Loading assets from: '..\mods\ACCM'
    [00:30:20.181] [Info] Loading assets from: '..\mods\Atmospheric_Entry.pak'
    [00:30:20.181] [Info] Loading assets from: '..\mods\Avali-triage'
    [00:30:20.306] [Info] Loading assets from: '..\mods\Avali Drones.pak'
    [00:30:20.307] [Info] Loading assets from: '..\mods\contents (7).pak'
    [00:30:20.308] [Info] Loading assets from: '..\mods\Avali Rocket Launcher + Misc Stuff v1.16'
    [00:30:20.316] [Info] Loading assets from: '..\mods\Avali augments unpacked'
    [00:30:20.322] [Info] Loading assets from: '..\mods\Avali-Themed Cursor Replacers'
    [00:30:20.322] [Info] Loading assets from: '..\mods\AvaliSpecOpArmor'
    [00:30:20.331] [Info] Loading assets from: '..\mods\AvaliTurrets'
    [00:30:20.333] [Info] Loading assets from: '..\mods\CompactCrops - CG - 1.4'
    [00:30:20.336] [Info] Loading assets from: '..\mods\Mecharachnid v2.3 (p1.2).pak'
    [00:30:20.339] [Info] Loading assets from: '..\mods\Switch Fighter'
    [00:30:20.342] [Info] Loading assets from: '..\mods\XSMechs_ModularEdition.pak'
    [00:30:20.345] [Info] Loading assets from: '..\mods\contents (10).pak'
    [00:30:20.346] [Info] Loading assets from: '..\mods\contents (12).pak'
    [00:30:20.350] [Info] Loading assets from: '..\mods\contents (14).pak'
    [00:30:20.353] [Info] Loading assets from: '..\mods\contents (3).pak'
    [00:30:20.354] [Info] Loading assets from: '..\mods\contents (4).pak'
    [00:30:20.355] [Info] Loading assets from: '..\mods\contents (6).pak'
    [00:30:20.356] [Info] Loading assets from: '..\mods\contents (8).pak'
    [00:30:20.397] [Info] Loading assets from: '..\mods\portableoutpost'
    [00:30:20.410] [Info] Loading assets from: '..\mods\projectiles'
    [00:30:20.412] [Info] Loading assets from: '..\mods\Gardenbot2'
    [00:30:20.424] [Info] Loading assets from: '..\mods\skizots_dozers'
    [00:30:20.429] [Info] Loading assets from: '..\mods\XSMechs_WeaponsPlus.pak'
    [00:30:20.433] [Info] Loading assets from: '..\mods\contents (2).pak'
    [00:30:20.435] [Info] Loading assets from: '..\assets\user'
    [00:30:21.573] [Info] Assets digest is 2735bbf406e1cf6b1677bc65a18ef0296abe04489ef422612719d2373a1cf660
    [00:30:21.573] [Info] Root: Loaded Assets in 4.24025 seconds
    [00:30:21.580] [Info] Application: Initializing SDL Video
    [00:30:21.587] [Info] Application: Initializing SDL Joystick
    [00:30:21.594] [Info] Application: Initializing SDL Sound
    [00:30:21.701] [Info] Failed to initialize Steam platform services
    [00:30:21.701] [Info] Application: No platform services available
    [00:30:21.701] [Info] Application: Creating SDL Window
    [00:30:21.929] [Info] Application: Enabling VSync with late swap tearing
    [00:30:21.996] [Info] Application: Opened default audio device with 44.1khz / 16 bit stereo audio, 2048 sample size buffer
    [00:30:22.005] [Info] OpenGL version: '4.4.0' vendor: 'NVIDIA Corporation' renderer: 'GeForce GT 630/PCIe/SSE2' shader: '4.40 NVIDIA via Cg compiler'
    [00:30:22.006] [Info] Application: initialization...
    [00:30:22.007] [Info] Root: Loaded Configuration in 0.00109602 seconds
    [00:30:22.008] [Info] Application: Disabling VSync
    [00:30:22.015] [Info] Application: renderer initialization...
    [00:30:22.018] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [00:30:22.018] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [00:30:22.020] [Info] Root: Loaded ImageMetadataDatabase in 1.71096e-06 seconds
    [00:30:22.049] [Info] Application: main update loop...
    [00:30:22.087] [Info] Root: Loaded NameGenerator in 0.0201541 seconds
    [00:30:22.268] [Info] Root: Loaded PlantDatabase in 0.181052 seconds
    [00:30:22.527] [Error] Duplicate projectile asset typeName MissileShrapnel. configfile /avalirocketfrag/MissileShrapnel.projectile
    [00:30:22.610] [Error] Duplicate projectile asset typeName avalirocketfire. configfile /avalirocketfire/avalirocketfire.projectile
    [00:30:22.634] [Error] Duplicate projectile asset typeName AvaliClimbingAxeRopeHook. configfile /projectiles/grapplehook/avaliclimbingaxeropehook.projectile
    [00:30:22.709] [Error] Duplicate projectile asset typeName avalirocketfrag. configfile /avalirocketfrag/avalirocketfrag.projectile
    [00:30:22.711] [Error] Duplicate projectile asset typeName avalirocketpoison. configfile /projectiles/avalirocketpoison/avalirocketpoison.projectile
    [00:30:22.726] [Error] Duplicate projectile asset typeName avalirocketneedle. configfile /projectiles/avalirocketneedle/avalirocketneedle.projectile
    [00:30:22.742] [Error] Duplicate projectile asset typeName avalirocketice. configfile /avalirocketice/avalirocketice.projectile
    [00:30:22.833] [Error] Duplicate projectile asset typeName ShrapnelMissile. configfile /projectiles/guns/rocketlauncher/ShrapnelMissile/ShrapnelMissile.projectile
    [00:30:22.855] [Error] Duplicate projectile asset typeName avalirocketelectric. configfile /avalirocketelectric/avalirocketelectric.projectile
    [00:30:22.893] [Error] Duplicate projectile asset typeName AvaliRocketNeedle. configfile /guns/rocketlauncher/AvaliRocketNeedle/AvaliRocketNeedle.projectile
    [00:30:22.984] [Error] Duplicate projectile asset typeName MissileShrapnelz. configfile /guns/rocketlauncher/ShrapnelMissile/MissileShrapnelz.projectile
    [00:30:22.994] [Error] Duplicate projectile asset typeName AvaliClimbingAxeHook. configfile /projectiles/grapplehook/avaliclimbingaxehook.projectile
    [00:30:22.997] [Info] Root: Loaded ProjectileDatabase in 0.728454 seconds
    [00:30:23.118] [Info] Root: Loaded ObjectDatabase in 1.03598 seconds
    [00:30:23.219] [Info] Root: Loaded NpcDatabase in 0.101527 seconds
    [00:30:23.221] [Info] Root: Loaded StagehandDatabase in 0.0020716 seconds
    [00:30:23.260] [Info] Root: Loaded VehicleDatabase in 0.0384351 seconds
    [00:30:23.271] [Info] Root: Loaded PlayerFactory in 0.010914 seconds
    [00:30:23.297] [Info] Root: Loaded MonsterDatabase in 0.29974 seconds
    [00:30:23.298] [Info] Root: Loaded VersioningDatabase in 0.00106454 seconds
    [00:30:23.298] [Info] Root: Loaded EntityFactory in 0.026797 seconds
    [00:30:23.387] [Info] Root: Loaded ParticleDatabase in 0.0891287 seconds
    [00:30:23.768] [Info] Root: Loaded MaterialDatabase in 0.470033 seconds
    [00:30:23.779] [Info] Root: Loaded TerrainDatabase in 0.0113349 seconds
    [00:30:23.855] [Info] Root: Loaded BiomeDatabase in 0.075757 seconds
    [00:30:23.857] [Info] Root: Loaded LiquidsDatabase in 0.00168048 seconds
    [00:30:23.876] [Info] Root: Loaded StatusEffectDatabase in 0.0196449 seconds
    [00:30:24.457] [Info] Root: Loaded DamageDatabase in 0.580356 seconds
    [00:30:24.472] [Info] Root: Loaded EffectSourceDatabase in 0.0155154 seconds
    [00:30:24.480] [Info] Root: Loaded FunctionDatabase in 0.00703467 seconds
    [00:30:24.547] [Info] Root: Loaded TreasureDatabase in 0.0671716 seconds
    [00:30:24.928] [Info] Root: Loaded DungeonDefinitions in 0.3814 seconds
    [00:30:24.928] [Info] Root: Loaded TilesetDatabase in 8.86264e-05 seconds
    [00:30:24.934] [Info] Root: Loaded StatisticsDatabase in 0.00515983 seconds
    [00:30:24.934] [Info] Root: Loaded EmoteProcessor in 7.93873e-05 seconds
    [00:30:24.950] [Info] Root: Loaded SpeciesDatabase in 0.0166467 seconds
    [00:30:24.986] [Info] Root: Loaded QuestTemplateDatabase in 0.0358102 seconds
    [00:30:24.990] [Info] Root: Loaded AiDatabase in 0.00361965 seconds
    [00:30:24.992] [Info] Root: Loaded TechDatabase in 0.00200008 seconds
    [00:30:25.007] [Info] Root: Loaded CodexDatabase in 0.0152779 seconds
    [00:30:25.477] [Info] Root: Loaded BehaviorDatabase in 0.469805 seconds
    [00:30:25.481] [Info] Root: Loaded DanceDatabase in 0.0038407 seconds
    [00:30:25.493] [Info] Root: Loaded SpawnTypeDatabase in 0.0116463 seconds
    [00:30:25.498] [Info] Root: Loaded RadioMessageDatabase in 0.0047581 seconds
    [00:30:26.191] [Error] Could not load recipe /recipes/armor/avali/avalispecopcombatarmor.recipe: (ItemException) No such item 'graphene'
    [00:30:26.587] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [00:30:28.626] [Info] Root: Loaded ItemDatabase in 5.32869 seconds
    [00:30:28.797] [Info] Root: Loaded CollectionDatabase in 3.29824 seconds
    [00:30:30.294] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [00:30:35.804] [Info] UniverseServer: Acquiring universe lock file
    [00:30:35.805] [Info] UniverseServer: Loading settings
    [00:30:35.809] [Info] UniverseServer: Starting UniverseServer with UUID: 7f08899c40c0edb889611e9166cdd4a1
    [00:30:35.824] [Info] UniverseServer: Logged in player 'Trei' locally
    [00:30:35.824] [Info] UniverseServer: Logged in account '<anonymous>' as player 'Trei' from address local
    [00:30:35.948] [Info] UniverseServer: Loading system world (608416197, 591477312, -61476205) from disk storage
    [00:30:35.959] [Info] UniverseClient: Joined server as client 1
    [00:30:36.002] [Info] UniverseServer: Reviving player at CelestialWorld:608416207:591477301:-175336095:2
    [00:30:36.003] [Info] UniverseServer: Client 'Trei' <1> (local) connected
    [00:30:36.047] [Info] UniverseServer: Loading celestial world 608416207:591477301:-175336095:2
    [00:30:36.280] [Info] Protected dungeonIds for world set to (65524)
    [00:30:36.349] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [00:30:36.350] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [00:30:36.359] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [00:30:36.359] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [00:30:36.514] [Info] UniverseServer: Warping player 1 to CelestialWorld:608416207:591477301:-175336095:2=1960.49.653
    [00:30:40.277] [Error] Exception caught in client main-loop
    (JsonException) Cannot convert from null to string
    [0] 13fb47153 Star::captureStack
    [1] 13fb45ede Star::StarException::StarException
    [2] 13faec8c6 Star::Json::toString
    [3] 140180d10 Star::ContainerObject::containerGuiConfig
    [4] 14034a29d Star::ContainerPane::ContainerPane
    [5] 140376a78 std::_Ref_count_obj<Star::ContainerPane>::_Ref_count_obj<Star::ContainerPane><std::shared_ptr<Star::WorldClient> & __ptr64,std::shared_ptr<Star::Player>,std::shared_ptr<Star::ContainerInteractor> & __ptr64>
    [6] 14037b74b std::make_shared<Star::ContainerPane,std::shared_ptr<Star::WorldClient> & __ptr64,std::shared_ptr<Star::Player>,std::shared_ptr<Star::ContainerInteractor> & __ptr64>
    [7] 140384b2f Star::MainInterface::handleInteractAction
    [8] 13fa8e6f8 Star::ClientApplication::updateRunning
    [9] 13fa8ce4f Star::ClientApplication::update
    [10] 14028aa72 Star::SdlPlatform::run
    [11] 14028ac2d Star::runMainApplication
    [12] 13fa8ff76 WinMain
    [13] 140478daf __scrt_common_main_seh
    [14] 76d959cd BaseThreadInitThunk
    [15] 76ff383d RtlUserThreadStart
    [00:30:40.280] [Info] UniverseClient: Client disconnecting...
    [00:30:40.366] [Info] Client received world stop packet, leaving: Removed
    [00:30:40.466] [Info] UniverseServer: Client 'Trei' <1> (local) disconnected for reason:
    [00:30:40.467] [Info] UniverseServer: Stopping idle world CelestialWorld:608416207:591477301:-175336095:2
    [00:30:41.338] [Info] UniverseServer: Stopping UniverseServer
    [00:30:47.536] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    


    Not sure what it means when it says

    Code:
    (JsonException) Cannot convert from null to string
     
    Last edited: Jul 9, 2018
  7. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    it means you have a null entry where there should be a string
    Code:
    for example, [] should be [""]
     
  8. H4Dragons

    H4Dragons Void-Bound Voyager

    could it be the other way around where i have mistakenly put
    Code:
    "" instead of [""]
    Code:
    also should everything that is [] be changed to [""]

    {
    "objectName" : "avalifurnace",
    "rarity" : "Rare",
    "description" : "I'm not quite sure what happened to the stone furnace...",
    "shortdescription" : "Smelter",
    "race" : "avali",
    "subtitle" : "New fashioned smelting.",
    "interactData" : {
    "category" : "crafting",
    }
    "config" : "/interface/objectcrafting/stonefurnace.config",
    "price" : 200,
    "objectType" : "container",
    "printable" : false,
    "hydrophobic" : true,

    "apexDescription" : "I can't figure out how it works...",
    "avianDescription" : "Wait, wasn't a stone furnace used to build this?",
    "floranDescription" : "Blue like cold, hot like sssun.",
    "glitchDescription" : "Elation. Something more advanced than rocks.",
    "humanDescription" : "It reminds me of a HAZMAT mask...",
    "hylotlDescription" : "Much more fashionable than the ancient stone cubes that pass for smelteries anymore.",
    "avaliDescription" : "Each core has a micro thorium reactor. Can't say it's the cleanest thing we've come up with, but it's better than uranium.",
    "lightColor" : [19, 95, 94],
    "pointLight" : true,
    "pointBeam" : 0.9,

    "inventoryIcon" : "avalifurnaceicon.png",
    "orientations" : [
    {
    "dualImage" : "avalifurnace.png:<color>.<frame>",

    "imagePosition" : [0, 0],
    "frames" : 4,
    "animationCycle" : 1,
    "lightPosition" : [2, 0],
    "pointAngle" : 90,

    "spaceScan" : 0.1,
    "anchors" : [ "bottom" ]
    }
    ],

    "slotCount" : 2,
    "frameCooldown" : 67,
    "autoCloseCooldown" : 3600

    }
     
    Last edited: Jul 9, 2018
  9. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    [​IMG]
    broken image? http://prntscr.com/k4f7lk

    fixed:
    Code:
    {
        "objectName": "avalifurnace",
        "rarity": "Rare",
        "description": "I'm not quite sure what happened to the stone furnace...",
        "shortdescription": "Smelter",
        "race": "avali",
        "subtitle": "New fashioned smelting.",
        "interactData": {
            "category": "crafting"
        },
        "config": "/interface/objectcrafting/stonefurnace.config",
        "price": 200,
        "objectType": "container",
        "printable": false,
        "hydrophobic": true,
    
        "apexDescription": "I can't figure out how it works...",
        "avianDescription": "Wait, wasn't a stone furnace used to build this?",
        "floranDescription": "Blue like cold, hot like sssun.",
        "glitchDescription": "Elation. Something more advanced than rocks.",
        "humanDescription": "It reminds me of a HAZMAT mask...",
        "hylotlDescription": "Much more fashionable than the ancient stone cubes that pass for smelteries anymore.",
        "avaliDescription": "Each core has a micro thorium reactor. Can't say it's the cleanest thing we've come up with, but it's better than uranium.",
        "lightColor": [19, 95, 94],
        "pointLight": true,
        "pointBeam": 0.9,
    
        "inventoryIcon": "avalifurnaceicon.png",
        "orientations": [{
            "dualImage": "avalifurnace.png:<color>.<frame>",
    
            "imagePosition": [0, 0],
            "frames": 4,
            "animationCycle": 1,
            "lightPosition": [2, 0],
            "pointAngle": 90,
    
            "spaceScan": 0.1,
            "anchors": ["bottom"]
        }],
    
        "slotCount": 2,
        "frameCooldown": 67,
        "autoCloseCooldown": 3600
    
    }
     
  10. H4Dragons

    H4Dragons Void-Bound Voyager

    T'was an unneeded comma and the wrong catagory :facepalm: Thnx for the help it really appreciated still getting cannot convert from null to string code somehow idk what's happening
     
    Last edited: Jul 9, 2018
  11. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    unless I can get more stuff, I can't help u further other than testing ur json in a validator
     
  12. H4Dragons

    H4Dragons Void-Bound Voyager

    i gave you the object file and log idk what else to give the recipe works cuz u can craft it you just cant access the furnace what do you need?
     
  13. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    i hav no idea. just check a json validator and if it gives no errors I'll need the latest log
     
  14. H4Dragons

    H4Dragons Void-Bound Voyager

    Here it ees
    Code:
    [18:46:52.883] [Info] Root: Preparing Root...
    [18:46:52.883] [Info] Root: Done preparing Root.
    [18:46:52.883] [Info] Client Version 1.3.3 (windows x86_64) Source ID: c21069b204d626bfe673a047a2100d2fcd0766d4 Protocol: 743
    [18:46:52.883] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [18:46:54.167] [Warn] Root: Unrecognized file in asset directory 'steam_appid.txt', skipping
    [18:46:54.168] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [18:46:54.169] [Warn] Root: Unrecognized file in asset directory 'ACCM1.4.rar', skipping
    [18:46:54.171] [Warn] Root: Unrecognized file in asset directory 'Avali Heavy Mining Laser.zip', skipping
    [18:46:54.177] [Warn] Root: Unrecognized file in asset directory 'Avali Rocket Launcher + Misc Stuff v1.16.7z', skipping
    [18:46:54.180] [Warn] Root: Unrecognized file in asset directory 'Avali-Themed Cursor Replacers v1.0.zip', skipping
    [18:46:54.225] [Warn] Root: Unrecognized file in asset directory 'Avali-triage.zip', skipping
    [18:46:54.229] [Warn] Root: Unrecognized file in asset directory 'AvaliSpecOpArmor.zip', skipping
    [18:46:54.230] [Warn] Root: Unrecognized file in asset directory 'AvaliTurrets.zip', skipping
    [18:46:54.233] [Warn] Root: Unrecognized file in asset directory 'CompactCrops - CG - 1.4.zip', skipping
    [18:46:54.238] [Warn] Root: Unrecognized file in asset directory 'Gardenbot2_2115.zip', skipping
    [18:46:54.238] [Warn] Root: Unrecognized file in asset directory 'Gardenbot2_MP_2107.zip', skipping
    [18:46:54.242] [Warn] Root: Unrecognized file in asset directory 'Switch Fighter.rar', skipping
    [18:46:54.242] [Warn] Root: Unrecognized file in asset directory 'XSMM_170717.zip', skipping
    [18:46:54.259] [Warn] Root: Overriding duplicate asset source '..\mods\Avali Heavy Mining Laser' named 'avaliheavymininglaser' with higher or equal priority source '..\mods\contents (7).pak
    [18:46:54.287] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [18:46:54.292] [Warn] Root: Unrecognized file in asset directory 'portableoutpost1.8.zip', skipping
    [18:46:54.295] [Warn] Root: Unrecognized file in asset directory 'skizots_dozers_1422.zip', skipping
    [18:46:54.295] [Warn] Root: Unrecognized file in asset directory 'steam_appid.txt', skipping
    [18:46:54.295] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [18:46:54.295] [Info] Root: Detected asset source named 'The Avali MM' at '..\mods\contents (11).pak'
    [18:46:54.295] [Info] Root: Detected unnamed asset source at '..\mods\ACCM'
    [18:46:54.295] [Info] Root: Detected unnamed asset source at '..\mods\Atmospheric_Entry.pak'
    [18:46:54.295] [Info] Root: Detected asset source named 'Avali' at '..\mods\Avali-triage'
    [18:46:54.295] [Info] Root: Detected asset source named 'avalidronepet' at '..\mods\Avali Drones.pak'
    [18:46:54.295] [Info] Root: Detected asset source named 'avaliheavymininglaser' at '..\mods\contents (7).pak'
    [18:46:54.295] [Info] Root: Detected asset source named 'Avali Rocket Launcher + Misc Stuff' at '..\mods\Avali Rocket Launcher + Misc Stuff v1.16'
    [18:46:54.295] [Info] Root: Detected asset source named 'Avali Augments And Assorments: Revisited & patched' at '..\mods\Avali augments unpacked'
    [18:46:54.295] [Info] Root: Detected asset source named 'Avali-Themed Cursor Replacers' at '..\mods\Avali-Themed Cursor Replacers'
    [18:46:54.295] [Info] Root: Detected asset source named 'Avali SpecOp Armor' at '..\mods\AvaliSpecOpArmor'
    [18:46:54.295] [Info] Root: Detected unnamed asset source at '..\mods\AvaliTurrets'
    [18:46:54.295] [Info] Root: Detected asset source named 'CompactCrops' at '..\mods\CompactCrops - CG - 1.4'
    [18:46:54.295] [Info] Root: Detected asset source named 'Mecharachnid v2.3' at '..\mods\Mecharachnid v2.3 (p1.2).pak'
    [18:46:54.295] [Info] Root: Detected unnamed asset source at '..\mods\Switch Fighter'
    [18:46:54.295] [Info] Root: Detected asset source named 'XS Mechs : Modular Edition (BETA)' at '..\mods\XSMechs_ModularEdition.pak'
    [18:46:54.295] [Info] Root: Detected asset source named 'mechavali' at '..\mods\contents (10).pak'
    [18:46:54.295] [Info] Root: Detected asset source named 'Shuttlecraft' at '..\mods\contents (12).pak'
    [18:46:54.296] [Info] Root: Detected asset source named 'WolFenFLCN-11Gunship' at '..\mods\contents (14).pak'
    [18:46:54.296] [Info] Root: Detected asset source named 'ContainerUITweak' at '..\mods\contents (3).pak'
    [18:46:54.296] [Info] Root: Detected asset source named 'Avali mannequin' at '..\mods\contents (4).pak'
    [18:46:54.296] [Info] Root: Detected asset source named 'Avali_Additions' at '..\mods\contents (6).pak'
    [18:46:54.296] [Info] Root: Detected asset source named 'Avali Objects+' at '..\mods\contents (8).pak'
    [18:46:54.296] [Info] Root: Detected asset source named 'Portable Outpost' at '..\mods\portableoutpost'
    [18:46:54.296] [Info] Root: Detected asset source named 'GardenBot2' at '..\mods\Gardenbot2'
    [18:46:54.296] [Info] Root: Detected asset source named 'skizots_dozers' at '..\mods\skizots_dozers'
    [18:46:54.296] [Info] Root: Detected asset source named 'xsmm_weapons' at '..\mods\XSMechs_WeaponsPlus.pak'
    [18:46:54.296] [Info] Root: Detected asset source named 'skippable_cinematics' at '..\mods\contents (2).pak'
    [18:46:54.296] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [18:46:54.296] [Info] Loading assets from: '..\assets\packed.pak'
    [18:46:55.733] [Info] Loading assets from: '..\mods\contents (11).pak'
    [18:46:55.734] [Info] Loading assets from: '..\mods\ACCM'
    [18:46:55.735] [Info] Loading assets from: '..\mods\Atmospheric_Entry.pak'
    [18:46:55.736] [Info] Loading assets from: '..\mods\Avali-triage'
    [18:46:55.862] [Info] Loading assets from: '..\mods\Avali Drones.pak'
    [18:46:55.863] [Info] Loading assets from: '..\mods\contents (7).pak'
    [18:46:55.864] [Info] Loading assets from: '..\mods\Avali Rocket Launcher + Misc Stuff v1.16'
    [18:46:55.872] [Info] Loading assets from: '..\mods\Avali augments unpacked'
    [18:46:55.878] [Info] Loading assets from: '..\mods\Avali-Themed Cursor Replacers'
    [18:46:55.878] [Info] Loading assets from: '..\mods\AvaliSpecOpArmor'
    [18:46:55.887] [Info] Loading assets from: '..\mods\AvaliTurrets'
    [18:46:55.889] [Info] Loading assets from: '..\mods\CompactCrops - CG - 1.4'
    [18:46:55.893] [Info] Loading assets from: '..\mods\Mecharachnid v2.3 (p1.2).pak'
    [18:46:55.895] [Info] Loading assets from: '..\mods\Switch Fighter'
    [18:46:55.898] [Info] Loading assets from: '..\mods\XSMechs_ModularEdition.pak'
    [18:46:55.901] [Info] Loading assets from: '..\mods\contents (10).pak'
    [18:46:55.902] [Info] Loading assets from: '..\mods\contents (12).pak'
    [18:46:55.906] [Info] Loading assets from: '..\mods\contents (14).pak'
    [18:46:55.909] [Info] Loading assets from: '..\mods\contents (3).pak'
    [18:46:55.910] [Info] Loading assets from: '..\mods\contents (4).pak'
    [18:46:55.911] [Info] Loading assets from: '..\mods\contents (6).pak'
    [18:46:55.912] [Info] Loading assets from: '..\mods\contents (8).pak'
    [18:46:55.957] [Info] Loading assets from: '..\mods\portableoutpost'
    [18:46:55.969] [Info] Loading assets from: '..\mods\Gardenbot2'
    [18:46:55.981] [Info] Loading assets from: '..\mods\skizots_dozers'
    [18:46:55.987] [Info] Loading assets from: '..\mods\XSMechs_WeaponsPlus.pak'
    [18:46:55.991] [Info] Loading assets from: '..\mods\contents (2).pak'
    [18:46:55.992] [Info] Loading assets from: '..\assets\user'
    [18:46:57.143] [Info] Assets digest is 73521aa02ef54c431c168f160666200477a98b2680fdcda70a556cfacdebf0ef
    [18:46:57.143] [Info] Root: Loaded Assets in 4.2591 seconds
    [18:46:57.150] [Info] Application: Initializing SDL Video
    [18:46:57.157] [Info] Application: Initializing SDL Joystick
    [18:46:57.166] [Info] Application: Initializing SDL Sound
    [18:46:57.249] [Info] Failed to initialize Steam platform services
    [18:46:57.249] [Info] Application: No platform services available
    [18:46:57.249] [Info] Application: Creating SDL Window
    [18:46:57.476] [Info] Application: Enabling VSync with late swap tearing
    [18:46:57.540] [Info] Application: Opened default audio device with 44.1khz / 16 bit stereo audio, 2048 sample size buffer
    [18:46:57.549] [Info] OpenGL version: '4.4.0' vendor: 'NVIDIA Corporation' renderer: 'GeForce GT 630/PCIe/SSE2' shader: '4.40 NVIDIA via Cg compiler'
    [18:46:57.550] [Info] Application: initialization...
    [18:46:57.551] [Info] Root: Loaded Configuration in 0.00111998 seconds
    [18:46:57.552] [Info] Application: Disabling VSync
    [18:46:57.560] [Info] Application: renderer initialization...
    [18:46:57.562] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [18:46:57.562] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [18:46:57.565] [Info] Root: Loaded ImageMetadataDatabase in 1.71096e-06 seconds
    [18:46:57.591] [Info] Application: main update loop...
    [18:46:57.647] [Info] Root: Loaded NameGenerator in 0.0545072 seconds
    [18:46:57.828] [Info] Root: Loaded PlantDatabase in 0.181439 seconds
    [18:46:58.531] [Info] Root: Loaded ProjectileDatabase in 0.702894 seconds
    [18:46:58.642] [Info] Root: Loaded ObjectDatabase in 1.03205 seconds
    [18:46:58.747] [Info] Root: Loaded NpcDatabase in 0.104743 seconds
    [18:46:58.749] [Info] Root: Loaded StagehandDatabase in 0.00226596 seconds
    [18:46:58.784] [Info] Root: Loaded VehicleDatabase in 0.0343815 seconds
    [18:46:58.795] [Info] Root: Loaded PlayerFactory in 0.0115693 seconds
    [18:46:58.855] [Info] Root: Loaded MonsterDatabase in 0.323982 seconds
    [18:46:58.868] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [18:46:58.870] [Info] Root: Loaded VersioningDatabase in 0.0109886 seconds
    [18:46:58.870] [Info] Root: Loaded EntityFactory in 0.0742921 seconds
    [18:46:58.957] [Info] Root: Loaded ParticleDatabase in 0.0872302 seconds
    [18:46:59.337] [Info] Root: Loaded MaterialDatabase in 0.467179 seconds
    [18:46:59.347] [Info] Root: Loaded TerrainDatabase in 0.0104418 seconds
    [18:46:59.419] [Info] Root: Loaded BiomeDatabase in 0.0716501 seconds
    [18:46:59.421] [Info] Root: Loaded LiquidsDatabase in 0.00152341 seconds
    [18:46:59.442] [Info] Root: Loaded StatusEffectDatabase in 0.0209555 seconds
    [18:47:00.017] [Info] Root: Loaded DamageDatabase in 0.574686 seconds
    [18:47:00.026] [Info] Root: Loaded EffectSourceDatabase in 0.00939576 seconds
    [18:47:00.034] [Info] Root: Loaded FunctionDatabase in 0.00750278 seconds
    [18:47:00.094] [Info] Root: Loaded TreasureDatabase in 0.0604219 seconds
    [18:47:00.459] [Info] Root: Loaded DungeonDefinitions in 0.365237 seconds
    [18:47:00.459] [Info] Root: Loaded TilesetDatabase in 5.74873e-05 seconds
    [18:47:00.464] [Info] Root: Loaded StatisticsDatabase in 0.00475879 seconds
    [18:47:00.464] [Info] Root: Loaded EmoteProcessor in 8.0756e-05 seconds
    [18:47:00.480] [Info] Root: Loaded SpeciesDatabase in 0.015551 seconds
    [18:47:00.514] [Info] Root: Loaded QuestTemplateDatabase in 0.0339548 seconds
    [18:47:00.518] [Info] Root: Loaded AiDatabase in 0.00351871 seconds
    [18:47:00.520] [Info] Root: Loaded TechDatabase in 0.0018307 seconds
    [18:47:00.534] [Info] Root: Loaded CodexDatabase in 0.0146179 seconds
    [18:47:01.045] [Info] Root: Loaded BehaviorDatabase in 0.510857 seconds
    [18:47:01.049] [Info] Root: Loaded DanceDatabase in 0.00373565 seconds
    [18:47:01.059] [Info] Root: Loaded SpawnTypeDatabase in 0.0104517 seconds
    [18:47:01.064] [Info] Root: Loaded RadioMessageDatabase in 0.00478822 seconds
    [18:47:01.791] [Error] Could not load recipe /recipes/armor/avali/avalispecopcombatarmor.recipe: (ItemException) No such item 'graphene'
    [18:47:04.206] [Info] Root: Loaded ItemDatabase in 5.35048 seconds
    [18:47:04.391] [Info] Root: Loaded CollectionDatabase in 3.32694 seconds
    [18:47:06.033] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [18:47:10.178] [Info] UniverseServer: Acquiring universe lock file
    [18:47:10.180] [Info] UniverseServer: Loading settings
    [18:47:10.183] [Info] UniverseServer: Starting UniverseServer with UUID: 7f08899c40c0edb889611e9166cdd4a1
    [18:47:10.195] [Info] UniverseServer: Logged in player 'Test Ape' locally
    [18:47:10.195] [Info] UniverseServer: Logged in account '<anonymous>' as player 'Test Ape' from address local
    [18:47:10.233] [Info] UniverseServer: Loading system world (479195645, -113713786, -18163477) from disk storage
    [18:47:10.244] [Info] UniverseClient: Joined server as client 1
    [18:47:10.284] [Info] UniverseServer: Reviving player at ClientShipWorld:28b7fef2495bb1b848a69ab96fa4090a
    [18:47:10.284] [Info] UniverseServer: Client 'Test Ape' <1> (local) connected
    [18:47:10.332] [Info] UniverseServer: Loading client ship world ClientShipWorld:28b7fef2495bb1b848a69ab96fa4090a
    [18:47:10.624] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [18:47:10.625] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [18:47:10.635] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [18:47:10.635] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [18:47:10.751] [Info] Protected dungeonIds for world set to (65524)
    [18:47:11.305] [Info] UniverseServer: Warping player 1 to ClientShipWorld:28b7fef2495bb1b848a69ab96fa4090a=1020.01.1024
    [18:47:15.498] [Error] Exception caught in client main-loop
    (JsonException) Cannot convert from null to string
    [0] 13f8b7153 Star::captureStack
    [1] 13f8b5ede Star::StarException::StarException
    [2] 13f85c8c6 Star::Json::toString
    [3] 13fef0d10 Star::ContainerObject::containerGuiConfig
    [4] 1400ba29d Star::ContainerPane::ContainerPane
    [5] 1400e6a78 std::_Ref_count_obj<Star::ContainerPane>::_Ref_count_obj<Star::ContainerPane><std::shared_ptr<Star::WorldClient> & __ptr64,std::shared_ptr<Star::Player>,std::shared_ptr<Star::ContainerInteractor> & __ptr64>
    [6] 1400eb74b std::make_shared<Star::ContainerPane,std::shared_ptr<Star::WorldClient> & __ptr64,std::shared_ptr<Star::Player>,std::shared_ptr<Star::ContainerInteractor> & __ptr64>
    [7] 1400f4b2f Star::MainInterface::handleInteractAction
    [8] 13f7fe6f8 Star::ClientApplication::updateRunning
    [9] 13f7fce4f Star::ClientApplication::update
    [10] 13fffaa72 Star::SdlPlatform::run
    [11] 13fffac2d Star::runMainApplication
    [12] 13f7fff76 WinMain
    [13] 1401e8daf __scrt_common_main_seh
    [14] 76d959cd BaseThreadInitThunk
    [15] 76ff383d RtlUserThreadStart
    [18:47:15.501] [Info] UniverseClient: Client disconnecting...
    [18:47:15.605] [Info] Client received world stop packet, leaving: Removed
    [18:47:16.390] [Info] UniverseServer: Client 'Test Ape' <1> (local) disconnected for reason:
    [18:47:16.390] [Info] UniverseServer: Stopping idle world ClientShipWorld:28b7fef2495bb1b848a69ab96fa4090a
    [18:47:18.105] [Info] UniverseServer: Stopping UniverseServer
    [18:47:20.353] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [18:47:23.546] [Info] UniverseServer: Acquiring universe lock file
    [18:47:23.548] [Info] UniverseServer: Loading settings
    [18:47:23.549] [Info] UniverseServer: Starting UniverseServer with UUID: 7f08899c40c0edb889611e9166cdd4a1
    [18:47:23.561] [Info] UniverseServer: Logged in player 'Test Ape' locally
    [18:47:23.561] [Info] UniverseServer: Logged in account '<anonymous>' as player 'Test Ape' from address local
    [18:47:23.639] [Info] UniverseServer: Loading system world (479195645, -113713786, -18163477) from disk storage
    [18:47:23.639] [Info] UniverseClient: Joined server as client 1
    [18:47:23.684] [Info] UniverseServer: Reviving player at ClientShipWorld:28b7fef2495bb1b848a69ab96fa4090a
    [18:47:23.684] [Info] UniverseServer: Client 'Test Ape' <1> (local) connected
    [18:47:23.718] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [18:47:23.719] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [18:47:23.721] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [18:47:23.721] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [18:47:23.737] [Info] UniverseServer: Loading client ship world ClientShipWorld:28b7fef2495bb1b848a69ab96fa4090a
    [18:47:24.449] [Info] Protected dungeonIds for world set to (65524)
    [18:47:24.954] [Info] UniverseServer: Warping player 1 to ClientShipWorld:28b7fef2495bb1b848a69ab96fa4090a=1020.01.1024
    [18:57:13.087] [Info] Chat: <SAIL> I see that you are eating sufficiently! With a full stomach, your body will slowly regenerate and heal.
    [19:01:50.740] [Info] UniverseClient: Client disconnecting...
    [19:01:50.786] [Info] Client received world stop packet, leaving: Removed
    [19:01:51.113] [Info] UniverseServer: Client 'Test Ape' <1> (local) disconnected for reason:
    [19:01:51.113] [Info] UniverseServer: Stopping idle world ClientShipWorld:28b7fef2495bb1b848a69ab96fa4090a
    [19:01:51.846] [Info] UniverseServer: Stopping UniverseServer
    [19:01:53.535] [Info] Application: quit requested
    [19:01:53.535] [Info] Application: quitting...
    [19:01:53.535] [Info] Application: shutdown...
    [19:01:53.708] [Info] Root: Shutting down Root
    [19:01:54.042] [Error] OpenGL errors during shutdown:  GL_INVALID_VALUE
    [19:01:54.042] [Info] Application: Destroying SDL Window
    [19:01:54.153] [Info] Application: stopped gracefully
    
     
  15. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    I honestly hav no idea how to help u, tho the error is referencing something about bringing up the gui
     
  16. H4Dragons

    H4Dragons Void-Bound Voyager

    What's this mean?
     
  17. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    idk. I just know the error is related to the gui
     
  18. H4Dragons

    H4Dragons Void-Bound Voyager

    Oh well that's a shame, thanks for your efforts I'm very thankful you took the time to try and help :D
     

Share This Page