Sorrow446 / HLSE-Hogwarts-Legacy-Save-Editor

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

Probe throws SQL Panic on column index 0 "itemID" converting NULL to string is unsupported #8

Closed EchoesFromBeyond closed 1 year ago

EchoesFromBeyond commented 1 year ago

Heads up, when probing the save, it throws the following error:

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

Dupe of https://github.com/Sorrow446/HLSE-Hogwarts-Legacy-Save-Editor/issues/4 Fixed earlier :).