Describe the bug
I am unable to edit my ps4 save edit. I am using the up-to-date ps4 version and save has been exported using Save Wizard. It exports as an .dat file but once I run the exe it fails
Steps to reproduce the behavior:
- Export save using Save Wizard
- Save .dat to C: drive (choose XboxGames folder just out of ease of use)
- Run GYK save editor (.exe) version
- Chrome GUI opens successfully and .dat file location opened.
- GUI just shows "Following save files are available:" with nothing below it.
- Tried to "custom .dat file" option and getting the below error in PowerShell
Looking for save files in the folder: C:/XboxGames
Beginning to decode file: C:/XboxGames/__DataPath__1.dat
Extracting String Array
Error:
Traceback (most recent call last):
File "S:\Projekte\GitHub\Graveyard Keeper Savefile Editor\main.py", line 207, in get_custom_savefile
File "S:\Projekte\GitHub\Graveyard Keeper Savefile Editor\data\decode.py", line 19, in decode
File "S:\Projekte\GitHub\Graveyard Keeper Savefile Editor\data\decode.py", line 187, in extractserializer
File "S:\Projekte\GitHub\Graveyard Keeper Savefile Editor\data\tools.py", line 28, in read
struct.error: unpack requires a bytes object of length 4
- Windows version 0.1.25
- Chrome Version 147.0.7727.102
Describe the bug
I am unable to edit my ps4 save edit. I am using the up-to-date ps4 version and save has been exported using Save Wizard. It exports as an .dat file but once I run the exe it fails
Steps to reproduce the behavior:
Looking for save files in the folder: C:/XboxGames
Beginning to decode file: C:/XboxGames/__DataPath__1.dat
Extracting String Array
Error:
Traceback (most recent call last):
File "S:\Projekte\GitHub\Graveyard Keeper Savefile Editor\main.py", line 207, in get_custom_savefile
File "S:\Projekte\GitHub\Graveyard Keeper Savefile Editor\data\decode.py", line 19, in decode
File "S:\Projekte\GitHub\Graveyard Keeper Savefile Editor\data\decode.py", line 187, in extractserializer
File "S:\Projekte\GitHub\Graveyard Keeper Savefile Editor\data\tools.py", line 28, in read
struct.error: unpack requires a bytes object of length 4