-
Notifications
You must be signed in to change notification settings - Fork 460
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
In tmux on Windows with MinGW acting weird #1260
Comments
This may be a mingw specific issue, but I'm not sure since I've never tested yazi in mingw There is a possible similar issue, #979, please read through it and try #979 (comment) to see what happens |
I corss compile to build a x86_64-pc-windows-gnullvm yazi by rustup x86_64-pc-windows-gnu toolchain. It works in msys2 clang64 shell. |
|
So after rebuilding, did the 'Segmentation fault' disappear right? Now the issue is not being able to use it in tmux on mingw, but it works fine directly on mingw right? |
Can you provide more information please? How does it fail to work in tmux? What exactly happens? It would be even better if there's a video. |
Yes, I capture a screen video by xbox game bar which no resolution resize option , so I can't make it to smaller than 10MB and |
Looks like a rendering issue with your terminal or tmux. Have you tried starting your terminal and tmux with the default configurations? |
I remove my tmux config and terminal is the built-in mintty of msys2 which is default config. Tried it still work as the same way. |
In that case I think this means Yazi can't work on MinGW, or at least can't work fully on MinGW. I'm not familiar with the MinGW platform and not sure why I did a quick search and found this issue: crossterm-rs/crossterm#580. It seems that the I'll keep this issue open for a while to see if any Windows users familiar with MinGW want to investigate it further. |
I‘ve given up tmux in msys2,by replace 'mintty' with 'wezterm' terminal to get its multiplexing feature. Because of its multiplexer is target crossplatform first and no historical burden, so it works well . Besides that, I can get almost the same tmux keybinding because of Lua's flexible config. |
I'm going to lock this issue because it has been closed for 30 days. ⏳ |
What system are you running Yazi on?
Windows
What terminal are you running Yazi in?
mintty 3.7.3
Did you try the latest code to see if this problem got fixed?
Tried, but the problem still
yazi --debug
outputDescribe the bug
ditto
Expected Behavior
Can start
To Reproduce
pacman -S mingw-w64-clang-x86_64-yazi
at mintty in msys2-x86_64-20240507.pacman -Ss yazi
get output:clang64/mingw-w64-clang-x86_64-yazi 0.2.5-1 [installed]
yazi
get output:Segmentation fault
Configuration
no config
Anything else?
No response
The text was updated successfully, but these errors were encountered: