Yazi not working...
Closed this issue · 4 comments
What system are you running Yazi on?
macOS
What terminal are you running Yazi in?
iTerm2
yazi --debug
output
Yazi
Version: 0.3.3 (17a1169 2024-10-16)
Debug : false
OS : macos-aarch64 (unix)
Ya
Version: 0.3.3 (17a1169 2024-10-16)
Emulator
Emulator.via_env: ("xterm-256color", "iTerm.app")
Emulator.via_csi: Ok(Iterm2)
Emulator.detect : Iterm2
Adapter
Adapter.matches: Iip
Desktop
XDG_SESSION_TYPE : None
WAYLAND_DISPLAY : None
DISPLAY : Some("/private/tmp/com.apple.launchd.heOYLNHbse/org.macports:0")
SWAYSOCK : None
HYPRLAND_INSTANCE_SIGNATURE: None
WAYFIRE_SOCKET : None
SSH
shared.in_ssh_connection: false
WSL
WSL: false
Variables
SHELL : Some("/bin/zsh")
EDITOR : Some("nvim")
VISUAL : Some("nvim")
YAZI_FILE_ONE : None
YAZI_CONFIG_HOME : Some("/Users/anirudhgupta/dotfiles/yazi/.config/yazi")
Text Opener
default : Some(Opener { run: "${EDITOR:=vi} \"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true })
block-create: Some(Opener { run: "${EDITOR:=vi} \"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true })
block-rename: Some(Opener { run: "${EDITOR:=vi} \"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true })
Multiplexers
TMUX : false
tmux version : 3.4
tmux build flags : enable-sixel=Unknown
ZELLIJ_SESSION_NAME: None
Zellij version : No such file or directory (os error 2)
Dependencies
file : 5.41
ueberzugpp : 2.9.2
ffmpegthumbnailer: 2.2.3
magick : 7.1.1-39
fzf : 0.54.3
fd : 10.2.0
rg : 14.1.0
chafa : 1.14.4
zoxide : 0.9.6
7z : 17.05
7zz : No such file or directory (os error 2)
jq : 1.7.1
--------------------------------------------------
When reporting a bug, please also upload the `yazi.log` log file - only upload the most recent content by time.
You can find it in the "/Users/anirudhgupta/.local/state/yazi" directory.
Did you try the latest nightly build to see if the problem got fixed?
Yes, and I updated the debug information above (yazi --debug
) to the nightly that I tried
Describe the bug
Yazi is just not working :<, Help!
Screen.Recording.2024-10-16.at.4.44.44.PM.mov
I had not built from source since a while, so I built from source, this happened.
Then I tried to use the nightly version made ones, again the same thing happened.
Minimal reproducer
I donno...
Anything else?
No response
The main branch is for the upcoming major release v0.4, which includes some breaking changes that cause this if you're using certain custom UI plugins - you can try disabling all plugins for now.
I'll sort out these breaking changes ASAP, please stay tuned to the pinned issue.
please do soon... thanks!!!
Edited #1793 (comment) to add more info
I have right now dropped most recent 6-7 commits and built from source, it works. ill update when you give a green signal.