Jump to content

autofire372

New Member
  • Posts

    5
  • Joined

  • Last visited

Reputation

0 Neutral

About autofire372

  • Birthday 03/10/1991

General

  • Gender
    Male
  1. The following exception occurred in the DataGridView: System.ArgumentException: DataGridViewComboBoxCell value is not valid. To replace this default dialog please handle the DataError event. This message pops up when attempting to change tabs in the Underground Editor. It comes pretty close to spin-locking PKHeX, as it pops up again immediately after it is closed, ad infinitum. Hammering the OK button is needed to escape the error loop. Tested on Windows 10.
  2. Exception Details: System.FormatException: Format string can be only "G", "g", "X", "x", "F", "f", "D" or "d". at System.Enum.TryFormatPrimitiveNonDefault[TUnderlying,TStorage](RuntimeType enumType, TUnderlying value, Span`1 destination, Int32& charsWritten, ReadOnlySpan`1 format) at System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.AppendFormatted[T](T value, String format) at PKHeX.WinForms.SAV_Misc4.ReadPoketch(SAV4Sinnoh s) at PKHeX.WinForms.SAV_Misc4.ReadMain() at PKHeX.WinForms.SAV_Misc4..ctor(SAV4 sav) at PKHeX.WinForms.Controls.SAVEditor.B_OpenMiscEditor_Click(Object sender, EventArgs e) Loaded Assemblies: -------------------- PKHeX, Version=23.12.23.0, Culture=neutral, PublicKeyToken=null Z:\home\****\Documents\pkhex\PKHeX.dll -------------------- User Message: An unhandled exception has occurred. You can continue running PKHeX, but please report this error. I first ran into this error in Wine, but it does reproduce on Windows 10 proper. This only happens when editing a Diamond, Pearl, or Platinum save; HGSS have no such issues.
  3. autofire372

    PKHeX on Linux

    Welp, the .NET 8 update broke PKHeX in Wine, as it now relies on a user32 function that is straight up unimplemented in wine. PKHeX_Error_Report 20231207142033.txt
  4. Figured it out - for some reason, the actual move flags for gen 6 are the unlabeled F17 to F32 flags; the labeled flags appear to be unrelated data.
  5. I can't seem to edit any of the move flags in any gen 6 game. They don't update scrolling through the move list, either. I tested with X and Omega Ruby. None of this happens with gen7, though (tested with Pokémon Sun).
×
×
  • Create New...