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

RELEASED Galactic Shops 4.2.8

Shops for many kind of things

  1. 777Dan777

    777Dan777 Cosmic Narwhal

    There's also a problem with the blocks shop. It crashes whenever I interact with them and says something about "medievalladder" not existing. I deleted the recipes for that on my file but could you fix that in the future?
     
  2. AnonimoZ

    AnonimoZ Big Damn Hero

    i can't see pets in the pet shop... and i have all your mods that add pets.
     
  3. TheLegendOfPeko

    TheLegendOfPeko Scruffy Nerf-Herder

    i was about to say the same thing. i thought it was only me that was crashing from trying to use the blocks shop
     
  4. Tremerion

    Tremerion Existential Complex

    I will soon upload update with fix and more :)
     
  5. Tremerion

    Tremerion Existential Complex

    Tremerion updated Galactic Shops with a new update entry:

    4.1.8

    Read the rest of this update entry...
     
  6. ChronoHyperion

    ChronoHyperion Big Damn Hero

    I have a question good sir, Why is this mod update...
    ...has only 4.88 MB of Data while the previous one is about 12 MB?
    does the need its previous update or not?

    Oh, and I need to mention that some of you cute pets are 'glitched' outside the building.
     
  7. amirmiked12

    amirmiked12 Parsec Taste Tester

    haha.it was because of the screenshots
     
  8. ChronoHyperion

    ChronoHyperion Big Damn Hero

    You sure?
     
    amirmiked12 likes this.
  9. amirmiked12

    amirmiked12 Parsec Taste Tester

    99+1
     
    ChronoHyperion likes this.
  10. ChronoHyperion

    ChronoHyperion Big Damn Hero

    so it doesn't need the previous update? So I could delete the previous update and install the new one without any issues?
     
  11. amirmiked12

    amirmiked12 Parsec Taste Tester

    yeap
     
    ChronoHyperion likes this.
  12. ChronoHyperion

    ChronoHyperion Big Damn Hero

    Ok, thanks
     
  13. Waffielz

    Waffielz Void-Bound Voyager

    thanks my guy
     
  14. SkyeTheTerribleBeastie

    SkyeTheTerribleBeastie Pangalactic Porcupine

    There is a coding error in /recipes/foodshopbig/spikycookies.recipe .

    Code:
    {
      "input" : [
        { "item" : "money", "count" : 695 }
      ],
      "output" : {
        "item" : "spikycookies",
        "count" : 1
      },
      "groups" : [ "foodshopbig, "tabicon_foodsweet"" ]
    }
    should be
    Code:
    {
      "input" : [
        { "item" : "money", "count" : 695 }
      ],
      "output" : {
        "item" : "spikycookies",
        "count" : 1
      },
      "groups" : [ "foodshopbig", "tabicon_foodsweet" ]
    }
     
  15. Alepod

    Alepod Void-Bound Voyager

    There's some errors in this mod.


    Code:
    [18:47:25.005] [Info] Root: Preparing Root...
    [18:47:25.006] [Info] Root: Done preparing Root.
    [18:47:25.006] [Info] Client Version 1.3.3 (windows x86_64) Source ID: c21069b204d626bfe673a047a2100d2fcd0766d4 Protocol: 743
    [18:47:25.006] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [18:47:25.006] [Info] Root: Skipping hidden '__unpacked' in asset directory
    [18:47:25.291] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [18:47:25.350] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [18:47:25.350] [Info] Root: Detected asset source named 'Galactic Shops' at '..\mods\GalacticShops.pak'
    [18:47:25.350] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [18:47:25.351] [Info] Loading assets from: '..\assets\packed.pak'
    [18:47:25.727] [Info] Loading assets from: '..\mods\GalacticShops.pak'
    [18:47:25.793] [Info] Loading assets from: '..\assets\user'
    [18:47:26.464] [Info] Assets digest is 429ac4f5edfa67ac67d4381cc6d23a0b582fd6fd237e5a30fe8ce1e204df1862
    [18:47:26.464] [Info] Root: Loaded Assets in 1.45828 seconds
    [18:47:26.468] [Info] Application: Initializing SDL Video
    [18:47:26.474] [Info] Application: Initializing SDL Joystick
    [18:47:26.496] [Info] Application: Initializing SDL Sound
    [18:47:26.501] [Info] Failed to initialize Steam platform services
    [18:47:26.501] [Info] Application: No platform services available
    [18:47:26.501] [Info] Application: Creating SDL Window
    [18:47:26.669] [Info] Application: Enabling VSync with late swap tearing
    [18:47:26.695] [Info] Application: Opened default audio device with 44.1khz / 16 bit stereo audio, 2048 sample size buffer
    [18:47:26.704] [Info] OpenGL version: '4.6.0 NVIDIA 398.36' vendor: 'NVIDIA Corporation' renderer: 'GeForce GTX 950/PCIe/SSE2' shader: '4.60 NVIDIA'
    [18:47:26.706] [Info] Application: initialization...
    [18:47:26.706] [Info] Root: no runtime config file, creating new default runtime config
    [18:47:26.706] [Info] Root: Loaded Configuration in 8.27669e-05 seconds
    [18:47:26.709] [Info] Application: renderer initialization...
    [18:47:26.710] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [18:47:26.710] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [18:47:26.712] [Info] Root: Loaded ImageMetadataDatabase in 9.62289e-07 seconds
    [18:47:26.726] [Info] Application: main update loop...
    [18:47:26.755] [Info] Root: Loaded NameGenerator in 0.0279441 seconds
    [18:47:26.907] [Info] Root: Loaded PlantDatabase in 0.152986 seconds
    [18:47:27.069] [Info] Root: Loaded ObjectDatabase in 0.342382 seconds
    [18:47:27.208] [Info] Root: Loaded MonsterDatabase in 0.138927 seconds
    [18:47:27.241] [Info] Root: Loaded NpcDatabase in 0.0330432 seconds
    [18:47:27.242] [Info] Root: Loaded StagehandDatabase in 0.000667909 seconds
    [18:47:27.246] [Info] Root: Loaded VehicleDatabase in 0.00382396 seconds
    [18:47:27.250] [Info] Root: Loaded PlayerFactory in 0.00472797 seconds
    [18:47:27.259] [Info] Root: Loaded ProjectileDatabase in 0.351721 seconds
    [18:47:27.260] [Info] Root: Loaded VersioningDatabase in 0.000665022 seconds
    [18:47:27.260] [Info] Root: Loaded EntityFactory in 0.00965645 seconds
    [18:47:27.284] [Info] Root: Loaded ParticleDatabase in 0.0239562 seconds
    [18:47:27.504] [Info] Root: Loaded MaterialDatabase in 0.244136 seconds
    [18:47:27.508] [Info] Root: Loaded TerrainDatabase in 0.00370462 seconds
    [18:47:27.574] [Info] Root: Loaded BiomeDatabase in 0.0662744 seconds
    [18:47:27.575] [Info] Root: Loaded LiquidsDatabase in 0.000759017 seconds
    [18:47:27.579] [Info] Root: Loaded StatusEffectDatabase in 0.00427147 seconds
    [18:47:27.782] [Info] Root: Loaded DamageDatabase in 0.202549 seconds
    [18:47:27.790] [Info] Root: Loaded EffectSourceDatabase in 0.00762963 seconds
    [18:47:27.793] [Info] Root: Loaded FunctionDatabase in 0.0026495 seconds
    [18:47:27.809] [Info] Root: Loaded TreasureDatabase in 0.0160459 seconds
    [18:47:28.058] [Info] Root: Loaded DungeonDefinitions in 0.248686 seconds
    [18:47:28.058] [Info] Root: Loaded TilesetDatabase in 2.406e-05 seconds
    [18:47:28.059] [Info] Root: Loaded StatisticsDatabase in 0.00135282 seconds
    [18:47:28.059] [Info] Root: Loaded EmoteProcessor in 6.12731e-05 seconds
    [18:47:28.063] [Info] Root: Loaded SpeciesDatabase in 0.00394394 seconds
    [18:47:28.074] [Info] Root: Loaded QuestTemplateDatabase in 0.0108585 seconds
    [18:47:28.075] [Info] Root: Loaded AiDatabase in 0.00108944 seconds
    [18:47:28.076] [Info] Root: Loaded TechDatabase in 0.000699668 seconds
    [18:47:28.080] [Info] Root: Loaded CodexDatabase in 0.00355512 seconds
    [18:47:28.298] [Info] Root: Loaded BehaviorDatabase in 0.218969 seconds
    [18:47:28.301] [Info] Root: Loaded DanceDatabase in 0.00250225 seconds
    [18:47:28.305] [Info] Root: Loaded SpawnTypeDatabase in 0.00461954 seconds
    [18:47:28.308] [Info] Root: Loaded RadioMessageDatabase in 0.00269858 seconds
    [18:47:28.943] [Error] Exception caught loading asset: /recipes/foodshopbig/spikycookies.recipe, (AssetException) Could not read JSON asset /recipes/foodshopbig/spikycookies.recipe
    [0] 7ff761027153 Star::captureStack
    [1] 7ff761025ede Star::StarException::StarException
    [2] 7ff761025fc8 Star::StarException::StarException
    [3] 7ff761036b60 Star::AssetException::AssetException
    [4] 7ff76196a391 `<lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()'::`1'::catch$25
    [5] 7ff909b1c8c0 _C_specific_handler
    [6] 7ff909b12e83 _TypeMatch
    [7] 7ff90eea2b03 RtlCaptureContext
    [8] 7ff76103964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [9] 7ff761031b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [10] 7ff7610345f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff7610325a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff76103a286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [13] 7ff7613da337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [14] 7ff761043d68 Star::Assets::processAssetData
    [15] 7ff761041e18 Star::Assets::loadJson
    [16] 7ff76104111d Star::Assets::loadAsset
    [17] 7ff76103e32f Star::Assets::doLoad
    [18] 7ff761047e4d Star::Assets::workerMain
    [19] 7ff761023737 <lambda_acdb4815e022f76f36408ff78907d178>::operator()
    [20] 7ff761023c5e Star::ThreadImpl::runThread
    [21] 7ff90cb013d2 BaseThreadInitThunk
    [22] 7ff90ee254f4 RtlUserThreadStart
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/foodshopbig/spikycookies.recipe
    [0] 7ff761027153 Star::captureStack
    [1] 7ff761025ede Star::StarException::StarException
    [2] 7ff761025fc8 Star::StarException::StarException
    [3] 7ff761037a60 Star::JsonParsingException::JsonParsingException
    [4] 7ff76196b666 `Star::Assets::readJson'::`1'::catch$264
    [5] 7ff909b1c8c0 _C_specific_handler
    [6] 7ff909b12e83 _TypeMatch
    [7] 7ff90eea2b03 RtlCaptureContext
    [8] 7ff76104436a Star::Assets::readJson
    [9] 7ff76103964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [10] 7ff761031b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [11] 7ff7610345f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [12] 7ff7610325a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [13] 7ff76103a286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [14] 7ff7613da337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [15] 7ff761043d68 Star::Assets::processAssetData
    [16] 7ff761041e18 Star::Assets::loadJson
    [17] 7ff76104111d Star::Assets::loadAsset
    [18] 7ff76103e32f Star::Assets::doLoad
    [19] 7ff761047e4d Star::Assets::workerMain
    [20] 7ff761023737 <lambda_acdb4815e022f76f36408ff78907d178>::operator()
    [21] 7ff761023c5e Star::ThreadImpl::runThread
    [22] 7ff90cb013d2 BaseThreadInitThunk
    [23] 7ff90ee254f4 RtlUserThreadStart
    Caused by: (JsonParsingException) Error parsing json: bad array, should be ',' or ']' at 9:31
    [0] 7ff761027153 Star::captureStack
    [1] 7ff761025ede Star::StarException::StarException
    [2] 7ff76103440c Star::inputUtf8Json<char * __ptr64>
    [3] 7ff76104436a Star::Assets::readJson
    [4] 7ff76103964d <lambda_80e152f0e8987fd28e54fe8e75d4e933>::operator()
    [5] 7ff761031b2f std::_Invoker_functor::_Call<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [6] 7ff7610345f6 std::invoke<<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [7] 7ff7610325a0 std::_Invoke_ret<std::shared_ptr<Star::Assets::AssetData>,<lambda_80e152f0e8987fd28e54fe8e75d4e933> & __ptr64>
    [8] 7ff76103a286 std::_Func_impl<<lambda_80e152f0e8987fd28e54fe8e75d4e933>,std::allocator<int>,std::shared_ptr<Star::Assets::AssetData> >::_Do_call
    [9] 7ff7613da337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [10] 7ff761043d68 Star::Assets::processAssetData
    [11] 7ff761041e18 Star::Assets::loadJson
    [12] 7ff76104111d Star::Assets::loadAsset
    [13] 7ff76103e32f Star::Assets::doLoad
    [14] 7ff761047e4d Star::Assets::workerMain
    [15] 7ff761023737 <lambda_acdb4815e022f76f36408ff78907d178>::operator()
    [16] 7ff761023c5e Star::ThreadImpl::runThread
    [17] 7ff90cb013d2 BaseThreadInitThunk
    [18] 7ff90ee254f4 RtlUserThreadStart
    [18:47:29.282] [Error] Could not load recipe /recipes/foodshopbig/spikycookies.recipe: (AssetException) Error loading asset /recipes/foodshopbig/spikycookies.recipe
    [18:47:30.016] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [18:47:33.402] [Info] Root: Loaded ItemDatabase in 6.14263 seconds
    [18:47:33.494] [Info] Root: Loaded CollectionDatabase in 5.18568 seconds
    [18:47:33.644] [Info] Creating player storage directory
    [18:47:33.935] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    
     
  16. Tremerion

    Tremerion Existential Complex

    It seems spiky cookies are causing it. I will update mod soon. A long with new content :)
     
    Alepod likes this.
  17. Tremerion

    Tremerion Existential Complex

  18. kodikool

    kodikool Void-Bound Voyager

    i updated to 4.2.3 and i'm getting the "medievalladder" glitch again when using the blocks shop
     
  19. Tremerion

    Tremerion Existential Complex

    This recipe is no longer avaiable in this or any other shop. Did you deleted completly previous mod folder, before installing this mod version?
     
  20. notanaccount2

    notanaccount2 Big Damn Hero

    I am getting this error as well, as well as a number of "Could not instantiate item No such item" errors
    All on the latest version listed here

    found the recipe myself in "recipes/blockshop/" in the archive downloaded straight from the link, screenshot included of it

    its still in there.


    as well as a more serious error on /recipes/foodshopbig/spikycookies.recipe (which thankfully can be fixed fairly easily as the error points out the exact line causing the error " Caused by: (JsonParsingException) Error parsing json: bad array, should be ',' or ']' at 9:50 "
    the error is simply an extra quotation mark at the location specified.

    Going through the error items, there seems to be a good deal of similar errors
    should I just use version 4.1.8? I mean a lot seems to be broken or missing in here, and things that were claimed to be removed still present. Maybe you uploaded a wip version by accident or something? It does say in the update notes that you " -Deleted Spiky cookies from Food Shop, Some people got errors because of this recipe.". but the item is still clearly there (and the error really easy to fix, as noted above)
    I mean there's a lot of errors about missing items, but without stating what is referring to this item in particular for these errors, making it a lot more tedious to go through every recipe to find the ones that are causing the issue.

    The items in console that seem to be causing the issue


    [Error] Could not instantiate item '[medievalladder, 1, {}]'. (ItemException) No such item 'medievalladder'
    [Error] Could not instantiate item '[foodbowl, 1, {}]'. (ItemException) No such item 'foodbowl'
    [Error] Could not instantiate item '[caretakerback, 1, {}]'. (ItemException) No such item 'caretakerback'
    [Error] Could not instantiate item '[caretakerback, 1, {}]'. (ItemException) No such item 'caretakerback'
    [Error] Could not instantiate item '[darkguardhead, 1, {}]'. (ItemException) No such item 'darkguardhead'
    [Error] Could not instantiate item '[medievalladder, 1, {}]'. (ItemException) No such item 'medievalladder'
    [Error] Could not instantiate item '[darkguardhead, 1, {}]'. (ItemException) No such item 'darkguardhead'
    [Error] Could not instantiate item '[foodbowl, 1, {}]'. (ItemException) No such item 'foodbowl'
    [Error] Could not instantiate item '[foodbowl, 1, {}]'. (ItemException) No such item 'foodbowl'
    [Error] Could not create blueprint item from recipe: (ItemException) No such item 'foodbowl'
    [Error] Could not instantiate item '[darkguardhead, 1, {}]'. (ItemException) No such item 'darkguardhead'
    [Error] Could not create blueprint item from recipe: (ItemException) No such item 'darkguardhead'
    [Error] Could not instantiate item '[caretakerback, 1, {}]'. (ItemException) No such item 'caretakerback'
    [Error] Could not create blueprint item from recipe: (ItemException) No such item 'caretakerback'
    [Error] Could not instantiate item '[medievalladder, 1, {}]'. (ItemException) No such item 'medievalladder'
    [Error] Could not create blueprint item from recipe: (ItemException) No such item 'medievalladder'
    [Error] Could not instantiate item '[foodbowl, 1, {}]'. (ItemException) No such item 'foodbowl'
    [Error] Could not instantiate item '[medievalladder, 1, {}]'. (ItemException) No such item 'medievalladder'
    [Error] Could not instantiate item '[darkguardhead, 1, {}]'. (ItemException) No such item 'darkguardhead'
    [Error] Could not instantiate item '[caretakerback, 1, {}]'. (ItemException) No such item 'caretakerback'


    EDIT: found and removed the recipes for missing items, everything seems to be working fine now
    /starbound/game/mods/Galactic Shops by Tremerion/recipes/petshop (foodbowl.recipe)
    /starbound/game/mods/Galactic Shops by Tremerion/recipes/petshopbig (foodbowl.recipe)
    /starbound/game/mods/Galactic Shops by Tremerion/recipes/blockshop (medievalladder.recipe)
    /starbound/game/mods/Galactic Shops by Tremerion/recipes/blockshop (medievalladder.recipe)
    /starbound/game/mods/Galactic Shops by Tremerion/recipes/vanityshop (caretakerback.recipe)
    /starbound/game/mods/Galactic Shops by Tremerion/recipes/vanityshopbig (caretakerback.recipe)
    /starbound/game/mods/Galactic Shops by Tremerion/recipes/vanityshop (darkguardhead.2.recipe)
    /starbound/game/mods/Galactic Shops by Tremerion/recipes/vanityshopbig (darkguardhead).recipe

    not sure yet if removing those breaks anything, but at least there are no longer any startup issues
     

    Attached Files:

    Last edited: Aug 1, 2018

Share This Page