alexballas / go2tv

Cast media files to UPnP/DLNA Media Renderers and Smart TVs.
MIT License
514 stars 52 forks source link

The latest released zip on windows cannot run on windows7 system #82

Closed lllAlex2333 closed 6 months ago

lllAlex2333 commented 6 months ago

The latest released zip(go2tv_v1.16.0_windows_amd64.zip) on windows cannot run on windows7 system. I tried to recompile using a lower version of go environment, but it failed. Do you have any other solutions? Thanks!

lllAlex2333 commented 6 months ago

I used go-1.20.14 to try to recompile successfully, but when running on Windows 7, the prompt "Cause: API Unavailable: WGL: The driver does not appear to support OpenGL " My win7 is a virtual machine and does not have a graphics card.

alexballas commented 6 months ago

Hello, thanks for raising this. This looks like the same issue as https://github.com/alexballas/go2tv/issues/29 Can you please enable the 3D acceleration and try again?

lllAlex2333 commented 6 months ago

Can i enable the 3D acceleration without a graphics card?

alexballas commented 6 months ago

Can i enable the 3D acceleration without a graphics card?

As long as you have a monitor connected to your PC, then you have a graphics card. The 3D acceleration is emulated, so in theory it should work just fine.