Jump to content

Recommended Posts

Posted

So I just downloaded the most recent version of PKHEX and it won't open do to a "fatal non-UI error" shown here 

System.TypeInitializationException: The type initializer for 'PKHeX.WinForms.Main' threw an exception. ---> System.TypeInitializationException: The type initializer for 'PKHeX.Core.GameInfo' threw an exception. ---> System.MissingMethodException: Method not found: '!!0[] System.Array.Empty()'.
   at PKHeX.Core.Util.LoadStringList(String file, String txt)
   at PKHeX.Core.GameLanguage.GetStrings(String ident, String lang, String type)
   at PKHeX.Core.GameStrings..ctor(String l)
   at PKHeX.Core.GameInfo.GetStrings(Int32 index)
   at PKHeX.Core.GameInfo..cctor()
   --- End of inner exception stack trace ---
   at PKHeX.WinForms.Main..cctor()
   --- End of inner exception stack trace ---
   at PKHeX.WinForms.Main.FormLoadInitialSettings(IEnumerable`1 args, Boolean& showChangelog, Boolean& BAKprompt)
   at PKHeX.WinForms.Main..ctor()
   at PKHeX.WinForms.Program.Main()
System.MissingMethodException: Method not found: '!!0[] System.Array.Empty()'.
   at PKHeX.Core.Util.LoadStringList(String file, String txt)
   at PKHeX.WinForms.WinFormsTranslator.GetTranslationFile(String lang)
   at PKHeX.WinForms.WinFormsTranslator.GetContext(String lang)
   at PKHeX.WinForms.ErrorWindow..ctor(String lang)
   at PKHeX.WinForms.ErrorWindow.ShowErrorDialog(String friendlyMessage, Exception ex, Boolean allowContinue)
   at PKHeX.WinForms.Program.CurrentDomain_UnhandledException(Object sender, UnhandledExceptionEventArgs e)

If anyone has any advice this would be much appreciated 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...