Skip to content

Instantly share code, notes, and snippets.

@hansihe
Created July 30, 2012 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hansihe/3206239 to your computer and use it in GitHub Desktop.
Save hansihe/3206239 to your computer and use it in GitHub Desktop.
System.IndexOutOfRangeException: Array index is out of range.
at Microsoft.Xna.Framework.Content.LzxDecoder.Decompress (System.IO.Stream,int,System.IO.Stream,int) [0x008e9] in c:\Users\HansiHE\MonoGame3D\MonoGame.Framework\Content\LzxDecoder.cs:442
at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset<Microsoft.Xna.Framework.Graphics.Texture2D> (string,System.Action`1<System.IDisposable>) <0x02bd7>
at Microsoft.Xna.Framework.Content.ContentManager.Load<Microsoft.Xna.Framework.Graphics.Texture2D> (string) <0x00497>
at ProjectAndroid.Main.LoadContent () [0x00bbd] in c:\Users\HansiHE\ProjectAndroid\Main.cs:3237
at Microsoft.Xna.Framework.Game.Initialize () [0x0008a] in c:\Users\HansiHE\MonoGame3D\MonoGame.Framework\Game.cs:517
at ProjectAndroid.Main.Initialize () [0x01e69] in c:\Users\HansiHE\ProjectAndroid\Main.cs:3058
at Microsoft.Xna.Framework.Game.DoInitialize () [0x00014] in c:\Users\HansiHE\MonoGame3D\MonoGame.Framework\Game.cs:640
at Microsoft.Xna.Framework.AndroidGamePlatform.BeforeUpdate (Microsoft.Xna.Framework.GameTime) [0x0000c] in c:\Users\HansiHE\MonoGame3D\MonoGame.Framework\Android\AndroidGamePlatform.cs:131
at Microsoft.Xna.Framework.Game.DoUpdate (Microsoft.Xna.Framework.GameTime) [0x00008] in c:\Users\HansiHE\MonoGame3D\MonoGame.Framework\Game.cs:619
at Microsoft.Xna.Framework.Game.Tick () [0x00101] in c:\Users\HansiHE\MonoGame3D\MonoGame.Framework\Game.cs:448
at Microsoft.Xna.Framework.AndroidGameWindow.OnUpdateFrame (OpenTK.FrameEventArgs) [0x0003c] in c:\Users\HansiHE\MonoGame3D\MonoGame.Framework\Android\AndroidGameWindow.cs:204
at OpenTK.Platform.Android.AndroidGameView.UpdateFrameInternal (OpenTK.FrameEventArgs) [0x0000c] in /Users/builder/data/lanes/monodroid-mac-monodroid-4.2.4-branch/9f7cbd60/source/monodroid/src/OpenGLES/Android/AndroidGameView.cs:296
at OpenTK.Platform.Android.AndroidGameView.RunIteration (System.Threading.CancellationToken) [0x00084] in /Users/builder/data/lanes/monodroid-mac-monodroid-4.2.4-branch/9f7cbd60/source/monodroid/src/OpenGLES/Android/AndroidGameView.cs:451
at OpenTK.Platform.Android.AndroidGameView/<StartThread>c__AnonStorey0.<>m__2 (object) [0x00000] in /Users/builder/data/lanes/monodroid-mac-monodroid-4.2.4-branch/9f7cbd60/source/monodroid/src/OpenGLES/Android/AndroidGameView.cs:360
at Android.App.SyncContext/<Send>c__AnonStorey29.<>m__14 () [0x00000] in /Users/builder/data/lanes/monodroid-mac-monodroid-4.2.4-branch/9f7cbd60/source/monodroid/src/Mono.Android/src/Android.App/SyncContext.cs:37
at Java.Lang.Thread/RunnableImplementor.Run () [0x0000b] in /Users/builder/data/lanes/monodroid-mac-monodroid-4.2.4-branch/9f7cbd60/source/monodroid/src/Mono.Android/src/Java.Lang/Thread.cs:32
at Java.Lang.IRunnableInvoker.n_Run (intptr,intptr) [0x00008] in /Users/builder/data/lanes/monodroid-mac-monodroid-4.2.4-branch/9f7cbd60/source/monodroid/src/Mono.Android/platforms/android-8/src/generated/Java.Lang.IRunnable.cs:69
at (wrapper dynamic-method) object.c63ba962-0ef7-45a8-bc29-2cdb8df09077 (intptr,intptr) <IL 0x0000c, 0x0002b>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment