Jump to content

BeyondTheHorizon

Member
  • Posts

    111
  • Joined

  • Last visited

Everything posted by BeyondTheHorizon

  1. I'm sorry, I should have been more specific. The save data is destroyed when I click "All Seen" and "All Owned", but just now I've restarted, repeated, clicked File → Save File and it worked. The last two times—it happened twice—I clicked Save Changes in the lower-left corner. Hmm...
  2. Not as bad as the previous ones, but all bugs must be hunted down. I edited a Pokémon in Gen 4 but when I viewed its profile it said it was caught in a Master Ball and was received as an egg from the Day-Care Couple. I explicitly did not set this. Editing a Pokémon in Gen 3 fortunately does not do this. BTW: I read on your GitHub page that you were planning to include Gen I-II support in a few months' time, once all the current bugs are squashed. I'm looking forward to that.
  3. Another pesky bug! Or, at least I think it's a bug. This time I am unable to change a Pokémon's nature in SAV4 files. I seem to be able to edit other things, but not its nature. I can't even change the nature of a Pokémon I'm newly creating.
  4. Thanks kaphotics for fixing the 192 KB Gen3 SAV file problem in the latest commit, but now when I go to my emulator after editing it says the sav file is corrupted and will load the previous save instead, the one that wasn't edited. This must be frustrating for you. Bugs are so annoying!
  5. The title says it all, really. When I export a Gen3 SAV file, the size of the file becomes 192 KB so VBA-M doesn't recognize it. Help would be appreciated.
  6. Really sorry to bother you again but I was wondering, is this project finished? PKHeX is expanding the gens it can edit in the nightly builds and it may include support for editing Gen 1 and 2 in the future. It got me curious as to what's going on behind the scenes and if this great program will be updated again. I'm sorry, I'm just concerned that nothing has happened in nearly two months. You're likely busy or something and that's fine, but I'm anxious.
  7. Bugs suck, and it's our duty to inform Kaphotics of any such things, but this one is strange. When I start a Platinum save file, I can access the Trainer Info in PKHeX perfectly fine, but I think after I receive my first Pokémon, when I try to access the Trainer Info it comes up with this error about the Value not being valid. Here's a screenshot: [ATTACH=CONFIG]13482[/ATTACH] And here's what it says when I click on Details: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.ArgumentOutOfRangeException: Value of '131188' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'. Parameter name: Value at System.Windows.Forms.NumericUpDown.set_Value(Decimal value) at PKHeX.SAV_SimpleTrainer..ctor() in D:\Robert_Folder\Games\Miscellaneous\PKHeX-master\PKHeX-master\SAV\SAV_SimpleTrainer.cs:line 29 at PKHeX.Main.B_OpenTrainerInfo_Click(Object sender, EventArgs e) in D:\Robert_Folder\Games\Miscellaneous\PKHeX-master\PKHeX-master\PKX\f1-Main.cs:line 3795 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 Assembly Version: 4.0.0.0 Win32 Version: 4.6.1080.0 built by: NETFXREL3STAGE CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- PKHeX Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///D:/Robert_Folder/Games/Miscellaneous/PKHeX-master/PKHeX-master/bin/Debug/PKHeX.exe ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.6.1038.0 built by: NETFXREL2 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.6.1081.0 built by: NETFXREL3STAGE CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.6.1038.0 built by: NETFXREL2 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.6.1078.0 built by: NETFXREL3STAGE CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.6.1038.0 built by: NETFXREL2 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.6.1064.2 built by: NETFXREL3STAGE CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. Clicking Continue does nothing; it doesn't access the Trainer Info. I do not know if this error applies to any other Gen4 save file (I shall test if necessary), and I apologize if this bug has already reached Kaphotics' attention, but the more bugs that are squashed the better.
  8. I'm an impatient twit, I know, but I've been following this program here and on GBATemp and there hasn't been any activity from SciresM for over a week. No replies to anybody's posts or anything. I'm really conflicted. Over a week isn't long at all and Scires has a life outside of the Internet, and I shouldn't feel this stressed over something like this, but I was hoping a quick reply to me, Metropolis, or theSLAYER would have been posted, especially theSLAYER after the gracious effort he put into translating the program. I hope nothing bad has happened to Scires. Okay, I'll shut up now since I feel ashamed of myself for writing a comment like this.
  9. Hi, I made an account specifically to reply to this thread. You should be honoured. Anyway, I've tried out this program and it's great. It has a nice UI, is generally easy to use (I say generally because I didn't know at first that you had to export the sav file and overwrite the previous sav instead of saving or saving as, but it's not really a problem), one can complete the Pokédex with the click of two buttons instead of slowly and painfully ticking every Pokémon's seen and caught boxes like in Pikasav, and one doesn't need to fumble around with Pokémon types and catch rates like in Pikasav. Wonderful. The catch rate of Yellow's starter Pikachu, however, is 163, and I found out that using this program to change its moves and then setting the Pikachu set its catch rate to its common 190. Yeah, I don't know how Prof. Oak caught it on full HP in one try, either. Maybe the Poké Ball he used was secretly an Ultra or even a Master Ball in disguise. Speaking of the previously mentioned Pikasav... Could you possibly extend this program to include Pokémon GSC some day in the future, or create a separate program that does the same thing? RSE has A-Save and DPPtBW has PokéGen, but GSC doesn't have a program that can edit it other than Pikasav and PKXDelta, both of which do the job but both of which I've had problems with, too. Pikasav's UI is bad and has the previously mentioned flaws, and PKXDelta has deleted items and Pokémon from my game without my consent. Fail! It would be wonderful if you could do this, and you would be doing me and many other GSC fans a huge favour. Anyway, I've rambled on too long. Enjoy the rest of your day.
×
×
  • Create New...