Skip to content

Broken GPU spoofing in 148.0.7778.215 #88

Description

@L3n1n

Version 148.0.7778.215 for Windows has a major issue with GPU spoofing. This issue can potentially cause serious compatibility problems with websites protected by Cloudflare Challenges and possibly other anti-bot services.

In chrome://gpu/, under Log Messages, the following error appears:

EGL Driver message (Error) eglCreateContext: Requested version is not supported

When visiting a website protected by Cloudflare Challenges, the challenge enters an infinite refresh loop and the user cannot access the website.

Steps to reproduce

  1. Run fingerprint-chromium version 148.0.7778.215 on Windows.
  2. Start the browser using the fingerprint parameter --fingerprint={seed}
  3. Open the Cloudflare Challenges test page: https://rucaptcha.com/demo/cloudflare-turnstile-challenge
  4. The challenge enters an infinite refresh loop and never completes.

Workaround

The issue can be avoided by using one of the following launch parameters:

--disable-spoofing=gpu
--disable-gpu
--use-angle=swiftshader
--use-angle=gl

With these parameters, the Cloudflare Challenges completes successfully.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions