Skip to content

Exception: not a compressed Palworld save, found b'der' instead of b'PlZ' #212

Description

@InyoEndo

Originally had error of "Exception: not a compressed Palworld save, found b'PlM' instead of b'PlZ'"

So performed the fix here: #209 (comment)

Now getting a new error?

Converting D:\uesave_cli/Level.sav to JSON...Traceback (most recent call last):
File "D:\uesave_cli\fix_host_save.py", line 155, in
main()
~~~~^^
File "D:\uesave_cli\fix_host_save.py", line 76, in main
level_json = sav_to_json(level_sav_path)
File "D:\uesave_cli\fix_host_save.py", line 129, in sav_to_json
raw_gvas, _ = decompress_sav_to_gvas(data)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "C:\Users\lukeb\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\site-packages\palworld_save_tools\palsav.py", line 21, in decompress_sav_to_gvas
raise Exception(
f"not a compressed Palworld save, found {magic_bytes!r} instead of {MAGIC_BYTES!r}"
)
Exception: not a compressed Palworld save, found b'der' instead of b'PlZ'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions