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

Duplicate Game keeps Crashing when i fight the 2nd trainer at the olivine lighthouse !! Help please !!!

Status
Not open for further replies.

Distortion

Starting Trainer
Describe the bug you experienced here.

What I expected to happen:
...Machop to hit poliwag with karate chop

What actually happened:
...Game crashes immediately saying that a bug caused it

Steps to reproduce
1.Go to the second trainer at the lighthouse
2.use an attack
3.game crashes
...

(Add a crash log here if available and enclose it in the code tag with this button:
Kolben Games Crash Log V 2.4
Pokémon 3D has crashed!
// FEZ II announced.

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

Game information:

Pokémon 3D Indev version: 0.53.2 (89)
Content Packs: {}
Active GameMode: Pokemon 3D
GameJolt Account: TRUE (1010522)
Playing on Servers: FALSE
Game Environment: BattleScreen
Actionscript: No script running
File Validation: True
Sandboxmode: False

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

Screen state for the current screen (BattleScreen)

BattleMode=Standard
IsTrainerBattle=True
IsPVPBattle=False
LoadedBattleMap=battle\lighthouse\lighthouse0.dat
OwnPokemon={"Pokemon"[66]}{"Experience"[7918]}{"Gender"[1]}{"EggSteps"[0]}{"Item"[0]}{"ItemData"[]}{"NickName"[Muscle]}{"Level"[22]}{"OT"[37460]}{"Ability"[99]}{"Status"[SLP]}{"Nature"[7]}{"CatchLocation"[at Rock Tunnel]}{"CatchTrainer"[Mike]}{"CatchBall"[5]}{"CatchMethod"[caught]}{"Friendship"[139]}{"isShiny"[0]}{"Attack1"[67,20,20]}{"Attack2"[490,20,20]}{"Attack3"[69,20,20]}{"Attack4"[2,25,25]}{"HP"[67]}{"EVs"[4,2,3,7,0,3]}{"IVs"[20,4,27,1,26,16]}{"AdditionalData"[]}{"IDValue"[zwGGY1HX4Ev]}
OppPokemon={"Pokemon"[60]}{"Experience"[3798]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[0]}{"ItemData"[]}{"NickName"[]}{"Level"[18]}{"OT"[00000]}{"Ability"[6]}{"Status"[]}{"Nature"[16]}{"CatchLocation"[at unknown place]}{"CatchTrainer"[???]}{"CatchBall"[5]}{"CatchMethod"[somehow obtained]}{"Friendship"[70]}{"isShiny"[0]}{"Attack1"[95,20,19]}{"Attack2"[145,30,30]}{"Attack3"[3,10,10]}{"Attack4"[240,5,5]}{"HP"[45]}{"EVs"[0,0,0,0,0,0]}{"IVs"[16,7,22,7,0,23]}{"AdditionalData"[]}{"IDValue"[o9LR9II2Qe5]}
Values=; CanCatch=True; CanRun=True; CanBlackout=True; CanReceiveEXP=True; RoamingBattle=False; CanUseItems=True; DiveBattle=False; TempPokeFile=; IsInverseBattle=False
IsRemoteBattle=False
IsHost=False
MenuVisible=True

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

System specifications:

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

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

.Net installation information:

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): "NVIDIA GeForce GTX 750"]
[CardRAM(s) : "2147483648"]

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

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: Pokemon
Win32 Errorcode: -1

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

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 net.Pokemon3D.Game.BattleSystem.Battle.DoAttackRound(BattleScreen BattleScreen, Boolean own, Attack moveUsed)
at net.Pokemon3D.Game.BattleSystem.Battle.InitializeRound(BattleScreen BattleScreen, RoundConst OwnStep)
at net.Pokemon3D.Game.BattleSystem.BattleMenu.MoveMenuStartRound(BattleScreen BattleScreen)
at net.Pokemon3D.Game.BattleSystem.BattleMenu.UpdateMoveMenu(BattleScreen BattleScreen)
at net.Pokemon3D.Game.BattleSystem.BattleMenu.Update(BattleScreen BattleScreen)
at net.Pokemon3D.Game.BattleSystem.BattleScreen.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)

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

Enviornment dump:

Public Battle As Battle = net.Pokemon3D.Game.BattleSystem.Battle
Public FieldEffects As FieldEffects = net.Pokemon3D.Game.BattleSystem.FieldEffects
Public SavedOverworld As OverworldStorage = net.Pokemon3D.Game.OverworldStorage
Public BattleMenu As BattleMenu = net.Pokemon3D.Game.BattleSystem.BattleMenu
Public BattleQuery As List<QueryObject>[] = {{TOGGLEMENU|0}, {CAMERA|13.5|0.5|15|11.14406|0.5|13.85594|0.1|0.1|0|-1.085398|-0.1|-0.3|0.04|0.04|0|0}, {CAMERA|13.5|0.5|15|11.14406|0.5|13.85594|0.1|0.1|0|-1.085398|-0.1|-0.3|0.04|0.04|1|0}, {DELAY|20}, {CAMERA|14|0.5|13.5|11.14406|0.5|13.85594|0.06|0.06|-0.8353982|-1.085398|-0.3|-0.3|0.04|0.04|1|0}, {TEXT|Poliwag used Hypnosis!|255|255|255}, {FADE|2|0|0|0|1|110|0}, {CAMERA|13|0.5|13.5|13|0.5|13.5|0.06|0.06|0.8353982|0.8353982|-0.3|-0.3|0.04|0.04|0|0}, {FADE|3|0|0|0|0|110|0}, {CAMERA|13|0.5|13.5|11.14406|0.5|13.85594|0.06|0.06|0.8353982|-1.085398|-0.3|-0.3|0.04|0.04|1|0}, {TEXT|Muscle fell asleep!|255|255|255}, {CAMERA|13.5|0.5|15|11.14406|0.5|13.85594|0.1|0.1|0|-1.085398|-0.1|-0.3|0.04|0.04|1|0}, {CAMERA|13.5|0.5|15|11.14406|0.5|13.85594|0.1|0.1|0|-1.085398|-0.1|-0.3|0.04|0.04|1|0}, {DELAY|20}}
Public OwnPokemon As Pokemon = {"Pokemon"[66]}{"Experience"[7918]}{"Gender"[1]}{"EggSteps"[0]}{"Item"[0]}{"ItemData"[]}{"NickName"[Muscle]}{"Level"[22]}{"OT"[37460]}{"Ability"[99]}{"Status"[SLP]}{"Nature"[7]}{"CatchLocation"[at Rock Tunnel]}{"CatchTrainer"[Mike]}{"CatchBall"[5]}{"CatchMethod"[caught]}{"Friendship"[139]}{"isShiny"[0]}{"Attack1"[67,20,20]}{"Attack2"[490,20,20]}{"Attack3"[69,20,20]}{"Attack4"[2,25,25]}{"HP"[67]}{"EVs"[4,2,3,7,0,3]}{"IVs"[20,4,27,1,26,16]}{"AdditionalData"[]}{"IDValue"[zwGGY1HX4Ev]}
Public OppPokemon As Pokemon = {"Pokemon"[60]}{"Experience"[3798]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[0]}{"ItemData"[]}{"NickName"[]}{"Level"[18]}{"OT"[00000]}{"Ability"[6]}{"Status"[]}{"Nature"[16]}{"CatchLocation"[at unknown place]}{"CatchTrainer"[???]}{"CatchBall"[5]}{"CatchMethod"[somehow obtained]}{"Friendship"[70]}{"isShiny"[0]}{"Attack1"[95,20,19]}{"Attack2"[145,30,30]}{"Attack3"[3,10,10]}{"Attack4"[240,5,5]}{"HP"[45]}{"EVs"[0,0,0,0,0,0]}{"IVs"[16,7,22,7,0,23]}{"AdditionalData"[]}{"IDValue"[o9LR9II2Qe5]}
Public OppPokemonNPC As NPC = net.Pokemon3D.Game.NPC
Public OwnPokemonNPC As NPC = net.Pokemon3D.Game.NPC
Public OwnTrainerNPC As NPC = net.Pokemon3D.Game.NPC
Public OppTrainerNPC As NPC = net.Pokemon3D.Game.NPC
Public OwnPokemonModel As ModelEntity = net.Pokemon3D.Game.ModelEntity
Public OppPokemonModel As ModelEntity = net.Pokemon3D.Game.ModelEntity
Public OwnPokemonIndex As Int32 = 0
Public OppPokemonIndex As Int32 = 0
Public ParticipatedPokemon As List<Int32>[] = {0}
Public PokemonOnSide As Int32 = 1
Public Profiles As List<PokemonProfile>[] = {}
Public IsTrainerBattle As Boolean = True
Public BattleMode As BattleModes = Standard
Public PokemonSafariStatus As Int32 = 0
Public WildPokemon As Pokemon = Nothing
Public OverworldScreen As Screen = net.Pokemon3D.Game.OverworldScreen
Public defaultMapType As Int32 = 0
Public Trainer As Trainer = net.Pokemon3D.Game.Trainer
Public DrawColoredScreen As Boolean = False
Public ColorOverlay As Color = {R:0 G:0 B:0 A:255}
Public BattleMapOffset As Vector3 = {X:0 Y:0 Z:0}
Private lastCameraSettings As List<Int32>[] = {1, 3, 0, 2}
Private lastCamera As Int32 = 2
Private cameraSettingCount As Int32 = 4
Public IsPVPBattle As Boolean = False
Public IsRemoteBattle As Boolean = False
Public IsHost As Boolean = False
Public PartnerNetworkID As Int32 = 0
Public OwnStatistics As NetworkPlayerStatistics = {0|0|0|0|0|0|1}
Public OppStatistics As NetworkPlayerStatistics = {0|0|0|0|0|0|0}
Public PVPGameJoltID As String =
Public SentInput As Boolean = False
Public ClientWaitForData As Boolean = False
Public ReceivedPokemonData As Boolean = False
Public TempPVPBattleQuery As Dictionary`2 = System.Collections.Generic.Dictionary`2[System.Int32,net.Pokemon3D.Game.BattleSystem.QueryObject]
Public LockData As String = {}
Public ClientWonBattle As Boolean = True
Public SentHostData As Boolean = False
Public Shared CanCatch As Boolean = True
Public Shared CanRun As Boolean = True
Public Shared CanBlackout As Boolean = True
Public Shared CanReceiveEXP As Boolean = True
Public Shared RoamingBattle As Boolean = False
Public Shared RoamingPokemonStorage As RoamingPokemon = Nothing
Public Shared CanUseItems As Boolean = True
Public Shared DiveBattle As Boolean = False
Public Shared TempPokeFile As String =
Public Shared IsInverseBattle As Boolean = False
Public Shared CustomBattleMusic As String =
Public Shared ReceivedQuery As String =
Public Shared ReceivedInput As String =
Public UpdateFadeOut As Boolean = False
Public UpdateFadeIn As Boolean = True

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

You should report this error.

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

Tornado9797

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

What I expected to happen:
...Machop to hit poliwag with karate chop

What actually happened:
...Game crashes immediately saying that a bug caused it

Steps to reproduce
1.Go to the second trainer at the lighthouse
2.use an attack
3.game crashes
...

(Add a crash log here if available and enclose it in the code tag with this button:
Kolben Games Crash Log V 2.4
Pokémon 3D has crashed!
// FEZ II announced.

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

Game information:

Pokémon 3D Indev version: 0.53.2 (89)
Content Packs: {}
Active GameMode: Pokemon 3D
GameJolt Account: TRUE (1010522)
Playing on Servers: FALSE
Game Environment: BattleScreen
Actionscript: No script running
File Validation: True
Sandboxmode: False

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

Screen state for the current screen (BattleScreen)

BattleMode=Standard
IsTrainerBattle=True
IsPVPBattle=False
LoadedBattleMap=battle\lighthouse\lighthouse0.dat
OwnPokemon={"Pokemon"[66]}{"Experience"[7918]}{"Gender"[1]}{"EggSteps"[0]}{"Item"[0]}{"ItemData"[]}{"NickName"[Muscle]}{"Level"[22]}{"OT"[37460]}{"Ability"[99]}{"Status"[SLP]}{"Nature"[7]}{"CatchLocation"[at Rock Tunnel]}{"CatchTrainer"[Mike]}{"CatchBall"[5]}{"CatchMethod"[caught]}{"Friendship"[139]}{"isShiny"[0]}{"Attack1"[67,20,20]}{"Attack2"[490,20,20]}{"Attack3"[69,20,20]}{"Attack4"[2,25,25]}{"HP"[67]}{"EVs"[4,2,3,7,0,3]}{"IVs"[20,4,27,1,26,16]}{"AdditionalData"[]}{"IDValue"[zwGGY1HX4Ev]}
OppPokemon={"Pokemon"[60]}{"Experience"[3798]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[0]}{"ItemData"[]}{"NickName"[]}{"Level"[18]}{"OT"[00000]}{"Ability"[6]}{"Status"[]}{"Nature"[16]}{"CatchLocation"[at unknown place]}{"CatchTrainer"[???]}{"CatchBall"[5]}{"CatchMethod"[somehow obtained]}{"Friendship"[70]}{"isShiny"[0]}{"Attack1"[95,20,19]}{"Attack2"[145,30,30]}{"Attack3"[3,10,10]}{"Attack4"[240,5,5]}{"HP"[45]}{"EVs"[0,0,0,0,0,0]}{"IVs"[16,7,22,7,0,23]}{"AdditionalData"[]}{"IDValue"[o9LR9II2Qe5]}
Values=; CanCatch=True; CanRun=True; CanBlackout=True; CanReceiveEXP=True; RoamingBattle=False; CanUseItems=True; DiveBattle=False; TempPokeFile=; IsInverseBattle=False
IsRemoteBattle=False
IsHost=False
MenuVisible=True

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

System specifications:

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

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

.Net installation information:

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): "NVIDIA GeForce GTX 750"]
[CardRAM(s) : "2147483648"]

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

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: Pokemon
Win32 Errorcode: -1

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

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 net.Pokemon3D.Game.BattleSystem.Battle.DoAttackRound(BattleScreen BattleScreen, Boolean own, Attack moveUsed)
at net.Pokemon3D.Game.BattleSystem.Battle.InitializeRound(BattleScreen BattleScreen, RoundConst OwnStep)
at net.Pokemon3D.Game.BattleSystem.BattleMenu.MoveMenuStartRound(BattleScreen BattleScreen)
at net.Pokemon3D.Game.BattleSystem.BattleMenu.UpdateMoveMenu(BattleScreen BattleScreen)
at net.Pokemon3D.Game.BattleSystem.BattleMenu.Update(BattleScreen BattleScreen)
at net.Pokemon3D.Game.BattleSystem.BattleScreen.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)

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

Enviornment dump:

Public Battle As Battle = net.Pokemon3D.Game.BattleSystem.Battle
Public FieldEffects As FieldEffects = net.Pokemon3D.Game.BattleSystem.FieldEffects
Public SavedOverworld As OverworldStorage = net.Pokemon3D.Game.OverworldStorage
Public BattleMenu As BattleMenu = net.Pokemon3D.Game.BattleSystem.BattleMenu
Public BattleQuery As List<QueryObject>[] = {{TOGGLEMENU|0}, {CAMERA|13.5|0.5|15|11.14406|0.5|13.85594|0.1|0.1|0|-1.085398|-0.1|-0.3|0.04|0.04|0|0}, {CAMERA|13.5|0.5|15|11.14406|0.5|13.85594|0.1|0.1|0|-1.085398|-0.1|-0.3|0.04|0.04|1|0}, {DELAY|20}, {CAMERA|14|0.5|13.5|11.14406|0.5|13.85594|0.06|0.06|-0.8353982|-1.085398|-0.3|-0.3|0.04|0.04|1|0}, {TEXT|Poliwag used Hypnosis!|255|255|255}, {FADE|2|0|0|0|1|110|0}, {CAMERA|13|0.5|13.5|13|0.5|13.5|0.06|0.06|0.8353982|0.8353982|-0.3|-0.3|0.04|0.04|0|0}, {FADE|3|0|0|0|0|110|0}, {CAMERA|13|0.5|13.5|11.14406|0.5|13.85594|0.06|0.06|0.8353982|-1.085398|-0.3|-0.3|0.04|0.04|1|0}, {TEXT|Muscle fell asleep!|255|255|255}, {CAMERA|13.5|0.5|15|11.14406|0.5|13.85594|0.1|0.1|0|-1.085398|-0.1|-0.3|0.04|0.04|1|0}, {CAMERA|13.5|0.5|15|11.14406|0.5|13.85594|0.1|0.1|0|-1.085398|-0.1|-0.3|0.04|0.04|1|0}, {DELAY|20}}
Public OwnPokemon As Pokemon = {"Pokemon"[66]}{"Experience"[7918]}{"Gender"[1]}{"EggSteps"[0]}{"Item"[0]}{"ItemData"[]}{"NickName"[Muscle]}{"Level"[22]}{"OT"[37460]}{"Ability"[99]}{"Status"[SLP]}{"Nature"[7]}{"CatchLocation"[at Rock Tunnel]}{"CatchTrainer"[Mike]}{"CatchBall"[5]}{"CatchMethod"[caught]}{"Friendship"[139]}{"isShiny"[0]}{"Attack1"[67,20,20]}{"Attack2"[490,20,20]}{"Attack3"[69,20,20]}{"Attack4"[2,25,25]}{"HP"[67]}{"EVs"[4,2,3,7,0,3]}{"IVs"[20,4,27,1,26,16]}{"AdditionalData"[]}{"IDValue"[zwGGY1HX4Ev]}
Public OppPokemon As Pokemon = {"Pokemon"[60]}{"Experience"[3798]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[0]}{"ItemData"[]}{"NickName"[]}{"Level"[18]}{"OT"[00000]}{"Ability"[6]}{"Status"[]}{"Nature"[16]}{"CatchLocation"[at unknown place]}{"CatchTrainer"[???]}{"CatchBall"[5]}{"CatchMethod"[somehow obtained]}{"Friendship"[70]}{"isShiny"[0]}{"Attack1"[95,20,19]}{"Attack2"[145,30,30]}{"Attack3"[3,10,10]}{"Attack4"[240,5,5]}{"HP"[45]}{"EVs"[0,0,0,0,0,0]}{"IVs"[16,7,22,7,0,23]}{"AdditionalData"[]}{"IDValue"[o9LR9II2Qe5]}
Public OppPokemonNPC As NPC = net.Pokemon3D.Game.NPC
Public OwnPokemonNPC As NPC = net.Pokemon3D.Game.NPC
Public OwnTrainerNPC As NPC = net.Pokemon3D.Game.NPC
Public OppTrainerNPC As NPC = net.Pokemon3D.Game.NPC
Public OwnPokemonModel As ModelEntity = net.Pokemon3D.Game.ModelEntity
Public OppPokemonModel As ModelEntity = net.Pokemon3D.Game.ModelEntity
Public OwnPokemonIndex As Int32 = 0
Public OppPokemonIndex As Int32 = 0
Public ParticipatedPokemon As List<Int32>[] = {0}
Public PokemonOnSide As Int32 = 1
Public Profiles As List<PokemonProfile>[] = {}
Public IsTrainerBattle As Boolean = True
Public BattleMode As BattleModes = Standard
Public PokemonSafariStatus As Int32 = 0
Public WildPokemon As Pokemon = Nothing
Public OverworldScreen As Screen = net.Pokemon3D.Game.OverworldScreen
Public defaultMapType As Int32 = 0
Public Trainer As Trainer = net.Pokemon3D.Game.Trainer
Public DrawColoredScreen As Boolean = False
Public ColorOverlay As Color = {R:0 G:0 B:0 A:255}
Public BattleMapOffset As Vector3 = {X:0 Y:0 Z:0}
Private lastCameraSettings As List<Int32>[] = {1, 3, 0, 2}
Private lastCamera As Int32 = 2
Private cameraSettingCount As Int32 = 4
Public IsPVPBattle As Boolean = False
Public IsRemoteBattle As Boolean = False
Public IsHost As Boolean = False
Public PartnerNetworkID As Int32 = 0
Public OwnStatistics As NetworkPlayerStatistics = {0|0|0|0|0|0|1}
Public OppStatistics As NetworkPlayerStatistics = {0|0|0|0|0|0|0}
Public PVPGameJoltID As String =
Public SentInput As Boolean = False
Public ClientWaitForData As Boolean = False
Public ReceivedPokemonData As Boolean = False
Public TempPVPBattleQuery As Dictionary`2 = System.Collections.Generic.Dictionary`2[System.Int32,net.Pokemon3D.Game.BattleSystem.QueryObject]
Public LockData As String = {}
Public ClientWonBattle As Boolean = True
Public SentHostData As Boolean = False
Public Shared CanCatch As Boolean = True
Public Shared CanRun As Boolean = True
Public Shared CanBlackout As Boolean = True
Public Shared CanReceiveEXP As Boolean = True
Public Shared RoamingBattle As Boolean = False
Public Shared RoamingPokemonStorage As RoamingPokemon = Nothing
Public Shared CanUseItems As Boolean = True
Public Shared DiveBattle As Boolean = False
Public Shared TempPokeFile As String =
Public Shared IsInverseBattle As Boolean = False
Public Shared CustomBattleMusic As String =
Public Shared ReceivedQuery As String =
Public Shared ReceivedInput As String =
Public UpdateFadeOut As Boolean = False
Public UpdateFadeIn As Boolean = True

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

You should report this error.

Go to "http://pokemon3d.net/forum/forums/6/create-thread" to report this crash there.
)
Your Machop fell asleep according to the crash log. Sleeping Pokémon during battle currently causes the game to crash. I would suggest healing before the battle and try to defeat the Poliwag before it puts you to sleep.
 

Tornado9797

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

What I expected to happen:
...Machop to hit poliwag with karate chop

What actually happened:
...Game crashes immediately saying that a bug caused it

Steps to reproduce
1.Go to the second trainer at the lighthouse
2.use an attack
3.game crashes
...

(Add a crash log here if available and enclose it in the code tag with this button:
Kolben Games Crash Log V 2.4
Pokémon 3D has crashed!
// FEZ II announced.

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

Game information:

Pokémon 3D Indev version: 0.53.2 (89)
Content Packs: {}
Active GameMode: Pokemon 3D
GameJolt Account: TRUE (1010522)
Playing on Servers: FALSE
Game Environment: BattleScreen
Actionscript: No script running
File Validation: True
Sandboxmode: False

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

Screen state for the current screen (BattleScreen)

BattleMode=Standard
IsTrainerBattle=True
IsPVPBattle=False
LoadedBattleMap=battle\lighthouse\lighthouse0.dat
OwnPokemon={"Pokemon"[66]}{"Experience"[7918]}{"Gender"[1]}{"EggSteps"[0]}{"Item"[0]}{"ItemData"[]}{"NickName"[Muscle]}{"Level"[22]}{"OT"[37460]}{"Ability"[99]}{"Status"[SLP]}{"Nature"[7]}{"CatchLocation"[at Rock Tunnel]}{"CatchTrainer"[Mike]}{"CatchBall"[5]}{"CatchMethod"[caught]}{"Friendship"[139]}{"isShiny"[0]}{"Attack1"[67,20,20]}{"Attack2"[490,20,20]}{"Attack3"[69,20,20]}{"Attack4"[2,25,25]}{"HP"[67]}{"EVs"[4,2,3,7,0,3]}{"IVs"[20,4,27,1,26,16]}{"AdditionalData"[]}{"IDValue"[zwGGY1HX4Ev]}
OppPokemon={"Pokemon"[60]}{"Experience"[3798]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[0]}{"ItemData"[]}{"NickName"[]}{"Level"[18]}{"OT"[00000]}{"Ability"[6]}{"Status"[]}{"Nature"[16]}{"CatchLocation"[at unknown place]}{"CatchTrainer"[???]}{"CatchBall"[5]}{"CatchMethod"[somehow obtained]}{"Friendship"[70]}{"isShiny"[0]}{"Attack1"[95,20,19]}{"Attack2"[145,30,30]}{"Attack3"[3,10,10]}{"Attack4"[240,5,5]}{"HP"[45]}{"EVs"[0,0,0,0,0,0]}{"IVs"[16,7,22,7,0,23]}{"AdditionalData"[]}{"IDValue"[o9LR9II2Qe5]}
Values=; CanCatch=True; CanRun=True; CanBlackout=True; CanReceiveEXP=True; RoamingBattle=False; CanUseItems=True; DiveBattle=False; TempPokeFile=; IsInverseBattle=False
IsRemoteBattle=False
IsHost=False
MenuVisible=True

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

System specifications:

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

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

.Net installation information:

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): "NVIDIA GeForce GTX 750"]
[CardRAM(s) : "2147483648"]

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

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: Pokemon
Win32 Errorcode: -1

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

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 net.Pokemon3D.Game.BattleSystem.Battle.DoAttackRound(BattleScreen BattleScreen, Boolean own, Attack moveUsed)
at net.Pokemon3D.Game.BattleSystem.Battle.InitializeRound(BattleScreen BattleScreen, RoundConst OwnStep)
at net.Pokemon3D.Game.BattleSystem.BattleMenu.MoveMenuStartRound(BattleScreen BattleScreen)
at net.Pokemon3D.Game.BattleSystem.BattleMenu.UpdateMoveMenu(BattleScreen BattleScreen)
at net.Pokemon3D.Game.BattleSystem.BattleMenu.Update(BattleScreen BattleScreen)
at net.Pokemon3D.Game.BattleSystem.BattleScreen.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)

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

Enviornment dump:

Public Battle As Battle = net.Pokemon3D.Game.BattleSystem.Battle
Public FieldEffects As FieldEffects = net.Pokemon3D.Game.BattleSystem.FieldEffects
Public SavedOverworld As OverworldStorage = net.Pokemon3D.Game.OverworldStorage
Public BattleMenu As BattleMenu = net.Pokemon3D.Game.BattleSystem.BattleMenu
Public BattleQuery As List<QueryObject>[] = {{TOGGLEMENU|0}, {CAMERA|13.5|0.5|15|11.14406|0.5|13.85594|0.1|0.1|0|-1.085398|-0.1|-0.3|0.04|0.04|0|0}, {CAMERA|13.5|0.5|15|11.14406|0.5|13.85594|0.1|0.1|0|-1.085398|-0.1|-0.3|0.04|0.04|1|0}, {DELAY|20}, {CAMERA|14|0.5|13.5|11.14406|0.5|13.85594|0.06|0.06|-0.8353982|-1.085398|-0.3|-0.3|0.04|0.04|1|0}, {TEXT|Poliwag used Hypnosis!|255|255|255}, {FADE|2|0|0|0|1|110|0}, {CAMERA|13|0.5|13.5|13|0.5|13.5|0.06|0.06|0.8353982|0.8353982|-0.3|-0.3|0.04|0.04|0|0}, {FADE|3|0|0|0|0|110|0}, {CAMERA|13|0.5|13.5|11.14406|0.5|13.85594|0.06|0.06|0.8353982|-1.085398|-0.3|-0.3|0.04|0.04|1|0}, {TEXT|Muscle fell asleep!|255|255|255}, {CAMERA|13.5|0.5|15|11.14406|0.5|13.85594|0.1|0.1|0|-1.085398|-0.1|-0.3|0.04|0.04|1|0}, {CAMERA|13.5|0.5|15|11.14406|0.5|13.85594|0.1|0.1|0|-1.085398|-0.1|-0.3|0.04|0.04|1|0}, {DELAY|20}}
Public OwnPokemon As Pokemon = {"Pokemon"[66]}{"Experience"[7918]}{"Gender"[1]}{"EggSteps"[0]}{"Item"[0]}{"ItemData"[]}{"NickName"[Muscle]}{"Level"[22]}{"OT"[37460]}{"Ability"[99]}{"Status"[SLP]}{"Nature"[7]}{"CatchLocation"[at Rock Tunnel]}{"CatchTrainer"[Mike]}{"CatchBall"[5]}{"CatchMethod"[caught]}{"Friendship"[139]}{"isShiny"[0]}{"Attack1"[67,20,20]}{"Attack2"[490,20,20]}{"Attack3"[69,20,20]}{"Attack4"[2,25,25]}{"HP"[67]}{"EVs"[4,2,3,7,0,3]}{"IVs"[20,4,27,1,26,16]}{"AdditionalData"[]}{"IDValue"[zwGGY1HX4Ev]}
Public OppPokemon As Pokemon = {"Pokemon"[60]}{"Experience"[3798]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[0]}{"ItemData"[]}{"NickName"[]}{"Level"[18]}{"OT"[00000]}{"Ability"[6]}{"Status"[]}{"Nature"[16]}{"CatchLocation"[at unknown place]}{"CatchTrainer"[???]}{"CatchBall"[5]}{"CatchMethod"[somehow obtained]}{"Friendship"[70]}{"isShiny"[0]}{"Attack1"[95,20,19]}{"Attack2"[145,30,30]}{"Attack3"[3,10,10]}{"Attack4"[240,5,5]}{"HP"[45]}{"EVs"[0,0,0,0,0,0]}{"IVs"[16,7,22,7,0,23]}{"AdditionalData"[]}{"IDValue"[o9LR9II2Qe5]}
Public OppPokemonNPC As NPC = net.Pokemon3D.Game.NPC
Public OwnPokemonNPC As NPC = net.Pokemon3D.Game.NPC
Public OwnTrainerNPC As NPC = net.Pokemon3D.Game.NPC
Public OppTrainerNPC As NPC = net.Pokemon3D.Game.NPC
Public OwnPokemonModel As ModelEntity = net.Pokemon3D.Game.ModelEntity
Public OppPokemonModel As ModelEntity = net.Pokemon3D.Game.ModelEntity
Public OwnPokemonIndex As Int32 = 0
Public OppPokemonIndex As Int32 = 0
Public ParticipatedPokemon As List<Int32>[] = {0}
Public PokemonOnSide As Int32 = 1
Public Profiles As List<PokemonProfile>[] = {}
Public IsTrainerBattle As Boolean = True
Public BattleMode As BattleModes = Standard
Public PokemonSafariStatus As Int32 = 0
Public WildPokemon As Pokemon = Nothing
Public OverworldScreen As Screen = net.Pokemon3D.Game.OverworldScreen
Public defaultMapType As Int32 = 0
Public Trainer As Trainer = net.Pokemon3D.Game.Trainer
Public DrawColoredScreen As Boolean = False
Public ColorOverlay As Color = {R:0 G:0 B:0 A:255}
Public BattleMapOffset As Vector3 = {X:0 Y:0 Z:0}
Private lastCameraSettings As List<Int32>[] = {1, 3, 0, 2}
Private lastCamera As Int32 = 2
Private cameraSettingCount As Int32 = 4
Public IsPVPBattle As Boolean = False
Public IsRemoteBattle As Boolean = False
Public IsHost As Boolean = False
Public PartnerNetworkID As Int32 = 0
Public OwnStatistics As NetworkPlayerStatistics = {0|0|0|0|0|0|1}
Public OppStatistics As NetworkPlayerStatistics = {0|0|0|0|0|0|0}
Public PVPGameJoltID As String =
Public SentInput As Boolean = False
Public ClientWaitForData As Boolean = False
Public ReceivedPokemonData As Boolean = False
Public TempPVPBattleQuery As Dictionary`2 = System.Collections.Generic.Dictionary`2[System.Int32,net.Pokemon3D.Game.BattleSystem.QueryObject]
Public LockData As String = {}
Public ClientWonBattle As Boolean = True
Public SentHostData As Boolean = False
Public Shared CanCatch As Boolean = True
Public Shared CanRun As Boolean = True
Public Shared CanBlackout As Boolean = True
Public Shared CanReceiveEXP As Boolean = True
Public Shared RoamingBattle As Boolean = False
Public Shared RoamingPokemonStorage As RoamingPokemon = Nothing
Public Shared CanUseItems As Boolean = True
Public Shared DiveBattle As Boolean = False
Public Shared TempPokeFile As String =
Public Shared IsInverseBattle As Boolean = False
Public Shared CustomBattleMusic As String =
Public Shared ReceivedQuery As String =
Public Shared ReceivedInput As String =
Public UpdateFadeOut As Boolean = False
Public UpdateFadeIn As Boolean = True

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

You should report this error.

Go to "http://pokemon3d.net/forum/forums/6/create-thread" to report this crash there.
)
Your Machop fell asleep according to the crash log. Sleeping Pokémon during battle currently causes the game to crash. I would suggest healing before the battle and try to defeat the Poliwag before it puts you to sleep.
 
Status
Not open for further replies.
Top