KayDeeTee / Hollow-Knight-SaveManager

Manage and edit Hollow Knight saves
GNU General Public License v3.0
72 stars 12 forks source link

Can't open Save Editor #9

Closed Ivo-Maffei closed 5 years ago

Ivo-Maffei commented 5 years ago

I tried both on macOS High Sierrra and on Windows 10. When I double click the save file (user1.dat) in the tree view the save editor doesn't open.

If you include all the dependencies in this repo I'll try to play with the code.

hilbigan commented 5 years ago

Dependencies are at the bottom of README.md

Ivo-Maffei commented 5 years ago

I solved the issue. My save file only contained 36 charms (maybe because I don't have any expansion) instead of 40. So when the program was creating the CharmPanel a couple of null pointer exceptions were thrown.

Thanks for the help