trumank / uesave-rs

Rust library to read and write Unreal Engine save files
MIT License
274 stars 54 forks source link

Error failed to fill whole buffer? #30

Closed Leon279 closed 9 months ago

Leon279 commented 9 months ago

So im using "uesave edit F7B72DF0000000000000000000000000.sav" and i get the following error: "Error: at offset 3916: io error: failed to fill whole buffer". Do you know why this error occurs or did i do something wrong? to-json doesn't work either

AndyClausen commented 9 months ago

Looks like a palworld player save, right? I'm getting a similar error for the Level.sav file, here is full:

$ uesave edit Level.sav
Found non-standard magic: [87, e1, 79, 0b] (��y
                                               ) expected: GVAS, continuing to parse...
Error: at offset 10496326: io error: failed to fill whole buffer
mandar1jn commented 9 months ago

Should be closed as seen in #22

AndyClausen commented 9 months ago

True, we should be using the other repo mentioned there.