Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Badly formated UUID String #154

Open
Minecradt opened this issue Mar 1, 2024 · 0 comments
Open

Badly formated UUID String #154

Minecradt opened this issue Mar 1, 2024 · 0 comments

Comments

@Minecradt
Copy link

Traceback (most recent call last):
File "d:\GD-Save-Decryptor-main\decodefile.py", line 41, in
database = gd.api.save.load(main=path + '\CCGameManager.dat')
File "C:\Users\Adam\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\gd\api\save_manager.py", line 119, in load
return self.load_parts(main_data, levels_data, apply_xor=True, follow_system=True)
File "C:\Users\Adam\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\gd\api\save_manager.py", line 145, in load_parts
return self.database_type.load_parts(main, levels)
File "C:\Users\Adam\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\gd\api\database\database.py", line 312, in load_parts
uuid = UUID(uuid_option)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0\lib\uuid.py", line 177, in init
raise ValueError('badly formed hexadecimal UUID string')
ValueError: badly formed hexadecimal UUID string

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant