bbatsov / prelude

Prelude is an enhanced Emacs 25.1+ distribution that should make your experience with Emacs both more pleasant and more powerful.
https://prelude.emacsredux.com
5.09k stars 1.85k forks source link

Error during first run: File error: Creating pipe, Too many open files #1336

Open rofrol opened 3 years ago

rofrol commented 3 years ago

Expected behavior

No error during opening Emacs

Actual behavior

Warning (initialization): An error occurred while loading ‘c:/Users/rofro/.config/emacs/init.el’:

File error: Creating pipe, Too many open files

To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file.  Start Emacs with
the ‘--debug-init’ option to view a complete error backtrace. Disable showing Disable logging
Warning (comp): prelude-packages.el:48:84: Warning: reference to free variable `prelude-dir' Disable showing Disable logging
Warning (comp): super-save.el:63:1: Warning: custom-declare-variable `super-save-idle-duration' docstring wider than 80 characters Disable showing Disable logging
Warning (comp): browse-kill-ring.el:269:14: Warning: the function `browse-kill-ring-fit-window' is not known to be defined. Disable showing Disable logging

Steps to reproduce the problem

$ export PRELUDE_INSTALL_DIR="$HOME/.config/emacs" && curl -L https://github.com/bbatsov/prelude/raw/master/utils/installer.sh | sh
$ cd $HOME/.config/emacs/
$ cp sample/prelude-modules.el personal/
# modify prelude-modules.el

Start emacs

Environment & Version information

Emacs version

GNU Emacs 28.0.50 (build 1, x86_64-w64-mingw32)

Operating system

Windows 10

bbatsov commented 2 years ago

Perhaps you've encountered some issue with the dev version of Emacs? I can't think of anything that might result in this error.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution and understanding!