-
Notifications
You must be signed in to change notification settings - Fork 130
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
Homebrew Cask Crashes, Formula works #335
Comments
Hi, I would like to say it is hard to know about the cask crash. Cask build should be quite stable, since it is basically build without 3rd party patches, also without native-compilation. The biggest difference between Cask and Formula is just as you said, formula is build from source code. There is a bit more difference that Formula installs part of its files to the If either of them works for you, it might be good to just stick with it. You can find more information about starter(scripts) on this page, to start Emacs conveniently https://github.com/railwaycat/homebrew-emacsmacport/blob/master/docs/emacs-start-helpers.md. For the crash, mu is just an external process and should have less affect on Emacs itself, usually it is more likely the configuration or local data. If you can provide more information of your Mac arch (Intel or AppleSilicon), macOS version, if there was major OS ugprade between, that will be helpful. |
To verify if it is a issue on the Homebrew Cask installation, you can download the latest app bundle from release page and see if the crash still there: https://github.com/railwaycat/homebrew-emacsmacport/releases. If there is no crash with bundles from release page, then I guess |
Hi @railwaycat , and Wow thank you for your really nice and friendly response! First of al this is my current machine i'm using: MacBookPro M1 So i tested a little bit around. and Indeed tried your suggestions. I uninstalled all my Emacs installatiopns cask and formula.
This is just a exerpt from the crash report but probably not really helpful... Then I installed the dmg Download from the website / releases. However something that changed is, that it does not crash on startup anymore bun only when i start for example Dired. Do you maybe have an idea, how i could start figuring out what goes wrong with dired? Thanks again for your patience and time! You Rock! |
This is the error Report when i start emacs from Terminal with -debug-init
|
I had a similar issue long ago and was related to conflict of some of the core svg files (and maybe macports). Dired, if configured will also show svg thumbs and cause. Crashing on start-up may mean just images in general if you show startup message with gnu logo. See if related to SVG:
Then try the same with some png, gif or jpeg file instead of circle.svg. See if same happens. Also, maybe see: #312 |
Hi, please tell me if this is the wrong place to report this. However i Updated to the 28.2 version via homebrew.
I was using the --cask version of emacs-mac with
brew install --cask emacs-mac
however after the update, and also some package updates like mu etc. the cask started to crash with some weird Error messages from the Apple Crash handler.
After some fiddling around i installed
brew install emacs-mac
as a formula and thus built it from source? (not 100% sure what the difference ist)
after that i can find the Emacs.app in the homebrew/cellar foler.
If i start this Emacs.app it all works perfectly fine and no crashes occur.
Could it be, that the Cask that is installed by brew is somehow broken?
Or is it more likely that the problem is on my system? Maybe you have some Hints on where i could find out what the issue is...
Sorry if this issue does not fullfill your requirements, im not super experienced with all this and emacs in general
The text was updated successfully, but these errors were encountered: