-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on Linux when attempting to open "File" menu #2082
Comments
This is happening to me too. Reinstalling and clearing cached/local data did not fix it. LMDE, installed with apt. |
Same here. Fedora 40. |
It's happening here as well. Debian 12 |
Also happening here. Using Linux Mint 22 Cinnamon. |
Same issue, Manjaro KDE 6.1.5 |
Linux Mint 21. I actually thought it was my settings or product.json after the update today, but the crash logs show it dumping a core and having issues itself. |
Same issue on Debian 12.7. dmesg shows this error:
|
same on fedora 41 |
same on mageia 9 I get this message in the terminal when I click on File: [20022:1102/222029.178647:FATAL:check.cc(376)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry! |
same on arch |
Same on EndeavourOS+i3. Does VSCodium also crash for you when right-clicking on a text area? |
Crash on arch, hyprland too, v1.95.1.24307-1 I've made a note on to downgrade the package if anyone wants to downgrade it. # Downgrade AUR packages
# Method 1: CLI
# Clone the AUR repository
# git clone https://aur.archlinux.org/aur_package.git
git clone https://aur.archlinux.org/vscodium-bin.git
# Change directory to AUR package folder
# cd aur_package_directory
cd vscodium-bin
# View the git changelog of the AUR package
git log
# Copy the hash of the specific commit
b7ca24ade76bb56d09851132bfa362c47233c657
# Press q to quit
# Switch branches or restore working tree files
# Updates files in the working tree to match the version in the index or the specified tree
# git checkout commit_hash
git checkout b7ca24ade76bb56d09851132bfa362c47233c657
# Build the package using the makepkg script
makepkg -si
# Delete the AUR package folder (Optional)
# Change directory to home
cd ~
# Delete the AUR package folder recursively with privilege escalation
sudo rm -r vscodium-bin
# Ignore AUR package update
# Edit pacman.conf
sudo nano /etc/pacman.conf
# Remove "#" from "IgnorePkg" and add AUR package to ignore updates
---
IgnorePkg = vscodium-bin
---
# Press Ctrl + O to save
# Press Ctrl + X to exit
# Method 2: GUI
# Visit the AUR page
https://aur.archlinux.org/
# Find the AUR package
# Search the AUR package name using the "Package Search" box on the right side
https://aur.archlinux.org/packages/vscodium-bin
# View the changelog of the AUR package
# Click "View Changes" on "Package Actions" box located on the right side
https://aur.archlinux.org/cgit/aur.git/log/?h=vscodium-bin
# Pick specific commit
# Click specific "Commit message" link
https://aur.archlinux.org/cgit/aur.git/commit/?h=vscodium-bin&id=b7ca24ade76bb56d09851132bfa362c47233c657
# Download specific commit .tar.gz file
# Under the "Commit" tab, click the link beside the "download" text
https://aur.archlinux.org/cgit/aur.git/snapshot/aur-b7ca24ade76bb56d09851132bfa362c47233c657.tar.gz
# Extract the AUR package .tar.gz file recursively with verbose log
# tar -xzvf aur_package.tar.gz -C extract_directory
tar -xzvf ~/Downloads/aur-b7ca24ade76bb56d09851132bfa362c47233c657.tar.gz -C ~/Downloads/vscodium/
# Change directory to AUR package folder
# cd aur-commit_hash_directory
cd ~/Downloads/aur-b7ca24ade76bb56d09851132bfa362c47233c657/
# Build the package using the makepkg script
makepkg -si
# Delete the AUR package folder (Optional)
# Change directory to home
cd ~
# Delete the AUR package folder recursively with privilege escalation
sudo rm -r vscodium-bin
# Ignore AUR package update
# Edit pacman.conf
sudo nano /etc/pacman.conf
# Remove "#" from "IgnorePkg" and add AUR package to ignore updates
---
IgnorePkg = vscodium-bin
---
# Press Ctrl + O to save
# Press Ctrl + X to exit |
I have the issue:
|
Some Links:
I suspect this issue is fixed in microsoft's distribution of electron but not the upstream ones. |
@kxxt Thx for the update. So it's not VSCodium specific. I'm testing/building on my VM, I will try to play around with the Electron version. |
Here the related issues: microsoft/vscode#230604 and microsoft/vscode#232723 Based on the comments in microsoft/vscode#232723, Visual Studio Code has shipped with a custom Electron with the fix. I've tested it and it's working. |
@zero-stacks Which version are you using? |
@daiyam So I guess 1.96 has the bug fixed. We just need to wait until the VSCode upstream gets merged into VSCodium release branch. |
This solution was perfect and even makes the look better. It could come custom by default. |
I can confirm that the setting adjustment has cosmetic effect on VSCode 1.96.0-insiders and fixes the File menu crash for 1.95.0-insiders Still an interesting bug. But I like the "custom" menu bar design better. I'm almost glad it broke :) |
I agree with you that the custom menu is better ;)
Yes, |
same here since today, using LMDE6 |
same issue too. v1.95.1. can confirm setting the title bar to custom does address the issue |
thanks for custom |
Same crash issue for me on ZorinOS 17.2 |
I tried it out too and it works setting titleBarStyle to custom using |
Ubuntu 22.04 same behavior and using the custom Title Bar Style is a good workaround. |
In arch, setting |
Exactly. |
It works but now I'm stuck with a piece of UI I had hidden for a reason. |
I can reproduce this error both on Pop!OS and Arch Linux, on different machines. |
I was just going to open a new issue on this - happens to me every time on Fedora 41. |
Happening to me also on Fedora 41. |
hey guys guess what - it's happening to everyone on everything. Neat how this was troubleshooted and then solved via workaround a while ago, huh? No need to keep posting about it with irrelevant information that helps no one and only obfuscates the real answers. |
Good news, it has been backported (electron/electron#44623) and Electron v32.2.5 has been released. |
v1.95.3.24321 is fixing the issue. |
Fix works on Fedora 40, thank you! |
Working on Arch - also thanks. |
Works on Fedora 41, thanks you !!! |
Works on Debian 12, thanks a lot =^ ^= |
thanks a lot :-) |
Version 1.95.3 working on my Ubuntu 24.10. |
ubuntu / gnome the file menu doesn't crash the app anymore HOWEVER it is still not possible to resize windows with mouse from window borders (full screen / minimize buttons are fine). |
Thanks |
(First time writing one of these, so sorry if I've fail to provide good information)
Describe the bug
After a recent update, trying to use the File menu/dropdown results in a crash after about a second of the program freezing.
Please confirm that this problem is VSCodium-specific
Please confirm that the issue/resolution isn't already documented
To Reproduce
Steps to reproduce the behavior:
Its notable that all the other drop downs such as Edit and Terminal seem to render without issue.
Expected behavior
The File dropdown to render and allow options to be selected.
Desktop (please complete the following information):
Additional context
This bug did not happen on version 1.94.2.24286
The text was updated successfully, but these errors were encountered: