• ✨ 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

Crash [Indev 0.47.2] Corrupted Cry File Crash

J

jianmingyong

Guest
I can start the game, but when i make a new game and Oke takes out the pokemon in the intro it crashes...
I have done the "help" steps and it have not helped me, so what do i need to do?
You might have a corrupted cry file... Redownload the game :p
 

Tornado9797

Content Developer
P3D Developer
Global Moderator
I can start the game, but when i make a new game and Oke takes out the pokemon in the intro it crashes...
I have done the "help" steps and it have not helped me, so what do i need to do?
While we thank you for reporting a bug, next time can you please not add meaningless polls to the thread, and also copy-paste the contents of the crash log here, like so?
Code:
Kolben Games Crash Log V 2.1
Pokémon 3D has crashed!
// Minecraft crashed.

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

Game information:

Pokémon 3D Indev version: 0.47.2 (77)
Content Packs: {}
Active GameMode: Pokemon 3D
GameJolt Account: FALSE
Playing on Servers: FALSE
Game Environment: NewGameScreen
Actionscript: No script running
File Validation: True

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

System specifications:

Operating system: Microsoft Windows 7 Professional  [6.1.7601.65536]
System time: 2014-05-25 18:23:13
System language: Swedish (Sweden)(SVE) / Loaded game language: en
Decimal separator: ,

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

Graphics Card information:

[CardName(s): "ATI Radeon HD 5700 Series"]
[CardRAM(s) : "536870912"]

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

Error information:

Message: Object reference not set to an instance of an object.
InnerException: NOTHING
BaseException: Object reference not set to an instance of an object.
HelpLink: No helplink available.
Data: Items: 0
Source: 2.5DHero

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

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 _2._5DHero.SoundManager.PlayPokemonCry(Int32 Number, Single Pitch)
   at _2._5DHero.Pokemon.PlayCry()
   at _2._5DHero.NewGameScreen.UpdatePokemon()
   at _2._5DHero.NewGameScreen.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.
 

JohnBlund

Trainer
Sorry for the polls, but i just read it really quick and i didn't undrstand at the time that it was gonna be a poll and im sorry for that. i dind't do it because i thought it was fun and it said that i needed to fill 2 more slots before i could post the thread and the only slots i had not filled in was the poll slots, so idk what to write and i just did "Good" and "Help". when i saw my mistake i did a hugh facepalm to myself....

I have i reinstalled the game twice already and it don't work, so i don't know what to do. :/
 

nilllzz

Original Developer
Administrator
P3D Developer
Sorry for the polls, but i just read it really quick and i didn't undrstand at the time that it was gonna be a poll and im sorry for that. i dind't do it because i thought it was fun and it said that i needed to fill 2 more slots before i could post the thread and the only slots i had not filled in was the poll slots, so idk what to write and i just did "Good" and "Help". when i saw my mistake i did a hugh facepalm to myself....

I have i reinstalled the game twice already and it don't work, so i don't know what to do. :/
As a temporary solution, you could open the options.dat file in Pokmeon\Save with Notepad and set the line
Code:
Muted|0
to
Code:
Muted|1
.
 

JohnBlund

Trainer
That will mute your game and hinder it to play sound or music. That way, no sound effect will be attempted to be played, therefore it shouldn't crash anymore.
Yes that worked, Thank you very much Nillzz :3
Btw you got any idea why my game crashed because of the sound?
 

Tornado9797

Content Developer
P3D Developer
Global Moderator
Yes that worked, Thank you very much Nillzz :3
Btw you got any idea why my game crashed because of the sound?
I believe the game is attempting to play a sound file that is either corrupted or doesn't exist. Muting the game causes it to skip the attempt to play said sound.
 
Top