UESaveTool icon indicating copy to clipboard operation
UESaveTool copied to clipboard

ERR_OUT_OF_RANGE

Open JustinsKittens opened this issue 1 year ago • 1 comments

When trying to convert the .SAV file to JSON, I get this error:

image

Here is the (compressed) .SAV file in question: Freddy's.zip

Please help!

JustinsKittens avatar Aug 16 '23 17:08 JustinsKittens

Hi, I apologize, I haven't actively developed this package in a good long while. I'll be free this weekend, I can take a look at your issue then. I won't promise that I can resolve it, as I have other issues with the package that are either partially resolved or unresolved.

Please consider learning the codebase yourself and understanding the issue to fix it. Typically, an out of bounds issue is going to be in the serialize or deserialize functions due to the .sav file having an unknown or non-standard type.

ch1pset avatar Oct 05 '23 19:10 ch1pset