• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Fixed [Indev 0.49.1] Rock Smash Crash

Fanta

Content Developer
P3D Developer
Global Moderator
Code:
Kolben Games Crash Log V 2.3
Pokémon 3D has crashed!
// At least it's not a Blue Screen.

---------------------------------------------------------------------------------

A backup file was created here: 2014-06-29_18.23.49_backup.txt
Visit this page in order to get your save restored:
http://pokemon3d.net/forum/forums/backup_support/create-thread

---------------------------------------------------------------------------------

Game information:

Pokémon 3D Indev version: 0.49.1 (80)
Content Packs: {Anime Cries,DEHDMP,@Ox's Custom Pack}
Active GameMode: Pokemon 3D
GameJolt Account: TRUE (126000)
Playing on Servers: FALSE
Game Environment: OverworldScreen
Actionscript: No script running
File Validation: True
Sandboxmode: False

---------------------------------------------------------------------------------

Screen state for the current screen (OverworldScreen)

IsSurfing=False
IsRiding=False
LevelFile=routes\route40.dat
UsedStrength=False
EntityCount=835

---------------------------------------------------------------------------------

System specifications:

Operating system: Microsoft Windows 8.1 Pro [6.2.9200.0]
Core architecture: 64 Bit
System time: 29-Jun-14 6:23:49 PM
System language: English (United States)(ENU) / Loaded game language: en
Decimal separator: .
Available physical memory: 3.86 Gigabyte
Available logical processors: 4

---------------------------------------------------------------------------------

.Net installation information:

v2.0.50727  2.0.50727.4927  SP2
v3.0  3.0.30729.4926  SP2
v3.5  3.5.30729.4926  SP1
v4  
  Client  4.5.51641
  Full  4.5.51641
v4.0  
  Client  4.0.0.0

---------------------------------------------------------------------------------

Graphics Card information:

[CardName(s): "ATI Mobility Radeon HD 4300/4500 Series"]
[CardRAM(s) : "536870912"]

---------------------------------------------------------------------------------

Error information:

Message: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
InnerException: NOTHING
BaseException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
HelpLink: No helplink available.
Data: Items: 0
Source: mscorlib

---------------------------------------------------------------------------------

Error solution:
(The provided solution might not work for your problem)

Error ID: -1
Error Type: NaN
Error Description: The error is undocumented in the error handling system.
Error Solution: NaN

---------------------------------------------------------------------------------

CallStack: 

   at System.ThrowHelper.ThrowArgumentOutOfRangeException()
   at System.Collections.Generic.List`1.get_Item(Int32 index)
   at _2._5DHero.SmashRock.GetItemId()
   at _2._5DHero.SmashRock.ResultFunction(Int32 Result)
   at _2._5DHero.ChooseBox.Update(Boolean RaiseClickEvent)
   at _2._5DHero.ChooseBox.Update()
   at _2._5DHero.OverworldScreen.Update()
   at _2._5DHero.Basic.Update(GameTime gameTime)
   at _2._5DHero.DGame.Update(GameTime gameTime)
   at Microsoft.Xna.Framework.Game.Tick()
   at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
   at Microsoft.Xna.Framework.GameHost.OnIdle()
   at Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame()
   at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
   at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.Run(Form mainForm)
   at Microsoft.Xna.Framework.WindowsGameHost.Run()
   at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
   at Microsoft.Xna.Framework.Game.Run()
   at _2._5DHero.Program.Main(String[] args)

---------------------------------------------------------------------------------

You should report this error.

Go to "http://pokemon3d.net/forum/forums/6/create-thread" to report this crash there.
 

Fanta

Content Developer
P3D Developer
Global Moderator
Steps to reproduce...?
Smashing rocks, that's all, If the crash log doesn't say why it happened, then I am afraid I can't help you.

On a related note, should I report crashes that I don't know how to reproduce?
 

nilllzz

Original Developer
Administrator
P3D Developer
Smashing rocks, that's all, If the crash log doesn't say why it happened, then I am afraid I can't help you.

On a related note, should I report crashes that I don't know how to reproduce?
Yes, but you should also fill out the form that it has when you start a new thread, even if you don't know how to reproduce it.
 

Fanta

Content Developer
P3D Developer
Global Moderator
Yes, but you should also fill out the form that it has when you start a new thread, even if you don't know how to reproduce it.
But for this exact case, I have nothing to put in the form other than what the title said :p
 

nilllzz

Original Developer
Administrator
P3D Developer
But for this exact case, I have nothing to put in the form other than what the title said :p
Then leave it empty, or put something like "I don't know how to reproduce this".
That wouldn't directly help me, but at least I know you don't know how to reproduce it and I don't have to ask for all details every time.
 

Fanta

Content Developer
P3D Developer
Global Moderator
Then leave it empty, or put something like "I don't know how to reproduce this".
That wouldn't directly help me, but at least I know you don't know how to reproduce it and I don't have to ask for all details every time.
Alright, fair enough, I'll do that next time. :)
 
Top