aarzilli / gdlv

GUI frontend for Delve
Other
1.33k stars 48 forks source link

gdlv exec error: no sRGB texture formats found #56

Closed phil-s1 closed 3 years ago

phil-s1 commented 3 years ago

gdlv version 1.7 dlv version 1.7.2 go version 1.17.1 darwin/amd64 macOS 11.6, build; 20G165

Running

dlv exec path/to/bin

returns immediate error:

error: no sRGB texture found

Anybody know the cause/fix for this?

aarzilli commented 3 years ago

I don't have a mac where this happens, you will have to investigate it yourself.

phil-s1 commented 3 years ago

Test on a different install with go 1.16.5 no problem. Another difference btw the two tests is the one that produces the error is a VM. Will document further results as and when.

aarzilli commented 3 years ago

If it's a VM it's possible that it simply does not support opengl.

phil-s1 commented 3 years ago

Bingo! Per Parallels Desktop docs:

"As of today, it is technically not possible to implement OpenGL support in macOS (Linux) virtual machines."

Thanks for the hint! I guess we can close this issue.