WhiteCoreSim / WhiteCore-Dev

WhiteCoreSim - Software to create your own virtual world
BSD 3-Clause "New" or "Revised" License
26 stars 34 forks source link

load oar error #282

Closed johnfelipe closed 7 years ago

johnfelipe commented 7 years ago

When try load oar file with 95 mb size this is error show me:

ebim2: # load oar prototipobibliotk.oar
Jul 05 12:59:35 - [Archiver]: Loading archive to region ebim2 from ../Data/OarFiles/prototipobibliotk.oar
Jul 05 12:59:35 - [Archiver]: Clearing all existing scene objects
Jul 05 12:59:35 - [Archiver]: Cleared all existing scene objects in 0:0
Jul 05 12:59:35 - [Archiver]: Commencing load from archive
.......... [Archiver]: Loaded 100 assets, with 0 failures...
.......... [Archiver]: Loaded 200 assets, with 0 failures...
.......... [Archiver]: Loaded 300 assets, with 0 failures...
.......... [Archiver]: Loaded 400 assets, with 0 failures...
.......... [Archiver]: Loaded 500 assets, with 0 failures...
.......... [Archiver]: Loaded 600 assets, with 0 failures...
.......... [Archiver]: Loaded 700 assets, with 0 failures...
.......... [Archiver]: Loaded 800 assets, with 0 failures...
.......... [Archiver]: Loaded 900 assets, with 0 failures...
.......... [Archiver]: Loaded 1000 assets, with 0 failures...
.......... [Archiver]: Loaded 1100 assets, with 0 failures...
........Jul 05 01:01:47 - [Terrain]: File (terrains/demo1.r32) loaded successfully
Jul 05 01:01:47 - [Archiver]: Aborting load with error in archive file terrains/demo1.r32.  System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <a07d6bf484a54da2861691df910339b1>:0
  at WhiteCore.Modules.Terrain.TerrainModule.CheckForTerrainUpdates (System.Boolean respectEstateSettings, System.Boolean forceSendOfTerrainInfo, System.Boolean isWater) [0x00116] in <b7d1ccad024740df84dd1ef4d416c14b>:0
  at WhiteCore.Modules.Terrain.TerrainModule.CheckForTerrainUpdates () [0x00000] in <b7d1ccad024740df84dd1ef4d416c14b>:0
  at WhiteCore.Modules.Terrain.TerrainModule.LoadFromStream (System.String filename, System.IO.Stream stream, System.Int32 offsetX, System.Int32 offsetY) [0x0001f] in <b7d1ccad024740df84dd1ef4d416c14b>:0
  at WhiteCore.Modules.Archivers.ArchiveReadRequest.LoadTerrain (System.String terrainPath, System.Byte[] data) [0x00011] in <b7d1ccad024740df84dd1ef4d416c14b>:0
  at WhiteCore.Modules.Archivers.ArchiveReadRequest.DearchiveRegion0DotStar () [0x00361] in <b7d1ccad024740df84dd1ef4d416c14b>:0
Jul 05 01:01:47 - System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <a07d6bf484a54da2861691df910339b1>:0
  at WhiteCore.Modules.Terrain.TerrainModule.CheckForTerrainUpdates (System.Boolean respectEstateSettings, System.Boolean forceSendOfTerrainInfo, System.Boolean isWater) [0x00116] in <b7d1ccad024740df84dd1ef4d416c14b>:0
  at WhiteCore.Modules.Terrain.TerrainModule.ResetTerrain () [0x0003c] in <b7d1ccad024740df84dd1ef4d416c14b>:0
  at WhiteCore.Region.SceneManager.ResetRegion (WhiteCore.Framework.SceneInfo.IScene scene) [0x0001a] in <2a8aff8de9654b9d85dd217392aa281f>:0
  at WhiteCore.Region.SceneManager.HandleLoadOar (WhiteCore.Framework.SceneInfo.IScene scene, System.String[] cmdparams) [0x001bd] in <2a8aff8de9654b9d85dd217392aa281f>:0

Pls solve this, because is innestable in Mysql 5.6 to

Stay alert

johnfelipe commented 7 years ago

When try for second time upload correctly:

https://paste.md-5.net/sinucilaye.scala

This worried me

emperorstarfinder commented 7 years ago

Johm

This appears to just be a intermittent thing that will sometmes happen. Likely because of a timeout. That would cause the key to not load correctly. However the screenshot looks normal so there probably is nothing to worry about. Some errors you see are safe to ignore and usually don't have any real affect though they should be looked at to ensure there isn't something more serious going on.

However it appears you probably have nothing to worry about there.