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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+18-5Lines changed: 18 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,29 @@ body:
14
14
Make sure both Vesktop and Vencord are fully up to date. You can update Vencord by right-clicking the Vesktop tray icon and pressing "Update Vencord"
15
15
16
16
**DO NOT REPORT** any of the following issues:
17
-
- GPU related issues. These are **you** issues and you have to fix them. You can disable hardware acceleration or run with --disable-gpu.
18
-
- Purely graphical glitches like flickering, scaling issues
19
-
- App crashing with mentions of the gpu process in the stacktrace
20
-
- Screenshare not starting, black screening or crashing
17
+
- Purely graphical glitches like flickering, scaling issues[^1]
18
+
- App crashing / not showing window with mentions of the gpu process in the stacktrace[^1]
19
+
- Screenshare not starting, black screening or crashing[^2]
21
20
- Vencord related issues: This is the Vesktop repo, not Vencord
22
-
21
+
- Captchas[^3]
22
+
- Issues with opening URLs[^4]
23
+
- Issues with Notifications[^4]
24
+
- Issues with Input Methods[^4]
25
+
- Issues with File Drag and Drop[^5]
26
+
- Network Errors[^6]
27
+
23
28
Linux users: Please only report issues with supported packages (flatpak and any builds from the README / releases).
24
29
We do not support other packages, like the AUR or Nix packages, so please first make sure your issue is reproducible with official releases,
25
30
like [our Flatpak](https://flathub.org/apps/dev.vencord.Vesktop) or [AppImage](https://vencord.dev/download/vesktop/amd64/appimage)
26
31
32
+
33
+
[^1]: GPU issue. Disable hardware acceleration in Vesktop Settings or run with `--disable-gpu`
34
+
[^2]: System issue. You will have to fix it
35
+
[^3]: If you are receiving a lot of captchas, it means Discord thinks you might be a bot. Make sure you're not using a VPN/Proxy
36
+
[^4]: These things are handled by Chromium / Electron, not us. If they don't work, it's either an issue with your system or a bug with Chromium.
37
+
[^5]: You are likely using the Vesktop flatpak and trying to drop a file the flatpak can't access. You can fix this by installing Flatseal and using it to grant Vesktop full access to your files
38
+
[^6]: Issue on your end, you have to fix it. Try changing your DNS to [1.1.1.1 (Cloudflare DNS)](https://developers.cloudflare.com/1.1.1.1/setup/)
0 commit comments