-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Spacemacs freezes immediately in GUI mode #9554
Comments
Does stock Emacs freeze in GUI mode? |
@CeleritasCelery No, stock emacs works fine in GUI mode |
take a look at #4730 and see if some of the suggestions there help. specifically, |
Can windows send a SIGUSR2 to emacs? That will break the current elisp loop and make emacs show you a backtrace of what its been doing. |
Check your bash/shell profiles to see if you have something that could block Emacs. |
@Alexander-Miller I did some research and it seems that sadly windows doesn't have an equivalent for this kill signal @syl20bnr I'm confused, are there shell profiles on windows too ? I'm using the windows command line, not bash. |
try reinstalling (even in a separate directory) using |
@CeleritasCelery Thanks ! I reinstalled in a seperate directory, entered no-window-mode and selected spacemacs-base, that seems to have solved it. Is there a way to install the missing packages - maybe a list so that I can install them one by one (if that's feasible) and see if the problem gets reproduced ? |
You can find a list of missing layers here. That should allow you to bifurcate where the problem lies. |
@CeleritasCelery Is there anywhere specific I should put these ? I tried in |
Hmm. You may need to add them to |
@CeleritasCelery So finally I reinstalled the full spacemacs, and it mysteriously works now. If I find more clues for reproducing it I'll post them here, but for now I think this issue can be closed. Thanks for the help ! |
Description
Spacemacs freezes immediately after being started in GUI mode.
Reproduction guide 🪲
Observed behaviour: 👀 💔
Expected behaviour: ❤️ 😄
Spacemacs doesn't freeze
System info
Windows 10 1703 64-bit
Spacemacs master branch
Emacs 25.2 64-bit
Backtrace 🐾
Can't get anything... is there a logfile somewhere ?
I've tried the proposed solution in the FAQ, with no success.
emacs --no-window
)Is there anywhere I could get logfiles to get more info ?
The text was updated successfully, but these errors were encountered: