alvr-org / ALVR

Stream VR games from your PC to your headset via Wi-Fi
MIT License
5.3k stars 474 forks source link

[Linux?] Headset does not receive video and shows blackscreen after connection #1433

Closed Luxuride closed 1 year ago

Luxuride commented 1 year ago

Description

When I connect headset to ALVR server, the headset connects, and tracking in steamvr works. Even controllers are recognized in steamvr. But there is only blackscreen in headset. When I was running 2023.01.31 (different version than reported), it was not black screen but I could look around but the scene was mirrored behind, which is also broken, but differently. Firewall is probably configured properly as the problem remains even when port forwarding through adb. ALVR says, there are no packets sent.

Headset ADB log taken right after connection and black screen - https://pastebin.com/puQSMD7C alvr_session_log.txt - https://pastebin.com/nrqJ4qJb vrserver.txt - https://pastebin.com/EPuztFSd

General Troubleshooting

Environment

Hardware

Note: for Linux, an upload to the hw-probe database is preferred: hw-probe -all -upload https://linux-hardware.org/?probe=8ae0d42e1a Oculus Quest 1

Installation

ALVR Version: v20.0.0-dev07+nightly.2023.02.02

SteamVR Version: 1.24.7

Install Type:

OS Name and Version (winver on Windows or grep PRETTY_NAME /etc/os-release on most Linux distributions): Nobara Linux 37 (Thirty Seven)

Luxuride commented 1 year ago

When I launch alvr appimage from cli, after the headset connects

thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: Custom("Bincode does not support Deserializer::deserialize_identifier")', alvr/dashboard/src/worker/mod.rs:116:61
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

gets written to stdout.

Then there is spam of

Error receiving event from event worker: receiving on a closed channel

messages to stdout.

I think this might be connected to the problem.

Kirottu commented 1 year ago

That's unrelated to the issue of video streaming, it's just an issue with the newer dashboard.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.