Jump to content

pm12

Member
  • Posts

    1
  • Joined

  • Last visited

Reputation

10 Good

About pm12

  • Birthday 08/03/1992
  1. Hey guys, I have a sky3ds flashcard and can backup my save games to my desktop. When I try to open them with PKHex it gives me the error: Input file is too big (File name). After looking in the source code on github I found this line: string ext = Path.GetExtension(path); FileInfo fi = new FileInfo(path); if (fi.Length > 0x10009C) Util.Error("Input file is too large.", path);[/color] Now the number 0x10009c is equivalent to 1048732 bytes. The save file (.sav) itself is 10485848 bytes which is good. Problem is that the size on drive is 10489856 bytes which is too big. Is it possible to open this file in PKHex, since the limit is clearly set at just the right size to be able to open these .sav files. Please help me out.
×
×
  • Create New...