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] Settings EoF / Element not found on reading user credentials #11185

Open
1 task done
sundayLOOKplants opened this issue Apr 29, 2024 · 3 comments
Open
1 task done
Labels
defect [core label] panic / crash [core label] windows

Comments

@sundayLOOKplants
Copy link

sundayLOOKplants commented Apr 29, 2024

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

Zed release version can't start after compile:

     Finished release [optimized + debuginfo] target(s) in 55m 30s
     Running `target\release\Zed.exe`
error: process didn't exit successfully: `target\release\Zed.exe` (exit code: 0xffffffff)

...

C:\Users\User\dev\zed>cargo run --release
warning: zed@0.134.0: Info: using '5ef75919f09e31c28b75c09e695946b6c4d9c3ee' hash for ZED_COMMIT_SHA env var
    Finished release [optimized + debuginfo] target(s) in 17.67s
     Running `target\release\Zed.exe`
error: process didn't exit successfully: `target\release\Zed.exe` (exit code: 0xffffffff)

Environment

Windows 10
8GB RAM

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

2024-04-29T20:56:02+02:00 [INFO] Use Segoe UI                         as UI font.
2024-04-29T20:56:02+02:00 [INFO] Using direct write text system.
2024-04-29T20:56:02+02:00 [INFO] Opening main db
2024-04-29T20:56:02+02:00 [INFO] Using git binary path: None
2024-04-29T20:56:02+02:00 [ERROR] crates\zed\src/main.rs:219: SHELL environment variable is not assigned so we can't source login environment variables

Caused by:
    environment variable not found
2024-04-29T20:56:02+02:00 [ERROR] crates\settings\src\settings_file.rs:76: EOF while parsing a value at line 1 column 0
2024-04-29T20:56:02+02:00 [INFO] use fallback vsync function
2024-04-29T20:56:02+02:00 [INFO] primaly refresh rate is 60Hz
2024-04-29T20:56:02+02:00 [INFO] expected interval is 16ms
2024-04-29T20:56:02+02:00 [ERROR] crates\zed\src\zed.rs:660: EOF while parsing a value at line 1 column 0
2024-04-29T20:56:03+02:00 [INFO] Opening main db
2024-04-29T20:56:03+02:00 [INFO] installing extension html latest version
2024-04-29T20:56:03+02:00 [ERROR] C:\Users\User\dev\zed\crates\client\src/client.rs:1477: Element not found. (0x80070490)
2024-04-29T20:56:03+02:00 [WARN] Rejected for device extension "VK_KHR_dynamic_rendering" not supported
@sundayLOOKplants sundayLOOKplants added admin read Pending admin review defect [core label] panic / crash [core label] triage Maintainer needs to classify the issue labels Apr 29, 2024
@sundayLOOKplants
Copy link
Author

sundayLOOKplants commented Apr 29, 2024

Attaching the log failed, so I pasted it into the report message.

@the-jasoney
Copy link
Contributor

I've also gotten 0xffffffff error codes recently but it works if I just restart it

@JosephTLyons JosephTLyons removed the admin read Pending admin review label Apr 30, 2024
@Moshyfawn Moshyfawn added windows and removed triage Maintainer needs to classify the issue labels May 4, 2024
@OnayoMoro
Copy link

I've also gotten this error "error: process didn't exit successfully: target\debug\Zed.exe (exit code: 0xffffffff)" after compiling with "cargo run" and "cargo run --release". I've also tried running "rustup update", "cargo clean" and "cargo build" before compiling.

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

No branches or pull requests

5 participants