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

Windows: cannot save the new file buffer #17622

Open
1 task done
xgfone opened this issue Sep 10, 2024 · 6 comments · May be fixed by #17682 or #17708
Open
1 task done

Windows: cannot save the new file buffer #17622

xgfone opened this issue Sep 10, 2024 · 6 comments · May be fixed by #17682 or #17708
Labels
defect [core label] windows

Comments

@xgfone
Copy link

xgfone commented Sep 10, 2024

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

  1. Open Zed.
  2. Click Ctrl+N to new a file buffer.
  3. Input some characters.
  4. Click Ctrl+S to save the file.
  5. Show an argument error.

Environment

Zed: v0.153.0 (Zed Dev f71cb14)
OS: Windows 10.0.22631
Memory: 15.7 GiB
Architecture: x86_64
GPU: Intel(R) Iris(R) Xe Graphics || Intel Corporation || Intel driver

If applicable, add mockups / screenshots to help explain present your vision of the feature

image

If applicable, attach your Zed.log file to this issue.

Zed.log
[Zed.log](https://github.com/user-attachments/files/16938381/Zed.log)
@xgfone xgfone added admin read Pending admin review defect [core label] triage Maintainer needs to classify the issue labels Sep 10, 2024
@xgfone
Copy link
Author

xgfone commented Sep 10, 2024

Open the exist file, update the file buffer and Click Ctrl+S, it's OK. But for the new file buffer, it does not work.

@JosephTLyons JosephTLyons added windows and removed triage Maintainer needs to classify the issue admin read Pending admin review labels Sep 10, 2024
@dovakin0007
Copy link
Contributor

Open the exist file, update the file buffer and Click Ctrl+S, it's OK. But for the new file buffer, it does not work.

image
for me its different ? any idea how to access it

@xgfone
Copy link
Author

xgfone commented Sep 11, 2024

I deleted the folder ~/AppData/Local/Zed, and re-open Zed. When saving a new file buffer, a Save As explorer window is opened, but both Zed and the explorer window are hung.

Zed.log

@xgfone
Copy link
Author

xgfone commented Sep 12, 2024

After starting Zed, open Zed.log and find that there are errors:

2024-09-12T10:58:04.0049802+08:00 [ERROR] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] }
2024-09-12T10:58:04.1293565+08:00 [ERROR] No composite alpha flag for transparency: OPAQUE | INHERIT

Zed.log

@xgfone
Copy link
Author

xgfone commented Sep 12, 2024

I built Zed on main branch 25b6e43, the trouble still exists. But, after applying the patch #17708 , it is solved. @dovakin0007

If opening chinese input method, such as pinyin or wubi, both Zed and the explorer dialog window will hang. It may be another issue.

@dovakin0007
Copy link
Contributor

I built Zed on main branch 25b6e43, the trouble still exists. But, after applying the patch #17708 , it is solved. @dovakin0007

If opening chinese input method, such as pinyin or wubi, both Zed and the explorer dialog window will hang. It may be another issue.

Let me try that then thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect [core label] windows
Projects
None yet
3 participants