• Visit Rebornbuddy
  • Buddy Updater crash on Unzipping stage

    Discussion in 'Rebornbuddy Support' started by mumitroll, Feb 21, 2020.

    1. mumitroll

      mumitroll Member

      Joined:
      Mar 23, 2015
      Messages:
      75
      Likes Received:
      1
      Trophy Points:
      8
      Updater downloads the zip but crashes when unzipping

      Code:
      An error occurred during update process. Please report this error on forums.
      System.ArgumentException: 1 is not a supported code page.
      
      Parameter name: codepage
      
         at System.Text.Encoding.GetEncoding(Int32 codepage)
      
         at ICSharpCode.SharpZipLib.Zip.ZipFile.ReadEntries()
      
         at ICSharpCode.SharpZipLib.Zip.ZipFile..ctor(Stream stream)
      
         at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
      
         at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(String zipFileName, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime)
      
         at WpfUpdater.Updater.Unzip()
      
         at WpfUpdater.MainWindow.Unzip()
      
         at WpfUpdater.MainWindow.DoUpdate()
      
         at WpfUpdater.MainWindow.<.ctor>b__1_2(Object o)
      
       
    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,231
      Likes Received:
      364
      Trophy Points:
      83
      Try doing a clean install and see if it happens next time, looks like there might be a issue with the server atm.
       
    3. mumitroll

      mumitroll Member

      Joined:
      Mar 23, 2015
      Messages:
      75
      Likes Received:
      1
      Trophy Points:
      8
      I found out it was an issue with the Windows 10 Locale, setting it to English (US) fixed it... kinda weird tho
       

    Share This Page