Look like the "cosmic intruder" file is missing.

Discussion in 'Starbound Modding' started by Shadox2.0, May 30, 2020.

  1. Shadox2.0

    Shadox2.0 Spaceman Spiff

    Hello , so like you can read in the title , it look like i've some missing file (my game is up to date of course).

    Yes , i play modded game but nothing changing the virtual universe , so idk why i have this error :/


    [Error] WorldServerThread exception caught: (SpawnTypeDatabaseException) No such spawnType 'cosmicintruder'
    [0] 7ff7429fa213 Star::captureStack
    [1] 7ff7429f8f9e Star::StarException::StarException
    [2] 7ff742dc73fa Star::SpawnTypeDatabaseException::format<Star::String>
    [3] 7ff742dccc40 Star::SpawnTypeDatabase::spawnType
    [4] 7ff742dc4c47 Star::Spawner::spawnInCell
    [5] 7ff742dc1e2f Star::Spawner::activateRegion
    [6] 7ff742dc5846 Star::Spawner::update
    [7] 7ff742f93f69 Star::WorldServer::update
    [8] 7ff742f9a0a6 Star::WorldServerThread::update
    [9] 7ff742f99a8b Star::WorldServerThread::run
    [10] 7ff7429f6d9e Star::ThreadImpl::runThread
    [11] 7ffeb03c7bd4 BaseThreadInitThunk
    [12] 7ffeb0c6ce51 RtlUserThreadStart
    [14:27:40.005] [Error] UniverseServer: World InstanceWorld:cyberspace:dbdd6d1c41d6ac629a73ac1b4abc0e14:3 has stopped due to an error
    [14:27:40.005] [Info] UniverseServer: World InstanceWorld:cyberspace:dbdd6d1c41d6ac629a73ac1b4abc0e14:3 shutdown, kicking 1 players to their own ships

    So i enter in the virtual world and 1 or 2sec after i'm kicked , maybe if someone can give me the mob file i can solve it by myself ?

    Thx in advance.

    Edit : ok so i've remove a "mob spawn x5" mod for try and it's a bit better , i can see the mob but now i have that :


    [Error] WorldServerThread exception caught: (TreasureException) Unknown treasure pool 'cosmicintruderTreasure'
    [0] 7ff7429fa213 Star::captureStack
    [1] 7ff7429f8f9e Star::StarException::StarException
    [2] 7ff742e7dede Star::TreasureDatabase::createTreasure
    [3] 7ff742e7ebc4 Star::TreasureDatabase::createTreasure
    [4] 7ff742e7eb53 Star::TreasureDatabase::createTreasure
    [5] 7ff742bd9db5 Star::Monster::destroy
    [6] 7ff742f8e82a Star::WorldServer::removeEntity
    [7] 7ff742f947cd Star::WorldServer::update
    [8] 7ff742f9a0a6 Star::WorldServerThread::update
    [9] 7ff742f99a8b Star::WorldServerThread::run
    [10] 7ff7429f6d9e Star::ThreadImpl::runThread
    [11] 7ffeb03c7bd4 BaseThreadInitThunk
    [12] 7ffeb0c6ce51 RtlUserThreadStart
    [14:54:07.710] [Error] UniverseServer: World InstanceWorld:cyberspace:dbdd6d1c41d6ac629a73ac1b4abc0e14:3 has stopped due to an error
    [14:54:07.710] [Info] UniverseServer: World InstanceWorld:cyberspace:dbdd6d1c41d6ac629a73ac1b4abc0e14:3 shutdown, kicking 1 players to their own ships

    Any clues ?
     
    Last edited: May 30, 2020
  2. Iris Blanche

    Iris Blanche Pudding Paradox Forum Moderator

    Moved to Starbound modding. There seems to be no reference in the vanilla files for "cosmicintruder" or the treasure pool.
    You might want to attach your full log so it's easier to track down, which mod is causing this issue.
     
  3. Shadox2.0

    Shadox2.0 Spaceman Spiff

    Ok sorry , this is my log :
     

    Attached Files:

  4. projectmayhem

    projectmayhem Spaceman Spiff

    https://starbounder.org/Cosmic_Intruder



    cosmicintruderTreasure is in the monster.treasurepool file. Not sure why your log is telling you that it can't find it. Are you playing 1.4 Starbound?

    My best guess would be, one of the mods you are using doesn't patch the monster.treasurepool file, it overwrites it. And when Starbound updated to 1.4, they never added the new loot tables, so Starbound loads all the default loot tables, then one of your mods overwrites the file with the old 1.3 loot tables + their mods additions
     
    Last edited: May 31, 2020
    Iris Blanche likes this.
  5. Iris Blanche

    Iris Blanche Pudding Paradox Forum Moderator

    Oh my bad. >_< Seems i looped through old files then. Thanks for the heads up.
     
  6. Shadox2.0

    Shadox2.0 Spaceman Spiff

    So nobody have any clue ? x)
     
  7. projectmayhem

    projectmayhem Spaceman Spiff

    monster.treasurepool has his in it

    Code:
     "cosmicintruderTreasure" : [
        [1, {
          "pool" : [
            {"weight" : 0.999, "pool" : "basicMonsterTreasure"},
            {"weight" : 0.001, "item" : "cosmicintruderaf"}
          ],
          "poolRounds" : [
            [0.20, 0],
            [0.80, 1]
          ],
          "allowDuplication" : false
        }]
      ],

    So, like I said before... one of your mods must be messing with the treasurepool file
     
  8. Shadox2.0

    Shadox2.0 Spaceman Spiff

  9. projectmayhem

    projectmayhem Spaceman Spiff

    Cosmic Intruder was added in the 1.4 update. This means the monster treasurepool file was updated to add cosmic intruder's loot. The only reason the game should be missing this info, is if a mod has overwritten the treasurepool file instead of patching it. And if the mods treasurepool file is from 1.3 and earlier.
    I would unsub from the mod if you think it may be the cause, then make a new character, spawn in a cosmic intruder and kill it.
     
  10. Shadox2.0

    Shadox2.0 Spaceman Spiff

    Hum , i didnt try it yet but it remind me an important detail...


    I never been able to kill one because i crash almost instant when i see it (or even before when the game spawn it off-screen), so i think the treasure pool thing can be excluded.
     

Share This Page