Search the Community
Showing results for tags 'fixing'.
-
I get this error code when I tried to click on Trainer Info: Exception Details: System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at PKHeX.WinForms.SAV_Trainer7..ctor() at PKHeX.WinForms.Main.B_OpenTrainerInfo_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) Loaded Assemblies: -------------------- mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll PKHeX-mono, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null C:\Users\Eric\Desktop\PKHeX\PKHeX.exe System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll -------------------- User Message: An unhandled exception has occurred. You can continue running PKHeX, but please report this error. When you have the chance you can fix it on your own time. By the by I am on the current version which is 17.01.31. Thank you!
-
Hi there! I am planning to use Pokesav to re-EV some of my Pokémon (they're level 100). I am aware that editing them will make their trash bytes come up as hacked if they're a hatched, Pal Parked or event Pokémon. I’d love to be able to edit them and fix their trash bytes afterwards. Sabresite's trash byte normalizer looks like just what I'd need, however I can't get it (or the legality checker) to work. When I save a Pokémon file, drag and drop it over either the tb normalizer or the legality checker I get this: http://i116.photobucket.com/albums/o22/Sim9/shot1.jpg Clicking ok creates this weird file as seen here, above trashbytes.exe (seviper.pkm): http://i116.photobucket.com/albums/o22/Sim9/shot2.jpg I can't seem to do anything with that file. If I try to open the file, I get this: http://i116.photobucket.com/albums/o22/Sim9/shot3.jpg I'm aware that it’s possible to edit a Pokémon’s trash bytes in a hex editor, but I can’t find where 0x48 to 0x5D (where the trash bytes are) are here: http://i116.photobucket.com/albums/o22/Sim9/shot4.jpg (By the way, the Seviper in the Pokémon file hasn’t been modified in any way. It’s Pal Parked from Emerald.) I have searched all over the internet, these forums and Project Pokémon’s site, but have not been able to find anything which solves my problems. The ideal for me would be to be able to edit my Pokémon on Pokesav and be able to fix their trash bytes afterwards, preferably via a trash byte normalizer, or otherwise via a hex editor. Would anyone be able to help me? Sim