• ✨ 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.51.1] Ruins of Alph Crash

newbster

Trainer
Describe the bug you experienced here.

What I expected to happen:
...go in and solve the puzzle

What actually happened:
...game crashed upon wild unknown encounter

Steps to reproduce:
1. ...enter the ruins
2. ...walk till you encounter wild
...the game should crash

(Add a crash log here if available and enclose it in the code tag with this button:
)
 

Fanta

Content Developer
P3D Developer
Global Moderator
Describe the bug you experienced here.

What I expected to happen:
...go in and solve the puzzle

What actually happened:
...game crashed upon wild unknown encounter

Steps to reproduce:
1. ...enter the ruins
2. ...walk till you encounter wild
...the game should crash

(Add a crash log here if available and enclose it in the code tag with this button:
)
Crash log?
 

newbster

Trainer
Kolben Games Crash Log V 2.4
Pokémon 3D has crashed!
// 1 ERROR

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

A backup file was created here: 2014-10-17_02.38.35_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.51.1 (84)
Content Packs: {HGSS Music Pack HD}
Active GameMode: Pokemon 3D
GameJolt Account: TRUE (391179)
Playing on Servers: FALSE
Game Environment: BattleScreenV2
Actionscript: No script running
File Validation: True
Sandboxmode: False

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

Screen state for the current screen (BattleScreenV2)

BattleMode=Standard
IsTrainerBattle=False
IsPVPBattle=False
LoadedBattleMap=battle\alph\alph01.dat
OwnPokemon={"Pokemon"[53]}{"Experience"[35675]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[91]}{"ItemData"[]}{"NickName"[]}{"Level"[32]}{"OT"[391179]}{"Ability"[7]}{"Status"[]}{"Nature"[0]}{"CatchLocation"[Route 39]}{"CatchTrainer"[newbster]}{"CatchBall"[2]}{"CatchMethod"[caught at]}{"Friendship"[187]}{"isShiny"[0]}{"Attack1"[6,20,11]}{"Attack2"[247,15,15]}{"Attack3"[87,10,10]}{"Attack4"[185,20,20]}{"HP"[84]}{"EVs"[24,18,22,15,9,62]}{"IVs"[9,19,7,30,7,29]}{"AdditionalData"[]}{"IDValue"[QL7gVuNTqWJ]}
OppPokemon={"Pokemon"[201]}{"Experience"[125]}{"Gender"[2]}{"EggSteps"[0]}{"Item"[0]}{"ItemData"[]}{"NickName"[]}{"Level"[5]}{"OT"[00000]}{"Ability"[26]}{"Status"[]}{"Nature"[24]}{"CatchLocation"[at unknown place]}{"CatchTrainer"[???]}{"CatchBall"[5]}{"CatchMethod"[somehow obtained]}{"Friendship"[70]}{"isShiny"[0]}{"Attack1"[237,15,15]}{"Attack2"[]}{"Attack3"[]}{"Attack4"[]}{"HP"[21]}{"EVs"[0,0,0,0,0,0]}{"IVs"[27,6,0,19,8,18]}{"AdditionalData"[]}{"IDValue"[5jtEIrrP7l0]}
Values=; CanCatch=True; CanRun=True; CanBlackout=True; CanReceiveEXP=True; RoamingBattle=False; CanUseItems=True; DiveBattle=False; TempPokeFile=alph\alph01.poke; IsInverseBattle=False
IsRemoteBattle=False
IsHost=False
MenuVisible=False

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

System specifications:

Operating system: Microsoft Windows 7 Home Premium [6.1.7601.65536]
Core architecture: 32 Bit
System time: 10/17/2014 2:38:35 AM
System language: English (United States)(ENU) / Loaded game language: en
Decimal separator: .
Available physical memory: 3.43 Gigabyte
Available logical processors: 4

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

.Net installation information:

v1.1.4322 SP0
1033 SP0
v2.0.50727 2.0.50727.5420 SP2
v3.0 3.0.30729.5420 SP2
v3.5 3.5.30729.5420 SP1
v4
Client 4.5.50709
Full 4.5.50709
v4.0
Client 4.0.0.0

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

Graphics Card information:

[CardName(s): "Intel(R) HD Graphics"]
[CardRAM(s) : "1605296128"]

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

Error information:

Message: Conversion from string "" to type 'Integer' is not valid.
InnerException: Input string was not in a correct format.
BaseException: Input string was not in a correct format.
HelpLink: No helplink available.
Data: Items: 0
Source: Microsoft.VisualBasic

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

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 Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
at net.Pokemon3D.Game.PokemonForms.Unown.GetOverworldAddition(Pokemon P)
at net.Pokemon3D.Game.PokemonForms.GetOverworldAddition(Pokemon P)
at net.Pokemon3D.Game.PokemonForms.GetOverworldSpriteName(Pokemon P)
at net.Pokemon3D.Game.BV2.BattleScreen.InitializeWild(Pokemon WildPokemon, Screen OverworldScreen, Int32 defaultMapType)
at net.Pokemon3D.Game.BattleIntroScreen.Update()
at net.Pokemon3D.Game.Core.Update(GameTime gameTime)
at net.Pokemon3D.Game.GameController.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 net.Pokemon3D.Game.Program.Main(String[] args)

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

You should report this error.

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