Error with enabling

panic: More data is available.

goroutine 1 [running]:
main.(*enableCommand).run(0xc000444820, 0xc001d1fbb0?, {0xc000b55070, 0x1, 0x0?})
/home/runner/work/zrok/zrok/cmd/zrok/enable.go:57 +0x132d
github.com/spf13/cobra.(*Command).execute(0xc0003a9808, {0xc000b55040, 0x1, 0x1})
/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:989 +0xa91
github.com/spf13/cobra.(*Command).ExecuteC(0x7ff7229ba6e0)
/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:1117 +0x3ff
github.com/spf13/cobra.(*Command).Execute(...)
/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:1041
main.main()
/home/runner/work/zrok/zrok/cmd/zrok/main.go:108 +0x1a

Thanks @nightfallenxyz, for posting the stack trace. It looks like a dependency zrok uses is failing for some reason.

Can you tell us what os/version you're using?

I am on x64 Windows 11.

Strange. I'm on the same and just downloaded v0.4.44 and it enabled properly. Do you perhaps use a different language pack or maybe a different version of windows?

Could you run systeminfo like this?

systeminfo | findstr /B /C:"OS"
OS Name:                   Microsoft Windows 11 Pro
OS Version:                10.0.22631 N/A Build 22631
OS Manufacturer:           Microsoft Corporation
OS Configuration:          Standalone Workstation
OS Build Type:             Multiprocessor Free

Are there any other logs or is that all the output you see?