Hi
Whenever I'm trying to load a savestate Bizhawk crash with this weird message:
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(String name)
at BizHawk.Client.Common.BinaryStateLoader.LoadAndDetect(String filename, Boolean isMovieLoad)
at BizHawk.Client.Common.SavestateManager.LoadStateFile(String path, String name)
at BizHawk.Client.EmuHawk.MainForm.LoadState(String path, String userFriendlyStateName, Boolean fromLua, Boolean supressOSD)
at BizHawk.Client.EmuHawk.MainForm.LoadQuickSave(String quickSlotName, Boolean fromLua, Boolean supressOSD)
at BizHawk.Client.EmuHawk.MainForm.CheckHotkey(String trigger)
at BizHawk.Client.EmuHawk.MainForm.<ProcessInput>b__1e(Boolean current, String trigger)
at System.Linq.Enumerable.Aggregate[TSource,TAccumulate](IEnumerable`1 source, TAccumulate seed, Func`3 func)
at BizHawk.Client.EmuHawk.MainForm.ProcessInput()
at BizHawk.Client.EmuHawk.MainForm.ProgramRunLoop()
at BizHawk.Client.EmuHawk.Program.SubMain(String[] args)
I'm running on Windows 10, last update of the Anniversary edition, with a GTX 970 and the latest drivers, Bizhawk is unzipped in its folder and has all the admin authorizations. This problem occurs with any version, and is likely to be happening only since I did the anniversary update of Win10.
If anyone has a possible solution I would be glad to hear it :)
Thanks