Does it work if you fully close tmux and try again? (e.g. killall -9 tmux / killall -9 /usr/local/bin/tmux / killall -9 /usr/bin/tmux?)
That fixed it for me.
\nFrom tmux/tmux#4699:
\n\n","upvoteCount":1,"url":"https://github.com/tmux-python/tmuxp/discussions/995#discussioncomment-15116950"}}}Note that it is very important to restart tmux entirely after upgrading. This is particularly important with this release because one of the libraries that tmux uses changed its protocol. If you see this message when you try to attach it probably means you forgot to restart tmux:
\n\nopen terminal failed: not a terminal\n
-
|
tmux 3.6 and tmuxp 1.57 on Ubuntu 24.04 (I use pixi package manager to install). I get this crash which I didn't have before. Happens on multiple systems. Reverting to old versions (system versions from Ubuntu, tmux 3.4 and tmuxp 1.38) and don't see the crash. |
Beta Was this translation helpful? Give feedback.
-
|
I am facing the same issue. I tried running tmux and I am getting the error: |
Beta Was this translation helpful? Give feedback.
-
|
Does tmux 3.5 work? I will take a closer look at 3.6 today. |
Beta Was this translation helpful? Give feedback.
-
|
@0re5ama @iandol Does just typing I'm getting |
Beta Was this translation helpful? Give feedback.
-
|
Does it work if you fully close tmux and try again? (e.g. That fixed it for me. From tmux/tmux#4699:
|
Beta Was this translation helpful? Give feedback.
-
|
Moving this to a discussion - this looks tmux 3.6 related and I think we have a workaround |
Beta Was this translation helpful? Give feedback.
-
|
@tony -- thanks for the feedback, indeed tmux 3.6 is failing by itself, thus not tmuxp specific. I did a pkill for all tmux processes but this doesn't fix it for me. I will investigate on my system a bit more, but at least using |
Beta Was this translation helpful? Give feedback.
-
|
I tried to update to tmux V3.6a and the latest tmuxp (V1.62) but I am having similar crashes: tmux itself is working again, and I've tried to pkill tmux before running tmuxp after the update... |
Beta Was this translation helpful? Give feedback.
@iandol @0re5ama
Does it work if you fully close tmux and try again? (e.g.
killall -9 tmux/killall -9 /usr/local/bin/tmux/killall -9 /usr/bin/tmux?)That fixed it for me.
From tmux/tmux#4699: