jimmiejoe Posted February 19, 2018 Posted February 19, 2018 I set the computer clock to 9/28/1998 to see if I could import a Toy R Us Mew into a Red Cart sav. However, PKHex Aborted due to the date. What is the PKHex date range? Error: Exception Details: System.ArgumentOutOfRangeException: Value of '9/28/1998 12:00:00 AM' is not valid for 'Value'. 'Value' should be between 'MinDate' and 'MaxDate'. Parameter name: Value at System.Windows.Forms.DateTimePicker.set_Value(DateTime value) at PKHeX.WinForms.Controls.PKMEditor.TemplateFields(PKM template) at PKHeX.WinForms.Main.FormLoadInitialSettings(String[] args, Boolean& showChangelog, Boolean& BAKprompt) at PKHeX.WinForms.Main..ctor() at PKHeX.WinForms.Program.Main() Loaded Assemblies: -------------------- mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll PKHeX, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null C:\Users\Joe Scott\Downloads\PKHeX (180128)\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.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.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.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 PKHeX.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null C:\Users\Joe Scott\Downloads\PKHeX (180128)\PKHeX.Core.dll -------------------- User Message: An unhandled exception has occurred. PKHeX must now close.
Kaphotics Posted February 19, 2018 Posted February 19, 2018 The error message is descriptive enough. Value of '9/28/1998 12:00:00 AM' is not valid for 'Value'. 'Value' should be between 'MinDate' and 'MaxDate'. Dates can never be less than the year 2000.
jimmiejoe Posted February 19, 2018 Author Posted February 19, 2018 Is there a month cut off or is 1/1/2000 the MinDate?
theSLAYER Posted February 19, 2018 Posted February 19, 2018 6 hours ago, jimmiejoe said: Is there a month cut off or is 1/1/2000 the MinDate? How dates are stored, the entries for day month and year can be 00, 00 and 00, if I'm not mistaken. The "20" for 2000 is added by the system, if I'm not mistaken. (at least that's how it is) try changing your 3DS dates, and you'll see what the min and max date is
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now