Modding Help help in creating a boss

Discussion in 'Starbound Modding' started by iamyoyoman, Aug 13, 2018.

Tags:
  1. iamyoyoman

    iamyoyoman Star Wrangler

    all i did so far is copy the ufo boss and change the names of the boss and attacks (and in side the files as well of corse) but when i summon it, the moment he sees me it dies, here is my log file:
    Code:
    [01:03:27.204] [Info] Root: Preparing Root...
    [01:03:27.204] [Info] Root: Done preparing Root.
    [01:03:27.204] [Info] Client Version 1.3.3 (windows x86_64) Source ID: c21069b204d626bfe673a047a2100d2fcd0766d4 Protocol: 743
    [01:03:27.204] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [01:03:27.204] [Warn] Root: Unrecognized file in asset directory 'ModPackHelper.log', skipping
    [01:03:27.204] [Warn] Root: Unrecognized file in asset directory 'mod_helper.bat.bat', skipping
    [01:03:27.597] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [01:03:27.597] [Warn] Root: Unrecognized file in asset directory 'cool stuff.txt', skipping
    [01:03:27.597] [Warn] Root: Unrecognized file in asset directory 'mod_helper.bat.bat', skipping
    [01:03:27.597] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [01:03:27.779] [Warn] Root: Overriding duplicate asset source '..\mods\pokemon' named 'pokemon trainer cosmetic' with higher or equal priority source '..\mods\pokemoncosmetic.pak
    [01:03:27.779] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [01:03:27.779] [Info] Root: Detected asset source named 'mymod' at '..\mods\mymod'
    [01:03:27.779] [Info] Root: Detected asset source named 'pokemon trainer cosmetic' at '..\mods\pokemoncosmetic.pak'
    [01:03:27.779] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [01:03:27.779] [Info] Loading assets from: '..\assets\packed.pak'
    [01:03:28.208] [Info] Loading assets from: '..\mods\mymod'
    [01:03:28.233] [Info] Loading assets from: '..\mods\pokemoncosmetic.pak'
    [01:03:28.233] [Info] Loading assets from: '..\assets\user'
    [01:03:32.608] [Info] Assets digest is 5ed59883faa9ca25c09e036428ed9e33cca613628b2f6c5f2056a647983f7538
    [01:03:32.608] [Info] Root: Loaded Assets in 5.40486 seconds
    [01:03:32.612] [Info] Application: Initializing SDL Video
    [01:03:32.616] [Info] Application: Initializing SDL Joystick
    [01:03:32.735] [Info] Application: Initializing SDL Sound
    [01:03:32.885] [Info] Failed to initialize Steam platform services
    [01:03:32.885] [Info] Application: No platform services available
    [01:03:32.885] [Info] Application: Creating SDL Window
    [01:03:33.275] [Info] Application: Enabling VSync with late swap tearing
    [01:03:33.369] [Info] Application: Opened default audio device with 44.1khz / 16 bit stereo audio, 2048 sample size buffer
    [01:03:33.382] [Info] OpenGL version: '4.6.0 NVIDIA 388.13' vendor: 'NVIDIA Corporation' renderer: 'GeForce GTX 970/PCIe/SSE2' shader: '4.60 NVIDIA'
    [01:03:33.497] [Info] Application: initialization...
    [01:03:33.517] [Info] Root: Loaded Configuration in 0.0198376 seconds
    [01:03:33.521] [Info] Application: renderer initialization...
    [01:03:33.522] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [01:03:33.522] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [01:03:33.523] [Info] Root: Loaded ImageMetadataDatabase in 9.01404e-07 seconds
    [01:03:33.536] [Info] Application: main update loop...
    [01:03:33.566] [Info] Root: Loaded NameGenerator in 0.0122099 seconds
    [01:03:33.672] [Info] Root: Loaded PlantDatabase in 0.105939 seconds
    [01:03:33.943] [Error] Object wildpotatoseed defined twice, second time from /object/farmables/beans/wildpotatoseed.object
    [01:03:33.986] [Info] Root: Loaded ObjectDatabase in 0.43217 seconds
    [01:03:34.343] [Info] Root: Loaded ProjectileDatabase in 0.670537 seconds
    [01:03:34.400] [Info] Root: Loaded MonsterDatabase in 0.414079 seconds
    [01:03:34.457] [Info] Root: Loaded StagehandDatabase in 0.0367874 seconds
    [01:03:34.463] [Info] Root: Loaded VehicleDatabase in 0.00639489 seconds
    [01:03:34.501] [Info] Root: Loaded PlayerFactory in 0.0378237 seconds
    [01:03:34.590] [Info] Root: Loaded NpcDatabase in 0.247128 seconds
    [01:03:34.630] [Info] Root: Loaded VersioningDatabase in 0.0394357 seconds
    [01:03:34.630] [Info] Root: Loaded EntityFactory in 0.12852 seconds
    [01:03:34.822] [Info] Root: Loaded ParticleDatabase in 0.171832 seconds
    [01:03:35.080] [Info] Root: Loaded MaterialDatabase in 0.450044 seconds
    [01:03:35.159] [Info] Root: Loaded TerrainDatabase in 0.0800367 seconds
    [01:03:35.333] [Info] Root: Loaded BiomeDatabase in 0.173358 seconds
    [01:03:35.334] [Info] Root: Loaded LiquidsDatabase in 0.00114719 seconds
    [01:03:35.368] [Info] Root: Loaded StatusEffectDatabase in 0.0338629 seconds
    [01:03:35.786] [Info] Root: Loaded DamageDatabase in 0.41759 seconds
    [01:03:35.822] [Info] Root: Loaded EffectSourceDatabase in 0.036413 seconds
    [01:03:35.881] [Info] Root: Loaded FunctionDatabase in 0.0590333 seconds
    [01:03:35.970] [Info] Root: Loaded TreasureDatabase in 0.0887761 seconds
    [01:03:36.927] [Info] Root: Loaded DungeonDefinitions in 0.956777 seconds
    [01:03:36.996] [Info] Root: Loaded TilesetDatabase in 0.0684148 seconds
    [01:03:37.024] [Info] Root: Loaded StatisticsDatabase in 0.0277099 seconds
    [01:03:37.030] [Info] Root: Loaded EmoteProcessor in 0.00589551 seconds
    [01:03:37.182] [Info] Root: Loaded SpeciesDatabase in 0.152559 seconds
    [01:03:37.251] [Info] Root: Loaded QuestTemplateDatabase in 0.068608 seconds
    [01:03:37.252] [Info] Root: Loaded AiDatabase in 0.00119947 seconds
    [01:03:37.283] [Info] Root: Loaded TechDatabase in 0.031144 seconds
    [01:03:37.351] [Info] Root: Loaded CodexDatabase in 0.0680065 seconds
    [01:03:37.612] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [01:03:37.811] [Info] Root: Loaded BehaviorDatabase in 0.45964 seconds
    [01:03:37.823] [Info] Root: Loaded DanceDatabase in 0.0121158 seconds
    [01:03:37.862] [Info] Root: Loaded SpawnTypeDatabase in 0.0393856 seconds
    [01:03:37.866] [Info] Root: Loaded RadioMessageDatabase in 0.00340582 seconds
    [01:03:40.174] [Info] Root: Loaded ItemDatabase in 5.58463 seconds
    [01:03:40.297] [Info] Root: Loaded CollectionDatabase in 2.43016 seconds
    [01:03:41.488] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [01:03:44.999] [Info] UniverseServer: Acquiring universe lock file
    [01:03:45.011] [Info] UniverseServer: Loading settings
    [01:03:45.018] [Info] UniverseServer: Starting UniverseServer with UUID: e1bc1d429f3fda65deb93ee89d2b87a6
    [01:03:45.184] [Info] UniverseServer: Logged in player 'the god' locally
    [01:03:45.184] [Info] UniverseServer: Logged in account '<anonymous>' as player 'the god' from address local
    [01:03:45.611] [Info] UniverseServer: Loading system world (-37027862, -938336023, -57917942) from disk storage
    [01:03:45.654] [Info] UniverseClient: Joined server as client 1
    [01:03:45.714] [Info] UniverseServer: Reviving player at ClientShipWorld:5fd439ae78390bd6fc0f07db85028ce9
    [01:03:45.716] [Info] UniverseServer: Client 'the god' <1> (local) connected
    [01:03:45.717] [Info] UniverseServer: Loading client ship world ClientShipWorld:5fd439ae78390bd6fc0f07db85028ce9
    [01:03:46.156] [Info] Protected dungeonIds for world set to (65524)
    [01:03:46.299] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [01:03:46.300] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [01:03:46.366] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [01:03:46.366] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [01:03:46.841] [Info] UniverseServer: Warping player 1 to ClientShipWorld:5fd439ae78390bd6fc0f07db85028ce9=1002.1024
    [01:03:53.541] [Warn] Could not spawn Monster of type 'wyvren', exception caught: (MapException) Key 'wyvren' not found in Map::get()
    [01:03:53.645] [Info] Chat: <server> Could not spawn Monster of type 'wyvren'
    [01:04:00.290] [Warn] Could not spawn Monster of type 'wyvern', exception caught: (MapException) Key 'wyvern' not found in Map::get()
    [01:04:00.396] [Info] Chat: <server> Could not spawn Monster of type 'wyvern'
    [01:04:21.237] [Error] Exception while invoking lua function 'update'. (LuaException) Error code 2, [string "/scripts/stateMachine.lua"]:193: attempt to index a nil value (local 'newState')
    stack traceback:
        [C]: in metamethod '__index'
        [string "/scripts/stateMachine.lua"]:193: in field 'pickState'
        [string "/monsters/boss/bossMonster.lua"]:216: in global 'updatePhase'
        [string "/monsters/boss/bossMonster.lua"]:82: in function <[string "/monsters/boss/bossMonster.lua"]:58>
    [0] 7ff60b087153 Star::captureStack
    [1] 7ff60b085ede Star::StarException::StarException
    [2] 7ff60b05a4c1 Star::LuaEngine::handleError
    [3] 7ff60b249517 Star::LuaEngine::callFunction<float>
    [4] 7ff60b24cca5 Star::LuaFunction::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [5] 7ff60b24cbc0 Star::LuaBaseComponent::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [6] 7ff60b25394c Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [7] 7ff60b2538bc Star::LuaActorMovementComponent<Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> > >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [8] 7ff60b2898ea Star::Monster::update
    [9] 7ff60b62b31e <lambda_5251ea3b435705ab973fc9e3a86aa323>::operator()
    [10] 7ff60b1da5d7 Star::EntityMap::updateAllEntities
    [11] 7ff60b64e824 Star::WorldServer::update
    [12] 7ff60b654b66 Star::WorldServerThread::update
    [13] 7ff60b654558 Star::WorldServerThread::run
    [14] 7ff60b083c5e Star::ThreadImpl::runThread
    [15] 7ffd82b43034 BaseThreadInitThunk
    [16] 7ffd85451431 RtlUserThreadStart
    [01:04:25.306] [Error] Exception while invoking lua function 'update'. (LuaException) Error code 2, [string "/scripts/stateMachine.lua"]:193: attempt to index a nil value (local 'newState')
    stack traceback:
        [C]: in metamethod '__index'
        [string "/scripts/stateMachine.lua"]:193: in field 'pickState'
        [string "/monsters/boss/bossMonster.lua"]:216: in global 'updatePhase'
        [string "/monsters/boss/bossMonster.lua"]:82: in function <[string "/monsters/boss/bossMonster.lua"]:58>
    [0] 7ff60b087153 Star::captureStack
    [1] 7ff60b085ede Star::StarException::StarException
    [2] 7ff60b05a4c1 Star::LuaEngine::handleError
    [3] 7ff60b249517 Star::LuaEngine::callFunction<float>
    [4] 7ff60b24cca5 Star::LuaFunction::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [5] 7ff60b24cbc0 Star::LuaBaseComponent::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [6] 7ff60b25394c Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [7] 7ff60b2538bc Star::LuaActorMovementComponent<Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> > >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [8] 7ff60b2898ea Star::Monster::update
    [9] 7ff60b62b31e <lambda_5251ea3b435705ab973fc9e3a86aa323>::operator()
    [10] 7ff60b1da5d7 Star::EntityMap::updateAllEntities
    [11] 7ff60b64e824 Star::WorldServer::update
    [12] 7ff60b654b66 Star::WorldServerThread::update
    [13] 7ff60b654558 Star::WorldServerThread::run
    [14] 7ff60b083c5e Star::ThreadImpl::runThread
    [15] 7ffd82b43034 BaseThreadInitThunk
    [16] 7ffd85451431 RtlUserThreadStart
    [01:04:28.535] [Error] Exception while invoking lua function 'update'. (LuaException) Error code 2, [string "/scripts/stateMachine.lua"]:193: attempt to index a nil value (local 'newState')
    stack traceback:
        [C]: in metamethod '__index'
        [string "/scripts/stateMachine.lua"]:193: in field 'pickState'
        [string "/monsters/boss/bossMonster.lua"]:216: in global 'updatePhase'
        [string "/monsters/boss/bossMonster.lua"]:82: in function <[string "/monsters/boss/bossMonster.lua"]:58>
    [0] 7ff60b087153 Star::captureStack
    [1] 7ff60b085ede Star::StarException::StarException
    [2] 7ff60b05a4c1 Star::LuaEngine::handleError
    [3] 7ff60b249517 Star::LuaEngine::callFunction<float>
    [4] 7ff60b24cca5 Star::LuaFunction::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [5] 7ff60b24cbc0 Star::LuaBaseComponent::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [6] 7ff60b25394c Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [7] 7ff60b2538bc Star::LuaActorMovementComponent<Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> > >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [8] 7ff60b2898ea Star::Monster::update
    [9] 7ff60b62b31e <lambda_5251ea3b435705ab973fc9e3a86aa323>::operator()
    [10] 7ff60b1da5d7 Star::EntityMap::updateAllEntities
    [11] 7ff60b64e824 Star::WorldServer::update
    [12] 7ff60b654b66 Star::WorldServerThread::update
    [13] 7ff60b654558 Star::WorldServerThread::run
    [14] 7ff60b083c5e Star::ThreadImpl::runThread
    [15] 7ffd82b43034 BaseThreadInitThunk
    [16] 7ffd85451431 RtlUserThreadStart
    [01:04:31.847] [Error] Exception while invoking lua function 'update'. (LuaException) Error code 2, [string "/scripts/stateMachine.lua"]:193: attempt to index a nil value (local 'newState')
    stack traceback:
        [C]: in metamethod '__index'
        [string "/scripts/stateMachine.lua"]:193: in field 'pickState'
        [string "/monsters/boss/bossMonster.lua"]:216: in global 'updatePhase'
        [string "/monsters/boss/bossMonster.lua"]:82: in function <[string "/monsters/boss/bossMonster.lua"]:58>
    [0] 7ff60b087153 Star::captureStack
    [1] 7ff60b085ede Star::StarException::StarException
    [2] 7ff60b05a4c1 Star::LuaEngine::handleError
    [3] 7ff60b249517 Star::LuaEngine::callFunction<float>
    [4] 7ff60b24cca5 Star::LuaFunction::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [5] 7ff60b24cbc0 Star::LuaBaseComponent::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [6] 7ff60b25394c Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [7] 7ff60b2538bc Star::LuaActorMovementComponent<Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> > >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [8] 7ff60b2898ea Star::Monster::update
    [9] 7ff60b62b31e <lambda_5251ea3b435705ab973fc9e3a86aa323>::operator()
    [10] 7ff60b1da5d7 Star::EntityMap::updateAllEntities
    [11] 7ff60b64e824 Star::WorldServer::update
    [12] 7ff60b654b66 Star::WorldServerThread::update
    [13] 7ff60b654558 Star::WorldServerThread::run
    [14] 7ff60b083c5e Star::ThreadImpl::runThread
    [15] 7ffd82b43034 BaseThreadInitThunk
    [16] 7ffd85451431 RtlUserThreadStart
    [01:04:33.824] [Info] UniverseClient: Client disconnecting...
    [01:04:33.850] [Info] Client received world stop packet, leaving: Removed
    [01:04:34.153] [Info] UniverseServer: Client 'the god' <1> (local) disconnected for reason: 
    [01:04:34.154] [Info] UniverseServer: Stopping idle world ClientShipWorld:5fd439ae78390bd6fc0f07db85028ce9
    [01:04:34.545] [Info] UniverseServer: Stopping UniverseServer
    [01:04:35.710] [Info] Application: quit requested
    [01:04:35.710] [Info] Application: quitting...
    [01:04:35.710] [Info] Application: shutdown...
    [01:04:35.869] [Info] Root: Shutting down Root
    [01:04:36.064] [Error] OpenGL errors during shutdown:  GL_INVALID_VALUE
    [01:04:36.065] [Info] Application: Destroying SDL Window
    [01:04:36.133] [Info] Application: stopped gracefully
    
    
    any help?
     
    Last edited: Aug 14, 2018
  2. projectmayhem

    projectmayhem Spaceman Spiff

    can you upload the files just for the monster
     
  3. iamyoyoman

    iamyoyoman Star Wrangler

  4. projectmayhem

    projectmayhem Spaceman Spiff

    Is that the only file you have for your monster?
     
  5. iamyoyoman

    iamyoyoman Star Wrangler

    this is the monstertype file, all the other files are like the ufo's files
     
  6. projectmayhem

    projectmayhem Spaceman Spiff

    Not sure if this is THE issue, but it is A issue - "categories" : [ "Wyvern" ]

    If you look at the other files, they have "category" : "penguinUfo" (the pilot and ufo monsterpart files. Try changing those to Wyvern also.
     
  7. iamyoyoman

    iamyoyoman Star Wrangler

    nope

    Code:
    [06:10:04.707] [Info] Root: Preparing Root...
    [06:10:04.707] [Info] Root: Done preparing Root.
    [06:10:04.707] [Info] Client Version 1.3.3 (windows x86_64) Source ID: c21069b204d626bfe673a047a2100d2fcd0766d4 Protocol: 743
    [06:10:04.707] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [06:10:04.707] [Warn] Root: Unrecognized file in asset directory 'ModPackHelper.log', skipping
    [06:10:04.707] [Warn] Root: Unrecognized file in asset directory 'mod_helper.bat.bat', skipping
    [06:10:05.083] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [06:10:05.083] [Warn] Root: Unrecognized file in asset directory 'cool stuff.txt', skipping
    [06:10:05.083] [Warn] Root: Unrecognized file in asset directory 'mod_helper.bat.bat', skipping
    [06:10:05.083] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [06:10:05.126] [Warn] Root: Overriding duplicate asset source '..\mods\pokemon' named 'pokemon trainer cosmetic' with higher or equal priority source '..\mods\pokemoncosmetic.pak
    [06:10:05.126] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [06:10:05.126] [Info] Root: Detected asset source named 'mymod' at '..\mods\mymod'
    [06:10:05.126] [Info] Root: Detected asset source named 'pokemon trainer cosmetic' at '..\mods\pokemoncosmetic.pak'
    [06:10:05.126] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [06:10:05.126] [Info] Loading assets from: '..\assets\packed.pak'
    [06:10:05.567] [Info] Loading assets from: '..\mods\mymod'
    [06:10:05.589] [Info] Loading assets from: '..\mods\pokemoncosmetic.pak'
    [06:10:05.589] [Info] Loading assets from: '..\assets\user'
    [06:10:08.254] [Info] Assets digest is cd30bef714f987d76a17857c2cc32adf46a2fa3dc9d46eec71115745e71d0af4
    [06:10:08.254] [Info] Root: Loaded Assets in 3.54687 seconds
    [06:10:08.257] [Info] Application: Initializing SDL Video
    [06:10:08.260] [Info] Application: Initializing SDL Joystick
    [06:10:08.322] [Info] Application: Initializing SDL Sound
    [06:10:08.455] [Info] Failed to initialize Steam platform services
    [06:10:08.455] [Info] Application: No platform services available
    [06:10:08.455] [Info] Application: Creating SDL Window
    [06:10:08.741] [Info] Application: Enabling VSync with late swap tearing
    [06:10:08.760] [Info] Application: Opened default audio device with 44.1khz / 16 bit stereo audio, 2048 sample size buffer
    [06:10:08.768] [Info] OpenGL version: '4.6.0 NVIDIA 388.13' vendor: 'NVIDIA Corporation' renderer: 'GeForce GTX 970/PCIe/SSE2' shader: '4.60 NVIDIA'
    [06:10:08.779] [Info] Application: initialization...
    [06:10:08.783] [Info] Root: Loaded Configuration in 0.00405424 seconds
    [06:10:08.789] [Info] Application: renderer initialization...
    [06:10:08.790] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [06:10:08.790] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [06:10:08.791] [Info] Root: Loaded ImageMetadataDatabase in 1.20187e-06 seconds
    [06:10:08.804] [Info] Application: main update loop...
    [06:10:08.819] [Info] Root: Loaded NameGenerator in 0.0135941 seconds
    [06:10:08.934] [Info] Root: Loaded PlantDatabase in 0.115609 seconds
    [06:10:09.047] [Error] Object wildpotatoseed defined twice, second time from /object/farmables/beans/wildpotatoseed.object
    [06:10:09.070] [Info] Root: Loaded ObjectDatabase in 0.264806 seconds
    [06:10:09.198] [Info] Root: Loaded MonsterDatabase in 0.128106 seconds
    [06:10:09.228] [Info] Root: Loaded NpcDatabase in 0.0300491 seconds
    [06:10:09.229] [Info] Root: Loaded StagehandDatabase in 0.000887287 seconds
    [06:10:09.232] [Info] Root: Loaded VehicleDatabase in 0.00247317 seconds
    [06:10:09.235] [Info] Root: Loaded PlayerFactory in 0.00349536 seconds
    [06:10:09.269] [Info] Root: Loaded ProjectileDatabase in 0.334066 seconds
    [06:10:09.269] [Info] Root: Loaded VersioningDatabase in 0.000585014 seconds
    [06:10:09.269] [Info] Root: Loaded EntityFactory in 0.0339092 seconds
    [06:10:09.294] [Info] Root: Loaded ParticleDatabase in 0.0252599 seconds
    [06:10:09.487] [Info] Root: Loaded MaterialDatabase in 0.217485 seconds
    [06:10:09.492] [Info] Root: Loaded TerrainDatabase in 0.00520503 seconds
    [06:10:09.518] [Info] Root: Loaded BiomeDatabase in 0.0259996 seconds
    [06:10:09.519] [Info] Root: Loaded LiquidsDatabase in 0.000735549 seconds
    [06:10:09.523] [Info] Root: Loaded StatusEffectDatabase in 0.00440398 seconds
    [06:10:09.731] [Info] Root: Loaded DamageDatabase in 0.207897 seconds
    [06:10:09.737] [Info] Root: Loaded EffectSourceDatabase in 0.00650877 seconds
    [06:10:09.740] [Info] Root: Loaded FunctionDatabase in 0.00288811 seconds
    [06:10:09.757] [Info] Root: Loaded TreasureDatabase in 0.0166064 seconds
    [06:10:09.951] [Info] Root: Loaded DungeonDefinitions in 0.193551 seconds
    [06:10:09.951] [Info] Root: Loaded TilesetDatabase in 2.58404e-05 seconds
    [06:10:09.952] [Info] Root: Loaded StatisticsDatabase in 0.00121209 seconds
    [06:10:09.953] [Info] Root: Loaded EmoteProcessor in 0.000108169 seconds
    [06:10:09.956] [Info] Root: Loaded SpeciesDatabase in 0.00378471 seconds
    [06:10:09.970] [Info] Root: Loaded QuestTemplateDatabase in 0.0131164 seconds
    [06:10:09.971] [Info] Root: Loaded AiDatabase in 0.000999061 seconds
    [06:10:09.972] [Info] Root: Loaded TechDatabase in 0.000783324 seconds
    [06:10:09.976] [Info] Root: Loaded CodexDatabase in 0.00455061 seconds
    [06:10:10.185] [Info] Root: Loaded BehaviorDatabase in 0.209028 seconds
    [06:10:10.187] [Info] Root: Loaded DanceDatabase in 0.00188455 seconds
    [06:10:10.192] [Info] Root: Loaded SpawnTypeDatabase in 0.00522607 seconds
    [06:10:10.194] [Info] Root: Loaded RadioMessageDatabase in 0.00245213 seconds
    [06:10:11.504] [Info] Root: Loaded ItemDatabase in 2.23543 seconds
    [06:10:11.599] [Info] Root: Loaded CollectionDatabase in 1.40484 seconds
    [06:10:12.263] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [06:10:13.256] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [06:10:22.623] [Info] UniverseServer: Acquiring universe lock file
    [06:10:22.644] [Info] UniverseServer: Loading settings
    [06:10:22.653] [Info] UniverseServer: Starting UniverseServer with UUID: e1bc1d429f3fda65deb93ee89d2b87a6
    [06:10:22.660] [Info] UniverseServer: Logged in player 'the god' locally
    [06:10:22.660] [Info] UniverseServer: Logged in account '<anonymous>' as player 'the god' from address local
    [06:10:22.705] [Info] UniverseServer: Loading system world (-37027862, -938336023, -57917942) from disk storage
    [06:10:22.713] [Info] UniverseClient: Joined server as client 1
    [06:10:22.756] [Info] UniverseServer: Reviving player at ClientShipWorld:5fd439ae78390bd6fc0f07db85028ce9
    [06:10:22.756] [Info] UniverseServer: Client 'the god' <1> (local) connected
    [06:10:22.802] [Info] UniverseServer: Loading client ship world ClientShipWorld:5fd439ae78390bd6fc0f07db85028ce9
    [06:10:22.902] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [06:10:22.902] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [06:10:22.908] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [06:10:22.908] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [06:10:23.059] [Info] Protected dungeonIds for world set to (65524)
    [06:10:23.406] [Info] UniverseServer: Warping player 1 to ClientShipWorld:5fd439ae78390bd6fc0f07db85028ce9=1020.76.1036
    [06:10:29.616] [Error] Exception while invoking lua function 'update'. (LuaException) Error code 2, [string "/scripts/stateMachine.lua"]:193: attempt to index a nil value (local 'newState')
    stack traceback:
        [C]: in metamethod '__index'
        [string "/scripts/stateMachine.lua"]:193: in field 'pickState'
        [string "/monsters/boss/bossMonster.lua"]:216: in global 'updatePhase'
        [string "/monsters/boss/bossMonster.lua"]:82: in function <[string "/monsters/boss/bossMonster.lua"]:58>
    [0] 7ff60b087153 Star::captureStack
    [1] 7ff60b085ede Star::StarException::StarException
    [2] 7ff60b05a4c1 Star::LuaEngine::handleError
    [3] 7ff60b249517 Star::LuaEngine::callFunction<float>
    [4] 7ff60b24cca5 Star::LuaFunction::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [5] 7ff60b24cbc0 Star::LuaBaseComponent::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [6] 7ff60b25394c Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [7] 7ff60b2538bc Star::LuaActorMovementComponent<Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> > >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [8] 7ff60b2898ea Star::Monster::update
    [9] 7ff60b62b31e <lambda_5251ea3b435705ab973fc9e3a86aa323>::operator()
    [10] 7ff60b1da5d7 Star::EntityMap::updateAllEntities
    [11] 7ff60b64e824 Star::WorldServer::update
    [12] 7ff60b654b66 Star::WorldServerThread::update
    [13] 7ff60b654558 Star::WorldServerThread::run
    [14] 7ff60b083c5e Star::ThreadImpl::runThread
    [15] 7ffd82b43034 BaseThreadInitThunk
    [16] 7ffd85451431 RtlUserThreadStart
    [06:10:34.567] [Error] Exception while invoking lua function 'update'. (LuaException) Error code 2, [string "/scripts/stateMachine.lua"]:193: attempt to index a nil value (local 'newState')
    stack traceback:
        [C]: in metamethod '__index'
        [string "/scripts/stateMachine.lua"]:193: in field 'pickState'
        [string "/monsters/boss/bossMonster.lua"]:216: in global 'updatePhase'
        [string "/monsters/boss/bossMonster.lua"]:82: in function <[string "/monsters/boss/bossMonster.lua"]:58>
    [0] 7ff60b087153 Star::captureStack
    [1] 7ff60b085ede Star::StarException::StarException
    [2] 7ff60b05a4c1 Star::LuaEngine::handleError
    [3] 7ff60b249517 Star::LuaEngine::callFunction<float>
    [4] 7ff60b24cca5 Star::LuaFunction::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [5] 7ff60b24cbc0 Star::LuaBaseComponent::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [6] 7ff60b25394c Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [7] 7ff60b2538bc Star::LuaActorMovementComponent<Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> > >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [8] 7ff60b2898ea Star::Monster::update
    [9] 7ff60b62b31e <lambda_5251ea3b435705ab973fc9e3a86aa323>::operator()
    [10] 7ff60b1da5d7 Star::EntityMap::updateAllEntities
    [11] 7ff60b64e824 Star::WorldServer::update
    [12] 7ff60b654b66 Star::WorldServerThread::update
    [13] 7ff60b654558 Star::WorldServerThread::run
    [14] 7ff60b083c5e Star::ThreadImpl::runThread
    [15] 7ffd82b43034 BaseThreadInitThunk
    [16] 7ffd85451431 RtlUserThreadStart
    [06:10:36.827] [Info] UniverseClient: Client disconnecting...
    [06:10:36.884] [Info] Client received world stop packet, leaving: Removed
    [06:10:37.222] [Info] UniverseServer: Client 'the god' <1> (local) disconnected for reason:
    [06:10:37.222] [Info] UniverseServer: Stopping idle world ClientShipWorld:5fd439ae78390bd6fc0f07db85028ce9
    [06:10:37.757] [Info] UniverseServer: Stopping UniverseServer
    [06:10:38.595] [Info] Application: quit requested
    [06:10:38.595] [Info] Application: quitting...
    [06:10:38.595] [Info] Application: shutdown...
    [06:10:38.744] [Info] Root: Shutting down Root
    [06:10:38.955] [Error] OpenGL errors during shutdown:  GL_INVALID_VALUE
    [06:10:38.955] [Info] Application: Destroying SDL Window
    [06:10:38.998] [Info] Application: stopped gracefully
    
     
  8. projectmayhem

    projectmayhem Spaceman Spiff

    Can you zip and post all the files you changed? It's easier to look at them all.
     
  9. iamyoyoman

    iamyoyoman Star Wrangler

    https://ufile.io/63g01 here is my boss folder
     
  10. projectmayhem

    projectmayhem Spaceman Spiff

    you didnt change the inside contents of your lua files...

    first one i opened has this...
    timer = 0,
    bobTime = config.getParameter("ufoMoveFireAttack.bobTime"),
    bobHeight = config.getParameter("ufoMoveFireAttack.bobHeight"),
    skillTime = config.getParameter("ufoMoveFireAttack.skillTime"),
     
  11. iamyoyoman

    iamyoyoman Star Wrangler

    ho wow i did thought that inside the lua file will be any names, ty very much
    but now i have another problam and i dont think it because of names
    Code:
    [11:49:47.022] [Info] Root: Preparing Root...
    [11:49:47.022] [Info] Root: Done preparing Root.
    [11:49:47.022] [Info] Client Version 1.3.3 (windows x86_64) Source ID: c21069b204d626bfe673a047a2100d2fcd0766d4 Protocol: 743
    [11:49:47.022] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [11:49:47.022] [Warn] Root: Unrecognized file in asset directory 'ModPackHelper.log', skipping
    [11:49:47.022] [Warn] Root: Unrecognized file in asset directory 'mod_helper.bat.bat', skipping
    [11:49:47.364] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [11:49:47.364] [Warn] Root: Unrecognized file in asset directory 'cool stuff.txt', skipping
    [11:49:47.364] [Warn] Root: Unrecognized file in asset directory 'mod_helper.bat.bat', skipping
    [11:49:47.364] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [11:49:47.380] [Warn] Root: Overriding duplicate asset source '..\mods\pokemon' named 'pokemon trainer cosmetic' with higher or equal priority source '..\mods\pokemoncosmetic.pak
    [11:49:47.380] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [11:49:47.380] [Info] Root: Detected asset source named 'mymod' at '..\mods\mymod'
    [11:49:47.380] [Info] Root: Detected asset source named 'pokemon trainer cosmetic' at '..\mods\pokemoncosmetic.pak'
    [11:49:47.380] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [11:49:47.380] [Info] Loading assets from: '..\assets\packed.pak'
    [11:49:47.815] [Info] Loading assets from: '..\mods\mymod'
    [11:49:47.837] [Info] Loading assets from: '..\mods\pokemoncosmetic.pak'
    [11:49:47.837] [Info] Loading assets from: '..\assets\user'
    [11:49:49.230] [Info] Assets digest is 5d2965c3c7a187294ef99620f6d9b5719bb63d742dd665d4cf8f7dca5c0f4822
    [11:49:49.230] [Info] Root: Loaded Assets in 2.20887 seconds
    [11:49:49.234] [Info] Application: Initializing SDL Video
    [11:49:49.237] [Info] Application: Initializing SDL Joystick
    [11:49:49.270] [Info] Application: Initializing SDL Sound
    [11:49:49.391] [Info] Failed to initialize Steam platform services
    [11:49:49.391] [Info] Application: No platform services available
    [11:49:49.391] [Info] Application: Creating SDL Window
    [11:49:49.677] [Info] Application: Enabling VSync with late swap tearing
    [11:49:49.696] [Info] Application: Opened default audio device with 44.1khz / 16 bit stereo audio, 2048 sample size buffer
    [11:49:49.704] [Info] OpenGL version: '4.6.0 NVIDIA 388.13' vendor: 'NVIDIA Corporation' renderer: 'GeForce GTX 970/PCIe/SSE2' shader: '4.60 NVIDIA'
    [11:49:49.709] [Info] Application: initialization...
    [11:49:49.709] [Info] Root: Loaded Configuration in 0.000621672 seconds
    [11:49:49.716] [Info] Application: renderer initialization...
    [11:49:49.717] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [11:49:49.717] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [11:49:49.718] [Info] Root: Loaded ImageMetadataDatabase in 1.20187e-06 seconds
    [11:49:49.732] [Info] Application: main update loop...
    [11:49:49.747] [Info] Root: Loaded NameGenerator in 0.0136735 seconds
    [11:49:49.853] [Info] Root: Loaded PlantDatabase in 0.105346 seconds
    [11:49:49.992] [Info] Root: Loaded ObjectDatabase in 0.2582 seconds
    [11:49:50.104] [Info] Root: Loaded MonsterDatabase in 0.111101 seconds
    [11:49:50.137] [Info] Root: Loaded NpcDatabase in 0.03438 seconds
    [11:49:50.138] [Info] Root: Loaded StagehandDatabase in 0.000670648 seconds
    [11:49:50.140] [Info] Root: Loaded VehicleDatabase in 0.00203328 seconds
    [11:49:50.143] [Info] Root: Loaded PlayerFactory in 0.00318317 seconds
    [11:49:50.177] [Info] Root: Loaded ProjectileDatabase in 0.323932 seconds
    [11:49:50.177] [Info] Root: Loaded VersioningDatabase in 0.000566385 seconds
    [11:49:50.177] [Info] Root: Loaded EntityFactory in 0.0339945 seconds
    [11:49:50.202] [Info] Root: Loaded ParticleDatabase in 0.0249765 seconds
    [11:49:50.387] [Info] Root: Loaded MaterialDatabase in 0.209354 seconds
    [11:49:50.391] [Info] Root: Loaded TerrainDatabase in 0.00378111 seconds
    [11:49:50.415] [Info] Root: Loaded BiomeDatabase in 0.0237398 seconds
    [11:49:50.415] [Info] Root: Loaded LiquidsDatabase in 0.000495174 seconds
    [11:49:50.421] [Info] Root: Loaded StatusEffectDatabase in 0.00496075 seconds
    [11:49:50.621] [Info] Root: Loaded DamageDatabase in 0.200879 seconds
    [11:49:50.624] [Info] Root: Loaded EffectSourceDatabase in 0.00291395 seconds
    [11:49:50.629] [Info] Root: Loaded FunctionDatabase in 0.00545863 seconds
    [11:49:50.647] [Info] Root: Loaded TreasureDatabase in 0.0176361 seconds
    [11:49:50.830] [Info] Root: Loaded DungeonDefinitions in 0.182103 seconds
    [11:49:50.830] [Info] Root: Loaded TilesetDatabase in 3.78592e-05 seconds
    [11:49:50.831] [Info] Root: Loaded StatisticsDatabase in 0.00111054 seconds
    [11:49:50.831] [Info] Root: Loaded EmoteProcessor in 7.06103e-05 seconds
    [11:49:50.835] [Info] Root: Loaded SpeciesDatabase in 0.00425916 seconds
    [11:49:50.845] [Info] Root: Loaded QuestTemplateDatabase in 0.00955073 seconds
    [11:49:50.846] [Info] Root: Loaded AiDatabase in 0.00126257 seconds
    [11:49:50.847] [Info] Root: Loaded TechDatabase in 0.00082569 seconds
    [11:49:50.851] [Info] Root: Loaded CodexDatabase in 0.00406445 seconds
    [11:49:51.051] [Info] Root: Loaded BehaviorDatabase in 0.199674 seconds
    [11:49:51.053] [Info] Root: Loaded DanceDatabase in 0.0019209 seconds
    [11:49:51.057] [Info] Root: Loaded SpawnTypeDatabase in 0.00439527 seconds
    [11:49:51.059] [Info] Root: Loaded RadioMessageDatabase in 0.00234156 seconds
    [11:49:52.256] [Info] Root: Loaded ItemDatabase in 2.07969 seconds
    [11:49:52.348] [Info] Root: Loaded CollectionDatabase in 1.28862 seconds
    [11:49:52.947] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [11:49:54.234] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [11:49:55.268] [Info] UniverseServer: Acquiring universe lock file
    [11:49:55.269] [Info] UniverseServer: Loading settings
    [11:49:55.271] [Info] UniverseServer: Starting UniverseServer with UUID: e1bc1d429f3fda65deb93ee89d2b87a6
    [11:49:55.281] [Info] UniverseServer: Logged in player 'the god' locally
    [11:49:55.281] [Info] UniverseServer: Logged in account '<anonymous>' as player 'the god' from address local
    [11:49:55.320] [Info] UniverseServer: Loading system world (-37027862, -938336023, -57917942) from disk storage
    [11:49:55.324] [Info] UniverseClient: Joined server as client 1
    [11:49:55.348] [Info] UniverseServer: Reviving player at ClientShipWorld:5fd439ae78390bd6fc0f07db85028ce9
    [11:49:55.348] [Info] UniverseServer: Client 'the god' <1> (local) connected
    [11:49:55.419] [Info] UniverseServer: Loading client ship world ClientShipWorld:5fd439ae78390bd6fc0f07db85028ce9
    [11:49:55.515] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [11:49:55.515] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [11:49:55.521] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [11:49:55.521] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [11:49:55.678] [Info] Protected dungeonIds for world set to (65524)
    [11:49:56.024] [Info] UniverseServer: Warping player 1 to ClientShipWorld:5fd439ae78390bd6fc0f07db85028ce9=980.413.1013
    [11:50:03.419] [Error] Exception while invoking lua function 'update'. (LuaException) Error code 2, [string "/monsters/boss/Wyvern/skills/WyvernMoveFireAt..."]:30: (LuaConversionException) Error converting LuaValue to type 'class Star::Vector<float,2>'
    [0] 7ff60b087153 Star::captureStack
    [1] 7ff60b085ede Star::StarException::StarException
    [2] 7ff60b050ceb Star::LuaConversionException::LuaConversionException
    [3] 7ff60b04c146 Star::LuaConversionException::format<char const * __ptr64>
    [4] 7ff60b251274 Star::luaTo<Star::Vector<float,2> >
    [5] 7ff60b27999e Star::LuaDetail::ArgGet<Star::Vector<float,2> >::get
    [6] 7ff60b265f6d <lambda_954ad4012d7fe3aba0424b60af0b9629>::operator()
    [7] 7ff60b244d9f std::_Invoker_functor::_Call<<lambda_954ad4012d7fe3aba0424b60af0b9629> & __ptr64,Star::LuaEngine & __ptr64,unsigned __int64,Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> * __ptr64>
    [8] 7ff60b24bd10 std::invoke<<lambda_954ad4012d7fe3aba0424b60af0b9629> & __ptr64,Star::LuaEngine & __ptr64,unsigned __int64,Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> * __ptr64>
    [9] 7ff60b247349 std::_Invoke_ret<Star::Variant<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,Star::LuaVariadic<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> > >,<lambda_954ad4012d7fe3aba0424b60af0b9629> & __ptr64,Star::LuaEngine & __ptr64,unsigned __int64,Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> * __ptr64>
    [10] 7ff60b269e5b std::_Func_impl<<lambda_954ad4012d7fe3aba0424b60af0b9629>,std::allocator<int>,Star::Variant<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,Star::LuaVariadic<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> > >,Star::LuaEngine & __ptr64,unsigned __int64,Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> * __ptr64>::_Do_call
    [11] 7ff60b05481d std::_Func_class<Star::Variant<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,Star::LuaVariadic<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> > >,Star::LuaEngine & __ptr64,unsigned __int64,Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData> * __ptr64>::operator()
    [12] 7ff60b0537af <lambda_a03bcae4599b53751a446949639a4d5e>::operator()
    [13] 7ff60afdb938 luaD_precall
    [14] 7ff60aff46e1 luaV_execute
    [15] 7ff60afdb443 luaD_call
    [16] 7ff60afdbc1b luaD_rawrunprotected
    [17] 7ff60afdb650 luaD_pcall
    [18] 7ff60afd1b64 lua_pcallk
    [19] 7ff60b05b930 Star::LuaEngine::pcallWithTraceback
    [20] 7ff60b2494fe Star::LuaEngine::callFunction<float>
    [21] 7ff60b24cca5 Star::LuaFunction::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [22] 7ff60b24cbc0 Star::LuaBaseComponent::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [23] 7ff60b25394c Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [24] 7ff60b2538bc Star::LuaActorMovementComponent<Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> > >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [25] 7ff60b2898ea Star::Monster::update
    [26] 7ff60b62b31e <lambda_5251ea3b435705ab973fc9e3a86aa323>::operator()
    [27] 7ff60b1da5d7 Star::EntityMap::updateAllEntities
    [28] 7ff60b64e824 Star::WorldServer::update
    [29] 7ff60b654b66 Star::WorldServerThread::update
    [30] 7ff60b654558 Star::WorldServerThread::run
    [31] 7ff60b083c5e Star::ThreadImpl::runThread
    [32] 7ffd82b43034 BaseThreadInitThunk
    [33] 7ffd85451431 RtlUserThreadStart
    stack traceback:
        [C]: in ?
        [C]: in field 'toAbsolutePosition'
        [string "/monsters/boss/Wyvern/skills/WyvernMoveFireAt..."]:30: in field 'update'
        [string "/scripts/stateMachine.lua"]:137: in upvalue 'updateCurrentState'
        [string "/scripts/stateMachine.lua"]:275: in field 'update'
        [string "/monsters/boss/bossMonster.lua"]:218: in global 'updatePhase'
        [string "/monsters/boss/bossMonster.lua"]:82: in function <[string "/monsters/boss/bossMonster.lua"]:58>
    [0] 7ff60b087153 Star::captureStack
    [1] 7ff60b085ede Star::StarException::StarException
    [2] 7ff60b05a4c1 Star::LuaEngine::handleError
    [3] 7ff60b249517 Star::LuaEngine::callFunction<float>
    [4] 7ff60b24cca5 Star::LuaFunction::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [5] 7ff60b24cbc0 Star::LuaBaseComponent::invoke<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [6] 7ff60b25394c Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [7] 7ff60b2538bc Star::LuaActorMovementComponent<Star::LuaUpdatableComponent<Star::LuaWorldComponent<Star::LuaBaseComponent> > >::update<Star::Variant<Star::Empty,bool,__int64,double,Star::String,Star::LuaTable,Star::LuaFunction,Star::LuaThread,Star::LuaUserData>,float>
    [8] 7ff60b2898ea Star::Monster::update
    [9] 7ff60b62b31e <lambda_5251ea3b435705ab973fc9e3a86aa323>::operator()
    [10] 7ff60b1da5d7 Star::EntityMap::updateAllEntities
    [11] 7ff60b64e824 Star::WorldServer::update
    [12] 7ff60b654b66 Star::WorldServerThread::update
    [13] 7ff60b654558 Star::WorldServerThread::run
    [14] 7ff60b083c5e Star::ThreadImpl::runThread
    [15] 7ffd82b43034 BaseThreadInitThunk
    [16] 7ffd85451431 RtlUserThreadStart
    [11:50:42.268] [Info] UniverseClient: Client disconnecting...
    [11:50:42.324] [Info] Client received world stop packet, leaving: Removed
    [11:50:42.537] [Info] UniverseServer: Client 'the god' <1> (local) disconnected for reason:
    [11:50:42.537] [Info] UniverseServer: Stopping idle world ClientShipWorld:5fd439ae78390bd6fc0f07db85028ce9
    [11:50:43.052] [Info] UniverseServer: Stopping UniverseServer
    [11:50:44.363] [Info] Application: quit requested
    [11:50:44.363] [Info] Application: quitting...
    [11:50:44.363] [Info] Application: shutdown...
    [11:50:44.529] [Info] Root: Shutting down Root
    [11:50:44.713] [Error] OpenGL errors during shutdown:  GL_INVALID_VALUE
    [11:50:44.739] [Info] Application: Destroying SDL Window
    [11:50:44.758] [Info] Application: stopped gracefully
    
     
  12. projectmayhem

    projectmayhem Spaceman Spiff

    zip up the files again and let me see the changes you made
     
  13. iamyoyoman

    iamyoyoman Star Wrangler

    https://ufile.io/t52hx
     
  14. projectmayhem

    projectmayhem Spaceman Spiff

    in your WyvernMoveFireAttack.skill you have ufoMoveFireAttack. Go through every skill file and make sure you replace all the ufo with Wyvern


    EDIT

    same issue in your slame attack skill....

    ufoSlamAttack


    Your swoop attack....

    ufoSwoopAttack


    teleport attack....

    ufoTeleportAttack
     
  15. iamyoyoman

    iamyoyoman Star Wrangler

    ty the last one was really dumb
     

Share This Page