Sorrow446 / HLSE-Hogwarts-Legacy-Save-Editor

Save editor for Hogwarts Legacy written in Go.
62 stars 4 forks source link

Probe throws an exception for a valid save game #4

Open ClassyCircuit opened 1 year ago

ClassyCircuit commented 1 year ago

I haven't changed the save game in any way, however, when I run the probe command it throws an error:

λ .\hlse_x64.exe -i ./HL-00-14.sav -p
Name:           William Scott
XP:             18810
House:          Gryffindor
Galleons:       3573
Inventory size: 20

Inventory:
Knuts, 3573
LacewingFlies, 9
LeapingToadstool_Byproduct, 20
Moonstone, 3
Knotgrass_Byproduct, 15
Dittany_Byproduct, 67
TrollMucus, 9
LeechJuice, 11
Dugbog_Pellet, 3
panic: sql: Scan error on column index 0, name "ItemID": converting NULL to string is unsupported

goroutine 1 [running]:
main.main()
        G:/go/hlse/main.go:212 +0x83b
Sorrow446 commented 1 year ago

Thanks for the issue, will fix soon. Could you send your save file?