Modding Help (RACE) Error: Could not load /ships/shipship/dropship.structure asset, attempting to use default.

Discussion in 'Starbound Modding' started by Rotary, Feb 17, 2014.

  1. Rotary

    Rotary Pangalactic Porcupine

    Trying to mod a race into the game, everything works fine until you choose a character and start the game.
    I copy and pasted the human ship for this.

    Errors
    Code:
    Error: Error loading player file, ignoring! ..\player\b33d59c0bb503ddc42cdf907bd46e031 - Copy.player : UuidException: Size mismatch in reading Uuid from ByteArray: 19 vs 16
      0083A415 starbound_opengl.exe
      0083A4A6 starbound_opengl.exe
      00546B6F starbound_opengl.exe
      00404CE5 starbound_opengl.exe
      00406957 starbound_opengl.exe
      0040A234 starbound_opengl.exe
      00407E74 starbound_opengl.exe
      004E9AD1 starbound_opengl.exe
    
    Error: Error loading player file, ignoring! ..\player\b33d59c0bb503ddc42cdf907bd46e031bb.player : UuidException: Size mismatch in reading Uuid from ByteArray: 17 vs 16
      0083A415 starbound_opengl.exe
      0083A4A6 starbound_opengl.exe
      00546B6F starbound_opengl.exe
      00404CE5 starbound_opengl.exe
      00406957 starbound_opengl.exe
      0040A234 starbound_opengl.exe
      00407E74 starbound_opengl.exe
      004E9AD1 starbound_opengl.exe
    
    Info: UniverseServer: Creating world alpha:21020921:7941778:-25046582:4:10
    Info: Generating 1 dungeons
    Info: Generating a dungeon
    Info: Placing dungeon at (3938, 1245)
    Warn: Perf: UniverseServer::createWorld millis: 8095
    Info: UniverseServer: client connection made from local
    Info: UniverseServer: Sending Handshake Challenge
    Info: UniverseClient: Sending Handshake Repsonse
    Error: Could not load /ships/shipship/dropship.structure asset, attempting to use default.
    AssetException: Could not read variant asset /ships/shipship/dropship.structure
    caused by: AssetException: No such asset '/ships/shipship/dropship.structure'
      0050AAA0 starbound_opengl.exe
      0050F583 starbound_opengl.exe
      0051053C starbound_opengl.exe
      0050650F starbound_opengl.exe
      005065CD starbound_opengl.exe
      00511188 starbound_opengl.exe
      005119DD starbound_opengl.exe
      00511B0C starbound_opengl.exe
      00511E19 starbound_opengl.exe
      00660C6D starbound_opengl.exe
      004F590F starbound_opengl.exe
      004F8E56 starbound_opengl.exe
      0097FC8C starbound_opengl.exe
      771DD2E9 kernel32.dll
      77D51603 ntdll.dll
      77D515D6 ntdll.dll
    
    Error: UniverseServer: exception caught: VariantException: Improper conversion to VariantMap from null
      0082E384 starbound_opengl.exe
      00831D6F starbound_opengl.exe
      00A6AC97 starbound_opengl.exe
      00833EE2 starbound_opengl.exe
      00660CF0 starbound_opengl.exe
      004F590F starbound_opengl.exe
      004F8E56 starbound_opengl.exe
      0097FC8C starbound_opengl.exe
      771DD2E9 kernel32.dll
      77D51603 ntdll.dll
      77D515D6 ntdll.dll
    
    Info: UniverseServer: Shutting down world alpha:21020921:7941778:-25046582:4:10 due to inactivity
    Error: UniverseClient: Join failed! No server response received
    Full log
    Code:
    Info: Preparing Star::Root...
    Info: Loading Star::Configuration from '..\starbound.config'
    Info: Done preparing Star::Root.
    Info: Client version 'Beta v. Furious Koala' '636'
    Info: Running from : C:\Program Files\Steam\steamapps\common\Starbound\win32\starbound_opengl.exe
    Info: Starting from the title screen
    Info: Initialized SDL
    Info: Initialized SDL Video
    Info: Initialized SDL Joystick
    Info: Initialized SDL Sound
    Info: Opened default audio device with 44khz / 16 bit stereo audio, 2048 sample size buffer
    Info: Initializing SDL Window
    Info: Loading Star::Root...
    Info: Loading Star::Configuration from '..\starbound.config'
    Info: OpenGL version: '4.2.12217 Compatibility Profile Context 12.104.0.0' vender: 'ATI Technologies Inc.' renderer: 'AMD Radeon HD 6570' shader: '4.20'
    Info: Created initial window 1140x779
    Info: Initializing SDL Window
    Info: OpenGL version: '4.2.12217 Compatibility Profile Context 12.104.0.0' vender: 'ATI Technologies Inc.' renderer: 'AMD Radeon HD 6570' shader: '4.20'
    Info: Re-created window 1140x779
    Info: Not loading ImageMetadataDatabase from file '..\image.cache', digest mismatch or assets not digestable
    Warn: Missing inventoryIcon for chestplant1, using default
    Warn: Missing inventoryIcon for barvent, using default
    Warn: Missing inventoryIcon for wreckvent, using default
    Info: Done loading Star::Root.
    Error: Error loading player file, ignoring! ..\player\b33d59c0bb503ddc42cdf907bd46e031 - Copy.player : UuidException: Size mismatch in reading Uuid from ByteArray: 19 vs 16
      0083A415 starbound_opengl.exe
      0083A4A6 starbound_opengl.exe
      00546B6F starbound_opengl.exe
      00404CE5 starbound_opengl.exe
      00406957 starbound_opengl.exe
      0040A234 starbound_opengl.exe
      00407E74 starbound_opengl.exe
      004E9AD1 starbound_opengl.exe
    
    Error: Error loading player file, ignoring! ..\player\b33d59c0bb503ddc42cdf907bd46e031bb.player : UuidException: Size mismatch in reading Uuid from ByteArray: 17 vs 16
      0083A415 starbound_opengl.exe
      0083A4A6 starbound_opengl.exe
      00546B6F starbound_opengl.exe
      00404CE5 starbound_opengl.exe
      00406957 starbound_opengl.exe
      0040A234 starbound_opengl.exe
      00407E74 starbound_opengl.exe
      004E9AD1 starbound_opengl.exe
    
    Info: UniverseServer: Creating world alpha:21020921:7941778:-25046582:4:10
    Info: Generating 1 dungeons
    Info: Generating a dungeon
    Info: Placing dungeon at (3938, 1245)
    Warn: Perf: UniverseServer::createWorld millis: 8095
    Info: UniverseServer: client connection made from local
    Info: UniverseServer: Sending Handshake Challenge
    Info: UniverseClient: Sending Handshake Repsonse
    Error: Could not load /ships/shipship/dropship.structure asset, attempting to use default.
    AssetException: Could not read variant asset /ships/shipship/dropship.structure
    caused by: AssetException: No such asset '/ships/shipship/dropship.structure'
      0050AAA0 starbound_opengl.exe
      0050F583 starbound_opengl.exe
      0051053C starbound_opengl.exe
      0050650F starbound_opengl.exe
      005065CD starbound_opengl.exe
      00511188 starbound_opengl.exe
      005119DD starbound_opengl.exe
      00511B0C starbound_opengl.exe
      00511E19 starbound_opengl.exe
      00660C6D starbound_opengl.exe
      004F590F starbound_opengl.exe
      004F8E56 starbound_opengl.exe
      0097FC8C starbound_opengl.exe
      771DD2E9 kernel32.dll
      77D51603 ntdll.dll
      77D515D6 ntdll.dll
    
    Error: UniverseServer: exception caught: VariantException: Improper conversion to VariantMap from null
      0082E384 starbound_opengl.exe
      00831D6F starbound_opengl.exe
      00A6AC97 starbound_opengl.exe
      00833EE2 starbound_opengl.exe
      00660CF0 starbound_opengl.exe
      004F590F starbound_opengl.exe
      004F8E56 starbound_opengl.exe
      0097FC8C starbound_opengl.exe
      771DD2E9 kernel32.dll
      77D51603 ntdll.dll
      77D515D6 ntdll.dll
    
    Info: UniverseServer: Shutting down world alpha:21020921:7941778:-25046582:4:10 due to inactivity
    Error: UniverseClient: Join failed! No server response received
    Info: NetSocket read loop shut down: Fifo::read called on closed Fifo
    Info: NetSocket read loop shut down: Fifo::read called on closed Fifo
    Info: UniverseServer: Reaping client <1> (Fifo <0xf85a810>) connection
    Warn: Perf: ClientApplication::update millis: 48223
    Warn: Perf: StarApplicationBase::run.innerLoop.update millis: 48223
    Warn: Perf: StarApplicationBase::run.innerLoop millis: 48294
    Error: Client-server connection no longer valid!
    Info: Application quitting!
    Info: [ [ "StarApplicationBase::run.innerLoop", "Cnt#: ", 1235, "Sum(ms)", 71879, "Avg", 58, "SAvg", 15, "Min", 15, "Max", 48294, "Last", 97, "Var(avg,us)", 61245.3, "VMax(ms)", 48279, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.update", "Cnt#: ", 1292, "Sum(ms)", 48500, "Avg", 37, "SAvg", 0, "Min", 0, "Max", 48223, "Last", 0, "Var(avg,us)", 51178, "VMax(ms)", 48223, "Parent", "" ], [ "ClientApplication::update", "Cnt#: ", 1292, "Sum(ms)", 48500, "Avg", 37, "SAvg", 0, "Min", 0, "Max", 48223, "Last", 0, "Var(avg,us)", 51178, "VMax(ms)", 48223, "Parent", "" ], [ "UniverseServer::run.innerloop", "Cnt#: ", 392, "Sum(ms)", 40212, "Avg", 102, "SAvg", 100, "Min", 100, "Max", 788, "Last", 100, "Var(avg,us)", 2982.14, "VMax(ms)", 671, "Parent", "" ], [ "WorldServerThread::update", "Cnt#: ", 1339, "Sum(ms)", 22300, "Avg", 16, "SAvg", 4, "Min", 4, "Max", 670, "Last", 5, "Var(avg,us)", 11534.7, "VMax(ms)", 652, "Parent", "" ], [ "WorldServerThread::update.worldUpdate", "Cnt#: ", 1339, "Sum(ms)", 22298, "Avg", 16, "SAvg", 4, "Min", 4, "Max", 670, "Last", 5, "Var(avg,us)", 11533.2, "VMax(ms)", 652, "Parent", "" ], [ "WorldServer::update", "Cnt#: ", 1339, "Sum(ms)", 21633, "Avg", 16, "SAvg", 4, "Min", 4, "Max", 191, "Last", 5, "Var(avg,us)", 11036.6, "VMax(ms)", 185, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.sleeping", "Cnt#: ", 16479, "Sum(ms)", 20020, "Avg", 1, "SAvg", 1, "Min", 1, "Max", 109, "Last", 1, "Var(avg,us)", 214.88, "VMax(ms)", 108, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.postSleeping", "Cnt#: ", 16218, "Sum(ms)", 17178, "Avg", 1, "SAvg", 1, "Min", 1, "Max", 34, "Last", 1, "Var(avg,us)", 59.1935, "VMax(ms)", 33, "Parent", "" ], [ "WorldGenerator::prepareTiles", "Cnt#: ", 191, "Sum(ms)", 13592, "Avg", 71, "SAvg", 49, "Min", 38, "Max", 102, "Last", 71, "Var(avg,us)", 21895.3, "VMax(ms)", 50, "Parent", "" ], [ "WorldStorage::update", "Cnt#: ", 335, "Sum(ms)", 13345, "Avg", 39, "SAvg", 0, "Min", 0, "Max", 182, "Last", 0, "Var(avg,us)", 16438.8, "VMax(ms)", 129, "Parent", "" ], [ "Assets::loadVariant", "Cnt#: ", 9918, "Sum(ms)", 9521, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 88, "Last", 0, "Var(avg,us)", 959.972, "VMax(ms)", 88, "Parent", "" ], [ "UniverseServer::createWorld", "Cnt#: ", 1, "Sum(ms)", 8095, "Avg", 8095, "SAvg", 8095, "Min", 8095, "Max", 8095, "Last", 8095, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "WorldServerThread::run.sleeping", "Cnt#: ", 681, "Sum(ms)", 7738, "Avg", 11, "SAvg", 4, "Min", 1, "Max", 65, "Last", 11, "Var(avg,us)", 6685.76, "VMax(ms)", 59, "Parent", "" ], [ "Monster::tickMaster", "Cnt#: ", 35961, "Sum(ms)", 6625, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 3, "Last", 0, "Var(avg,us)", 184.227, "VMax(ms)", 3, "Parent", "" ], [ "Assets::loadImage", "Cnt#: ", 7416, "Sum(ms)", 4804, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 63, "Last", 4, "Var(avg,us)", 648.193, "VMax(ms)", 63, "Parent", "" ], [ "Assets::loadBaseImage", "Cnt#: ", 7142, "Sum(ms)", 4214, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 35, "Last", 4, "Var(avg,us)", 590.451, "VMax(ms)", 35, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.preSleeping", "Cnt#: ", 261, "Sum(ms)", 2842, "Avg", 10, "SAvg", 1, "Min", 1, "Max", 109, "Last", 2, "Var(avg,us)", 8118.77, "VMax(ms)", 108, "Parent", "" ], [ "WorldGenerator::prepareSector", "Cnt#: ", 71, "Sum(ms)", 2473, "Avg", 34, "SAvg", 5, "Min", 1, "Max", 99, "Last", 86, "Var(avg,us)", 34352.1, "VMax(ms)", 94, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.render", "Cnt#: ", 1235, "Sum(ms)", 2321, "Avg", 1, "SAvg", 2, "Min", 0, "Max", 770, "Last", 2, "Var(avg,us)", 1719.84, "VMax(ms)", 770, "Parent", "" ], [ "ClientApplication::render", "Cnt#: ", 1235, "Sum(ms)", 2321, "Avg", 1, "SAvg", 2, "Min", 0, "Max", 770, "Last", 2, "Var(avg,us)", 1719.84, "VMax(ms)", 770, "Parent", "" ], [ "DungeonDefinition::buildDungeon", "Cnt#: ", 3, "Sum(ms)", 926, "Avg", 308, "SAvg", 896, "Min", 1, "Max", 904, "Last", 1, "Var(avg,us)", 594000, "VMax(ms)", 899, "Parent", "" ], [ "DungeonGenerator::generate", "Cnt#: ", 1, "Sum(ms)", 912, "Avg", 912, "SAvg", 912, "Min", 912, "Max", 912, "Last", 912, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::doTriggeredStorage", "Cnt#: ", 391, "Sum(ms)", 688, "Avg", 1, "SAvg", 52, "Min", 0, "Max", 688, "Last", 0, "Var(avg,us)", 296350, "VMax(ms)", 688, "Parent", "" ], [ "WorldServerThread::sync", "Cnt#: ", 1, "Sum(ms)", 685, "Avg", 685, "SAvg", 685, "Min", 685, "Max", 685, "Last", 685, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "WorldGenerator::generateMicroDungeons", "Cnt#: ", 50, "Sum(ms)", 587, "Avg", 11, "SAvg", 0, "Min", 0, "Max", 86, "Last", 3, "Var(avg,us)", 11740, "VMax(ms)", 86, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.graphicsSwapBuffers", "Cnt#: ", 1234, "Sum(ms)", 382, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 66, "Last", 0, "Var(avg,us)", 376.823, "VMax(ms)", 66, "Parent", "" ], [ "ClientApplication::renderInit", "Cnt#: ", 6, "Sum(ms)", 325, "Avg", 54, "SAvg", 145, "Min", 5, "Max", 150, "Last", 6, "Var(avg,us)", 94166.7, "VMax(ms)", 143, "Parent", "" ], [ "UniverseServer::shutdownInactiveWorlds", "Cnt#: ", 391, "Sum(ms)", 268, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 267, "Last", 0, "Var(avg,us)", 687.98, "VMax(ms)", 267, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.renderPost", "Cnt#: ", 1232, "Sum(ms)", 251, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 21, "Last", 0, "Var(avg,us)", 203.734, "VMax(ms)", 21, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.SDL_PollEvent", "Cnt#: ", 1292, "Sum(ms)", 230, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 78, "Last", 77, "Var(avg,us)", 2497.68, "VMax(ms)", 78, "Parent", "" ], [ "Npc::tickMaster", "Cnt#: ", 1001, "Sum(ms)", 112, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 111.888, "VMax(ms)", 1, "Parent", "" ], [ "Object::tickMaster", "Cnt#: ", 36794, "Sum(ms)", 96, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 2, "Last", 0, "Var(avg,us)", 2.60912, "VMax(ms)", 2, "Parent", "" ], [ "ClientApplication::processInput", "Cnt#: ", 158, "Sum(ms)", 58, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 50, "Last", 0, "Var(avg,us)", 367.089, "VMax(ms)", 50, "Parent", "" ], [ "ClientApplication::updateTitle", "Cnt#: ", 284, "Sum(ms)", 47, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 24, "Last", 0, "Var(avg,us)", 1056.34, "VMax(ms)", 24, "Parent", "" ], [ "Assets::loadAudio", "Cnt#: ", 7, "Sum(ms)", 43, "Avg", 6, "SAvg", 0, "Min", 0, "Max", 21, "Last", 21, "Var(avg,us)", 6000, "VMax(ms)", 21, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.graphicsFinish", "Cnt#: ", 1235, "Sum(ms)", 35, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 14, "Last", 0, "Var(avg,us)", 28.3401, "VMax(ms)", 14, "Parent", "" ], [ "Cinematic::render", "Cnt#: ", 874, "Sum(ms)", 32, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 20, "Last", 0, "Var(avg,us)", 251.716, "VMax(ms)", 20, "Parent", "" ], [ "LivingWorldAgent::update", "Cnt#: ", 335, "Sum(ms)", 30, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 4, "Last", 0, "Var(avg,us)", 101.493, "VMax(ms)", 4, "Parent", "" ], [ "Assets::postProcessAudio", "Cnt#: ", 4, "Sum(ms)", 25, "Avg", 6, "SAvg", 4, "Min", 0, "Max", 19, "Last", 0, "Var(avg,us)", 6000, "VMax(ms)", 13, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.graphicsClear", "Cnt#: ", 1235, "Sum(ms)", 17, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 2, "Last", 0, "Var(avg,us)", 14.5749, "VMax(ms)", 2, "Parent", "" ], [ "UniverseServer::handleQueuedConnections", "Cnt#: ", 392, "Sum(ms)", 17, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 17, "Last", 0, "Var(avg,us)", 390.306, "VMax(ms)", 17, "Parent", "" ], [ "UniverseServer::handleQueuedConnections.one", "Cnt#: ", 1, "Sum(ms)", 17, "Avg", 17, "SAvg", 17, "Min", 17, "Max", 17, "Last", 17, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::handleQueuedConnection.handshake.waitforresponse", "Cnt#: ", 1, "Sum(ms)", 10, "Avg", 10, "SAvg", 10, "Min", 10, "Max", 10, "Last", 10, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::handleQueuedConnection.handshake", "Cnt#: ", 1, "Sum(ms)", 10, "Avg", 10, "SAvg", 10, "Min", 10, "Max", 10, "Last", 10, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "WorldGenerator::convertBiomeMetaMaterials", "Cnt#: ", 71, "Sum(ms)", 9, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 126.761, "VMax(ms)", 1, "Parent", "" ], [ "ItemDrop::tickMaster", "Cnt#: ", 601, "Sum(ms)", 7, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 11.6473, "VMax(ms)", 1, "Parent", "" ], [ "Assets::loadBytes", "Cnt#: ", 21, "Sum(ms)", 3, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 2, "Last", 0, "Var(avg,us)", 142.857, "VMax(ms)", 2, "Parent", "" ], [ "WorldGenerator::dirtyCollisionCache", "Cnt#: ", 71, "Sum(ms)", 2, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 28.169, "VMax(ms)", 1, "Parent", "" ], [ "ClientApplication::renderDestroy", "Cnt#: ", 6, "Sum(ms)", 1, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 166.667, "VMax(ms)", 1, "Parent", "" ], [ "WorldServerThread::update.clientsIncomingPackets", "Cnt#: ", 1339, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "Spawner::update", "Cnt#: ", 1339, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "WorldServerThread::update.clientsOutgoingPackets", "Cnt#: ", 1339, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.graphicsStart", "Cnt#: ", 1235, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "Cinematic::update", "Cnt#: ", 927, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "ClientApplication::updateSplash", "Cnt#: ", 643, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::sendPendingChat", "Cnt#: ", 391, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::sendClockUpdates", "Cnt#: ", 391, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::handleQueuedDisconnections", "Cnt#: ", 391, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::updatePvpTeams", "Cnt#: ", 391, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::sendContextUpdates", "Cnt#: ", 391, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::handleQueuedWarps", "Cnt#: ", 391, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "ClientApplication::updateError", "Cnt#: ", 364, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "WorldServerThread::clients", "Cnt#: ", 293, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "Audio::parseWav", "Cnt#: ", 4, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "Assets::loadFont", "Cnt#: ", 2, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "ChatBubbleManager::render", "Cnt#: ", 1, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "ClientApplication::updateRunning", "Cnt#: ", 1, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "ColorMapQuadRenderer::setColorMap", "Cnt#: ", 0 ], [ "DungeonGenerator::generateNearZero", "Cnt#: ", 0 ], [ "NPCSpawner::step", "Cnt#: ", 0 ], [ "Player::update", "Cnt#: ", 0 ], [ "NPC::update", "Cnt#: ", 0 ], [ "WorldClient::updateLighting", "Cnt#: ", 0 ], [ "Projectile::update", "Cnt#: ", 0 ], [ "WorldServer::Generator::generateEntities", "Cnt#: ", 0 ], [ "UniverseClient::update", "Cnt#: ", 0 ], [ "Assets::getImage", "Cnt#: ", 0 ], [ "WorldClient::update", "Cnt#: ", 0 ], [ "UniverseServer::WorldThread::run.innerLoop", "Cnt#: ", 0 ], [ "UniverseServer::WorldThread::run.innerLoop.update", "Cnt#: ", 0 ], [ "UniverseServer::WorldThread::run.innerLoop.worldUpdate", "Cnt#: ", 0 ], [ "WorldServer::Generator::generateTiles", "Cnt#: ", 0 ], [ "UniverseServer::WorldThread::run.innerLoop.clientsOutgoingPackets", "Cnt#: ", 0 ], [ "WorldClient::queueUpdatePackets", "Cnt#: ", 0 ], [ "FlowingWaterAgent::update", "Cnt#: ", 0 ], [ "WorldRenderer::updateLightMap", "Cnt#: ", 0 ], [ "StarApplicationBase::run.innerLoop.glClear", "Cnt#: ", 0 ], [ "MuzzleFlashEffect::update", "Cnt#: ", 0 ], [ "UniverseServer::WorldThread::run.innerLoop.sleeping", "Cnt#: ", 0 ], [ "Assets::image", "Cnt#: ", 0 ], [ "", "Cnt#: ", 0 ], [ "StarApplicationBase::run.innerLoop.SDL_GL_SwapBuffers", "Cnt#: ", 0 ], [ "WorldRenderer::updateLightMap.setColorMap", "Cnt#: ", 0 ], [ "UniverseServer::WorldThread::run.innerLoop.clientsIncommingPackets", "Cnt#: ", 0 ], [ "Assets::process", "Cnt#: ", 0 ], [ "MainInterface::update", "Cnt#: ", 0 ], [ "WorldRenderer::render", "Cnt#: ", 0 ], [ "WorldRenderer::renderPerf", "Cnt#: ", 0 ], [ "WorldRenderer::renderParticles", "Cnt#: ", 0 ], [ "Assets::loadFromDisk", "Cnt#: ", 0 ], [ "Object::update", "Cnt#: ", 0 ], [ "universe_time", "2895.9" ], [ "server_191708998510061191_entities", "97" ], [ "server_191708998510061191_sectors", "117" ], [ "server_191708998510061191_planet", "alpha:21020921:7941778:-25046582:4:10" ], [ "server_191708998510061191_world_time", "30.0417" ] ]
    Info: Shutting down Star::Root
    
     
    Last edited: Feb 17, 2014
  2. "No such asset '/ships/shipship/dropship.structure"

    You dont have a dropship structure file. That should be self explanatory if you read the log mate.
     
  3. Rotary

    Rotary Pangalactic Porcupine

    [​IMG]
    It's in there.
    Code:
    {
      "config" : {
        "fuelMax" : 1000
      },
    
      "backgroundOverlays" : [
        {
          "image" : "shipship.png",
          "position" : [8, 10]
        }
      ],
    
      "blockKey" : [
        {
          "value" : [255, 255, 255, 255],
          "foregroundBlock" : false,
          "backgroundBlock" : false
        },
    
        {
          "value" : [0, 0, 255, 255],
          "foregroundBlock" : false,
          "backgroundBlock" : true
        },
    
        {
          "value" : [255, 0, 0, 255],
          "foregroundBlock" : true,
          "backgroundBlock" : true
        },
    
        {
          "value" : [0, 255, 0, 255],
          "foregroundBlock" : false,
          "backgroundBlock" : true,
          "backgroundMat" : "apexshipwall",
          "object" : "apexshiplocker",
          "objectParameters" : {
            "treasurePools" : [ "humanStarterTreasure" ],
            "level" : 1,
            "unbreakable" : true
          }
        },
    
        {
          "value" : [142, 255, 142, 255],
          "foregroundBlock" : false,
          "backgroundBlock" : true,
          "backgroundMat" : "apexshipwall",
          "object" : "techstation",
          "objectParameters" : {
            "unbreakable" : true
          }
        },
    
        {
          "value" : [255, 87, 81, 255],
          "foregroundBlock" : false,
          "backgroundBlock" : true,
          "object" : "apexfuelhatch",
          "objectParameters" : {
            "unbreakable" : true
          }
        },
    
        {
          "value" : [255, 255, 0, 255],
          "foregroundBlock" : false,
          "backgroundBlock" : true,
          "backgroundMat" : "apexshipdetails",
          "object" : "apexshiplight"
        },
    
        {
          "value" : [255, 102, 0, 255],
          "foregroundBlock" : false,
          "backgroundBlock" : true,
          "object" : "apexshipdoor"
        },
    
        {
          "value" : [174, 137, 81, 255],
          "foregroundBlock" : false,
          "backgroundBlock" : true,
          "object" : "shipengine",
          "objectParameters" : {
            "unbreakable" : true
          }
        },
    
        {
          "value" : [156, 0, 255, 255],
          "foregroundBlock" : false,
          "backgroundBlock" : true,
          "backgroundMat" : "apexshipdetails",
          "object" : "teleporter",
          "flags" : [ "playerSpawn" ],
          "objectParameters" : {
            "unbreakable" : true
          }
        },
    
        {
          "value" : [167, 167, 255, 255],
          "foregroundBlock" : false,
          "backgroundBlock" : true,
          "object" : "boosterflamehuman",
          "objectParameters" : {
            "unbreakable" : true
          }
        },
    
        {
          "value" : [168, 168, 168, 255],
          "foregroundBlock" : false,
          "backgroundBlock" : true,
          "object" : "smallboosterflame",
          "objectParameters" : {
            "unbreakable" : true
          }
        },
    
        {
          "value" : [0, 255, 255, 255],
          "foregroundBlock" : false,
          "backgroundBlock" : true,
          "object" : "apexcaptainschair",
          "objectDirection" : "left",
          "objectParameters" : {
            "unbreakable" : true
          }
        },
    
        {
          "value" : [122, 122, 122, 255],
          "foregroundBlock" : false,
          "backgroundBlock" : true,
          "object" : "invisiblelight",
          "objectParameters" : {
            "unbreakable" : true
          }
        },
    
        {
          "value" : [255, 255, 144],
          "foregroundBlock" : false,
          "backgroundBlock" : true,
          "backgroundMat" : "apexshipwall"
        },
    
        {
          "value" : [255, 117, 144],
          "foregroundBlock" : false,
          "backgroundBlock" : true,
          "backgroundMat" : "apexshipdetails"
        },
    
        {
          "value" : [255, 117, 255],
          "foregroundBlock" : false,
          "backgroundBlock" : true,
          "backgroundMat" : "apexshipsupport"
        }
      ],
    
      "blockImage" : "dropshipblocks.png"
    }
    
     
  4. /TEST27717/ Is not where it is looking, is it? Its looking in ships/shipship/

    Where the hell did you come up with this naming convention anyway?
     
    Rotary and The | Suit like this.
  5. Rotary

    Rotary Pangalactic Porcupine

    Thanks, I must have read the tutorial wrong :facepalm:
     
    severedskullz likes this.
  6. 2troller1231

    2troller1231 Intergalactic Tourist

    :fireball: on starbound_opengl guys i get a error for one mod i can't give log but i can give information i try run as admin or i Press it but on loading... : upload_2015-6-26_15-33-7.png I PREES OK I have Windows 8.1 64-Bit Cpu:Intel(R) Core(TM) I3-3227U 1,90 GHz (4-Core) Ram:4 GB BIOS:A12 Computer: Dell inc. Model:Inspiron 3521 language of computer:Greek DirectX: DirectX 11 (Latestest) Graphics Card:Intel 4000 Type of Chip:Intel(R) HD graphics Family Type DAC:Internal Ram of graphics card:1792 screen:Generic PnP Monitor Screen Config:1366 x 768 (32-BIT) (60-Hz)

    IF I PRESS OK it says a Runtime Error
     
  7. Kayuko

    Kayuko Oxygen Tank

    That you can't give a log is kinda bad.
    Since the error throw's "malloc" I'd guess the memory allocation is out of range for it's bitsize.
    Try shortening the pathname.
    "objects/furniture/miscObj/mWeap/mGun/mgcashbringer.recipe" should suffice.
    Of course I'm not sure that's what's causing the error, but without a log theres not much else to be done.

    Besides, next time a new thread will be better.
    This was a necro without really having anything to do with the topic itself.
     

Share This Page