Panic: runtime error: cgo argument has Go pointer to Go pointer

Hi folks,

i really need your help. im having a programming course in my university for “go” and I want to listen to windows events and found the best open source project here: https://github.com/scalingdata/gowinlog

But when i start the program it returns “panic: runtime error: cgo argument has Go pointer to Go pointer”.
the whole repo is a “c-functions wrapper” and im not very familiar with c :frowning:

As far as i could unterstand, is this due to breaking changes in go1.6

The errors appears to be in line 112 in file “https://github.com/scalingdata/gowinlog/blob/master/event.go

Is anybody a professionell c developer and know what that means? or know how i can fix that?

best

Eric

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.