murar8 / gfn-unlocker

Use GeForce NOW in your browser using any operating system.
47 stars 48 forks source link

Error code 0xC0F2220E when I want to launch a game #1

Open kadogo opened 4 years ago

kadogo commented 4 years ago

Hello,

I have an error when I try to launch a game (it's the same if I try to change the UA), but it's working if I use the Electron app. The error is 0xC0F2220E I thought maybe I need a special version of my browser so in case I will just add any informations.

OS: Debian Buster Browser: Chromium (Version 83.0.4103.116 (Developer Build) built on Debian 10.4, running on Debian 10.5 (64-bit)) From the debian repository

I saw some comments saying they could it make it work on Chromium but if I need to test on Chrome or another browser just let me know.

Regards.

murar8 commented 4 years ago

You could give it a go on proprietary chrome and see if it works but i'm pretty sure I can't help You any further since all this extension is doing is changing the UA.

JacekJagosz commented 4 years ago

Make sure you have libva driver. Depending on which GPU have Intel/AMD or Nvidia it will change which driver you need. Here is which drivers you need, and instructions if you wanted to try it through Wine: https://lutris.net/games/geforce-now/

kadogo commented 4 years ago

It's working on "Google Chrome", I think that it fail for the rest because I only have a radeon driver.

01:05.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RS780M [Mobility Radeon HD 3200]

My GPU card is pretty old I think and Lutris set an info about needed amdgpu driver so I guess it's the reason. Same if vainfo look correct.

# vainfo 
error: XDG_RUNTIME_DIR not set in the environment.
libva info: VA-API version 1.4.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so
libva info: Found init function __vaDriverInit_1_4
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.4 (libva 2.4.0)
vainfo: Driver version: Mesa Gallium driver 18.3.6 for AMD RS780 (DRM 2.50.0 / 4.19.0-10-amd64, LLVM 7.0.1)
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            : VAEntrypointVLD
      VAProfileMPEG2Main              : VAEntrypointVLD
      VAProfileVC1Simple              : VAEntrypointVLD
      VAProfileVC1Main                : VAEntrypointVLD
      VAProfileVC1Advanced            : VAEntrypointVLD
      VAProfileH264ConstrainedBaseline: VAEntrypointVLD
      VAProfileH264Main               : VAEntrypointVLD
      VAProfileH264High               : VAEntrypointVLD
      VAProfileNone                   : VAEntrypointVideoProc

If someone have another idea, I'm open to try. Or another idea to limit the CPU consumation because the pretty old hardware that I'm testing now.