Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 7503

Troubleshooting • Visual Code freeze after software update

$
0
0
Hello everyone,

I own a Raspberry Pi 5 that just required a software update. I performed the update. Rebooted at the end, but now, Visual Code freezes instantly after opening. The CPU goes to approx 83 degrees Celsius. Everything was fine for weeks before this update.
Tried to completely reinstall Visual Code and also to start it without extensions (using code --disable-extensions) but still freezes. Ran it with verbose and the logs show:

Code:

[main 2025-02-08T18:50:27.795Z] update#setState checking for updates[main 2025-02-08T18:50:27.795Z] resolveShellEnv(): skipped (VSCODE_CLI is set)[main 2025-02-08T18:50:27.796Z] #2: https://update.code.visualstudio.com/api/update/linux-arm64/stable/33fc5a94a3f99ebe7087e8fe79fbe1d37a251016 - begin undefined e4 { b: {}, a: [Object: null prototype] {} }[main 2025-02-08T18:50:27.852Z] #2: https://update.code.visualstudio.com/api/update/linux-arm64/stable/33fc5a94a3f99ebe7087e8fe79fbe1d37a251016 - end undefined 204 {  'access-control-allow-origin': '*',  date: 'Sat, 08 Feb 2025 18:50:27 GMT',  'request-context': 'appId=cid-v1:8109e553-6232-492a-afca-b78cea9b431c',  'strict-transport-security': 'max-age=31536000; includeSubDomains',  'x-azure-ref': '20250208T185027Z-r195c76d9d7455t8hC1BUDatx80000000290000000003px9',  'x-cache': 'CONFIG_NOCACHE',  'x-content-type-options': 'nosniff',  'x-powered-by': 'Express',  'x-source-commit': 'ec889288e272a7cf2166c86c73aa9424bf003814'}[main 2025-02-08T18:50:27.853Z] update#setState idle[9263:0208/205041.875531:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times![main 2025-02-08T18:50:56.830Z] CodeWindow: detected unresponsive
Few data about the RPi:

Code:

lts@raspberrypi:~ $ cat /etc/os-releasePRETTY_NAME="Debian GNU/Linux 12 (bookworm)"NAME="Debian GNU/Linux"VERSION_ID="12"VERSION="12 (bookworm)"VERSION_CODENAME=bookwormID=debianHOME_URL="https://www.debian.org/"SUPPORT_URL="https://www.debian.org/support"BUG_REPORT_URL="https://bugs.debian.org/"lts@raspberrypi:~ $ uname -r6.6.74+rpt-rpi-2712lts@raspberrypi:~ $ vcgencmd version2024/11/12 16:10:44 Copyright (c) 2012 Broadcomversion 4b019946 (release) (embedded)
The only way to make it work is running it with no gpu, using: code --disable-gpu --verbose

Anyone any idea on how to fix this, please? I am a beginner :)

Statistics: Posted by Dyptorden — Sat Feb 08, 2025 7:14 pm — Replies 1 — Views 38



Viewing all articles
Browse latest Browse all 7503

Trending Articles