Closed pshirshov closed 6 months ago
without debug symbols from codium this is a useless report as I can't do shit.
Besides, it's more of a codium issue to me.
I'll try to get the stack again, with debug symbols.
FYI @pshirshov - this solution fixed it for me.
It doesn't actually fix things, it just makes them better. I have these settings and I'm able to open the first Code window in ~50% cases, but when I open a second one it would crash 100%.
It doesn't actually fix things, it just makes them better. I have these settings and I'm able to open the first Code window in ~50% cases, but when I open a second one it would crash 100%.
seems like setting "window.titleBarStyle": "custom"
in the .config/VSCodium/User/settings.json
file to be fixing it for me
❯ cat ~/.config/code-flags.conf
#--enable-features=WaylandWindowDecorations
#--ozone-platform-hint=auto
doesn't crash with multiple workspaces when I enable it, it crashes on multiple Workspaces
It doesn't actually fix things, it just makes them better. I have these settings and I'm able to open the first Code window in ~50% cases, but when I open a second one it would crash 100%.
seems like setting
"window.titleBarStyle": "custom"
in the.config/VSCodium/User/settings.json
file to be fixing it for me
Unfortunately that does not completely fix the problem for me. As I said before, frequently I'm able to open the first VSCode/VSCodium window but it always crashes on the second one. I'm on 6900XT if that matters.
@vaxerski not-hyprland label plz https://github.com/microsoft/vscode/issues/184124
Insider build with Electron27 works just fine
Version: 1.86.0-insider
Commit: e244acbb172c428cb219717a07bf55d2737492ca
Date: 2024-01-22T05:35:29.903Z
Electron: 27.2.1
ElectronBuildId: 26149897
Chromium: 118.0.5993.159
Node.js: 18.17.1
V8: 11.8.172.18-electron.0
OS: Linux x64 6.7.1-2-cachyos
closing cuz not hl
Hyprland Version
Hyprland, built from branch at commit f8008e4b3beb4aae2365973879a46fe0f15c79b4
Bug or Regression?
Bug
Description
vscode/vscodium frequently crash on mouse clicks (not always, but very frequently). The relevant part of the stack is:
How to reproduce
Run vscode or vscodium, click into the window.
Crash reports, logs, images, videos
No response
Relevant