question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

gpu_init.cc Passthrough is not supported, GL is disabled

See original GitHub issue
  • This issue is blocking
  • This issue is causing unreasonable pain

I haven’t run darc in many months, but today I needed to, so pulled main (6d47939a55dde813), ran .\eng\common\darc-init.ps1, followed by darc authenticate.

For some reason, I got this error on my physical machine during the authenticate:

[4184:1015/103136.034:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is disabled

image

The editor opened, I entered my tokens, saved/closed, then the error appeared after 30 seconds or so.

On a VM I have, I performed the same steps, using the same tokens, and it worked immediately.

Has this issue been seen before? From a quick web search, it sounds like it often occurs due to some Chromium driver issue, but I don’t understand how that would be related to darc.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
donnie-msftcommented, Oct 18, 2021

I just tried a darc authenticate and for whatever reason, today I’m not getting that error. Sounds transient and external, so I’ll close. Thanks!

0reactions
mmitchecommented, Oct 18, 2021

That makes a lot more sense, now, as to why Chromium drivers may be in play. On my machine that repro’s the issue, it’s VS Code, which is an Electron app. ......Microsoft VS Code\Code.exe" --wait

However, when I run the same command (with the same path and arguments), VS Code opens just fine. Does DARC not support VSCode as an editor, or is there a new bug? I have had this configuration for years, and definitely used DARC before without the error.

I use VSCode as an editor for darc, It’s just using your core.editor for git, which I have set to:

PS C:\r\runtime> git config --list | findstr -i code
core.editor="C:\Users\mmitche\AppData\Local\Programs\Microsoft VS Code\Code.exe" --wait

It does show error and odd messages from time to time, but darc itself knows nothing about vscode.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Passthrough is not supported, GL is disabled - python
As I remember correctly, the error message Passthrough is not supported, GL is swiftshader has been shown after the Chromedriver version 89 ...
Read more >
Passthrough is not supported, GL is disabled, ANGLE is
I'm new to Electron and I'm using React in my project as well. So far there's hardly anything that's being rendered inside the...
Read more >
ERROR:gpu_init.cc(446)] Passthrough is not supported ...
Current behavior describe('My first simple testy with cypress' () => { it('True should be true', () => { expect(true).to.equal(false) } ...
Read more >
ERROR:gpu_init.cc(454)] Passthrough is not supported
txt file (located in X-Plane folder) to your next reply. Also, I believe the 'Passthrough is not supported, GL is disabled, ANGLE is"...
Read more >
ERROR:gpu_init.cc(426) Passthrough is not supported, GL ...
Solution 1: Enable WebGL · We will first enable hardware acceleration · Next, click the Advanced ▽ link at the bottom · You...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found