-
Notifications
You must be signed in to change notification settings - Fork 65
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
company-box-frontend error Wrong type argument: frame-live-p #162
Comments
I have faced the same issue |
The error backtrace is: |
Yep, same here. It's hard to reproduce, only happening intermittently. Workaround is opening a new frame and closing the old one. |
Is there no solution for this? Or other workaround than creating a new frame? |
It should be fixed with 4dc0d98, could someone confirm ? |
@sebastiencs Taking a look during the day. I'll report back 👍 |
Seem to be happening still:
Running latest release:
|
@dario-exads Can you please enable the debugger (with |
@sebastiencs Done. I'll see if the error reproduces again. Yesterday I didn't encountered again after that first error 🤞 . |
I faced the error again, I don't see the trace though:
Am I missing something? I enabled debug on error with In there any way I can see the source of this error? |
@dario-exads hmm weird, the backtrace should show up. Instead of calling |
I'll set |
There's no trace although I've the debug on error enabled :/ I'll double check but I think it happens (to me) when I have 2 (or more) frames open at the same time. |
So, I don't see the error anymore but I also don't have completion. Definitely related to having two windows open. |
update
cpmpany
andcompany-box
to latest, mouse move to other window, it' not work.Company: frontend company-box-frontend error Wrong type argument: frame-live-p
Debugger entered--Lisp error: (wrong-type-argument frame-live-p #<dead frame 0000000016851430>)
make-frame-invisible(#<dead frame 0000000016851430>)
company-box-hide()
company-box-frontend(hide)
company-call-frontends(hide)
company-cancel()
company-quickhelp-hide()
run-hooks(focus-out-hook)
handle-focus-out((focus-out #<frame DotFairy Emacs - init-prog.el 0000000005017280>))
funcall-interactively(handle-focus-out (focus-out #<frame DotFairy Emacs - init-prog.el 0000000005017280>))
call-interactively(handle-focus-out nil [(focus-out #<frame DotFairy Emacs - init-prog.el 0000000005017280>)])
command-execute(handle-focus-out nil [(focus-out #<frame DotFairy Emacs - init-prog.el 0000000005017280>)] t)
The text was updated successfully, but these errors were encountered: