Sorrow446 / HLAT-Hogwarts-Legacy-Appearance-Tool

Tool for appearance manipulation for Hogwarts Legacy written in Go.
20 stars 2 forks source link

cgo error #3

Open eSupportSquirrel opened 1 year ago

eSupportSquirrel commented 1 year ago

Looks like this program has some dependancies required but they aren't listed. It also tries to contact a "G:", guessing there is some hard-coded drive letter in there somewhere as I don't (and have never had) a "G:". Here's the command I ran and the output:

PS D:\Downloads> .\hlat_x86.exe export -i .\HL-00-00.sav -o eve.json panic: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub

goroutine 1 [running]: main.main() G:/go/hlat/main.go:321 +0x27e

Sorrow446 commented 1 year ago

Use the 64-bit binary instead.