Skip to content

Broken shader compilation with mesa update #190437

@RokeJulianLockhart

Description

@RokeJulianLockhart
  1. Workaround

    This is an issue in Chromium itself. For now there are the following two workarounds:

    1. Broken shader compilation with mesa update #190437 (comment)

      rm -rf "$HOME/.config/Code/GPUCache"
    2. Broken shader compilation with mesa update #190437 (comment)

      If ($IsLinux) {Remove-Item -Path "$HOME/.config/Code - Insiders/GPUCache"}
  2. Bug

    Does this issue occur when all extensions are disabled?
    I can't test that.
    1. VS Code Version

      Per:

      code-insiders

      ...the affected version is:

      Type Data
      Version 1.82.0-insider
      Commit 76985ae
      Date 2023-08-11T17:10:45.392Z
      Electron 25.4.0
      ElectronBuildId 22958381
      Chromium 114.0.5735.248
      Node.js 18.15.0
      V8 11.4.183.27-electron.0
      OS Linux x64 6.4.9-1-default

      However, per:

      code

      ...note that --channel=latest/stable, that is:

      Type Data
      Version 1.81.1
      Commit 6c3e3db
      Date 2023-08-09T22:18:39.991Z
      Electron 22.3.18
      ElectronBuildId 22689846
      Chromium 108.0.5359.215
      Node.js 16.17.1
      V8 10.8.168.25-electron.0
      OS Linux x64 6.4.9-1-default snap

      ...works:

      image

    2. OS Version

      cat -vbET '/etc/os-release'
           8  CPE_NAME="cpe:/o:opensuse:tumbleweed:20231119"$
      
      uname -a
      PS /home/rokejulianlockhart> uname -a
      Linux RQN6C6 6.4.9-1-default #1 SMP PREEMPT_DYNAMIC Wed Aug  9 05:07:55 UTC 2023 (5b9ad20) x86_64 x86_64 x86_64 GNU/Linux
      PS /home/rokejulianlockhart>
      
  3. Steps to Reproduce

    1. code-insiders
    2. The GUI is invisible:

      image

      ...yet the menubar continues to operate correctly.

Metadata

Metadata

Assignees

Labels

author-verification-requestedIssues potentially verifiable by issue authorbugIssue identified by VS Code Team member as probable bugchromiumIssues and items related to Chromiumelectron-25-updategpuIssues concerning GPU related itemsinsiders-releasedPatch has been released in VS Code InsiderslinuxIssues with VS Code on LinuxmitigatedIssue has workaround in placeupstream-issue-fixedThe underlying upstream issue has been fixedverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions