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

Blade-graphics fails at init 846 in gentoo #21164

Open
1 task done
OpenAzienda opened this issue Nov 25, 2024 · 3 comments
Open
1 task done

Blade-graphics fails at init 846 in gentoo #21164

OpenAzienda opened this issue Nov 25, 2024 · 3 comments
Labels
admin read Pending admin review bug [core label] panic / crash [core label] triage Maintainer needs to classify the issue

Comments

@OpenAzienda
Copy link

OpenAzienda commented Nov 25, 2024

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

Blade-graphics fails at init 846 in gentoo
Possible solution (to be tested):
test and support lastest version of blade-graphics that look to have a new init implementation

Environment

Yoga Lenovo with AMD8840HS RADEO 780m

  "app_version": "0.160.7",
  "release_channel": "Zed",
  "os_name": "Linux Wayland",
  "os_version": "gentoo 2.17",
  "architecture": "x86_64",
  "panicked_on": 1732538218481,
  "system_id": "8be994da-430a-4962-8d0d-c685e51db078",
  "installation_id": "0ca5a00e-8cee-40ca-a309-c1b74433ae68",
  "session_id": "a9d6e9f3-264c-4b0d-9cf6-bf20e1c1ab40"

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

Zed.log

$ /usr/libexec/zed-editor
[2024-11-25T13:36:58+01:00 ERROR zed] Error("trailing characters", line: 2, column: 1)
[2024-11-25T13:36:58+01:00 ERROR fs] No such file or directory (os error 2) about ["/home/pop/.config/github-copilot"]
warning: queue 0x55a9078a5c70 destroyed while proxies still attached:
wl_registry#27 still attached
warning: queue 0x55a9078a8280 destroyed while proxies still attached:
wl_registry#28 still attached
[2024-11-25T13:36:58+01:00 ERROR zed::reliability] {
"thread": "main",
"payload": "called Result::unwrap() on an Err value: ERROR_UNKNOWN",
"location_data": {
"file": "/var/tmp/portage/app-editors/zed-0.160.7-r1/work/blade-e142a3a5e678eb6a13e642ad8401b1f3aa38e969/blade-graphics/src/vulkan/init.rs",
"line": 864
},
"backtrace": [
"__libc_start_main"
],
"app_version": "0.160.7",
"release_channel": "Zed",
"os_name": "Linux Wayland",
"os_version": "gentoo 2.17",
"architecture": "x86_64",
"panicked_on": 1732538218481,
"system_id": "8be994da-430a-4962-8d0d-c685e51db078",
"installation_id": "0ca5a00e-8cee-40ca-a309-c1b74433ae68",
"session_id": "a9d6e9f3-264c-4b0d-9cf6-bf20e1c1ab40"
}
Aborted (core dumped)

@OpenAzienda OpenAzienda added admin read Pending admin review bug [core label] panic / crash [core label] triage Maintainer needs to classify the issue labels Nov 25, 2024
@SomeoneToIgnore
Copy link
Contributor

There's a branch with certain fixes (seems unrelated to this, though) worth a try: #20853

@OpenAzienda
Copy link
Author

There's a branch with certain fixes (seems unrelated to this, though) worth a try: #20853

Thread "main" panicked with "called Result::unwrap() on an Err value: ERROR_UNKNOWN" at /home/pop/.cargo/git/checkouts/blade-b2bcd1de1cf7ab6a/5da73b1/blade-graphics/src/vulkan/surface.rs:154:18

the same error on unwrap in the capabilities unsafe code broke.
It looks to be like I tested just now. Lastest blade-graphics does not work with examples on my pc with the same crash.

I imagine the crash is related to blade-graphics then ...

@SomeoneToIgnore
Copy link
Contributor

Yes, seems like it's better to be created there.
I am afraid the resolution could be that it's not a device/driver/combination of both that is supported by Blade, but at least it's nothing Zed can do better at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin read Pending admin review bug [core label] panic / crash [core label] triage Maintainer needs to classify the issue
Projects
None yet
Development

No branches or pull requests

2 participants