magicbear / palworld-server-toolkit

PalWorld Server Toolkits - For Save file modify, list the players, repair sav file, etc...
MIT License
513 stars 61 forks source link

Character Cleanup not functioning - TypeError: unhashable type: 'dict' #71

Closed VYRNACH closed 4 months ago

VYRNACH commented 4 months ago

I get this error when I try to run the "Character Cleanup" feature. Any ideas? Exception in Tkinter callback Traceback (most recent call last): File "tkinter\__init__.py", line 1967, in __call__ File "\\192.168.11.14\nvme\Pal-Server\palworld-server-toolkit\palworld_server_toolkit\editor.py", line 1905, in cleanup_character File "\\192.168.11.14\nvme\Pal-Server\palworld-server-toolkit\palworld_server_toolkit\editor.py", line 3567, in FindAllUnreferencedCharacterContainerIds File "\\192.168.11.14\nvme\Pal-Server\palworld-server-toolkit\palworld_server_toolkit\editor.py", line 3558, in FindReferenceCharacterContainerIds TypeError: unhashable type: 'dict'

magicbear commented 4 months ago

fixed on 0.7.6

VYRNACH commented 4 months ago

thanks alot for the quick fix! Your work really helped the community alot!