Advertisement
Guest User

PKHeX error

a guest
Dec 5th, 2019
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. 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()'.
  2. at PKHeX.Core.Util.GetStringList(String f)
  3. at PKHeX.Core.GameLanguage.GetStrings(String ident, String lang, String type)
  4. at PKHeX.Core.GameStrings..ctor(String l)
  5. at PKHeX.Core.GameInfo.GetStrings(Int32 index)
  6. at PKHeX.Core.GameInfo..cctor()
  7. --- End of inner exception stack trace ---
  8. at PKHeX.WinForms.Main..cctor()
  9. --- End of inner exception stack trace ---
  10. at PKHeX.WinForms.Main.FormLoadInitialSettings(String[] args, Boolean& showChangelog, Boolean& BAKprompt)
  11. at PKHeX.WinForms.Main..ctor()
  12. at PKHeX.WinForms.Program.Main()
  13. System.MissingMethodException: Method not found: '!!0[] System.Array.Empty()'.
  14. at PKHeX.Core.Util.GetStringList(String f)
  15. at PKHeX.WinForms.WinFormsTranslator.GetTranslationFile(String lang)
  16. at PKHeX.WinForms.WinFormsTranslator.GetContext(String lang)
  17. at PKHeX.WinForms.ErrorWindow..ctor(String lang)
  18. at PKHeX.WinForms.ErrorWindow.ShowErrorDialog(String friendlyMessage, Exception ex, Boolean allowContinue)
  19. at PKHeX.WinForms.Program.CurrentDomain_UnhandledException(Object sender, UnhandledExceptionEventArgs e)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement