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