mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-10 09:11:52 -04:00
80 lines
2.6 KiB
YAML
80 lines
2.6 KiB
YAML
name: Performance problem
|
|
description: Low FPS, stutters, or the game runs worse than expected.
|
|
title: "[Perf] "
|
|
labels: ["performance"]
|
|
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`.
|
|
- 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: I checked that nothing else was hogging the GPU/CPU (recording software, browser video, etc.).
|
|
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: pattern
|
|
attributes:
|
|
label: What does the problem look like?
|
|
options:
|
|
- Constant low FPS everywhere
|
|
- Stutters / hitches (mostly smooth, brief freezes)
|
|
- Only certain tracks or situations are slow
|
|
- Got worse after an update
|
|
- Slow only while recording/streaming the game window
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: doing
|
|
attributes:
|
|
label: When does it happen?
|
|
description: Which tracks/modes, offline or online, how many players, and roughly what FPS you see.
|
|
placeholder: "e.g. Drops to ~40 FPS on Rainbow Road with 12 players online, fine offline…"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Logs
|
|
description: Attach `console.log` from your newest run folder.
|
|
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: cpu
|
|
attributes:
|
|
label: CPU
|
|
placeholder: "e.g. Ryzen 5 5600"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: os
|
|
attributes:
|
|
label: Windows version
|
|
placeholder: "e.g. Windows 11 24H2"
|
|
validations:
|
|
required: true
|