mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-10 17:16:47 -04:00
92 lines
2.9 KiB
YAML
92 lines
2.9 KiB
YAML
name: In-game bug report
|
|
description: Something looks, sounds, or behaves wrong (graphics, audio, input, online) - but the game doesn't crash.
|
|
title: "[Bug] "
|
|
labels: ["bug"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**Where to find your logs** (paste the path into the File Explorer address bar):
|
|
- Playing through **WheelWizard** (most people): `%APPDATA%\CT-MKWII\Recomp\UserData\Logs`
|
|
- Installed with the standalone setup exe: `%LOCALAPPDATA%\WiiCompiled\Logs`
|
|
|
|
Every run gets its own folder. Open the **newest** one and attach `console.log`.
|
|
|
|
For visual bugs, a screenshot or short clip helps enormously.
|
|
- type: checkboxes
|
|
id: preflight
|
|
attributes:
|
|
label: Before you continue
|
|
options:
|
|
- label: I'm on the latest release of WiiCompiled.
|
|
required: true
|
|
- label: I searched the existing issues and nobody has reported this yet.
|
|
required: true
|
|
- label: The problem does NOT also happen on Dolphin or a real Wii (if it does, it's a game/mod issue, not a WiiCompiled issue).
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: WiiCompiled version
|
|
description: It's the very first line of `console.log` (see the log locations above) - it starts with `[runtime] WiiCompiled v…`.
|
|
placeholder: "e.g. v0.2.12"
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: category
|
|
attributes:
|
|
label: What kind of bug is it?
|
|
options:
|
|
- Graphics / visual glitch
|
|
- Audio
|
|
- Input / controllers
|
|
- Online / matchmaking
|
|
- Gameplay behaves differently than on Wii/Dolphin
|
|
- Save data / settings
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: what
|
|
attributes:
|
|
label: What happens?
|
|
description: Describe the bug and what you expected instead.
|
|
placeholder: "e.g. The flag textures near the start line flicker on Coconut Mall…"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: doing
|
|
attributes:
|
|
label: What were you doing? / How to reproduce
|
|
description: Game mode, track, and exact steps if you can reproduce it.
|
|
placeholder: |
|
|
1. Start a VS race on …
|
|
2. …
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: media
|
|
attributes:
|
|
label: Screenshot / video
|
|
description: Drag & drop images or clips here (very helpful for visual bugs).
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Logs
|
|
description: Attach `console.log` from your newest run folder, or paste the relevant part below.
|
|
render: text
|
|
- type: input
|
|
id: gpu
|
|
attributes:
|
|
label: GPU + driver version
|
|
placeholder: "e.g. RTX 3060, driver 560.94"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: os
|
|
attributes:
|
|
label: Windows version
|
|
placeholder: "e.g. Windows 11 24H2"
|
|
validations:
|
|
required: true
|