update issue template

This commit is contained in:
galister 2026-05-12 17:11:15 +09:00 committed by GitHub
parent cdd658d4ea
commit 2309f89701
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 10 deletions

View File

@ -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
--> -->