Skip to content

Windows: Cannot change thread mode after it is set issue #282

@mlugo2

Description

@mlugo2

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions