Basically, those apps can’t get gpu access at all, the process crashes immediately, so the logs don’t tell much, which is why I was trying to do more testing to narrow down the possible causes.
I checked the flags, tried some I hadn’t already tried before, but none seem to be for fixing it not running at all.
I did share the more relevant part of those output in the thread I linked in the first post, but here are the full logs for both(there are also games that stopped working so I don’t think it’s specifically an electron issue though):
brave:
[67394:67394:0220/111210.923632:ERROR:chrome/browser/ui/views/user_education/impl/browser_user_education_interface_impl.cc:154] Attempting to show IPH IPH_DiscardRing before browser initialization complete; IPH will not be shown.
[67394:67394:0220/111211.072960:ERROR:content/browser/gpu/gpu_process_host.cc:996] GPU process exited unexpectedly: exit_code=139
[67394:67394:0220/111211.308086:ERROR:content/browser/gpu/gpu_process_host.cc:996] GPU process exited unexpectedly: exit_code=139
[67394:67394:0220/111211.549590:ERROR:content/browser/gpu/gpu_process_host.cc:996] GPU process exited unexpectedly: exit_code=139
[67394:67394:0220/111211.549608:FATAL:content/browser/gpu/gpu_data_manager_impl_private.cc:416] GPU process isn't usable. Goodbye.
[0220/111211.561150:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0220/111211.561300:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0220/111211.561404:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0220/111211.566214:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0220/111211.568011:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0220/111211.568198:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0220/111211.568276:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0220/111211.568668:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0220/111211.569132:ERROR:third_party/crashpad/crashpad/util/process/process_memory_range.cc:75] read out of range
[0220/111211.569143:ERROR:third_party/crashpad/crashpad/util/process/process_memory_range.cc:75] read out of range
[0220/111211.575023:ERROR:third_party/crashpad/crashpad/util/process/process_memory_range.cc:75] read out of range
[0220/111211.575035:ERROR:third_party/crashpad/crashpad/util/process/process_memory_range.cc:75] read out of range
[0220/111211.575051:ERROR:third_party/crashpad/crashpad/util/process/process_memory_range.cc:75] read out of range
[0220/111211.575058:ERROR:third_party/crashpad/crashpad/util/process/process_memory_range.cc:75] read out of range
And vs code:
[68332:0220/111435.940796:WARNING:ui/ozone/platform/wayland/common/drm_render_node_path_finder.cc:111] Preferred drm_render_node not found, picking nvidia-drm
[68332:0220/111436.151843:WARNING:ui/ozone/platform/wayland/common/wayland_object.cc:119] Binding to wl_shm version 1 but version 2 is available.
[68332:0220/111436.151855:WARNING:ui/ozone/platform/wayland/common/wayland_object.cc:119] Binding to wl_seat version 8 but version 10 is available.
[68332:0220/111436.151867:WARNING:ui/ozone/platform/wayland/common/wayland_object.cc:119] Binding to zwp_pointer_gestures_v1 version 1 but version 3 is available.
[68332:0220/111436.151887:WARNING:ui/ozone/platform/wayland/common/wayland_object.cc:119] Binding to wp_cursor_shape_manager_v1 version 1 but version 2 is available.
[68332:0220/111436.151905:WARNING:ui/ozone/platform/wayland/common/wayland_object.cc:119] Binding to org_kde_kwin_appmenu_manager version 1 but version 2 is available.
[68332:0220/111436.151957:WARNING:ui/ozone/platform/wayland/common/wayland_object.cc:119] Binding to zwp_linux_dmabuf_v1 version 4 but version 5 is available.
[main 2026-02-20T16:14:36.270Z] PolicyConfiguration#initialize
[main 2026-02-20T16:14:36.271Z] PolicyConfiguration#updatePolicyDefinitions [
'update.mode',
'update.channel',
'update.showReleaseNotes',
'http.useLocalProxyConfiguration',
'http.electronFetch',
'http.proxy',
'http.proxyStrictSSL',
'http.proxyKerberosServicePrincipal',
'http.noProxy',
'http.proxyAuthorization',
'http.proxySupport',
'http.systemCertificates',
'http.systemCertificatesNode',
'http.experimental.systemCertificatesV2',
'http.fetchAdditionalSupport',
'http.experimental.networkInterfaceCheckInterval',
'telemetry.telemetryLevel',
'telemetry.feedback.enabled',
'telemetry.enableTelemetry',
'extensions.allowed'
]
[main 2026-02-20T16:14:36.277Z] [File Watcher (node.js)] Request to start watching: /etc/vscode/policy.json (excludes: <none>, includes: <all>, filter: <none>, correlationId: <none>),/home/sloth/.config/Code/User (excludes: <none>, includes: <all>, filter: <none>, correlationId: <none>),/home/sloth/.config/Code/User/settings.json (excludes: <none>, includes: <all>, filter: <none>, correlationId: <none>)
[main 2026-02-20T16:14:36.279Z] PolicyConfiguration#update [
'update.mode',
'telemetry.telemetryLevel',
'telemetry.feedback.enabled',
'extensions.allowed'
]
[main 2026-02-20T16:14:36.279Z] PolicyConfiguration#updatePolicyDefinitions [ 'update.enableWindowsBackgroundUpdates' ]
[main 2026-02-20T16:14:36.279Z] PolicyConfiguration#update []
[main 2026-02-20T16:14:36.279Z] [File Watcher (node.js)] ignoring a path for watching who's stat info failed to resolve: /etc/vscode/policy.json (error: Error: ENOENT: no such file or directory, stat '/etc/vscode/policy.json')
[main 2026-02-20T16:14:36.280Z] [File Watcher (node.js)] starting fs.watchFile() on /etc/vscode/policy.json (correlationId: undefined)
[main 2026-02-20T16:14:36.314Z] Starting VS Code
[main 2026-02-20T16:14:36.314Z] from: /opt/visual-studio-code/resources/app
[main 2026-02-20T16:14:36.315Z] args: {
_: [],
diff: false,
merge: false,
add: false,
remove: false,
goto: false,
'new-window': false,
'reuse-window': false,
wait: false,
help: false,
'list-extensions': false,
'show-versions': false,
'pre-release': false,
'update-extensions': false,
version: false,
verbose: true,
status: false,
'prof-startup': false,
'no-cached-data': false,
'prof-v8-extensions': false,
'disable-extensions': false,
'disable-lcd-text': false,
'disable-gpu': false,
'disable-chromium-sandbox': false,
sandbox: false,
telemetry: false,
debugRenderer: false,
'enable-smoke-test-driver': false,
logExtensionHostCommunication: false,
'skip-release-notes': false,
'skip-welcome': false,
'disable-telemetry': false,
'disable-updates': false,
transient: false,
'use-inmemory-secretstorage': false,
'disable-workspace-trust': false,
'disable-crash-reporter': false,
'crash-reporter-id': '7318f7ab-1fc0-4b46-b038-446b4da1fc85',
'skip-add-to-recently-opened': false,
'open-url': false,
'file-write': false,
'file-chmod': false,
force: false,
'do-not-sync': false,
'do-not-include-pack-dependencies': false,
trace: false,
'trace-memory-infra': false,
'preserve-env': false,
'force-user-env': false,
'force-disable-user-env': false,
'open-devtools': false,
'disable-gpu-sandbox': false,
'__enable-file-policy': false,
'enable-coi': false,
'enable-rdp-display-tracking': false,
'disable-layout-restore': false,
'disable-experiments': false,
'no-proxy-server': false,
'no-sandbox': false,
nolazy: false,
'force-renderer-accessibility': false,
'ignore-certificate-errors': false,
'allow-insecure-localhost': false,
'disable-dev-shm-usage': false,
'profile-temp': false,
logsPath: '/home/sloth/.config/Code/logs/20260220T111436'
}
[main 2026-02-20T16:14:36.315Z] Resolving machine identifier...
[main 2026-02-20T16:14:36.315Z] Resolving SQM identifier...
[main 2026-02-20T16:14:36.315Z] Resolving devDevice identifier...
[main 2026-02-20T16:14:36.315Z] Resolved machine identifier: 93fbd3a23e4b28332d266ebd2056d745b7f1e9f52d3d8e9c022f562805d3aaff
[main 2026-02-20T16:14:36.315Z] Resolved SQM identifier:
[main 2026-02-20T16:14:36.315Z] Resolved devDevice identifier: bcdf4ce0-0e95-4a88-949d-5b191e961641
[main 2026-02-20T16:14:36.315Z] Main->SharedProcess#connect
[main 2026-02-20T16:14:36.317Z] PolicyConfiguration#updatePolicyDefinitions [
'terminal.integrated.automationProfile.linux',
'terminal.integrated.automationProfile.osx',
'terminal.integrated.automationProfile.windows',
'terminal.integrated.profiles.windows',
'terminal.integrated.profiles.osx',
'terminal.integrated.profiles.linux',
'terminal.integrated.useWslProfiles',
'terminal.integrated.inheritEnv',
'terminal.integrated.persistentSessionScrollback',
'terminal.integrated.showLinkHover',
'terminal.integrated.ignoreProcessNames'
]
[main 2026-02-20T16:14:36.317Z] PolicyConfiguration#updatePolicyDefinitions [
'terminal.integrated.defaultProfile.linux',
'terminal.integrated.defaultProfile.osx',
'terminal.integrated.defaultProfile.windows'
]
[main 2026-02-20T16:14:36.319Z] PolicyConfiguration#update []
[main 2026-02-20T16:14:36.319Z] PolicyConfiguration#update []
[main 2026-02-20T16:14:36.321Z] [File Watcher (node.js)] Started watching: '/home/sloth/.config/Code/User'
[main 2026-02-20T16:14:36.328Z] [File Watcher (node.js)] Started watching: '/home/sloth/.config/Code/User/settings.json'
[main 2026-02-20T16:14:36.329Z] StorageMainService: creating application storage
[main 2026-02-20T16:14:36.334Z] ElectronURLListener: waiting for window to be ready to handle URLs...
[main 2026-02-20T16:14:36.334Z] lifecycle (main): phase changed (value: 2)
[main 2026-02-20T16:14:36.334Z] windowsManager#open
[main 2026-02-20T16:14:36.336Z] windowsManager#open pathsToOpen [
{
workspace: { id: 'f81194ce3d9459af46207e7625aab580', uri: [Yr] },
type: 2,
exists: true
}
]
[main 2026-02-20T16:14:36.336Z] windowsManager#doOpenFolderOrWorkspace {
folderOrWorkspace: {
workspace: { id: 'f81194ce3d9459af46207e7625aab580', uri: [Yr] },
type: 2,
exists: true
},
filesToOpen: undefined
}
[main 2026-02-20T16:14:36.338Z] IPC Object URL: Registered new channel vscode:2a56925d-3176-4c54-a787-f321e3179675.
[main 2026-02-20T16:14:36.338Z] window#validateWindowState: validating window state on 2 display(s) { mode: 1, x: 0, y: 0, width: 2788, height: 1260 }
[main 2026-02-20T16:14:36.338Z] window#validateWindowState: multi-monitor working area { x: 437, y: 0, width: 2560, height: 1080 }
[main 2026-02-20T16:14:36.338Z] window#ctor: using window state { mode: 1, x: 0, y: 0, width: 2788, height: 1260 }
[68332:0220/111436.346003:WARNING:ui/ozone/platform/wayland/host/wayland_surface.cc:170] Server doesn't support zcr_alpha_compositing_v1.
[68332:0220/111436.346015:WARNING:ui/ozone/platform/wayland/host/wayland_surface.cc:185] Server doesn't support overlay_prioritizer.
[main 2026-02-20T16:14:36.370Z] window#load: attempt to load window (id: 1)
[main 2026-02-20T16:14:36.373Z] StorageMainService: creating workspace storage (f81194ce3d9459af46207e7625aab580)
[main 2026-02-20T16:14:36.374Z] windowsManager#open used window count 1 (workspacesToOpen: 0, foldersToOpen: 1, emptyToRestore: 0, maybeOpenEmptyWindow: false)
[main 2026-02-20T16:14:36.374Z] lifecycle (main): phase changed (value: 3)
[main 2026-02-20T16:14:36.375Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[main 2026-02-20T16:14:36.375Z] update#setState idle
[main 2026-02-20T16:14:36.418Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[68373:0220/111436.526998:WARNING:media/gpu/vaapi/vaapi_wrapper.cc:129] Should skip nVidia device named: nvidia-drm
[68373:0220/111436.527092:WARNING:media/gpu/vaapi/vaapi_wrapper.cc:1549] Forcibly using value of --render-node-override
[0220/111436.542496:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /home/sloth/.config/Code/Crashpad/attachments/d618ea95-4fc9-4f2d-8492-4dec3f5a3d41: No such file or directory (2)
[68332:0220/111436.853638:ERROR:content/browser/gpu/gpu_process_host.cc:999] GPU process exited unexpectedly: exit_code=139
[68332:0220/111436.853653:WARNING:content/browser/gpu/gpu_process_host.cc:1441] The GPU process has crashed 1 time(s)
[68439:0220/111437.067284:WARNING:media/gpu/vaapi/vaapi_wrapper.cc:129] Should skip nVidia device named: nvidia-drm
[68439:0220/111437.067682:WARNING:media/gpu/vaapi/vaapi_wrapper.cc:1549] Forcibly using value of --render-node-override
[main 2026-02-20T16:14:37.081Z] [File Watcher (node.js)] Request to stop watching: /etc/vscode/policy.json (excludes: <none>, includes: <all>, filter: <none>, correlationId: <none>)
[main 2026-02-20T16:14:37.081Z] [File Watcher (node.js)] stopping file watcher (/etc/vscode/policy.json (excludes: <none>, includes: <all>, filter: <none>, correlationId: <none>))
[0220/111437.081877:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /home/sloth/.config/Code/Crashpad/attachments/966c4c9c-cfee-4681-9d5e-5c6472b757dc: No such file or directory (2)
[68332:0220/111437.400019:ERROR:content/browser/gpu/gpu_process_host.cc:999] GPU process exited unexpectedly: exit_code=139
[68332:0220/111437.400034:WARNING:content/browser/gpu/gpu_process_host.cc:1441] The GPU process has crashed 2 time(s)
[68453:0220/111437.616858:WARNING:media/gpu/vaapi/vaapi_wrapper.cc:129] Should skip nVidia device named: nvidia-drm
[68453:0220/111437.616941:WARNING:media/gpu/vaapi/vaapi_wrapper.cc:1549] Forcibly using value of --render-node-override
[0220/111437.631176:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /home/sloth/.config/Code/Crashpad/attachments/1437e538-e004-45dc-b66d-8a6c4c8ed34a: No such file or directory (2)
[68332:0220/111437.944824:ERROR:content/browser/gpu/gpu_process_host.cc:999] GPU process exited unexpectedly: exit_code=139
[68332:0220/111437.944837:WARNING:content/browser/gpu/gpu_process_host.cc:1441] The GPU process has crashed 3 time(s)
[68467:0220/111438.083622:WARNING:media/gpu/vaapi/vaapi_wrapper.cc:129] Should skip nVidia device named: nvidia-drm
[68467:0220/111438.083713:WARNING:media/gpu/vaapi/vaapi_wrapper.cc:1549] Forcibly using value of --render-node-override
[0220/111438.098385:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /home/sloth/.config/Code/Crashpad/attachments/b09b0bf2-04d7-408a-b34c-3e7a2cd73ce3: No such file or directory (2)
[68332:0220/111438.601748:ERROR:content/browser/gpu/gpu_process_host.cc:999] GPU process exited unexpectedly: exit_code=139
[68332:0220/111438.601759:WARNING:content/browser/gpu/gpu_process_host.cc:1441] The GPU process has crashed 4 time(s)
[68497:0220/111438.744193:WARNING:media/gpu/vaapi/vaapi_wrapper.cc:129] Should skip nVidia device named: nvidia-drm
[68497:0220/111438.744279:WARNING:media/gpu/vaapi/vaapi_wrapper.cc:1549] Forcibly using value of --render-node-override
[0220/111438.759043:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /home/sloth/.config/Code/Crashpad/attachments/9b86f98a-0028-47b5-84d5-ab861aa7fe72: No such file or directory (2)
[main 2026-02-20T16:14:38.877Z] lifecycle (main): phase changed (value: 4)
[68332:0220/111439.260338:ERROR:content/browser/gpu/gpu_process_host.cc:999] GPU process exited unexpectedly: exit_code=139
[68332:0220/111439.260353:WARNING:content/browser/gpu/gpu_process_host.cc:1441] The GPU process has crashed 5 time(s)
[68528:0220/111439.412238:WARNING:media/gpu/vaapi/vaapi_wrapper.cc:129] Should skip nVidia device named: nvidia-drm
[68528:0220/111439.412333:WARNING:media/gpu/vaapi/vaapi_wrapper.cc:1549] Forcibly using value of --render-node-override
[0220/111439.427028:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /home/sloth/.config/Code/Crashpad/attachments/29819ab6-3768-495f-af60-99420467baac: No such file or directory (2)
[68332:0220/111439.918292:ERROR:content/browser/gpu/gpu_process_host.cc:999] GPU process exited unexpectedly: exit_code=139
[68332:0220/111439.918303:WARNING:content/browser/gpu/gpu_process_host.cc:1441] The GPU process has crashed 6 time(s)
[68558:0220/111439.922755:WARNING:media/gpu/vaapi/vaapi_wrapper.cc:129] Should skip nVidia device named: nvidia-drm
[68558:0220/111439.922837:WARNING:media/gpu/vaapi/vaapi_wrapper.cc:1549] Forcibly using value of --render-node-override
[0220/111439.934000:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /home/sloth/.config/Code/Crashpad/attachments/f940aeef-e547-4c55-8e6a-86a8cbe8dce7: No such file or directory (2)
[68332:0220/111440.144213:ERROR:content/browser/gpu/gpu_process_host.cc:999] GPU process exited unexpectedly: exit_code=139
[68332:0220/111440.144224:WARNING:content/browser/gpu/gpu_process_host.cc:1441] The GPU process has crashed 7 time(s)
[68568:0220/111440.148821:WARNING:media/gpu/vaapi/vaapi_wrapper.cc:129] Should skip nVidia device named: nvidia-drm
[68568:0220/111440.148894:WARNING:media/gpu/vaapi/vaapi_wrapper.cc:1549] Forcibly using value of --render-node-override
[0220/111440.239704:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /home/sloth/.config/Code/Crashpad/attachments/9c756c8f-07a6-45c3-a3f1-21e272085c48: No such file or directory (2)
[68332:0220/111440.375663:ERROR:content/browser/gpu/gpu_process_host.cc:999] GPU process exited unexpectedly: exit_code=139
[68332:0220/111440.375675:WARNING:content/browser/gpu/gpu_process_host.cc:1441] The GPU process has crashed 8 time(s)
[68580:0220/111440.380665:WARNING:media/gpu/vaapi/vaapi_wrapper.cc:129] Should skip nVidia device named: nvidia-drm
[68580:0220/111440.380742:WARNING:media/gpu/vaapi/vaapi_wrapper.cc:1549] Forcibly using value of --render-node-override
[0220/111440.553738:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /home/sloth/.config/Code/Crashpad/attachments/582e0741-9b5b-4030-9936-d5a59229aeda: No such file or directory (2)
[68332:0220/111440.618098:ERROR:content/browser/gpu/gpu_process_host.cc:999] GPU process exited unexpectedly: exit_code=139
[68332:0220/111440.618108:WARNING:content/browser/gpu/gpu_process_host.cc:1441] The GPU process has crashed 9 time(s)
[68332:0220/111440.618118:FATAL:content/browser/gpu/gpu_data_manager_impl_private.cc:415] GPU process isn't usable. Goodbye.
[0220/111440.624628:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0220/111440.624689:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0220/111440.875894:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /home/sloth/.config/Code/Crashpad/attachments/054ca4a1-fec5-4265-b10d-ca3b1e62783e: No such file or directory (2)
Thanks, trying to find how to download old versions was going to be my next step if there was no way to fix the new one.
At this point, I’m assuming launching nonfree nvidia from the iso is just broken for everyone in the current version since everyone is avoiding directly answering my question.
I’ve already tried old drivers to see if they worked with no luck and I’ve had report that those apps are not broken with the latest driver from someone with basically the same gpu I have so having an old driver in the iso wouldn’t change much(it’s actually less ideal for the test I’m trying to make), but if it boots, it’ll still a good test.