mirror of https://github.com/wayvr-org/wayvr.git
50 lines
986 B
Markdown
50 lines
986 B
Markdown
---
|
|
name: Bug Report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## Description
|
|
<!--
|
|
If this is a regression, please mention which version was working previously.
|
|
-->
|
|
|
|
## System Info
|
|
**Linux Distribution**:
|
|
|
|
<!-- Paste output of `echo $XDG_CURRENT_DESKTOP`, optionally add version -->
|
|
**Desktop Environment**:
|
|
|
|
<!-- Paste output of `uname -r` -->
|
|
**Kernel version**:
|
|
|
|
**VR Runtime**:
|
|
- [ ] Monado
|
|
- [ ] WiVRn
|
|
- [ ] ALVR
|
|
- [ ] SteamLink
|
|
- [ ] SteamVR (not SteamLink)
|
|
|
|
<!-- Run `vulkaninfo --summary` and paste the devices section from the bottom. -->
|
|
**GPU models and driver versions**:
|
|
|
|
## Overlay Logs
|
|
|
|
<!-- Start the overlay from terminal, with additional environment variables:
|
|
|
|
AppImage:
|
|
RUST_BACKTRACE=full RUST_LOG=debug /path/to/WayVR.AppImage
|
|
|
|
System or AUR package:
|
|
RUST_BACKTRACE=full RUST_LOG=debug wayvr
|
|
|
|
Reproduce the issue once more, while WayVR is running from the terminal.
|
|
|
|
Upload the log file from: /tmp/wayvr.log
|
|
|
|
-->
|
|
|