kwsch / PKHeX

Pokémon Save File Editor
https://projectpokemon.org/pkhex/
Other
3.68k stars 689 forks source link

mgdb error gen 3 #1972

Closed PrometheusG closed 6 years ago

PrometheusG commented 6 years ago

I checked the mystery gift database for Gen 3 since I loaded my FireRed save file and it seems I can't view some pokemon event from there like shuckle, larvitar, elekid, plusle (error 50), meditite

The error happens even if you load a newer generation save file (gen7) and open mgdb and search for these pokemon

I am using the latest commit, probably this issue is related to issue 1970 The errors are : Unknown game version 50 & 51

Thank you and sorry for the long post

50

2018-05-27 3

************** Exception Text **************
System.Exception: Unknown GameVersion: 50
   at PKHeX.Core.WC3.GetRandomVersion(Int32 version)
   at PKHeX.Core.WC3.ConvertToPKM(ITrainerInfo SAV)
   at PKHeX.WinForms.SAV_MysteryGiftDB.ClickView(Object sender, EventArgs e)
   at PKHeX.WinForms.SAV_MysteryGiftDB.<.ctor>b__3_2(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.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)

51

2018-05-27

************** Exception Text **************
System.Exception: Unknown GameVersion: 51
   at PKHeX.Core.WC3.GetRandomVersion(Int32 version)
   at PKHeX.Core.WC3.ConvertToPKM(ITrainerInfo SAV)
   at PKHeX.WinForms.SAV_MysteryGiftDB.ClickView(Object sender, EventArgs e)
   at PKHeX.WinForms.SAV_MysteryGiftDB.<.ctor>b__3_2(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.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)
PrometheusG commented 6 years ago

thanks, I can now view these pokemon but they all show up as illegal except plusle

PrometheusG commented 6 years ago

Everything is ok! thank you very much