What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Buddy Updater crash on Unzipping stage

mumitroll

Member
Joined
Mar 23, 2015
Messages
75
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)
 
Try doing a clean install and see if it happens next time, looks like there might be a issue with the server atm.
 
Try doing a clean install and see if it happens next time, looks like there might be a issue with the server atm.
I found out it was an issue with the Windows 10 Locale, setting it to English (US) fixed it... kinda weird tho
 
Back
Top