demonixis

MonoGameSDL2_Error2

Mar 6th, 2014
66
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Une exception de première chance de type 'System.ArgumentOutOfRangeException' s'est produite dans MonoGame.Framework.dll
  2. System.ArgumentOutOfRangeException: L'argument spécifié n'était pas dans les limites de la plage des valeurs valides.
  3. Nom du paramètre : Buffer is too small.
  4. à Microsoft.Xna.Framework.Graphics.VertexBuffer.SetDataInternal[T](Int32 offsetInBytes, T[] data, Int32 startIndex, Int32 elementCount, Int32 vertexStride, SetDataOptions options)
  5. à Microsoft.Xna.Framework.Graphics.VertexBuffer.SetData[T](T[] data)
  6. à Microsoft.Xna.Framework.Content.VertexBufferReader.Read(ContentReader input, VertexBuffer existingInstance)
  7. à Microsoft.Xna.Framework.Content.ContentTypeReader`1.Read(ContentReader input, Object existingInstance)
  8. à Microsoft.Xna.Framework.Content.ContentReader.ReadObject[T](ContentTypeReader typeReader)
  9. à Microsoft.Xna.Framework.Content.ContentReader.ReadSharedResources()
  10. à Microsoft.Xna.Framework.Content.ContentReader.ReadAsset[T]()
  11. à Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject)
  12. à Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName)
  13. à Yna.Engine.Graphics3D.YnMeshModel.LoadContent() dans d:\Projets\Yna\Engine\Graphics3D\YnMeshModel.cs:ligne 278
RAW Paste Data