You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Follow the troubleshooting guide before reporting a bug
3
-
title: "[Issue]: "
4
-
labels: bug
1
+
name: "🐛 问题报告 / Bug Report"
2
+
description: "报告问题帮助我们改进 / Report a bug to help us improve"
3
+
title: "[Bug]: "
4
+
labels: ["bug"]
5
5
body:
6
6
- type: markdown
7
7
attributes:
8
8
value: |
9
-
Thank you for taking the time to fill out this bug form!
9
+
## 📋 提交前请注意 / Before You Submit
10
10
11
-
**READ ME FIRST!**
12
-
If you're here because something basic is not working (like gamepad input, video, or similar), it's probably something specific to your setup, so make sure you've gone through the Troubleshooting Guide first: https://github.com/moonlight-stream/moonlight-docs/wiki/Troubleshooting
11
+
感谢您花时间报告这个问题!
12
+
Thank you for taking the time to report this issue!
13
13
14
-
If you still have trouble with basic functionality after following the guide, join our Discord server where there are many other volunteers who can help (or direct you back here if it looks like a Moonlight bug after all). https://moonlight-stream.org/discord
14
+
在此之前,您需要知道此项目的名称为 基地版Moonlight 威力加强版/V+/Vplus,后续交流可能会使用其中任一名称。 / Before you submit, you need to know that the name of this project is Foundation Moonlight Power Plus/V+/Vplus, and we may use any of these names in our future communication.
15
+
16
+
**提交前请检查 / Please check before submitting:**
17
+
- [ ] 我已搜索现有 issues,避免重复提交 / I have searched existing issues to avoid duplicates
18
+
- [ ] 此问题针对 **基地 Moonlight 威力加强版/V+/Vplus**,而非原版 Moonlight 或其他版本 / This issue is specific to **Moonlight Vplus**, not the original Moonlight or other versions
19
+
---
20
+
21
+
- type: dropdown
22
+
id: bug-type
23
+
attributes:
24
+
label: "🏷️ 问题类型 / Bug Category"
25
+
description: "这是什么类型的问题? / What type of bug is this?"
26
+
options:
27
+
- "🎮 手柄控制器问题 / Gamepad/Controller issues"
28
+
- "📺 视频显示问题 / Video/Display issues"
29
+
- "🔊 音频问题 / Audio issues"
30
+
- "🌐 连接网络问题 / Connection/Network issues"
31
+
- "📱 触控输入问题 / Touch/Input issues"
32
+
- "⚙️ 设置配置问题 / Settings/Configuration issues"
33
+
- "💥 崩溃卡死 / Crash/Freeze"
34
+
- "🔋 性能问题 / Performance issues"
35
+
- "❓ 其他 / Other"
36
+
validations:
37
+
required: true
38
+
15
39
- type: textarea
16
40
id: describe-bug
17
41
attributes:
18
-
label: Describe the bug
19
-
description: A clear and concise description of what the bug is.
42
+
label: "📝 问题描述 / Bug Description"
43
+
description: |
44
+
清晰简洁地描述问题。发生了什么?您期望发生什么?
45
+
Describe the bug clearly and concisely. What happened? What did you expect to happen?
When I double-click on the touchpad, the drag function does not trigger. The reason is that the detection delay interval is too short. I expect to increase the delay interval, or add a configuration option for users to customize.
20
51
validations:
21
52
required: true
53
+
22
54
- type: textarea
23
55
id: steps-reproduce
24
56
attributes:
25
-
label: Steps to reproduce
26
-
description: Any special steps that are required for the bug to appear.
57
+
label: "🔄 复现步骤 / Steps to Reproduce"
58
+
description: |
59
+
提供详细的复现步骤。
60
+
Provide detailed steps to reproduce the issue.
61
+
placeholder: |
62
+
1. 打开 Moonlight V+ / Open Moonlight V+
63
+
2. 连接到主机 / Connect to host PC
64
+
3. 开始串流游戏 XXX / Start streaming game XXX
65
+
4. 在触摸板模式下单根手指双击并拖拽 / Double-click on the touchpad with one finger and drag
66
+
5. 问题出现 / Bug occurs
27
67
validations:
28
68
required: true
69
+
29
70
- type: textarea
30
71
id: affected-games
31
72
attributes:
32
-
label: Affected games
33
-
description: List the games you've tried that exhibit the issue. To see if the issue is game-specific, try streaming Steam Big Picture with Moonlight and see if the issue persists there.
34
-
validations:
35
-
required: true
36
-
- type: dropdown
37
-
id: other-clients
38
-
attributes:
39
-
label: Other Moonlight clients
40
-
description: Does the issue occur when using Moonlight on PC or iOS?
41
-
options:
42
-
- "PC"
43
-
- "iOS"
73
+
label: "🎯 受影响的游戏/应用 / Affected Games/Apps"
74
+
description: |
75
+
哪些游戏或应用受到影响?是所有游戏都有问题还是特定游戏?
76
+
Which games or applications are affected? Does it happen in all games or specific ones?
77
+
placeholder: |
78
+
- 所有游戏 / All games
79
+
- 特定游戏 / Specific games
80
+
- Desktop / Desktop
44
81
validations:
45
82
required: true
83
+
46
84
- type: dropdown
47
-
id: settings-adjusted
85
+
id: reproducibility
48
86
attributes:
49
-
label: Moonlight adjusted settings
50
-
description: Have any settings been adjusted from defaults?
87
+
label: "🔁 可复现性 / Reproducibility"
88
+
description: "多久能复现一次此问题? / How often can you reproduce this issue?"
51
89
options:
52
-
- "Yes"
53
-
- "No"
90
+
- "总是发生 (100%) / Always"
91
+
- "经常发生 (>50%) / Often"
92
+
- "有时发生 (<50%) / Sometimes"
93
+
- "很少发生 (<10%) / Rarely"
94
+
- "只发生过一次 / Only once"
54
95
validations:
55
96
required: true
56
-
- type: textarea
57
-
id: settings-adjusted-settings
97
+
98
+
- type: markdown
58
99
attributes:
59
-
label: Moonlight adjusted settings (please complete the following information)
60
-
description: If the settings have been adjusted, which settings have been changed?
100
+
value: |
101
+
---
102
+
## 📱 客户端设备信息 / Client Device Information
103
+
104
+
- type: input
105
+
id: device
106
+
attributes:
107
+
label: "📱 设备型号 / Device Model"
108
+
description: "您的 Android 设备型号 / Your Android device model"
109
+
placeholder: "例如 / e.g. Samsung Galaxy S23 / OnePlus 12"
61
110
validations:
62
111
required: true
63
-
- type: dropdown
64
-
id: settings-default
112
+
113
+
- type: input
114
+
id: android
65
115
attributes:
66
-
label: Moonlight default settings
67
-
description: Does the problem still occur after reverting settings back to default?
68
-
options:
69
-
- "Yes"
70
-
- "No"
116
+
label: "🤖 安卓版本 / Android Version"
117
+
description: "您的 Android 系统版本 / Your Android OS version"
118
+
placeholder: "例如 / e.g. Android 14 / Android 13"
71
119
validations:
72
120
required: true
73
-
- type: dropdown
74
-
id: gamepad-connected
121
+
122
+
- type: input
123
+
id: moonlight-version
75
124
attributes:
76
-
label: Gamepad-related connection issue
77
-
description: Do you have any gamepads connected to your host PC directly?
78
-
options:
79
-
- "Yes"
80
-
- "No"
125
+
label: "🌙 Moonlight V+ 版本 / Moonlight V+ Version"
126
+
description: "应用版本(设置 → 关于) / Your Moonlight V+ app version (Settings → About)"
127
+
placeholder: "例如 / e.g. v12.5.1"
81
128
validations:
82
129
required: true
83
-
- type: dropdown
84
-
id: gamepad-on-screen
130
+
131
+
- type: markdown
85
132
attributes:
86
-
label: Gamepad-related input issue
87
-
description: If gamepad input is not working, does it work if you use Moonlight's on-screen controls?
88
-
options:
89
-
- "Yes"
90
-
- "No"
133
+
value: |
134
+
---
135
+
## 🖥️ 主机信息 / Host PC Information
136
+
137
+
- type: input
138
+
id: server-os
139
+
attributes:
140
+
label: "💻 主机操作系统 / Host OS"
141
+
description: "串流主机的操作系统 / Operating system of your streaming host"
142
+
placeholder: "例如 / e.g. Windows 11 23H2 / Windows 10 22H2"
91
143
validations:
92
144
required: true
145
+
93
146
- type: dropdown
94
-
id: gamepad-test
147
+
id: streaming-software
95
148
attributes:
96
-
label: Gamepad-related streaming issue
97
-
description: |
98
-
Does the problem still remain if you stream the desktop and use https://html5gamepad.com to test your gamepad?
99
-
Instructions for streaming the desktop can be found here: https://github.com/moonlight-stream/moonlight-docs/wiki/Setup-Guide
149
+
label: "📡 串流软件 / Streaming Software"
150
+
description: "您的主机运行什么串流软件? / Which software is running on your host?"
100
151
options:
101
-
- "Yes"
102
-
- "No"
152
+
- "Sunshine"
153
+
- "GeForce Experience (GFE)"
154
+
- "Nvidia GameStream"
155
+
- "其他 / Other"
103
156
validations:
104
157
required: true
158
+
105
159
- type: input
106
-
id: android
160
+
id: streaming-software-version
107
161
attributes:
108
-
label: Android version
109
-
description: What is the Android version?
110
-
placeholder: e.g. Android 10
162
+
label: "📦 串流软件版本 / Streaming Software Version"
163
+
description: "串流软件的版本号 / Version of the streaming software"
164
+
placeholder: "例如 / e.g. Sunshine v0.23.1 / GFE 3.28.0.417"
111
165
validations:
112
-
required: true
166
+
required: true
167
+
113
168
- type: input
114
-
id: device
169
+
id: server-gpu
115
170
attributes:
116
-
label: Device model
117
-
description: What is the device model?
118
-
placeholder: e.g. Samsung Galaxy S21
171
+
label: "🎨 显卡及驱动版本 / GPU & Driver Version"
172
+
description: "显卡型号和驱动版本 / Your GPU model and driver version"
173
+
placeholder: "例如 / e.g. RTX 4090 / 驱动 Driver 545.92"
119
174
validations:
120
175
required: true
121
-
- type: input
122
-
id: server-os
176
+
177
+
- type: markdown
178
+
attributes:
179
+
value: |
180
+
---
181
+
## 🔧 故障排除 / Troubleshooting
182
+
183
+
- type: dropdown
184
+
id: settings-default
123
185
attributes:
124
-
label: Server PC OS version
125
-
description: What is the PC OS version?
126
-
placeholder: e.g. Windows 10 1809
186
+
label: "⚙️ 是否修改过设置? / Settings Modified?"
187
+
description: "您是否修改过默认设置? / Have you changed any Moonlight settings from default?"
188
+
options:
189
+
- "否,使用默认设置 / No, using default settings"
190
+
- "是,已修改设置 / Yes, settings modified"
127
191
validations:
128
192
required: true
129
-
- type: input
130
-
id: server-geforce
193
+
194
+
- type: textarea
195
+
id: settings-adjusted-settings
131
196
attributes:
132
-
label: Server PC GeForce Experience version
133
-
description: What is the GeForce Experience version?
134
-
placeholder: e.g. 3.16.0.140
197
+
label: "📋 已修改的设置 / Modified Settings"
198
+
description: |
199
+
如果修改了设置,请列出。
200
+
If you modified settings, list them here.
201
+
placeholder: |
202
+
- 分辨率 / Resolution: 1080p → 4K
203
+
- 帧率 / Frame rate: 60fps → 120fps
204
+
- 码率 / Bitrate: 自动 Auto → 50 Mbps
205
+
- 视频编码 / Video codec: 自动 Auto → HEVC
135
206
validations:
136
-
required: true
137
-
- type: input
138
-
id: server-driver
207
+
required: false
208
+
209
+
- type: dropdown
210
+
id: issue-with-original
139
211
attributes:
140
-
label: Server PC Nvidia GPU driver version
141
-
description: What is the Nvidia GPU driver version?
142
-
placeholder: e.g. 417.35
212
+
label: "🔍 原版 Moonlight 是否有此问题? / Issue on Original Moonlight?"
213
+
description: "这个问题在官方 Moonlight 应用上是否也存在? / Does this issue also occur on the official Moonlight app?"
214
+
options:
215
+
- "未测试 / Not tested"
216
+
- "是,同样问题存在 / Yes, same issue exists"
217
+
- "否,仅在 V+ 上出现 / No, only on Moonlight V+"
143
218
validations:
144
219
required: true
145
-
- type: input
146
-
id: server-antivirus
220
+
221
+
- type: markdown
147
222
attributes:
148
-
label: Server PC antivirus and firewall software
149
-
description: Which antivirus and firewall software are installed on the Server PC?
150
-
placeholder: e.g. Windows Defender and Windows Firewall
151
-
validations:
152
-
required: true
223
+
value: |
224
+
---
225
+
## 📎 附加信息 / Additional Information
226
+
153
227
- type: textarea
154
228
id: screenshots
155
229
attributes:
156
-
label: Screenshots
157
-
description: If applicable, add screenshots to help explain your problem. If the issue is related to video glitching or poor quality, please include screenshots.
230
+
label: "📸 截图/视频 / Screenshots/Videos"
231
+
description: |
232
+
如有必要,请添加截图或录屏来帮助说明问题。
233
+
If applicable, add screenshots or screen recordings to help explain the problem.
234
+
placeholder: "在此处拖放图片/视频或粘贴图片链接 / Drag and drop images/videos here or paste image links"
158
235
validations:
159
236
required: false
237
+
160
238
- type: textarea
161
239
id: logs
162
240
attributes:
163
-
label: Relevant log output
241
+
label: "📜 日志输出 / Log Output"
164
242
description: |
165
-
Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
166
-
render: Shell
243
+
如有相关日志输出,请粘贴在此。对于连接或崩溃问题特别有帮助。
244
+
If you have relevant log output, paste it here. This is especially helpful for connection or crash issues.
245
+
render: shell
167
246
validations:
168
-
required: false
247
+
required: false
248
+
169
249
- type: textarea
170
250
id: additional
171
251
attributes:
172
-
label: Additional context
173
-
description: Anything else you think may be relevant to the issue or special about your specific setup.
252
+
label: "💬 其他补充 / Additional Context"
253
+
description: |
254
+
其他相关信息?特殊网络设置?是否使用 VPN?手柄型号?
255
+
Any other relevant information? Special network setup? VPN usage? Gamepad model?
0 commit comments