Modding Help Bunch of "Failed to place dungeon object" when making new dungeon mod

Discussion in 'Starbound Modding' started by xaliber, Feb 17, 2017.

  1. xaliber

    xaliber Scruffy Nerf-Herder

    So I've been trying to make a new dungeon. I've made the .json files, the .dungeon files, and added it to world's generation via terrestrial_worlds.config.patch. When testing it out though, I got a bunch of warnings. It says, "Failed to place dungeon object."

    Here's the excerpt of starbound.log https://hastebin.com/puyabenexo.sql

    It's a bunch of warnings that the game seems unable to place objects from my dungeon, and I thought it might have happened because the dungeon is just so huge.

    But when I'm testing another mod of mine, which adds multiple scenic objects (trees, rocks, etc) to vanilla biomes, I notice this problem also happens.

    Here's the excerpt of starbound.log when I'm running the scenic object mod: https://hastebin.com/bekalenera.pas

    It's also a bunch of warnings (though not as many), but the difference is the game seems unable to place objects from vanilla dungeon. I guess because my mod already puts so many objects so the game refuses to add any more objects (even though it's supposed to be objects from vanilla dungeon).

    I think I might have missed something here... do planets have maximum objects that can be generated - if it does, can it be configured? Or is the problem from something else?
     
  2. xaliber

    xaliber Scruffy Nerf-Herder

    Wait a minute...

    I think this one >>> https://hastebin.com/bekalenera.pas <<< objects that are not spawning from vanilla dungeon (naturalcave) is vanilla problem. I've tried to test it again multiple times and I always come up with similar warning in vanilla installation.

    Here's my full vanilla log:


    [14:00:06.584] [Info] Root: Preparing Root...
    [14:00:06.585] [Info] Root: Done preparing Root.
    [14:00:06.585] [Info] Client Version 1.2.2 (windows x86_64) Source ID: 8656b8d30f3e41248de5868d2168c96962fbf6b2 Protocol: 729
    [14:00:06.585] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [14:00:06.838] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [14:00:06.838] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [14:00:06.838] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [14:00:06.838] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [14:00:06.838] [Info] Loading assets from: '..\assets\packed.pak'
    [14:00:07.183] [Info] Loading assets from: '..\assets\user'
    [14:00:08.067] [Info] Assets digest is 06cbcabd08c255b023a32ab90661887de878dffa9534c11a0de2b083efe882db
    [14:00:08.067] [Info] Root: Loaded Assets in 1.48211 seconds
    [14:00:08.071] [Info] Application: Initializing SDL Video
    [14:00:08.075] [Info] Application: Initializing SDL Joystick
    [14:00:08.109] [Info] Application: Initializing SDL Sound
    [14:00:08.113] [Info] Failed to initialize Steam platform services
    [14:00:08.113] [Info] Application: No platform services available
    [14:00:08.113] [Info] Application: Creating SDL Window
    [14:00:08.193] [Info] Application: Enabling VSync with late swap tearing
    [14:00:08.227] [Info] Application: Opened default audio device with 44.1khz / 16 bit stereo audio, 2048 sample size buffer
    [14:00:08.234] [Info] OpenGL version: '4.3.0' vendor: 'NVIDIA Corporation' renderer: 'GeForce GT 650M/PCIe/SSE2' shader: '4.30 NVIDIA via Cg compiler'
    [14:00:08.235] [Info] Application: initialization...
    [14:00:08.236] [Info] Root: Loaded Configuration in 0.000967272 seconds
    [14:00:08.237] [Info] Application: Disabling VSync
    [14:00:08.239] [Info] Application: renderer initialization...
    [14:00:08.240] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [14:00:08.240] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [14:00:08.242] [Info] Root: Loaded ImageMetadataDatabase in 5.98666e-06 seconds
    [14:00:08.264] [Info] Application: main update loop...
    [14:00:08.284] [Info] Root: Loaded NameGenerator in 0.0188896 seconds
    [14:00:08.307] [Error] OpenGL errors this frame: GL_INVALID_VALUE
    [14:00:08.422] [Info] Root: Loaded PlantDatabase in 0.137536 seconds
    [14:00:08.546] [Info] Root: Loaded ObjectDatabase in 0.280974 seconds
    [14:00:08.684] [Info] Root: Loaded MonsterDatabase in 0.137548 seconds
    [14:00:08.717] [Info] Root: Loaded NpcDatabase in 0.0336129 seconds
    [14:00:08.718] [Info] Root: Loaded StagehandDatabase in 0.000809481 seconds
    [14:00:08.720] [Info] Root: Loaded VehicleDatabase in 0.00182678 seconds
    [14:00:08.723] [Info] Root: Loaded PlayerFactory in 0.00269827 seconds
    [14:00:08.827] [Info] Root: Loaded ProjectileDatabase in 0.405468 seconds
    [14:00:08.829] [Info] Root: Loaded VersioningDatabase in 0.00182037 seconds
    [14:00:08.829] [Info] Root: Loaded EntityFactory in 0.106185 seconds
    [14:00:08.881] [Info] Root: Loaded ParticleDatabase in 0.051696 seconds
    [14:00:09.102] [Info] Root: Loaded MaterialDatabase in 0.273086 seconds
    [14:00:09.107] [Info] Root: Loaded TerrainDatabase in 0.00423385 seconds
    [14:00:09.134] [Info] Root: Loaded BiomeDatabase in 0.0273534 seconds
    [14:00:09.135] [Info] Root: Loaded LiquidsDatabase in 0.000581561 seconds
    [14:00:09.140] [Info] Root: Loaded StatusEffectDatabase in 0.00512415 seconds
    [14:00:09.372] [Info] Root: Loaded DamageDatabase in 0.232201 seconds
    [14:00:09.377] [Info] Root: Loaded EffectSourceDatabase in 0.00528066 seconds
    [14:00:09.381] [Info] Root: Loaded FunctionDatabase in 0.00326486 seconds
    [14:00:09.403] [Info] Root: Loaded TreasureDatabase in 0.0220283 seconds
    [14:00:09.635] [Info] Root: Loaded DungeonDefinitions in 0.23194 seconds
    [14:00:09.635] [Info] Root: Loaded TilesetDatabase in 3.54923e-05 seconds
    [14:00:09.637] [Info] Root: Loaded StatisticsDatabase in 0.00180711 seconds
    [14:00:09.637] [Info] Root: Loaded EmoteProcessor in 6.84189e-05 seconds
    [14:00:09.643] [Info] Root: Loaded SpeciesDatabase in 0.00559709 seconds
    [14:00:09.654] [Info] Root: Loaded QuestTemplateDatabase in 0.0116761 seconds
    [14:00:09.656] [Info] Root: Loaded AiDatabase in 0.00132989 seconds
    [14:00:09.656] [Info] Root: Loaded TechDatabase in 0.000699583 seconds
    [14:00:09.662] [Info] Root: Loaded CodexDatabase in 0.00524816 seconds
    [14:00:09.951] [Info] Root: Loaded BehaviorDatabase in 0.288779 seconds
    [14:00:09.953] [Info] Root: Loaded DanceDatabase in 0.00255459 seconds
    [14:00:09.958] [Info] Root: Loaded SpawnTypeDatabase in 0.00434631 seconds
    [14:00:09.960] [Info] Root: Loaded RadioMessageDatabase in 0.00252509 seconds
    [14:00:11.188] [Info] Root: Loaded ItemDatabase in 2.3612 seconds
    [14:00:11.340] [Info] Root: Loaded CollectionDatabase in 1.3799 seconds
    [14:00:11.587] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [14:00:11.869] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [14:00:16.611] [Info] UniverseServer: Acquiring universe lock file
    [14:00:16.612] [Info] UniverseServer: Loading settings
    [14:00:16.615] [Info] UniverseServer: Starting UniverseServer with UUID: ab6d905c39bb5a4c95bebb2ec89f7840
    [14:00:16.623] [Info] UniverseServer: Logged in player 'Olga' locally
    [14:00:16.623] [Info] UniverseServer: Logged in account '<anonymous>' as player 'Olga' from address local
    [14:00:16.684] [Info] UniverseServer: Reviving player at ClientShipWorld:997cd93cf57803c24736a06b17334da8
    [14:00:16.684] [Info] UniverseServer: Client 'Olga' <1> (local) connected
    [14:00:16.691] [Info] UniverseClient: Joined server as client 1
    [14:00:16.771] [Info] UniverseServer: Loading client ship world ClientShipWorld:997cd93cf57803c24736a06b17334da8
    [14:00:16.947] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [14:00:16.947] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [14:00:16.954] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [14:00:16.954] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [14:00:17.204] [Info] UniverseServer: Warping player 1 to ClientShipWorld:997cd93cf57803c24736a06b17334da8=1024.1025
    [14:00:21.690] [Info] UniverseClient: Client disconnecting...
    [14:00:21.721] [Info] Client received world stop packet, leaving: Removed
    [14:00:22.568] [Info] UniverseServer: Client 'Olga' <1> (local) disconnected for reason:
    [14:00:22.569] [Info] UniverseServer: Stopping idle world ClientShipWorld:997cd93cf57803c24736a06b17334da8
    [14:00:23.867] [Info] UniverseServer: Stopping UniverseServer
    [14:00:42.462] [Info] UniverseServer: Creating universe storage directory
    [14:00:42.463] [Info] UniverseServer: Acquiring universe lock file
    [14:00:42.552] [Info] UniverseServer: Loading settings
    [14:00:42.553] [Info] UniverseServer: Starting UniverseServer with UUID: 2d328d176c1dea58dfc7a74d9ab8bd61
    [14:00:42.564] [Info] UniverseServer: Logged in player 'Olga' locally
    [14:00:42.564] [Info] UniverseServer: Logged in account '<anonymous>' as player 'Olga' from address local
    [14:00:42.614] [Info] UniverseServer: Spawning player at ship
    [14:00:42.614] [Info] UniverseServer: Client 'Olga' <1> (local) connected
    [14:00:42.615] [Info] UniverseClient: Joined server as client 1
    [14:00:42.692] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [14:00:42.692] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [14:00:42.693] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [14:00:42.694] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [14:00:42.713] [Info] UniverseServer: Loading client ship world ClientShipWorld:997cd93cf57803c24736a06b17334da8
    [14:00:43.125] [Info] UniverseServer: Warping player 1 to ClientShipWorld:997cd93cf57803c24736a06b17334da8
    [14:00:43.136] [Info] UniverseServer: Flying player 1 ship to starter world
    [14:00:43.155] [Info] Searching for new randomized starter world
    [14:00:48.033] [Info] UniverseServer: Found randomized starter world at 384437554:-279806297:91340725:6:1
    [14:00:48.063] [Info] UniverseServer: Creating celestial world 384437554:-279806297:91340725:6:1
    [14:00:48.466] [Info] Placing dungeon naturalcave
    [14:00:48.530] [Info] Generating dungeon naturalcave
    [14:00:48.532] [Info] Placing dungeon at (720, 675)
    [14:00:48.911] [Warn] Failed to place dungeon object: woodencrate1 direction: 1 position: (1082, 483)
    [14:00:48.911] [Warn] Failed to place dungeon object: bunkercrate direction: 0 position: (1086, 483)
    [14:00:48.948] [Warn] Failed to place dungeon object: metalbarrel1 direction: 1 position: (598, 511)
    [14:00:48.966] [Warn] Failed to place dungeon object: metalbarrel1 direction: 1 position: (784, 521)
    [14:00:49.009] [Warn] Failed to place dungeon object: metalbarrel1 direction: 0 position: (799, 537)
    [14:00:49.105] [Warn] Failed to place dungeon object: metalbarrel1 direction: 0 position: (850, 548)
    [14:00:49.115] [Warn] Failed to place dungeon object: metalbarrel1 direction: 1 position: (522, 562)
    [14:00:49.117] [Warn] Failed to place dungeon object: metalbarrel1 direction: 1 position: (581, 566)
    [14:00:49.158] [Warn] Failed to place dungeon object: oillantern1 direction: 0 position: (546, 589)
    [14:00:49.177] [Warn] Failed to place dungeon object: metalbarrel1 direction: 1 position: (781, 603)
    [14:00:49.191] [Warn] Failed to place dungeon object: metalbarrel1 direction: 1 position: (701, 675)
    [14:00:49.581] [Info] Placing dungeon gardengate
    [14:00:49.973] [Info] Generating dungeon gardengate
    [14:00:49.974] [Info] Placing dungeon at (1980, 675)
    [14:00:50.051] [Info] Protected dungeonIds for world set to (1)
    [14:00:52.640] [Info] UniverseServer: Arriving ship for player 1 at 384437554:-279806297:91340725:6:1
    [14:00:52.658] [Info] UniverseServer: Stopping idle world CelestialWorld:384437554:-279806297:91340725:6:1
    [14:02:33.468] [Info] UniverseClient: Client disconnecting...
    [14:02:33.501] [Info] Client received world stop packet, leaving: Removed
    [14:02:33.776] [Info] UniverseServer: Client 'Olga' <1> (local) disconnected for reason:
    [14:02:33.776] [Info] UniverseServer: Stopping idle world ClientShipWorld:997cd93cf57803c24736a06b17334da8
    [14:02:34.257] [Info] UniverseServer: Stopping UniverseServer


    What's the problem here?
     

Share This Page