Modding Help Crops are invisible [SOLVED]

Discussion in 'Starbound Modding' started by TheBigBlueSerpent, May 8, 2015.

  1. TheBigBlueSerpent

    TheBigBlueSerpent Existential Complex

    While trying to update MFM, I've run into a problem and can't seem to find a solution!
    I've tried removed various important areas and running again and nothing helps.
    here is the log-
    Code:
    Start logging at: 2015-05-08 11:04:25.047
    [11:04:25.049] Info: Star::Root using bootstrap file 'C:\Program Files (x86)\Steam\steamapps\common\Starbound\win32\sbboot.config'
    [11:04:25.050] Info: Star::Root using storage directory 'C:\Program Files (x86)\Steam\steamapps\common\Starbound\giraffe_storage\'
    [11:04:25.050] Info: Preparing Star::Root...
    [11:04:25.052] Info: Detected mod 'morefood' at '../giraffe_storage/mods\MFM\.'
    [11:04:25.052] Info: Loading Configuration with config file: 'starbound.config'
    [11:04:25.053] Info: Loading Star::Configuration from 'Just (.\..\giraffe_storage\starbound.config)'
    [11:04:25.063] Info: Writing Star::Configuration to '.\..\giraffe_storage\starbound.config'
    [11:04:25.119] Info: Initializing Star::Root with 3 assets sources
    [11:04:25.123] Info: Done preparing Star::Root.
    [11:04:25.123] Info: Client Version 'Beta v. Spirited Giraffe - Update 4' Revision: 50d7c4ce63b249c459f276280225041cc4e745a8 Protocol: 679
    [11:04:25.123] Info: Initialized SDL
    [11:04:25.158] Info: Initialized SDL Video
    [11:04:25.222] Info: Initialized SDL Joystick
    [11:04:25.225] Info: Initialized SDL Sound
    [11:04:25.238] Error: Could not open audio device
    [11:04:25.239] Info: Loading Assets
    [11:04:25.239] Info: Loading Star::Assets from: '../assets/packed.pak'
    [11:04:25.259] Info: Loading Star::Assets from: '../assets/user'
    [11:04:25.260] Info: Loading Star::Assets from: '../giraffe_storage/mods\MFM\.'
    [11:04:27.416] Info: Done loading Assets
    [11:04:27.681] Info: Fully loading Star::Root...
    [11:04:27.699] Info: Loading NameGenerator
    [11:04:27.699] Info: Loading ObjectDatabase
    [11:04:27.700] Info: Loading PlantDatabase
    [11:04:27.701] Info: Loading ProjectileDatabase
    [11:04:27.702] Info: Loading MonsterDatabase
    [11:04:27.704] Info: Loading NpcDatabase
    [11:04:27.705] Info: Loading PlayerFactory
    [11:04:27.745] Info: Loading EntityFactory
    [11:04:27.756] Info: Loading PlayerFactory
    [11:04:27.756] Info: Loading ItemDatabase
    [11:04:27.964] Info: Done loading NameGenerator
    [11:04:27.964] Info: Loading MaterialDatabase
    [11:04:27.964] Info: Loading ParticleDatabase
    [11:04:28.226] Info: Initializing SDL Window
    [11:04:28.275] Info: Loading TerrainDatabase
    [11:04:28.472] Info: Created initial window 1000x600
    [11:04:28.995] Info: Renderer initialized
    [11:04:29.001] Info: Renderer destroyed
    [11:04:29.001] Info: Initializing SDL Window
    [11:04:29.204] Info: Re-created window 1600x837
    [11:04:29.248] Info: Renderer initialized
    [11:04:30.124] Info: Writing Star::Configuration to '.\..\giraffe_storage\starbound.config'
    [11:04:30.823] Info: Done loading TerrainDatabase
    [11:04:30.823] Info: Loading BiomeDatabase
    [11:04:37.988] Error: Access violation detected at 0x756cb5f0 (Write of address 0xa2c0000)
    
    The modification itself is attached.

    Any at all help is greatly appreciated!
     

    Attached Files:

    • MFM.zip
      File size:
      635.5 KB
      Views:
      2
    Last edited by a moderator: May 9, 2015
  2. Kayuko

    Kayuko Oxygen Tank

    Just wondering, why are there 2 player.configs?

    One using the __merge function and one player.config.patch, I'd first try removing the player.config (however, if that would've been the crashfile the error would look different).
     
  3. TheBigBlueSerpent

    TheBigBlueSerpent Existential Complex

    I didn't notice that, I'll try removing it.[DOUBLEPOST=1431119806][/DOUBLEPOST]
    I received the same error. - n-
     
    Last edited: May 8, 2015
  4. Kayuko

    Kayuko Oxygen Tank

    Eww, that sucks.
    Sadly it's way too late over here to go through the files, I'd be even less help then I'd normally be.
    I'm sure someone way more competent will help you tho, lol.

    In case you're still trying to solve it yourself till then, this may help:

    http://community.playstarbound.com/threads/starbound-modkit.94905/page-7#post-2571267

    I'm not sure this is related, but back then the origin of the runtime error was a combination of different item dependencies, so more or less the mod required an item that didn't exist. It should've said that, but instead it gave a runtime error.

    Idk, but might help. Sorry for being useless :D

    PS: I like your avatar, lol.... x:
     
    TheBigBlueSerpent likes this.
  5. TheBigBlueSerpent

    TheBigBlueSerpent Existential Complex

    Code:
    Start logging at: 2015-05-08 15:17:44.714
    [15:17:44.717] Info: Star::Root using bootstrap file 'C:\Program Files (x86)\Steam\steamapps\common\Starbound\win32\sbboot.config'
    [15:17:44.717] Info: Star::Root using storage directory 'C:\Program Files (x86)\Steam\steamapps\common\Starbound\giraffe_storage\'
    [15:17:44.717] Info: Preparing Star::Root...
    [15:17:44.719] Info: Detected mod 'morefood' at '../giraffe_storage/mods\MFM\.'
    [15:17:44.719] Info: Loading Configuration with config file: 'starbound.config'
    [15:17:44.719] Info: Loading Star::Configuration from 'Just (.\..\giraffe_storage\starbound.config)'
    [15:17:44.730] Info: Writing Star::Configuration to '.\..\giraffe_storage\starbound.config'
    [15:17:44.769] Info: Initializing Star::Root with 3 assets sources
    [15:17:44.777] Info: Done preparing Star::Root.
    [15:17:44.777] Info: Client Version 'Beta v. Spirited Giraffe - Update 4' Revision: 50d7c4ce63b249c459f276280225041cc4e745a8 Protocol: 679
    [15:17:44.777] Info: Initialized SDL
    [15:17:44.826] Info: Initialized SDL Video
    [15:17:44.855] Info: Initialized SDL Joystick
    [15:17:44.859] Info: Initialized SDL Sound
    [15:17:44.871] Error: Could not open audio device
    [15:17:44.872] Info: Loading Assets
    [15:17:44.872] Info: Loading Star::Assets from: '../assets/packed.pak'
    [15:17:44.873] Info: Loading Star::Assets from: '../assets/user'
    [15:17:44.874] Info: Loading Star::Assets from: '../giraffe_storage/mods\MFM\.'
    [15:17:45.943] Info: Done loading Assets
    [15:17:45.954] Info: Fully loading Star::Root...
    [15:17:45.959] Info: Initializing SDL Window
    [15:17:46.132] Info: Loading NameGenerator
    [15:17:46.152] Info: Loading ObjectDatabase
    [15:17:46.175] Info: Done loading NameGenerator
    [15:17:46.175] Info: Loading PlantDatabase
    [15:17:46.177] Info: Loading ProjectileDatabase
    [15:17:46.229] Info: Loading MonsterDatabase
    [15:17:46.312] Info: Loading NpcDatabase
    [15:17:46.336] Info: Loading PlayerFactory
    [15:17:46.337] Info: Loading EntityFactory
    [15:17:47.480] Error: Exception caught loading asset: /player.config, (AssetException) Could not read variant asset /player.config
      StarException::StarException(string, exception)
      AssetException::AssetException(string, exception)
      _Function_handler<shared_ptr<Assets::AssetData> (), Assets::loadJson(String)::{lambda()#1}>::(_Any_data)
      Assets::processAssetData(function<shared_ptr<Assets::AssetData> ()>)
      Assets::loadJson(String)
      Assets::loadAsset(Assets::AssetId)
      Assets::doLoad(Assets::AssetId)
      Assets::getAsset(Assets::AssetId)
      Assets::json(String)
      PlayerFactory::playerFactory()
      Root::playerFactory()
      _Function_handler<void (), SwallowReturn<_Bind<_Mem_fn<shared_ptr<PlayerFactory> (Root::*)()> (Root*)> > >::(_Any_data)
      _Function_handler<void (), WorkerPool::addWork(function<void ()>)::{lambda()#1}>::(_Any_data)
      WorkerPool::WorkerThread::run()
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    Caused by: (JsonParsingException) Cannot parse json file: /player.config
      StarException::StarException(string, exception)
      Assets::readJson(String)
      _Function_handler<shared_ptr<Assets::AssetData> (), Assets::loadJson(String)::{lambda()#1}>::(_Any_data)
      Assets::processAssetData(function<shared_ptr<Assets::AssetData> ()>)
      Assets::loadJson(String)
      Assets::loadAsset(Assets::AssetId)
      Assets::doLoad(Assets::AssetId)
      Assets::getAsset(Assets::AssetId)
      Assets::json(String)
      PlayerFactory::playerFactory()
      Root::playerFactory()
      _Function_handler<void (), SwallowReturn<_Bind<_Mem_fn<shared_ptr<PlayerFactory> (Root::*)()> (Root*)> > >::(_Any_data)
      _Function_handler<void (), WorkerPool::addWork(function<void ()>)::{lambda()#1}>::(_Any_data)
      WorkerPool::WorkerThread::run()
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    Caused by: (JsonParsingException) Error parsing json: bad array, should be ',' or ']' at 17:1
      JsonParsingException::JsonParsingException(string)
      Json inputUtf8Json<char*>(char*, char*, bool)
      Assets::readJson(String)
      _Function_handler<shared_ptr<Assets::AssetData> (), Assets::loadJson(String)::{lambda()#1}>::(_Any_data)
      Assets::processAssetData(function<shared_ptr<Assets::AssetData> ()>)
      Assets::loadJson(String)
      Assets::loadAsset(Assets::AssetId)
      Assets::doLoad(Assets::AssetId)
      Assets::getAsset(Assets::AssetId)
      Assets::json(String)
      PlayerFactory::playerFactory()
      Root::playerFactory()
      _Function_handler<void (), SwallowReturn<_Bind<_Mem_fn<shared_ptr<PlayerFactory> (Root::*)()> (Root*)> > >::(_Any_data)
      _Function_handler<void (), WorkerPool::addWork(function<void ()>)::{lambda()#1}>::(_Any_data)
      WorkerPool::WorkerThread::run()
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    [15:17:47.481] Info: Loading ItemDatabase
    [15:17:47.481] Info: Created initial window 1000x600
    [15:17:47.482] Info: Loading PlayerFactory
    [15:17:47.483] Info: Loading TerrainDatabase
    [15:17:47.508] Info: Done loading TerrainDatabase
    [15:17:47.508] Info: Loading BiomeDatabase
    [15:17:47.536] Info: Renderer initialized
    [15:17:47.594] Info: Loading MaterialDatabase
    [15:17:47.595] Info: Loading ParticleDatabase
    [15:17:47.740] Info: Renderer destroyed
    [15:17:47.740] Info: Initializing SDL Window
    [15:17:48.494] Info: Done loading PlantDatabase
    [15:17:48.495] Info: Loading LiquidsDatabase
    [15:17:48.595] Info: Done loading ParticleDatabase
    [15:17:48.617] Info: Done loading BiomeDatabase
    [15:17:48.623] Info: Loading StatusEffectDatabase
    [15:17:48.651] Info: Loading MaterialDatabase
    [15:17:48.651] Info: Loading DamageDatabase
    [15:17:48.844] Info: Loading EffectSourceDatabase
    [15:17:48.889] Info: Done loading NpcDatabase
    [15:17:48.890] Info: Loading FunctionDatabase
    [15:17:48.906] Info: Done loading EffectSourceDatabase
    [15:17:48.914] Info: Loading TreasureDatabase
    [15:17:48.920] Info: Done loading StatusEffectDatabase
    [15:17:48.920] Info: Loading DungeonDefinitions
    [15:17:48.928] Info: Done loading FunctionDatabase
    [15:17:48.928] Info: Loading EmoteProcessor
    [15:17:48.959] Info: Done loading EmoteProcessor
    [15:17:48.959] Info: Loading SpeciesDatabase
    [15:17:49.994] Error: Exception caught loading asset: /treasure/harvest.treasurepools, (AssetException) Could not read variant asset /treasure/harvest.treasurepools
      StarException::StarException(string, exception)
      AssetException::AssetException(string, exception)
      _Function_handler<shared_ptr<Assets::AssetData> (), Assets::loadJson(String)::{lambda()#1}>::(_Any_data)
      Assets::processAssetData(function<shared_ptr<Assets::AssetData> ()>)
      Assets::loadJson(String)
      Assets::loadAsset(Assets::AssetId)
      Assets::doLoad(Assets::AssetId)
      Assets::getAsset(Assets::AssetId)
      Assets::json(String)
      TreasureDatabase::TreasureDatabase()
      Root::treasureDatabase()
      _Function_handler<void (), SwallowReturn<_Bind<_Mem_fn<shared_ptr<TreasureDatabase> (Root::*)()> (Root*)> > >::(_Any_data)
      _Function_handler<void (), WorkerPool::addWork(function<void ()>)::{lambda()#1}>::(_Any_data)
      WorkerPool::WorkerThread::run()
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    Caused by: (JsonParsingException) Cannot parse json file: /treasure/harvest.treasurepools
      StarException::StarException(string, exception)
      Assets::readJson(String)
      _Function_handler<shared_ptr<Assets::AssetData> (), Assets::loadJson(String)::{lambda()#1}>::(_Any_data)
      Assets::processAssetData(function<shared_ptr<Assets::AssetData> ()>)
      Assets::loadJson(String)
      Assets::loadAsset(Assets::AssetId)
      Assets::doLoad(Assets::AssetId)
      Assets::getAsset(Assets::AssetId)
      Assets::json(String)
      TreasureDatabase::TreasureDatabase()
      Root::treasureDatabase()
      _Function_handler<void (), SwallowReturn<_Bind<_Mem_fn<shared_ptr<TreasureDatabase> (Root::*)()> (Root*)> > >::(_Any_data)
      _Function_handler<void (), WorkerPool::addWork(function<void ()>)::{lambda()#1}>::(_Any_data)
      WorkerPool::WorkerThread::run()
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    Caused by: (JsonParsingException) Error parsing json: unexpected character parsing word at 438:47
      JsonParsingException::JsonParsingException(string)
      Json inputUtf8Json<char*>(char*, char*, bool)
      Assets::readJson(String)
      _Function_handler<shared_ptr<Assets::AssetData> (), Assets::loadJson(String)::{lambda()#1}>::(_Any_data)
      Assets::processAssetData(function<shared_ptr<Assets::AssetData> ()>)
      Assets::loadJson(String)
      Assets::loadAsset(Assets::AssetId)
      Assets::doLoad(Assets::AssetId)
      Assets::getAsset(Assets::AssetId)
      Assets::json(String)
      TreasureDatabase::TreasureDatabase()
      Root::treasureDatabase()
      _Function_handler<void (), SwallowReturn<_Bind<_Mem_fn<shared_ptr<TreasureDatabase> (Root::*)()> (Root*)> > >::(_Any_data)
      _Function_handler<void (), WorkerPool::addWork(function<void ()>)::{lambda()#1}>::(_Any_data)
      WorkerPool::WorkerThread::run()
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    [15:17:49.994] Info: Re-created window 1600x837
    [15:17:49.996] Info: Loading ImageMetadataDatabase
    [15:17:50.018] Info: Writing Star::Configuration to '.\..\giraffe_storage\starbound.config'
    [15:17:50.021] Info: Done loading ImageMetadataDatabase
    [15:17:50.021] Info: Loading VersioningDatabase
    [15:17:50.027] Info: Done loading SpeciesDatabase
    [15:17:50.028] Info: Loading QuestTemplateDatabase
    [15:17:50.070] Info: Done loading QuestTemplateDatabase
    [15:17:50.071] Info: Loading AiDatabase
    [15:17:50.189] Info: Done loading VersioningDatabase
    [15:17:50.189] Info: Loading TechDatabase
    [15:17:50.217] Info: Done loading TechDatabase
    [15:17:50.235] Info: Loading CodexDatabase
    [15:17:50.410] Info: Done loading AiDatabase
    [15:17:50.625] Info: Renderer initialized
    [15:17:50.856] Info: Done loading CodexDatabase
    [15:17:51.081] Info: Done loading ProjectileDatabase
    [15:17:51.470] Info: Done loading DamageDatabase
    [15:17:52.026] Info: Done loading MonsterDatabase
    [15:17:53.368] Info: Done loading ObjectDatabase
    [15:17:58.380] Info: Writing Star::Configuration to '.\..\giraffe_storage\starbound.config'
    [15:18:20.702] Error: Exception caught loading asset: /recipes/starter/kitchen/entrees/nachos.recipe, (AssetException) Could not read variant asset /recipes/starter/kitchen/entrees/nachos.recipe
      StarException::StarException(string, exception)
      AssetException::AssetException(string, exception)
      _Function_handler<shared_ptr<Assets::AssetData> (), Assets::loadJson(String)::{lambda()#1}>::(_Any_data)
      Assets::processAssetData(function<shared_ptr<Assets::AssetData> ()>)
      Assets::loadJson(String)
      Assets::loadAsset(Assets::AssetId)
      Assets::doLoad(Assets::AssetId)
      Assets::getAsset(Assets::AssetId)
      Assets::json(String)
      ItemDatabase::scanRecipes()
      ItemDatabase::ItemDatabase()
      Root::itemDatabase()
      _Function_handler<void (), SwallowReturn<_Bind<_Mem_fn<shared_ptr<ItemDatabase> (Root::*)()> (Root*)> > >::(_Any_data)
      _Function_handler<void (), WorkerPool::addWork(function<void ()>)::{lambda()#1}>::(_Any_data)
      WorkerPool::WorkerThread::run()
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/starter/kitchen/entrees/nachos.recipe
      StarException::StarException(string, exception)
      Assets::readJson(String)
      _Function_handler<shared_ptr<Assets::AssetData> (), Assets::loadJson(String)::{lambda()#1}>::(_Any_data)
      Assets::processAssetData(function<shared_ptr<Assets::AssetData> ()>)
      Assets::loadJson(String)
      Assets::loadAsset(Assets::AssetId)
      Assets::doLoad(Assets::AssetId)
      Assets::getAsset(Assets::AssetId)
      Assets::json(String)
      ItemDatabase::scanRecipes()
      ItemDatabase::ItemDatabase()
      Root::itemDatabase()
      _Function_handler<void (), SwallowReturn<_Bind<_Mem_fn<shared_ptr<ItemDatabase> (Root::*)()> (Root*)> > >::(_Any_data)
      _Function_handler<void (), WorkerPool::addWork(function<void ()>)::{lambda()#1}>::(_Any_data)
      WorkerPool::WorkerThread::run()
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    Caused by: (JsonParsingException) Error parsing json: bad string, should be '"' at 5:2
      JsonParsingException::JsonParsingException(string)
      Json inputUtf8Json<char*>(char*, char*, bool)
      Assets::readJson(String)
      _Function_handler<shared_ptr<Assets::AssetData> (), Assets::loadJson(String)::{lambda()#1}>::(_Any_data)
      Assets::processAssetData(function<shared_ptr<Assets::AssetData> ()>)
      Assets::loadJson(String)
      Assets::loadAsset(Assets::AssetId)
      Assets::doLoad(Assets::AssetId)
      Assets::getAsset(Assets::AssetId)
      Assets::json(String)
      ItemDatabase::scanRecipes()
      ItemDatabase::ItemDatabase()
      Root::itemDatabase()
      _Function_handler<void (), SwallowReturn<_Bind<_Mem_fn<shared_ptr<ItemDatabase> (Root::*)()> (Root*)> > >::(_Any_data)
      _Function_handler<void (), WorkerPool::addWork(function<void ()>)::{lambda()#1}>::(_Any_data)
      WorkerPool::WorkerThread::run()
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    [15:18:22.874] Error: Exception caught loading asset: /recipes/starter/kitchen/entrees/chipsandsalsa.recipe, (AssetException) Could not read variant asset /recipes/starter/kitchen/entrees/chipsandsalsa.recipe
      StarException::StarException(string, exception)
      AssetException::AssetException(string, exception)
      _Function_handler<shared_ptr<Assets::AssetData> (), Assets::loadJson(String)::{lambda()#1}>::(_Any_data)
      Assets::processAssetData(function<shared_ptr<Assets::AssetData> ()>)
      Assets::loadJson(String)
      Assets::loadAsset(Assets::AssetId)
      Assets::doLoad(Assets::AssetId)
      Assets::workerMain()
      _Function_handler<void (), ThreadFunction<void>::ThreadFunction(function<void ()>, String)::{lambda()#1}>::(_Any_data)
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/starter/kitchen/entrees/chipsandsalsa.recipe
      StarException::StarException(string, exception)
      Assets::readJson(String)
      _Function_handler<shared_ptr<Assets::AssetData> (), Assets::loadJson(String)::{lambda()#1}>::(_Any_data)
      Assets::processAssetData(function<shared_ptr<Assets::AssetData> ()>)
      Assets::loadJson(String)
      Assets::loadAsset(Assets::AssetId)
      Assets::doLoad(Assets::AssetId)
      Assets::workerMain()
      _Function_handler<void (), ThreadFunction<void>::ThreadFunction(function<void ()>, String)::{lambda()#1}>::(_Any_data)
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    Caused by: (JsonParsingException) Error parsing json: bad string, should be '"' at 5:2
      JsonParsingException::JsonParsingException(string)
      Json inputUtf8Json<char*>(char*, char*, bool)
      Assets::readJson(String)
      _Function_handler<shared_ptr<Assets::AssetData> (), Assets::loadJson(String)::{lambda()#1}>::(_Any_data)
      Assets::processAssetData(function<shared_ptr<Assets::AssetData> ()>)
      Assets::loadJson(String)
      Assets::loadAsset(Assets::AssetId)
      Assets::doLoad(Assets::AssetId)
      Assets::workerMain()
      _Function_handler<void (), ThreadFunction<void>::ThreadFunction(function<void ()>, String)::{lambda()#1}>::(_Any_data)
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    [15:18:23.687] Error: Exception caught loading asset: /recipes/starter/kitchen/desserts/potatochips.recipe, (AssetException) Could not read variant asset /recipes/starter/kitchen/desserts/potatochips.recipe
      StarException::StarException(string, exception)
      AssetException::AssetException(string, exception)
      _Function_handler<shared_ptr<Assets::AssetData> (), Assets::loadJson(String)::{lambda()#1}>::(_Any_data)
      Assets::processAssetData(function<shared_ptr<Assets::AssetData> ()>)
      Assets::loadJson(String)
      Assets::loadAsset(Assets::AssetId)
      Assets::doLoad(Assets::AssetId)
      Assets::workerMain()
      _Function_handler<void (), ThreadFunction<void>::ThreadFunction(function<void ()>, String)::{lambda()#1}>::(_Any_data)
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/starter/kitchen/desserts/potatochips.recipe
      StarException::StarException(string, exception)
      Assets::readJson(String)
      _Function_handler<shared_ptr<Assets::AssetData> (), Assets::loadJson(String)::{lambda()#1}>::(_Any_data)
      Assets::processAssetData(function<shared_ptr<Assets::AssetData> ()>)
      Assets::loadJson(String)
      Assets::loadAsset(Assets::AssetId)
      Assets::doLoad(Assets::AssetId)
      Assets::workerMain()
      _Function_handler<void (), ThreadFunction<void>::ThreadFunction(function<void ()>, String)::{lambda()#1}>::(_Any_data)
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    Caused by: (JsonParsingException) Error parsing json: bad string, should be '"' at 5:2
      JsonParsingException::JsonParsingException(string)
      Json inputUtf8Json<char*>(char*, char*, bool)
      Assets::readJson(String)
      _Function_handler<shared_ptr<Assets::AssetData> (), Assets::loadJson(String)::{lambda()#1}>::(_Any_data)
      Assets::processAssetData(function<shared_ptr<Assets::AssetData> ()>)
      Assets::loadJson(String)
      Assets::loadAsset(Assets::AssetId)
      Assets::doLoad(Assets::AssetId)
      Assets::workerMain()
      _Function_handler<void (), ThreadFunction<void>::ThreadFunction(function<void ()>, String)::{lambda()#1}>::(_Any_data)
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    [15:18:25.144] Error: Exception caught loading asset: /recipes/starter/kitchen/produce/friedokra.recipe, (AssetException) Could not read variant asset /recipes/starter/kitchen/produce/friedokra.recipe
      StarException::StarException(string, exception)
      AssetException::AssetException(string, exception)
      _Function_handler<shared_ptr<Assets::AssetData> (), Assets::loadJson(String)::{lambda()#1}>::(_Any_data)
      Assets::processAssetData(function<shared_ptr<Assets::AssetData> ()>)
      Assets::loadJson(String)
      Assets::loadAsset(Assets::AssetId)
      Assets::doLoad(Assets::AssetId)
      Assets::workerMain()
      _Function_handler<void (), ThreadFunction<void>::ThreadFunction(function<void ()>, String)::{lambda()#1}>::(_Any_data)
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    Caused by: (JsonParsingException) Cannot parse json file: /recipes/starter/kitchen/produce/friedokra.recipe
      StarException::StarException(string, exception)
      Assets::readJson(String)
      _Function_handler<shared_ptr<Assets::AssetData> (), Assets::loadJson(String)::{lambda()#1}>::(_Any_data)
      Assets::processAssetData(function<shared_ptr<Assets::AssetData> ()>)
      Assets::loadJson(String)
      Assets::loadAsset(Assets::AssetId)
      Assets::doLoad(Assets::AssetId)
      Assets::workerMain()
      _Function_handler<void (), ThreadFunction<void>::ThreadFunction(function<void ()>, String)::{lambda()#1}>::(_Any_data)
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    Caused by: (JsonParsingException) Error parsing json: bad string, should be '"' at 5:2
      JsonParsingException::JsonParsingException(string)
      Json inputUtf8Json<char*>(char*, char*, bool)
      Assets::readJson(String)
      _Function_handler<shared_ptr<Assets::AssetData> (), Assets::loadJson(String)::{lambda()#1}>::(_Any_data)
      Assets::processAssetData(function<shared_ptr<Assets::AssetData> ()>)
      Assets::loadJson(String)
      Assets::loadAsset(Assets::AssetId)
      Assets::doLoad(Assets::AssetId)
      Assets::workerMain()
      _Function_handler<void (), ThreadFunction<void>::ThreadFunction(function<void ()>, String)::{lambda()#1}>::(_Any_data)
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    [15:18:31.880] Info: Done loading DungeonDefinitions
    [15:18:32.126] Error: Exception raised during Root finishLoad: (AssetException) Error loading asset /player.config
      AssetException::AssetException(string)
      Assets::getAsset(Assets::AssetId)
      Assets::json(String)
      PlayerFactory::playerFactory()
      Root::playerFactory()
      _Function_handler<void (), SwallowReturn<_Bind<_Mem_fn<shared_ptr<PlayerFactory> (Root::*)()> (Root*)> > >::(_Any_data)
      _Function_handler<void (), WorkerPool::addWork(function<void ()>)::{lambda()#1}>::(_Any_data)
      WorkerPool::WorkerThread::run()
      ThreadImpl::runThread(void*)
      BaseThreadInitThunk
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    [15:18:32.142] Info: Renderer destroyed
    [15:18:32.174] Info: Shutting down Star::Root
    [15:18:33.140] Error: Fatal Exception Caught: (StarException) An error occurred during loading: (AssetException) Error loading asset /player.config
      ClientApplication::postSplashInitialization()
      ClientApplication::update()
      StarApplicationBase::run()
      _SDL_main
      _console_main
    
    Here is a second log, it seems to have alot more useful information.[DOUBLEPOST=1431120417][/DOUBLEPOST]
    Thanks! That would explain alot.
    Thanks..! ~ 3~
     
    Last edited by a moderator: May 9, 2015
  6. Kayuko

    Kayuko Oxygen Tank

    Holy heck, those are lots of syntax errors.

    Use an online interpreter for all the files and correct all the syntax failures, always.

    Here's a link, it's really useful: http://jsonlint.com/

    For checking patch compatibility: http://json-schema-validator.herokuapp.com/jsonpatch.jsp

    Do that with all the unparseable JSON files in the log.

    Oh and keep them bookmarked, they are useful as hell.
     
  7. TheBigBlueSerpent

    TheBigBlueSerpent Existential Complex

    Yeah.. Whoa thanks! those should come in handy! ^ o^

    EDIT- Thank you sooo much! :notworthy: It seems i missed a few syntax errors.. u ~u[DOUBLEPOST=1431123712][/DOUBLEPOST]It will take some time, Its still not working. - ~-
     
    Last edited: May 8, 2015
  8. The | Suit

    The | Suit Agent S. Forum Moderator

    Please use the [code] [/code] tags to post code.[DOUBLEPOST=1431165062][/DOUBLEPOST]There were around 23 syntax mistakes and your watermelon tile needs to be completely redone. Compare it with the latest asset package.
    I suggest reading this completely and byhearting every single word.
    http://community.playstarbound.com/...ors-fixing-most-problems-yourself-v1-1.69198/

    Fixing the mod requires only basic knowledge in starbound.log nothing more.
    Attached Fixed Mod - took around 15 minutes to fix everything.

    Remember check every ( no exceptions - 23 simple syntax mistakes is no joke ) single file you make each time with JSON patcher or JSON lint. And always always always read your starbound.log. It almost always tells you exactly where the mistake is.
     

    Attached Files:

    Last edited: May 9, 2015
    TheBigBlueSerpent likes this.
  9. TheBigBlueSerpent

    TheBigBlueSerpent Existential Complex

    Thank you so much! I updated the PB+J 2 mod no problem but i guess the size made me rush.. Thanks again! :O

    EDIT- could you please move MFM from outdated mods to food and farming?
     
    Last edited: May 9, 2015
  10. The | Suit

    The | Suit Agent S. Forum Moderator

    Done - Though you should be aware no one is notified of edits.
    Its easier just to report the mod and ask for it to be moved out of outdated for future reference.
    That way all moderators are notified and who ever is free will do it.
     
  11. TheBigBlueSerpent

    TheBigBlueSerpent Existential Complex

    Ah okay, thank you!
     
  12. TheBigBlueSerpent

    TheBigBlueSerpent Existential Complex

    I hate to bring this back but. I've tried a bunch of things. references, editing numbers, editing images.. etc. and the crops refuse to show up when planted! Any idea why?
     
  13. The | Suit

    The | Suit Agent S. Forum Moderator

    No need to do any of that - read your log it will tell you why.
     
  14. TheBigBlueSerpent

    TheBigBlueSerpent Existential Complex

    Oh. "[21:16:39.700] Error: Could not load /objects/farmables/kale/kaleseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/kale/kaleseed.frames row 7 is out of bounds for x-dimension 7"

    :facepalm:
    Something's wrong.

    Code:
    Start logging at: 2015-05-09 21:16:18.067
    [21:16:18.069] Info: Star::Root using bootstrap file 'C:\Program Files (x86)\Steam\steamapps\common\Starbound\win32\sbboot.config'
    [21:16:18.069] Info: Star::Root using storage directory 'C:\Program Files (x86)\Steam\steamapps\common\Starbound\giraffe_storage\'
    [21:16:18.069] Info: Preparing Star::Root...
    [21:16:18.071] Info: Detected mod 'morefood' at '../giraffe_storage/mods\MFM\.'
    [21:16:18.071] Info: Loading Configuration with config file: 'starbound.config'
    [21:16:18.072] Info: Loading Star::Configuration from 'Just (.\..\giraffe_storage\starbound.config)'
    [21:16:18.085] Info: Writing Star::Configuration to '.\..\giraffe_storage\starbound.config'
    [21:16:18.121] Info: Initializing Star::Root with 3 assets sources
    [21:16:18.125] Info: Done preparing Star::Root.
    [21:16:18.126] Info: Client Version 'Beta v. Spirited Giraffe - Update 5' Revision: b121429b907d2919c3f1d5e25303c5bb571ed61a Protocol: 679
    [21:16:18.126] Info: Initialized SDL
    [21:16:18.171] Info: Initialized SDL Video
    [21:16:18.234] Info: Initialized SDL Joystick
    [21:16:18.238] Info: Initialized SDL Sound
    [21:16:18.251] Error: Could not open audio device
    [21:16:18.252] Info: Loading Assets
    [21:16:18.252] Info: Loading Star::Assets from: '../assets/packed.pak'
    [21:16:18.253] Info: Loading Star::Assets from: '../assets/user'
    [21:16:18.254] Info: Loading Star::Assets from: '../giraffe_storage/mods\MFM\.'
    [21:16:19.252] Info: Done loading Assets
    [21:16:19.262] Info: Fully loading Star::Root...
    [21:16:19.267] Info: Initializing SDL Window
    [21:16:19.285] Info: Loading NameGenerator
    [21:16:19.285] Info: Loading ObjectDatabase
    [21:16:19.287] Info: Loading PlantDatabase
    [21:16:19.291] Info: Loading ProjectileDatabase
    [21:16:19.294] Info: Loading MonsterDatabase
    [21:16:19.360] Info: Loading NpcDatabase
    [21:16:19.386] Info: Loading PlayerFactory
    [21:16:19.398] Info: Loading EntityFactory
    [21:16:19.485] Info: Done loading PlayerFactory
    [21:16:19.486] Info: Loading ItemDatabase
    [21:16:19.833] Info: Done loading NameGenerator
    [21:16:19.909] Info: Loading MaterialDatabase
    [21:16:19.909] Info: Loading ParticleDatabase
    [21:16:20.304] Info: Done loading ParticleDatabase
    [21:16:20.368] Info: Done loading PlantDatabase
    [21:16:20.368] Info: Loading TerrainDatabase
    [21:16:20.588] Info: Done loading TerrainDatabase
    [21:16:20.588] Info: Loading BiomeDatabase
    [21:16:21.212] Info: Done loading BiomeDatabase
    [21:16:21.212] Info: Loading LiquidsDatabase
    [21:16:21.484] Info: Done loading NpcDatabase
    [21:16:21.485] Info: Loading StatusEffectDatabase
    [21:16:21.540] Info: Done loading StatusEffectDatabase
    [21:16:21.540] Info: Loading DamageDatabase
    [21:16:22.307] Info: Done loading MaterialDatabase
    [21:16:22.329] Info: Loading EffectSourceDatabase
    [21:16:22.396] Info: Done loading LiquidsDatabase
    [21:16:22.397] Info: Loading FunctionDatabase
    [21:16:22.515] Info: Done loading EffectSourceDatabase
    [21:16:22.516] Info: Loading TreasureDatabase
    [21:16:22.576] Info: Done loading ProjectileDatabase
    [21:16:22.576] Info: Loading DungeonDefinitions
    [21:16:22.652] Info: Done loading FunctionDatabase
    [21:16:22.653] Info: Loading EmoteProcessor
    [21:16:22.653] Info: Done loading EmoteProcessor
    [21:16:22.653] Info: Loading SpeciesDatabase
    [21:16:22.695] Info: Done loading SpeciesDatabase
    [21:16:22.695] Info: Loading ImageMetadataDatabase
    [21:16:22.695] Info: Done loading ImageMetadataDatabase
    [21:16:22.696] Info: Loading VersioningDatabase
    [21:16:22.697] Info: Done loading VersioningDatabase
    [21:16:22.697] Info: Loading QuestTemplateDatabase
    [21:16:23.202] Info: Done loading QuestTemplateDatabase
    [21:16:23.202] Info: Loading AiDatabase
    [21:16:23.255] Info: Done loading AiDatabase
    [21:16:23.255] Info: Loading TechDatabase
    [21:16:23.265] Info: Done loading TreasureDatabase
    [21:16:23.265] Info: Loading CodexDatabase
    [21:16:23.285] Info: Done loading TechDatabase
    [21:16:23.494] Info: Done loading CodexDatabase
    [21:16:23.822] Info: Done loading DamageDatabase
    [21:16:24.146] Info: Done loading MonsterDatabase
    [21:16:25.921] Info: Done loading ObjectDatabase
    [21:16:25.921] Info: Done loading EntityFactory
    [21:16:26.287] Info: Created initial window 1000x600
    [21:16:26.320] Info: Renderer initialized
    [21:16:26.327] Info: Renderer destroyed
    [21:16:26.328] Info: Initializing SDL Window
    [21:16:26.931] Info: Re-created window 1600x837
    [21:16:26.976] Info: Renderer initialized
    [21:16:30.922] Info: Writing Star::Configuration to '.\..\giraffe_storage\starbound.config'
    [21:16:38.791] Error: Could not load /objects/farmables/bellpeppermfm/bellpeppermfmseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/bellpeppermfm/bellpeppermfmseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:38.793] Error: Could not load /objects/farmables/bellpeppermfm/bellpeppermfmseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/bellpeppermfm/bellpeppermfmseed.png' while resolving image frame '/objects/farmables/bellpeppermfm/bellpeppermfmseed.png:default.default.default'
    [21:16:39.700] Error: Could not load /objects/farmables/kale/kaleseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/kale/kaleseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:39.702] Error: Could not load /objects/farmables/kale/kaleseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/kale/kaleseed.png' while resolving image frame '/objects/farmables/kale/kaleseed.png:default.default.default'
    [21:16:39.830] Error: Could not load /objects/farmables/strawberries/strawberriesseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/strawberries/strawberriesseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:39.834] Error: Could not load /objects/farmables/strawberries/strawberriesseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/strawberries/strawberriesseed.png' while resolving image frame '/objects/farmables/strawberries/strawberriesseed.png:default.default.default'
    [21:16:40.648] Error: Could not load /objects/farmables/lettuce/lettuceseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/lettuce/lettuceseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:40.650] Error: Could not load /objects/farmables/lettuce/lettuceseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/lettuce/lettuceseed.png' while resolving image frame '/objects/farmables/lettuce/lettuceseed.png:default.default.default'
    [21:16:40.867] Error: Could not load /objects/farmables/artichoke/asparagusseed.png asset, using placeholder default.
    (AssetException) No such asset '/objects/farmables/artichoke/asparagusseed.png'
    [21:16:40.869] Error: Could not load /objects/farmables/artichoke/asparagusseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/artichoke/asparagusseed.png' while resolving image frame '/objects/farmables/artichoke/asparagusseed.png:default.default.default'
    [21:16:41.363] Error: Could not load /objects/farmables/spinach/spinachseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/spinach/spinachseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:41.365] Error: Could not load /objects/farmables/spinach/spinachseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/spinach/spinachseed.png' while resolving image frame '/objects/farmables/spinach/spinachseed.png:default.default.default'
    [21:16:42.321] Error: Could not load /objects/farmables/leek/leekseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/leek/leekseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:42.323] Error: Could not load /objects/farmables/leek/leekseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/leek/leekseed.png' while resolving image frame '/objects/farmables/leek/leekseed.png:default.default.default'
    [21:16:42.338] Error: Could not load /objects/farmables/celery/celeryseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/celery/celeryseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:42.340] Error: Could not load /objects/farmables/celery/celeryseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/celery/celeryseed.png' while resolving image frame '/objects/farmables/celery/celeryseed.png:default.default.default'
    [21:16:42.425] Error: Could not load /objects/farmables/onion/onionseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/onion/onionseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:42.428] Error: Could not load /objects/farmables/onion/onionseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/onion/onionseed.png' while resolving image frame '/objects/farmables/onion/onionseed.png:default.default.default'
    [21:16:42.465] Error: Could not load /objects/farmables/threesistersplant/threesistersplant.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/threesistersplant/threesistersplant.frames row 7 is out of bounds for x-dimension 7
    [21:16:42.467] Error: Could not load /objects/farmables/threesistersplant/threesistersplant.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/threesistersplant/threesistersplant.png' while resolving image frame '/objects/farmables/threesistersplant/threesistersplant.png:default.default.default'
    [21:16:42.557] Error: Could not load /objects/farmables/cinnamon2/cinnamon2seed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/cinnamon2/cinnamon2seed.frames row 7 is out of bounds for x-dimension 7
    [21:16:42.560] Error: Could not load /objects/farmables/cinnamon2/cinnamon2seed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/cinnamon2/cinnamon2seed.png' while resolving image frame '/objects/farmables/cinnamon2/cinnamon2seed.png:default.default.default'
    [21:16:42.947] Error: Could not load /objects/farmables/plum/plumseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/plum/plumseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:42.949] Error: Could not load /objects/farmables/plum/plumseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/plum/plumseed.png' while resolving image frame '/objects/farmables/plum/plumseed.png:default.default.default'
    [21:16:43.433] Error: Could not load /objects/farmables/squash/squashseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/squash/squashseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:43.436] Error: Could not load /objects/farmables/squash/squashseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/squash/squashseed.png' while resolving image frame '/objects/farmables/squash/squashseed.png:default.default.default'
    [21:16:43.592] Error: Could not load /objects/farmables/cauliflower/cauliflowerseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/cauliflower/cauliflowerseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:43.594] Error: Could not load /objects/farmables/cauliflower/cauliflowerseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/cauliflower/cauliflowerseed.png' while resolving image frame '/objects/farmables/cauliflower/cauliflowerseed.png:default.default.default'
    [21:16:43.795] Error: Could not load /objects/farmables/rutabaga/rutabagaseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/rutabaga/rutabagaseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:43.799] Error: Could not load /objects/farmables/rutabaga/rutabagaseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/rutabaga/rutabagaseed.png' while resolving image frame '/objects/farmables/rutabaga/rutabagaseed.png:default.default.default'
    [21:16:43.815] Error: Could not load /objects/farmables/sunflower/sunflowerseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/sunflower/sunflowerseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:43.816] Error: Could not load /objects/farmables/sunflower/sunflowerseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/sunflower/sunflowerseed.png' while resolving image frame '/objects/farmables/sunflower/sunflowerseed.png:default.default.default'
    [21:16:43.870] Error: Could not load /objects/farmables/parsnip/parsnipseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/parsnip/parsnipseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:43.872] Error: Could not load /objects/farmables/parsnip/parsnipseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/parsnip/parsnipseed.png' while resolving image frame '/objects/farmables/parsnip/parsnipseed.png:default.default.default'
    [21:16:44.112] Error: Could not load /objects/farmables/okra/okraseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/okra/okraseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:44.114] Error: Could not load /objects/farmables/okra/okraseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/okra/okraseed.png' while resolving image frame '/objects/farmables/okra/okraseed.png:default.default.default'
    [21:16:44.189] Error: Could not load /objects/farmables/ginger/gingerseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/ginger/gingerseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:44.206] Error: Could not load /objects/farmables/ginger/gingerseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/ginger/gingerseed.png' while resolving image frame '/objects/farmables/ginger/gingerseed.png:default.default.default'
    [21:16:44.227] Error: Could not load /objects/farmables/brusselsprout/brusselsproutseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/brusselsprout/brusselsproutseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:44.229] Error: Could not load /objects/farmables/brusselsprout/brusselsproutseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/brusselsprout/brusselsproutseed.png' while resolving image frame '/objects/farmables/brusselsprout/brusselsproutseed.png:default.default.default'
    [21:16:45.313] Error: Could not load /objects/farmables/collardgreens/collardgreensseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/collardgreens/collardgreensseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:45.315] Error: Could not load /objects/farmables/collardgreens/collardgreensseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/collardgreens/collardgreensseed.png' while resolving image frame '/objects/farmables/collardgreens/collardgreensseed.png:default.default.default'
    [21:16:46.032] Error: Could not load /objects/farmables/lemon/lemonseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/lemon/lemonseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:46.033] Error: Could not load /objects/farmables/lemon/lemonseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/lemon/lemonseed.png' while resolving image frame '/objects/farmables/lemon/lemonseed.png:default.default.default'
    [21:16:46.427] Error: Could not load /objects/farmables/watermelon/watermelonseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/watermelon/watermelonseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:46.429] Error: Could not load /objects/farmables/watermelon/watermelonseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/watermelon/watermelonseed.png' while resolving image frame '/objects/farmables/watermelon/watermelonseed.png:default.default.default'
    [21:16:47.053] Error: Could not load /objects/farmables/orange/orangeseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/orange/orangeseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:47.064] Error: Could not load /objects/farmables/orange/orangeseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/orange/orangeseed.png' while resolving image frame '/objects/farmables/orange/orangeseed.png:default.default.default'
    [21:16:47.886] Error: Could not load /objects/farmables/garlic/garlicseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/garlic/garlicseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:47.888] Error: Could not load /objects/farmables/garlic/garlicseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/garlic/garlicseed.png' while resolving image frame '/objects/farmables/garlic/garlicseed.png:default.default.default'
    [21:16:48.577] Error: Could not load /objects/farmables/sweetpotato/sweetpotatoseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/sweetpotato/sweetpotatoseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:48.579] Error: Could not load /objects/farmables/sweetpotato/sweetpotatoseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/sweetpotato/sweetpotatoseed.png' while resolving image frame '/objects/farmables/sweetpotato/sweetpotatoseed.png:default.default.default'
    [21:16:49.048] Error: Could not load /objects/farmables/turnip/turnipseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/turnip/turnipseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:49.050] Error: Could not load /objects/farmables/turnip/turnipseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/turnip/turnipseed.png' while resolving image frame '/objects/farmables/turnip/turnipseed.png:default.default.default'
    [21:16:49.534] Error: Could not load /objects/farmables/greenapple/greenappleseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/greenapple/greenappleseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:49.536] Error: Could not load /objects/farmables/greenapple/greenappleseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/greenapple/greenappleseed.png' while resolving image frame '/objects/farmables/greenapple/greenappleseed.png:default.default.default'
    [21:16:49.585] Error: Could not load /objects/farmables/coffee2/coffee2seed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/coffee2/coffee2seed.frames row 7 is out of bounds for x-dimension 7
    [21:16:49.587] Error: Could not load /objects/farmables/coffee2/coffee2seed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/coffee2/coffee2seed.png' while resolving image frame '/objects/farmables/coffee2/coffee2seed.png:default.default.default'
    [21:16:49.647] Error: Could not load /objects/farmables/cucumber/cucumberseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/cucumber/cucumberseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:49.648] Error: Could not load /objects/farmables/cucumber/cucumberseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/cucumber/cucumberseed.png' while resolving image frame '/objects/farmables/cucumber/cucumberseed.png:default.default.default'
    [21:16:49.867] Error: Could not load /objects/farmables/cherrytomato/cherrytomatoseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/cherrytomato/cherrytomatoseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:49.870] Error: Could not load /objects/farmables/cherrytomato/cherrytomatoseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/cherrytomato/cherrytomatoseed.png' while resolving image frame '/objects/farmables/cherrytomato/cherrytomatoseed.png:default.default.default'
    [21:16:49.979] Error: Could not load /objects/farmables/soybean/soybeanseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/soybean/soybeanseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:49.981] Error: Could not load /objects/farmables/soybean/soybeanseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/soybean/soybeanseed.png' while resolving image frame '/objects/farmables/soybean/soybeanseed.png:default.default.default'
    [21:16:49.997] Error: Could not load /objects/farmables/tea1/tea1seed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/tea1/tea1seed.frames row 7 is out of bounds for x-dimension 7
    [21:16:49.998] Error: Could not load /objects/farmables/tea1/tea1seed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/tea1/tea1seed.png' while resolving image frame '/objects/farmables/tea1/tea1seed.png:default.default.default'
    [21:16:50.046] Error: Could not load /objects/farmables/beet/beetseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/beet/beetseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:50.048] Error: Could not load /objects/farmables/beet/beetseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/beet/beetseed.png' while resolving image frame '/objects/farmables/beet/beetseed.png:default.default.default'
    [21:16:50.278] Error: Could not load /objects/farmables/peach2/peach2seed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/peach2/peach2seed.frames row 7 is out of bounds for x-dimension 7
    [21:16:50.280] Error: Could not load /objects/farmables/peach2/peach2seed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/peach2/peach2seed.png' while resolving image frame '/objects/farmables/peach2/peach2seed.png:default.default.default'
    [21:16:50.662] Error: Could not load /objects/farmables/broccoli/broccoliseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/broccoli/broccoliseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:50.663] Error: Could not load /objects/farmables/broccoli/broccoliseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/broccoli/broccoliseed.png' while resolving image frame '/objects/farmables/broccoli/broccoliseed.png:default.default.default'
    [21:16:51.083] Error: Could not load /objects/farmables/bean2/bean2seed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/bean2/bean2seed.frames row 7 is out of bounds for x-dimension 7
    [21:16:51.085] Error: Could not load /objects/farmables/bean2/bean2seed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/bean2/bean2seed.png' while resolving image frame '/objects/farmables/bean2/bean2seed.png:default.default.default'
    [21:16:51.098] Error: Could not load /objects/farmables/vanilla/vanillaseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/vanilla/vanillaseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:51.100] Error: Could not load /objects/farmables/vanilla/vanillaseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/vanilla/vanillaseed.png' while resolving image frame '/objects/farmables/vanilla/vanillaseed.png:default.default.default'
    [21:16:51.234] Error: Could not load /objects/farmables/zucchini/zucchiniseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/zucchini/zucchiniseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:51.236] Error: Could not load /objects/farmables/zucchini/zucchiniseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/zucchini/zucchiniseed.png' while resolving image frame '/objects/farmables/zucchini/zucchiniseed.png:default.default.default'
    [21:16:52.848] Error: Could not load /objects/farmables/peanut/peanutseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/peanut/peanutseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:52.850] Error: Could not load /objects/farmables/peanut/peanutseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/peanut/peanutseed.png' while resolving image frame '/objects/farmables/peanut/peanutseed.png:default.default.default'
    [21:16:52.859] Error: Could not load /objects/farmables/blueberries/blueberriesseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/blueberries/blueberriesseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:52.861] Error: Could not load /objects/farmables/blueberries/blueberriesseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/blueberries/blueberriesseed.png' while resolving image frame '/objects/farmables/blueberries/blueberriesseed.png:default.default.default'
    [21:16:53.058] Error: Could not load /objects/farmables/radish/radishseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/radish/radishseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:53.061] Error: Could not load /objects/farmables/radish/radishseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/radish/radishseed.png' while resolving image frame '/objects/farmables/radish/radishseed.png:default.default.default'
    [21:16:53.178] Error: Could not load /objects/farmables/asparagus/asparagusseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/asparagus/asparagusseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:53.180] Error: Could not load /objects/farmables/asparagus/asparagusseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/asparagus/asparagusseed.png' while resolving image frame '/objects/farmables/asparagus/asparagusseed.png:default.default.default'
    [21:16:53.300] Error: Could not load /objects/farmables/rhubarb/rhubarbseed.png asset, using placeholder default.
    (AssetException) Image /objects/farmables/rhubarb/rhubarbseed.frames row 7 is out of bounds for x-dimension 7
    [21:16:53.302] Error: Could not load /objects/farmables/rhubarb/rhubarbseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/rhubarb/rhubarbseed.png' while resolving image frame '/objects/farmables/rhubarb/rhubarbseed.png:default.default.default'
    [21:16:53.698] Error: Could not load /items/food/produce/bchipsandsalsaicon.png asset, using placeholder default.
    (AssetException) No such asset '/items/food/produce/bchipsandsalsaicon.png'
    [21:17:04.983] Info: Done loading ItemDatabase
    [21:17:06.715] Info: Done loading DungeonDefinitions
    [21:17:06.717] Info: Done fully loading Star::Root
    [21:17:06.727] Info: Renderer destroyed
    [21:17:11.754] Info: Creating default Star::Configuration
    [21:17:11.754] Info: Creating default Star::Configuration
    [21:17:11.883] Info: Renderer initialized
    [21:17:17.318] Info: Renderer destroyed
    [21:17:17.468] Info: UniverseServer: Acquiring universe lock file
    [21:17:17.474] Info: UniverseServer: Loading settings
    [21:17:17.492] Info: UniverseServer: Finding starter world
    [21:17:17.493] Info: UniverseServer: Loading celestial world -587484733:-478047189:-281277494:3:1
    [21:17:19.052] Info: UniverseServer: Starting UniverseServer with UUID: a49a205029458648115186bb5fb5b19c
    [21:17:19.093] Info: UniverseServer: Logged in player 'Test' locally
    [21:17:19.094] Info: UniverseServer: Logged in account '<anonymous>' as player 'Test' from address local
    [21:17:20.071] Info: UniverseServer: Reviving player at ClientShipWorld:fc2a8cc5bc8cff8ec66ee5db3264cced
    [21:17:20.072] Info: UniverseClient: Joined server as client 1
    [21:17:20.339] Info: Creating default Star::Configuration
    [21:17:20.339] Info: Creating default Star::Configuration
    [21:17:20.531] Info: Renderer initialized
    [21:17:21.516] Info: UniverseServer: Client 'Test' <1> (local) connected
    [21:17:21.519] Info: UniverseServer: Loading client ship world ClientShipWorld:fc2a8cc5bc8cff8ec66ee5db3264cced
    [21:17:23.564] Info: UniverseServer: Loading celestial world -587484733:-478047189:-281277494:12
    [21:17:25.345] Error: Could not load /objects/farmables/artichoke/asparagusseed.png asset, using placeholder default.
    (AssetException) No such asset '/objects/farmables/artichoke/asparagusseed.png'
    [21:17:25.346] Error: Could not load /objects/farmables/artichoke/asparagusseed.png:default.0.0 asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/artichoke/asparagusseed.png' while resolving image frame '/objects/farmables/artichoke/asparagusseed.png:default.0.0'
    [21:17:28.190] Error: Could not load /objects/farmables/artichoke/asparagusseed.png:default.default.default asset, using placeholder default.
    (AssetException) No associated frames file found for image '/objects/farmables/artichoke/asparagusseed.png' while resolving image frame '/objects/farmables/artichoke/asparagusseed.png:default.default.default'
    [21:17:29.095] Info: UniverseServer: Stopping world CelestialWorld:-587484733:-478047189:-281277494:3:1 due to inactivity
    [21:17:29.197] Info: UniverseServer: World thread has stopped due to inactivity, removing world CelestialWorld:-587484733:-478047189:-281277494:3:1
    [21:17:34.036] Info: UniverseServer: Stopping world CelestialWorld:-587484733:-478047189:-281277494:12 due to inactivity
    [21:17:34.138] Info: UniverseServer: World thread has stopped due to inactivity, removing world CelestialWorld:-587484733:-478047189:-281277494:12
    [21:17:35.159] Info: UniverseClient: Client disconnecting...
    [21:17:35.207] Info: Client received world stop packet, leaving: Removed
    [21:17:35.762] Info: UniverseServer: Client 'Test' <1> (local) disconnected
    [21:17:35.864] Info: UniverseServer: World thread has stopped due to inactivity, removing world ClientShipWorld:fc2a8cc5bc8cff8ec66ee5db3264cced
    [21:17:37.003] Info: UniverseServer: Stopping UniverseServer
    [21:17:37.073] Info: Renderer destroyed
    [21:17:37.074] Info: Application quitting!
    [21:17:37.074] Info: Client shutdown gracefully
    [21:17:37.201] Info: Shutting down Star::Root
    
     
    Last edited: May 10, 2015
  15. The | Suit

    The | Suit Agent S. Forum Moderator

    It is actually telling you the error.
    It is looking for a frame which doesn't exist.

    Look at your renewable plants.
    There is a big difference between your renewable plants and that of vanilla.
    Compare EVERYTHING of the two. All the images - all the frames - the entire object.
     
  16. TheBigBlueSerpent

    TheBigBlueSerpent Existential Complex

    Thanks! I've fixed this and am now updating ll of the crops with new textures. ^ u^
     
  17. TheBigBlueSerpent

    TheBigBlueSerpent Existential Complex

    What do you make of this? MFM and Frakin' Universe seem to not be getting along. But I'm not sure how to fix it. "Could not instantiate item"?
    Code:
    Start logging at: 2015-05-11 05:23:23.101
    [05:23:23.103] Info: Star::Root using bootstrap file 'C:\Program Files (x86)\Steam\steamapps\common\Starbound\win32\sbboot.config'
    [05:23:23.104] Info: Star::Root using storage directory 'C:\Program Files (x86)\Steam\steamapps\common\Starbound\giraffe_storage\'
    [05:23:23.104] Info: Preparing Star::Root...
    [05:23:23.115] Info: Detected mod 'Universal Uncrafter' at '../giraffe_storage/mods\Universal Uncrafter v1.25 (UG).modpak'
    [05:23:23.115] Info: Detected mod 'ACCM 1.3' at '../giraffe_storage/mods\ACCM\.'
    [05:23:23.115] Info: Detected mod 'Extended GUI' at '../giraffe_storage/mods\extended_gui_0_0_2.modpak'
    [05:23:23.116] Info: Detected mod 'FrackinUniverse' at '../giraffe_storage/mods\FrackinUniverse.modpak'
    [05:23:23.116] Info: Detected mod 'Avali' at '../giraffe_storage/mods\avali\.'
    [05:23:23.116] Info: Detected mod 'Blocktableplus' at '../giraffe_storage/mods\Blocktableplusv0.11a.modpak'
    [05:23:23.116] Info: Detected mod 'Community Hairstyles Pack V1.5' at '../giraffe_storage/mods\Community Hairstyles Pack V1.5\.'
    [05:23:23.116] Info: Detected mod 'MysteriousStars' at '../giraffe_storage/mods\MysteriousStars_v1.4.4\.'
    [05:23:23.117] Info: Detected mod 'CompactCrops' at '../giraffe_storage/mods\CompactCrops - SG - 1.1.modpak'
    [05:23:23.117] Info: Detected mod 'monsterpartmod' at '../giraffe_storage/mods\Monster part mod pack\.'
    [05:23:23.117] Info: Detected mod 'Starbound Side Stories' at '../giraffe_storage/mods\StarboundSideStories\.'
    [05:23:23.117] Info: Loading Configuration with config file: 'starbound.config'
    [05:23:23.118] Info: Loading Star::Configuration from 'Just (.\..\giraffe_storage\starbound.config)'
    [05:23:23.127] Info: Writing Star::Configuration to '.\..\giraffe_storage\starbound.config'
    [05:23:23.218] Info: Initializing Star::Root with 13 assets sources
    [05:23:23.233] Info: Done preparing Star::Root.
    [05:23:23.233] Info: Client Version 'Beta v. Spirited Giraffe - Update 5' Revision: b121429b907d2919c3f1d5e25303c5bb571ed61a Protocol: 679
    [05:23:23.234] Info: Initialized SDL
    [05:23:23.264] Info: Initialized SDL Video
    [05:23:23.328] Info: Initialized SDL Joystick
    [05:23:23.331] Info: Initialized SDL Sound
    [05:23:23.344] Error: Could not open audio device
    [05:23:23.345] Info: Loading Assets
    [05:23:23.345] Info: Loading Star::Assets from: '../assets/packed.pak'
    [05:23:23.346] Info: Loading Star::Assets from: '../assets/user'
    [05:23:23.347] Info: Loading Star::Assets from: '../giraffe_storage/mods\Universal Uncrafter v1.25 (UG).modpak'
    [05:23:23.348] Info: Loading Star::Assets from: '../giraffe_storage/mods\ACCM\.'
    [05:23:23.348] Info: Loading Star::Assets from: '../giraffe_storage/mods\extended_gui_0_0_2.modpak'
    [05:23:23.349] Info: Loading Star::Assets from: '../giraffe_storage/mods\FrackinUniverse.modpak'
    [05:23:23.351] Info: Loading Star::Assets from: '../giraffe_storage/mods\avali\.'
    [05:23:23.351] Info: Loading Star::Assets from: '../giraffe_storage/mods\Blocktableplusv0.11a.modpak'
    [05:23:23.352] Info: Loading Star::Assets from: '../giraffe_storage/mods\Community Hairstyles Pack V1.5\.'
    [05:23:23.353] Info: Loading Star::Assets from: '../giraffe_storage/mods\MysteriousStars_v1.4.4\.'
    [05:23:23.353] Info: Loading Star::Assets from: '../giraffe_storage/mods\CompactCrops - SG - 1.1.modpak'
    [05:23:23.354] Info: Loading Star::Assets from: '../giraffe_storage/mods\Monster part mod pack\.'
    [05:23:23.354] Info: Loading Star::Assets from: '../giraffe_storage/mods\StarboundSideStories\.'
    [05:23:24.810] Info: Done loading Assets
    [05:23:24.824] Info: Fully loading Star::Root...
    [05:23:24.828] Info: Initializing SDL Window
    [05:23:25.116] Info: Loading NameGenerator
    [05:23:25.116] Info: Loading ObjectDatabase
    [05:23:25.120] Info: Loading PlantDatabase
    [05:23:25.161] Info: Loading ProjectileDatabase
    [05:23:25.181] Info: Loading MonsterDatabase
    [05:23:25.224] Info: Loading NpcDatabase
    [05:23:25.228] Info: Loading PlayerFactory
    [05:23:25.366] Info: Done loading NameGenerator
    [05:23:25.366] Info: Loading EntityFactory
    [05:23:25.388] Info: Done loading PlayerFactory
    [05:23:25.388] Info: Loading ItemDatabase
    [05:23:26.116] Info: Done loading PlantDatabase
    [05:23:26.116] Info: Loading MaterialDatabase
    [05:23:26.116] Info: Loading ParticleDatabase
    [05:23:26.631] Info: Done loading ParticleDatabase
    [05:23:27.552] Info: Done loading ProjectileDatabase
    [05:23:27.553] Info: Loading TerrainDatabase
    [05:23:27.594] Info: Done loading NpcDatabase
    [05:23:27.594] Info: Loading BiomeDatabase
    [05:23:27.712] Info: Done loading TerrainDatabase
    [05:23:27.712] Info: Loading LiquidsDatabase
    [05:23:28.484] Info: Loading StatusEffectDatabase
    [05:23:28.495] Info: Created initial window 1000x600
    [05:23:28.599] Info: Renderer initialized
    [05:23:28.675] Info: Renderer destroyed
    [05:23:28.676] Info: Initializing SDL Window
    [05:23:28.856] Info: Done loading StatusEffectDatabase
    [05:23:28.856] Info: Loading DamageDatabase
    [05:23:29.010] Info: Done loading MaterialDatabase
    [05:23:29.025] Info: Done loading LiquidsDatabase
    [05:23:29.026] Info: Loading EffectSourceDatabase
    [05:23:29.057] Info: Loading FunctionDatabase
    [05:23:29.073] Info: Done loading EffectSourceDatabase
    [05:23:29.073] Info: Loading TreasureDatabase
    [05:23:29.536] Info: Done loading FunctionDatabase
    [05:23:29.536] Info: Loading DungeonDefinitions
    [05:23:29.738] Info: Done loading TreasureDatabase
    [05:23:29.761] Info: Loading EmoteProcessor
    [05:23:29.762] Info: Done loading EmoteProcessor
    [05:23:29.762] Info: Loading SpeciesDatabase
    [05:23:30.160] Info: Done loading SpeciesDatabase
    [05:23:30.160] Info: Loading ImageMetadataDatabase
    [05:23:30.161] Info: Done loading ImageMetadataDatabase
    [05:23:30.161] Info: Loading VersioningDatabase
    [05:23:30.162] Info: Done loading VersioningDatabase
    [05:23:30.163] Info: Loading QuestTemplateDatabase
    [05:23:30.707] Info: Done loading DamageDatabase
    [05:23:30.708] Info: Loading AiDatabase
    [05:23:30.711] Info: Done loading BiomeDatabase
    [05:23:30.711] Info: Loading TechDatabase
    [05:23:30.794] Info: Done loading QuestTemplateDatabase
    [05:23:30.795] Info: Loading CodexDatabase
    [05:23:30.827] Info: Done loading TechDatabase
    [05:23:30.929] Info: Done loading AiDatabase
    [05:23:31.007] Info: Done loading CodexDatabase
    [05:23:32.136] Info: Done loading ObjectDatabase
    [05:23:32.524] Info: Done loading MonsterDatabase
    [05:23:32.524] Info: Done loading EntityFactory
    [05:23:32.788] Info: Re-created window 1600x837
    [05:23:32.918] Info: Renderer initialized
    [05:23:37.525] Info: Writing Star::Configuration to '.\..\giraffe_storage\starbound.config'
    [05:24:15.226] Info: Done loading DungeonDefinitions
    [05:24:38.035] Error: Could not load /items/materials/sewerpipehorizontal.png asset, using placeholder default.
    (AssetException) No such asset '/items/materials/sewerpipehorizontal.png'
    [05:24:45.463] Info: Done loading ItemDatabase
    [05:24:45.466] Info: Done fully loading Star::Root
    [05:24:45.471] Info: Renderer destroyed
    [05:24:47.707] Error: Could not instantiate item '[blueberriesseed, 38, {}]'. (ItemException) No such item 'blueberriesseed'
    [05:24:47.714] Error: Could not instantiate item '[strawberries, 52, {}]'. (ItemException) No such item 'strawberries'
    [05:24:47.720] Error: Could not instantiate item '[blueberries, 37, {}]'. (ItemException) No such item 'blueberries'
    [05:24:47.725] Error: Could not instantiate item '[threesistersplant, 1, {}]'. (ItemException) No such item 'threesistersplant'
    [05:24:47.731] Error: Could not instantiate item '[bean2seed, 1, {}]'. (ItemException) No such item 'bean2seed'
    [05:24:47.736] Error: Could not instantiate item '[beetseed, 1, {}]'. (ItemException) No such item 'beetseed'
    [05:24:47.742] Error: Could not instantiate item '[bellpeppermfmseed, 1, {}]'. (ItemException) No such item 'bellpeppermfmseed'
    [05:24:47.747] Error: Could not instantiate item '[broccoliseed, 1, {}]'. (ItemException) No such item 'broccoliseed'
    [05:24:47.753] Error: Could not instantiate item '[brusselsproutseed, 1, {}]'. (ItemException) No such item 'brusselsproutseed'
    [05:24:47.759] Error: Could not instantiate item '[cauliflowerseed, 1, {}]'. (ItemException) No such item 'cauliflowerseed'
    [05:24:47.770] Error: Could not instantiate item '[coffee2seed, 1, {}]'. (ItemException) No such item 'coffee2seed'
    [05:24:47.775] Error: Could not instantiate item '[celeryseed, 1, {}]'. (ItemException) No such item 'celeryseed'
    [05:24:47.780] Error: Could not instantiate item '[tea1seed, 1, {}]'. (ItemException) No such item 'tea1seed'
    [05:24:47.786] Error: Could not instantiate item '[collardgreensseed, 1, {}]'. (ItemException) No such item 'collardgreensseed'
    [05:24:47.791] Error: Could not instantiate item '[turnipseed, 1, {}]'. (ItemException) No such item 'turnipseed'
    [05:24:47.797] Error: Could not instantiate item '[garlicseed, 1, {}]'. (ItemException) No such item 'garlicseed'
    [05:24:47.802] Error: Could not instantiate item '[gingerseed, 1, {}]'. (ItemException) No such item 'gingerseed'
    [05:24:47.808] Error: Could not instantiate item '[kaleseed, 1, {}]'. (ItemException) No such item 'kaleseed'
    [05:24:47.813] Error: Could not instantiate item '[leekseed, 1, {}]'. (ItemException) No such item 'leekseed'
    [05:24:47.818] Error: Could not instantiate item '[lettuceseed, 1, {}]'. (ItemException) No such item 'lettuceseed'
    [05:24:47.824] Error: Could not instantiate item '[okraseed, 1, {}]'. (ItemException) No such item 'okraseed'
    [05:24:47.834] Error: Could not instantiate item '[parsnipseed, 1, {}]'. (ItemException) No such item 'parsnipseed'
    [05:24:47.840] Error: Could not instantiate item '[radishseed, 1, {}]'. (ItemException) No such item 'radishseed'
    [05:24:47.845] Error: Could not instantiate item '[rhubarbseed, 1, {}]'. (ItemException) No such item 'rhubarbseed'
    [05:24:47.851] Error: Could not instantiate item '[rutabagaseed, 1, {}]'. (ItemException) No such item 'rutabagaseed'
    [05:24:47.857] Error: Could not instantiate item '[soybeanseed, 1, {}]'. (ItemException) No such item 'soybeanseed'
    [05:24:47.862] Error: Could not instantiate item '[spinachseed, 1, {}]'. (ItemException) No such item 'spinachseed'
    [05:24:47.868] Error: Could not instantiate item '[squashseed, 1, {}]'. (ItemException) No such item 'squashseed'
    [05:24:47.873] Error: Could not instantiate item '[sweetpotatoseed, 1, {}]'. (ItemException) No such item 'sweetpotatoseed'
    [05:24:47.879] Error: Could not instantiate item '[cinnamon2seed, 2, {}]'. (ItemException) No such item 'cinnamon2seed'
    [05:24:47.884] Error: Could not instantiate item '[cucumberseed, 1, {}]'. (ItemException) No such item 'cucumberseed'
    [05:24:47.920] Error: Could not instantiate item '[watermelonseed, 1, {}]'. (ItemException) No such item 'watermelonseed'
    [05:24:47.926] Error: Could not instantiate item '[vanillaseed, 1, {}]'. (ItemException) No such item 'vanillaseed'
    [05:24:47.931] Error: Could not instantiate item '[sunflowerseed, 4, {}]'. (ItemException) No such item 'sunflowerseed'
    [05:24:47.965] Error: Could not instantiate item '[zucchiniseed, 1, {}]'. (ItemException) No such item 'zucchiniseed'
    [05:24:47.980] Error: Could not instantiate item '[peanut, 177, {}]'. (ItemException) No such item 'peanut'
    [05:24:47.985] Error: Could not instantiate item '[peanutseed, 164, {}]'. (ItemException) No such item 'peanutseed'
    [05:24:47.991] Error: Could not instantiate item '[strawberriesseed, 57, {}]'. (ItemException) No such item 'strawberriesseed'
    [05:24:48.001] Error: Could not instantiate item '[asparagus, 3, {}]'. (ItemException) No such item 'asparagus'
    [05:24:48.006] Error: Could not instantiate item '[artichoke, 7, {}]'. (ItemException) No such item 'artichoke'
    [05:24:48.012] Error: Could not instantiate item '[artichokeseed, 8, {}]'. (ItemException) No such item 'artichokeseed'
    [05:24:48.018] Error: Could not instantiate item '[asparagusseed, 8, {}]'. (ItemException) No such item 'asparagusseed'
    [05:24:48.080] Error: Could not instantiate item '[blueberriesseed, 38, {}]'. (ItemException) No such item 'blueberriesseed'
    [05:24:48.086] Error: Could not instantiate item '[strawberries, 52, {}]'. (ItemException) No such item 'strawberries'
    [05:24:48.092] Error: Could not instantiate item '[blueberries, 37, {}]'. (ItemException) No such item 'blueberries'
    [05:24:48.097] Error: Could not instantiate item '[threesistersplant, 1, {}]'. (ItemException) No such item 'threesistersplant'
    [05:24:48.103] Error: Could not instantiate item '[bean2seed, 1, {}]'. (ItemException) No such item 'bean2seed'
    [05:24:48.109] Error: Could not instantiate item '[beetseed, 1, {}]'. (ItemException) No such item 'beetseed'
    [05:24:48.114] Error: Could not instantiate item '[bellpeppermfmseed, 1, {}]'. (ItemException) No such item 'bellpeppermfmseed'
    [05:24:48.120] Error: Could not instantiate item '[broccoliseed, 1, {}]'. (ItemException) No such item 'broccoliseed'
    [05:24:48.126] Error: Could not instantiate item '[brusselsproutseed, 1, {}]'. (ItemException) No such item 'brusselsproutseed'
    [05:24:48.131] Error: Could not instantiate item '[cauliflowerseed, 1, {}]'. (ItemException) No such item 'cauliflowerseed'
    [05:24:48.142] Error: Could not instantiate item '[coffee2seed, 1, {}]'. (ItemException) No such item 'coffee2seed'
    [05:24:48.148] Error: Could not instantiate item '[celeryseed, 1, {}]'. (ItemException) No such item 'celeryseed'
    [05:24:48.154] Error: Could not instantiate item '[tea1seed, 1, {}]'. (ItemException) No such item 'tea1seed'
    [05:24:48.160] Error: Could not instantiate item '[collardgreensseed, 1, {}]'. (ItemException) No such item 'collardgreensseed'
    [05:24:48.166] Error: Could not instantiate item '[turnipseed, 1, {}]'. (ItemException) No such item 'turnipseed'
    [05:24:48.172] Error: Could not instantiate item '[garlicseed, 1, {}]'. (ItemException) No such item 'garlicseed'
    [05:24:48.178] Error: Could not instantiate item '[gingerseed, 1, {}]'. (ItemException) No such item 'gingerseed'
    [05:24:48.183] Error: Could not instantiate item '[kaleseed, 1, {}]'. (ItemException) No such item 'kaleseed'
    [05:24:48.189] Error: Could not instantiate item '[leekseed, 1, {}]'. (ItemException) No such item 'leekseed'
    [05:24:48.194] Error: Could not instantiate item '[lettuceseed, 1, {}]'. (ItemException) No such item 'lettuceseed'
    [05:24:48.200] Error: Could not instantiate item '[okraseed, 1, {}]'. (ItemException) No such item 'okraseed'
    [05:24:48.210] Error: Could not instantiate item '[parsnipseed, 1, {}]'. (ItemException) No such item 'parsnipseed'
    [05:24:48.215] Error: Could not instantiate item '[radishseed, 1, {}]'. (ItemException) No such item 'radishseed'
    [05:24:48.221] Error: Could not instantiate item '[rhubarbseed, 1, {}]'. (ItemException) No such item 'rhubarbseed'
    [05:24:48.226] Error: Could not instantiate item '[rutabagaseed, 1, {}]'. (ItemException) No such item 'rutabagaseed'
    [05:24:48.232] Error: Could not instantiate item '[soybeanseed, 1, {}]'. (ItemException) No such item 'soybeanseed'
    [05:24:48.237] Error: Could not instantiate item '[spinachseed, 1, {}]'. (ItemException) No such item 'spinachseed'
    [05:24:48.243] Error: Could not instantiate item '[squashseed, 1, {}]'. (ItemException) No such item 'squashseed'
    [05:24:48.249] Error: Could not instantiate item '[sweetpotatoseed, 1, {}]'. (ItemException) No such item 'sweetpotatoseed'
    [05:24:48.254] Error: Could not instantiate item '[cinnamon2seed, 2, {}]'. (ItemException) No such item 'cinnamon2seed'
    [05:24:48.261] Error: Could not instantiate item '[cucumberseed, 1, {}]'. (ItemException) No such item 'cucumberseed'
    [05:24:48.307] Error: Could not instantiate item '[watermelonseed, 1, {}]'. (ItemException) No such item 'watermelonseed'
    [05:24:48.313] Error: Could not instantiate item '[vanillaseed, 1, {}]'. (ItemException) No such item 'vanillaseed'
    [05:24:48.319] Error: Could not instantiate item '[sunflowerseed, 4, {}]'. (ItemException) No such item 'sunflowerseed'
    [05:24:48.339] Error: Could not instantiate item '[zucchiniseed, 1, {}]'. (ItemException) No such item 'zucchiniseed'
    [05:24:48.354] Error: Could not instantiate item '[peanut, 177, {}]'. (ItemException) No such item 'peanut'
    [05:24:48.360] Error: Could not instantiate item '[peanutseed, 164, {}]'. (ItemException) No such item 'peanutseed'
    [05:24:48.366] Error: Could not instantiate item '[strawberriesseed, 57, {}]'. (ItemException) No such item 'strawberriesseed'
    [05:24:48.380] Error: Could not instantiate item '[asparagus, 3, {}]'. (ItemException) No such item 'asparagus'
    [05:24:48.385] Error: Could not instantiate item '[artichoke, 7, {}]'. (ItemException) No such item 'artichoke'
    [05:24:48.391] Error: Could not instantiate item '[artichokeseed, 8, {}]'. (ItemException) No such item 'artichokeseed'
    [05:24:48.397] Error: Could not instantiate item '[asparagusseed, 8, {}]'. (ItemException) No such item 'asparagusseed'
    [05:24:52.471] Info: Creating default Star::Configuration
    [05:24:52.471] Info: Creating default Star::Configuration
    [05:24:52.606] Info: Renderer initialized
    [05:25:06.561] Info: Renderer destroyed
    [05:25:06.571] Info: Application quitting!
    [05:25:06.571] Info: Client shutdown gracefully
    [05:25:06.681] Info: Shutting down Star::Root
    
     
  18. The | Suit

    The | Suit Agent S. Forum Moderator

    Don't worry too much about the initiate part it could be a domino effect from another error.

    First rename your giraffe_storage folder
    run the game then quit the game

    and only install MFM and Frackin Universe inside inside new giraffe_storage folder
    Run the game again
    Make sure its a fresh universe.
    Than post an error if it occurs.
     
  19. TheBigBlueSerpent

    TheBigBlueSerpent Existential Complex

    I got a a duplicate item for onion, an easy fix and now it works just fine! Thanks again! ^ o^
     

Share This Page