mirror of https://github.com/wayvr-org/wayvr.git
update issue template
This commit is contained in:
parent
cdd658d4ea
commit
2309f89701
|
|
@ -22,25 +22,28 @@ If this is a regression, please mention which version was working previously.
|
||||||
**Kernel version**:
|
**Kernel version**:
|
||||||
|
|
||||||
**VR Runtime**:
|
**VR Runtime**:
|
||||||
- [ ] Monado/WiVRn
|
- [ ] Monado
|
||||||
- [ ] SteamVR/ALVR
|
- [ ] WiVRn
|
||||||
|
- [ ] ALVR
|
||||||
|
- [ ] SteamLink
|
||||||
|
- [ ] SteamVR (not SteamLink)
|
||||||
|
|
||||||
<!-- Run `vulkaninfo --summary` and paste the devices section from the bottom. -->
|
<!-- Run `vulkaninfo --summary` and paste the devices section from the bottom. -->
|
||||||
**GPU models and driver versions**:
|
**GPU models and driver versions**:
|
||||||
|
|
||||||
## Overlay Logs
|
## Overlay Logs
|
||||||
|
|
||||||
<!-- Start the overlay once more with the following environment variables:
|
<!-- Start the overlay from terminal, with additional environment variables:
|
||||||
RUST_BACKTRACE=full
|
|
||||||
RUST_LOG=debug
|
|
||||||
If your issue is graphical or crash or freeze, also add:
|
|
||||||
VK_INSTANCE_LAYERS=VK_LAYER_KHRONOS_validation
|
|
||||||
|
|
||||||
Next, create the empty log file: echo > /tmp/wlx.log
|
AppImage:
|
||||||
|
RUST_BACKTRACE=full RUST_LOG=debug /path/to/WayVR.AppImage
|
||||||
|
|
||||||
Be sure to go and reproduce the issue once more, after these have been set.
|
System or AUR package:
|
||||||
|
RUST_BACKTRACE=full RUST_LOG=debug wayvr
|
||||||
|
|
||||||
Upload the log file from: /tmp/wlx.log
|
Reproduce the issue once more, while WayVR is running from the terminal.
|
||||||
|
|
||||||
|
Upload the log file from: /tmp/wayvr.log
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue