fig icon indicating copy to clipboard operation
fig copied to clipboard

fig crashed after system update + one user interaction

Open dylankenneally opened this issue 2 years ago • 0 comments

Sanity checks

  • [X] I have searched github.com/withfig/fig/issues and there are no duplicates of my issue
  • [X] I have run fig doctor in the affected terminal session
  • [X] I have run fig restart and tested again (tell us if that fixed it)

Issue Details

Description:

What happened

  • MacBook Pro (Mid 2015), auto-updated the OS to macOS 12.6, from 12.5.
  • macOS 12.6 applied without issue/anything of note
  • After the machine has rebooted, I log in and the OS restores apps that were running prior, including the terminal, running bash v3.2.57 & fig/fig_cli v1.5.0
image
  • I have "Launch the Fig app automatically whenever you restart your computer." enabled.
  • The fig UI opens, I clicked 'Settings' from the 'Quick Links' card, fig crashes
  • The OS analytics app opens, the full log is here
image

What I expected to happen

  • nothing, literally

How we can reproduce it

  • unknown

Sanity checks

  • fig doctor & fig restart were not run until after the crash
  • fig doctor highlighted the following (full log is here)
[38;5;9m✘[39m Daemon: Daemon settings watcher error
  No such file or directory (os error 2)
Attempting to fix automatically...
Re-running check...

[38;5;10m✔[39m Daemon

[38;5;10m✔[39m Everything looks good!

  Fig still not working? Run [38;5;13mfig issue[39m to let us know!
  Or, email us at [38;5;6m[[email protected][0m!

  [1mPS. Autocomplete won't work in any existing terminal sessions, [0m[1m[3monly new ones.[0m
  (You might want to restart your terminal emulator)
  • restarted terminal as suggested, re-ran fig doctor
✔ Everything looks good!

  Fig still not working? Run fig issue to let us know!
  Or, email us at [email protected]!

Environment

dylankenneally@ ~ () $ fig diagnostic

fig-details:
  - desktop-version: Version 1.0.61 (B528) [Australian]
hardware-info:
  - model: MacBook Pro
  - model-id: MacBookPro11,5
  - chip-id: 
  - cores: 4
  - mem: 16 GB
os-info:
  - macOS 12.6.0 (21G115)
environment:
  - shell: /bin/bash
  - terminal: terminal
  - cwd: /Users/dylankenneally
  - exe-path: /usr/local/bin/fig
  - install-method: brew
  - env-vars:
    - FIG_PID: 14533
    - TERM: xterm-256color
    - SHELL: /bin/bash
    - TERM_SESSION_ID: 10522A72-7C86-4307-A7DE-805946C6DC22
    - PATH: /Library/Frameworks/Python.framework/Versions/3.10/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/dylankenneally/.fig/bin:/Users/dylankenneally/.local/bin:/Applications/Visual Studio Code.app/Contents/Resources/app/bin
    - FIG_WORKFLOWS_KEYBIND: ^f
    - FIG_INTEGRATION_VERSION: 8
    - FIG_TERM_VERSION: 5.2.0
    - FIG_TERM: 1
- integrations:
  - SSH: false
  - TMUX: false
  - iTerm: application is not present.
  - Hyper: application is not present.
  - Visual Studio Code: installed!
  - Docker: false
dylankenneally@ ~ () $

dylankenneally avatar Sep 21 '22 21:09 dylankenneally