Skip to content
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

A io bug that sometimes appears. #21832

Open
3 of 7 tasks
fxqy opened this issue Sep 2, 2024 · 1 comment
Open
3 of 7 tasks

A io bug that sometimes appears. #21832

fxqy opened this issue Sep 2, 2024 · 1 comment
Labels

Comments

@fxqy
Copy link

fxqy commented Sep 2, 2024

Description / Steps to reproduce the issue

早我使用自己编译的'vi(https://github.com/rmyorston/busybox-w32)'时出现过错误'vi: cant read user input',现在我使用'cargo tauri init'时候也出现相似的错误。
重新打开'mingw32.exe'后,'vi'和'cargo tauri init'又会同时不报错误,也有可能继续报错。
应该是同一个io问题。

I had an error 'vi: cant read user input' earlier when using my own compiled 'vi(https://github.com/rmyorston/busybox-w32)' and now I have a similar error('IO error: The function is incorrect') when I use 'cargo tauri init'.
After reopening 'mingw32.exe', 'vi' and 'cargo tauri init' will not report errors both , and may continue to report errors both.
It should be the same io problem.
ctQvE4

Expected behavior

no io error

Actual behavior

had a io errer

Verification

Windows Version

MINGW32_NT-10.0-17763

MINGW environments affected

  • MINGW64
  • MINGW32
  • UCRT64
  • CLANG64
  • CLANG32
  • CLANGARM64

Are you willing to submit a PR?

No response

@fxqy fxqy added the bug label Sep 2, 2024
@fxqy
Copy link
Author

fxqy commented Sep 2, 2024

When 'vi' is execute correctly, 'cargo tauri init' is also execute correctly.
My own compilation of the 'vi':
vi.zip,I put it in the '/usr/local/bin'

ctQvah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant