Skip to content

Updating from yazi 25.5.31 on Windows 11 breaks preview & open functionality #3593

Description

@glassjaw

What system are you running Yazi on?

Windows

What terminal are you running Yazi in?

Windows Terminal 1.23.12811.0

yazi --debug output

Yazi
    Version: 26.1.4 (3c39a32 2026-01-04)
    Debug  : false
    Triple : x86_64-pc-windows-msvc (windows-x86_64)
    Rustc  : 1.92.0 (ded5c06c 2025-12-08)

Ya
    Version: 26.1.4 (3c39a32 2026-01-04)

Config
    Yazi             : C:\Users\P081447\AppData\Roaming\yazi\config\yazi.toml (9063 chars)
    Keymap           : C:\Users\P081447\AppData\Roaming\yazi\config\keymap.toml (22737 chars)
    Theme            : C:\Users\P081447\AppData\Roaming\yazi\config\theme.toml (55 chars)
    VFS              : C:\Users\P081447\AppData\Roaming\yazi\config\vfs.toml (The system cannot find the file specified. (os error 2))
    Package          : C:\Users\P081447\AppData\Roaming\yazi\config\package.toml (1050 chars)
    Dark/light flavor: "dracula" / "catppuccin-latte"

Emulator
    TERM                : None
    TERM_PROGRAM        : None
    TERM_PROGRAM_VERSION: None
    Brand.from_env      : Some(Microsoft)
    Emulator.detect     : Emulator { kind: Left(Microsoft), version: "", light: false, csi_16t: (10, 20), force_16t: true }

Adapter
    Adapter.matches    : Sixel
    Dimension.available: Dimension { rows: 46, columns: 188, width: 0, height: 0 }

Desktop
    XDG_SESSION_TYPE           : None
    WAYLAND_DISPLAY            : None
    DISPLAY                    : None
    SWAYSOCK                   : None
    HYPRLAND_INSTANCE_SIGNATURE: None
    WAYFIRE_SOCKET             : None

SSH
    shared.in_ssh_connection: false

WSL
    WSL: false

Variables
    SHELL              : None
    EDITOR             : None
    VISUAL             : None
    YAZI_FILE_ONE      : Some("C:\\Program Files\\Git\\usr\\bin\\file.exe")
    YAZI_CONFIG_HOME   : None
    YAZI_ZOXIDE_OPTS   : None
    FZF_DEFAULT_OPTS   : None
    FZF_DEFAULT_COMMAND: None

Text Opener
    default     : Some(OpenerRule { run: "code %*", block: false, orphan: true, desc: "code", for: None, spread: true })
    block-create: Some(OpenerRule { run: "code -w %*", block: true, orphan: false, desc: "code (block)", for: None, spread: true })
    block-rename: Some(OpenerRule { run: "code -w %*", block: true, orphan: false, desc: "code (block)", for: None, spread: true })

Multiplexers
    TMUX               : false
    tmux version       : program not found
    tmux build flags   : enable-sixel=Unknown
    ZELLIJ_SESSION_NAME: None
    Zellij version     : program not found

Dependencies
    file          : 5.46
    ueberzugpp    : program not found
    ffmpeg/ffprobe: 8.0.1 / 8.0.1
    pdftoppm      : program not found
    magick        : program not found
    fzf           : 0.59.0
    fd/fdfind     : 10.3.0 / program not found
    rg            : 14.1.0
    chafa         : program not found
    zoxide        : 0.9.2
    7zz/7z        : program not found / 25.01
    resvg         : program not found
    jq            : program not found

Clipboard
    wl-copy/paste: program not found / program not found
    xclip        : program not found
    xsel         : program not found

Routine
    `file -bL --mime-type`: text/plain


See https://yazi-rs.github.io/docs/plugins/overview#debugging on how to enable logging or debug runtime errors.

Describe the bug

On Windows 11, updating from 25.5.31 using choco upgrade yazi causes blank preview pane and prevents opening any files. Reverting to 25.5.31 fixes the issue.

Minimal reproducer

Upgrade from 25.5.31 on a Windows 11 machine. I tried using scoop and using chocolatey, same result.

Anything else?

No response

Checklist

  • I tried the latest nightly build, and the issue is still reproducible
  • I updated the debug information (yazi --debug) input box to the nightly that I tried
  • I can reproduce it after disabling all custom configs/plugins (mv ~/.config/yazi ~/.config/yazi-backup)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions