Hi, I keep getting an error when trying to get any system info.
I've ran the following piece of code with Memory, CPU, GPU and I get the same error:
Code:
memory, err := ghw.Memory() if err != nil { panic(err) }
Error:
panic: Cannot change thread mode after it is set.
The only one which seems to be working is ghw.Topology()
I'm running go 1.17 on Windows 10, any help would be appreciated.