• ✨ 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.46.1] Constant Copy-Paste Crash

Fanta

Content Developer
P3D Developer
Global Moderator
Code:
Kolben Games Crash Log V 2.0
Pokémon 3D has crashed!

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

Game information:

Pokémon 3D Indev version: 0.46.1
Content Packs: {Anime Cries,HGSS Music Pack HD}
Active GameMode: Pokemon 3D
GameJolt Account: TRUE (126000)
Playing on Servers: TRUE (Monster Hunter/50.165.250.161:15124)
Game Environment: ChatScreen
Actionscript: No script running
File Validation: True

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

System specifications:

Operating system: Microsoft Windows 8.1 Pro [6.2.9200.0]
System time: 10-Apr-14 2:11:56 AM
System language: English (United States)(ENU) / Loaded game language: en
Decimal separator: .

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

Graphics Card information:

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

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

Error information:

Message: Requested Clipboard operation did not succeed.
InnerException: NOTHING
BaseException: Requested Clipboard operation did not succeed.
HelpLink: No helplink available.
Data: Items: 0
Source: System.Windows.Forms

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

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.Windows.Forms.Clipboard.ThrowIfFailed(Int32 hr)
   at System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy, Int32 retryTimes, Int32 retryDelay)
   at System.Windows.Forms.Clipboard.SetText(String text, TextDataFormat format)
   at System.Windows.Forms.Clipboard.SetText(String text)
   at _2._5DHero.ChatScreen.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.
 

Tornado9797

Content Developer
P3D Developer
Global Moderator
Code:
Kolben Games Crash Log V 2.0
Pokémon 3D has crashed!

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

Game information:

Pokémon 3D Indev version: 0.46.1
Content Packs: {Anime Cries,HGSS Music Pack HD}
Active GameMode: Pokemon 3D
GameJolt Account: TRUE (126000)
Playing on Servers: TRUE (Monster Hunter/50.165.250.161:15124)
Game Environment: ChatScreen
Actionscript: No script running
File Validation: True

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

System specifications:

Operating system: Microsoft Windows 8.1 Pro [6.2.9200.0]
System time: 10-Apr-14 2:11:56 AM
System language: English (United States)(ENU) / Loaded game language: en
Decimal separator: .

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

Graphics Card information:

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

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

Error information:

Message: Requested Clipboard operation did not succeed.
InnerException: NOTHING
BaseException: Requested Clipboard operation did not succeed.
HelpLink: No helplink available.
Data: Items: 0
Source: System.Windows.Forms

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

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.Windows.Forms.Clipboard.ThrowIfFailed(Int32 hr)
   at System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy, Int32 retryTimes, Int32 retryDelay)
   at System.Windows.Forms.Clipboard.SetText(String text, TextDataFormat format)
   at System.Windows.Forms.Clipboard.SetText(String text)
   at _2._5DHero.ChatScreen.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.
I have tried copying and pasting my own text (control + c and such) and that worked. I have also copied another player's dialogue and pasted it into my chat box without a problem.

What exactly were you doing to trigger this crash?
 

Fanta

Content Developer
P3D Developer
Global Moderator
I have tried copying and pasting my own text (control + c and such) and that worked. I have also copied another player's dialogue and pasted it into my chat box without a problem.

What exactly were you doing to trigger this crash?
it does not happen all the time, like once every 15-20 copy-paste operations. and nothing unusual was done in those moments.
Edit : just though i should post it, maybe someone can read the log and understand it
 

Tornado9797

Content Developer
P3D Developer
Global Moderator
it does not happen all the time, like once every 15-20 copy-paste operations. and nothing unusual was done in those moments.
That would've been useful information to know before I started testing. I'll try that now.

EDIT: Hundreds of copy and pasting actions later, I am unable to replicate this crash. I shall set this report as Unable to Reproduce until another user can successfully use this method to crash their game.
 
Last edited:

Fanta

Content Developer
P3D Developer
Global Moderator
it does not happen all the time, like once every 15-20 copy-paste operations. and nothing unusual was done in those moments.
That would've been useful information to know before I started testing. I'll try that now.

EDIT: Hundreds of copy and pasting actions later, I am unable to replicate this crash. I shall set this report as Unable to Reproduce until another user can successfully use this method to crash their game.
it happened today again, with this crash report, probably a server related issue

Code:
Kolben Games Crash Log V 2.0
Pokémon 3D has crashed!

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

Game information:

Pokémon 3D Indev version: 0.46.1
Content Packs: {Anime Cries,HGSS Music Pack HD}
Active GameMode: Pokemon 3D
GameJolt Account: TRUE (126000)
Playing on Servers: TRUE (Official P3D Server/karp.pokemon3d.net:15124)
Game Environment: ChatScreen
Actionscript: No script running
File Validation: True

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

System specifications:

Operating system: Microsoft Windows 8.1 Pro [6.2.9200.0]
System time: 11-Apr-14 2:08:52 AM
System language: English (United States)(ENU) / Loaded game language: en
Decimal separator: .

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

Graphics Card information:

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

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

Error information:

Message: Requested Clipboard operation did not succeed.
InnerException: NOTHING
BaseException: Requested Clipboard operation did not succeed.
HelpLink: No helplink available.
Data: Items: 0
Source: System.Windows.Forms

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

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.Windows.Forms.Clipboard.ThrowIfFailed(Int32 hr)
   at System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy, Int32 retryTimes, Int32 retryDelay)
   at System.Windows.Forms.Clipboard.SetText(String text, TextDataFormat format)
   at System.Windows.Forms.Clipboard.SetText(String text)
   at _2._5DHero.ChatScreen.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.
 

Attachments

Tornado9797

Content Developer
P3D Developer
Global Moderator
it happened today again, with this crash report, probably a server related issue

Code:
Kolben Games Crash Log V 2.0
Pokémon 3D has crashed!

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

Game information:

Pokémon 3D Indev version: 0.46.1
Content Packs: {Anime Cries,HGSS Music Pack HD}
Active GameMode: Pokemon 3D
GameJolt Account: TRUE (126000)
Playing on Servers: TRUE (Official P3D Server/karp.pokemon3d.net:15124)
Game Environment: ChatScreen
Actionscript: No script running
File Validation: True

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

System specifications:

Operating system: Microsoft Windows 8.1 Pro [6.2.9200.0]
System time: 11-Apr-14 2:08:52 AM
System language: English (United States)(ENU) / Loaded game language: en
Decimal separator: .

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

Graphics Card information:

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

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

Error information:

Message: Requested Clipboard operation did not succeed.
InnerException: NOTHING
BaseException: Requested Clipboard operation did not succeed.
HelpLink: No helplink available.
Data: Items: 0
Source: System.Windows.Forms

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

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.Windows.Forms.Clipboard.ThrowIfFailed(Int32 hr)
   at System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy, Int32 retryTimes, Int32 retryDelay)
   at System.Windows.Forms.Clipboard.SetText(String text, TextDataFormat format)
   at System.Windows.Forms.Clipboard.SetText(String text)
   at _2._5DHero.ChatScreen.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.
The thing is that I did my testing on the Monster Hunter server.
 

Darkfire

Administrator
Administrator
P3D Developer
based on the crash log it actually is something to do with copy paste(specifically a clipboard failure of some kind?)
what were you trying to paste?
 

Fanta

Content Developer
P3D Developer
Global Moderator
based on the crash log it actually is something to do with copy paste(specifically a clipboard failure of some kind?)
what were you trying to paste?
it was like when you type something long and the conversation changes, but you still want to say what you typed later,
that's when i hit Ctrl+A, then Ctrl+C.
nothing specific, just what is written in the chat.
 

Darkfire

Administrator
Administrator
P3D Developer
it was like when you type something long and the conversation changes, but you still want to say what you typed later,
that's when i hit Ctrl+A, then Ctrl+C.
nothing specific, just what is written in the chat.
might have been the crtl+a that fucked it up.....
 

Fanta

Content Developer
P3D Developer
Global Moderator
might have been the crtl+a that f***** it up.....
i don't think so, since it actually does it job and the crash only happens when i press Ctrl+C after,
also keep in mind that it doesn't happen that often, just when it happens, it's the same steps
 
Last edited:

Darkfire

Administrator
Administrator
P3D Developer
i don't think so, since it actually does it job and the crash only happens when i press Ctrl+C after,
also keep in mind that it doesn't happen that often, just when it happens, it's the same steps
Can you ctrl+c a normal selection?
Could you also try selecting a section in a previous line?
 

Fanta

Content Developer
P3D Developer
Global Moderator
taht
Can you ctrl+c a normal selection?
Could you also try selecting a section in a previous line?
that's what i do most of the time when i try to pm someone, i type the code and the message then go back and do normal selecting with "Shift+left arrow" so i wont have to retype the code everytime, and i don't believe that crashed for me before, then again, this only happened to me like 5-6 times in a 2 week span
 

Darkfire

Administrator
Administrator
P3D Developer
the biggest possibility is that ctrl+A selects something that shouldnt be selected and that clip board cant deal with
 

Fanta

Content Developer
P3D Developer
Global Moderator
the biggest possibility is that ctrl+A selects something that shouldnt be selected and that clip board cant deal with
lol @Darkfire, i just received an automated message from Daneil warning me about "Inappropriate Language" when i quoted you.

back to the subject, no i don't think i have written anything unusual, but yea, it might be related to Ctrl+A/Ctrl+C operations,

Edit: it happened again today, it's getting more frequent now, but yea in all cases it was Ctrl+A/Ctrl+C related
 
Last edited:

Fanta

Content Developer
P3D Developer
Global Moderator
For some reason. now it crashes every time i copy/paste (or press Ctrl+C) even without Ctrl+A or with just selecting one letter using (Shift). the last 7 times i ran the game instantly crashed when i pressed Ctrl-C
 
Top