Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Sep 25, 2024
1 parent ce26032 commit d6f74a2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
12 changes: 4 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,12 @@ Describe the problem here.
**To Reproduce**
Steps to reproduce the behavior:

**Expected behavior**
Describe what should be expected here.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**System Info (please complete the following information):**
- OS: [e.g. Windows 11, Ubuntu 22.04]
- OS: [e.g. Windows 11, Ubuntu 22.04, macOS 14.0]
- Version: [e.g. v6.0.2]
- Extra Client Mods/Plugins: [e.g. Vencord with FakeNitro and AlwaysAnimate]
- Under most circumstances, you should always try disabling client mods/plugins before reporting a bug! This way, if it is the fault of a plugin, you can make note of that.
- Any other relevant info:

**Additional context**
**Additional context/Screenshots**
Add any other context about the problem here.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,18 +209,23 @@ All built files will be in `src-tauri/target/(release|debug)/`. Installation fil
# Troubleshooting
## Windows
* **"Oops! Something went wrong." (or a similar client crash)**
* Disable non-vital client mods/plugins/extensions and try again.
* If you cannot get to the settings menu, you can delete the following items:
* Windows: `%appdata%\dorion\webdata` & `%appdata%\dorion\config.json`
* Linux: `~/.config/dorion/webdata` & `~/.config/dorion/config.json`
* MacOS: `~/Library/Application Support/dorion/webdata` & `~/Library/Application Support/dorion/config.json`
## Windows
* **Dorion not opening**
* Install via MSI instead of the `.zip` file
* Use the `.zip` file instead of the MSI
* (If using the `.zip` file) make sure all files were extracted properly. Ensure you are extracting Dorion into it's own folder.
* Try installing via MSI instead of the `.zip` file
* Try using the `.zip` file instead of the MSI
* (If using the `.zip` file) make sure all files were extracted properly. Ensure you are extracting Dorion and it's contentsinto it's own folder.
* [Reinstall WebView2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/)
* Fully uninstall and reinstall.
* If you are having trouble uninstalling it, or the installer says its already installed even though you uninstalled, try deleting this registry folder and uninstalling again `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}`
## Linux

* **White/blank/frozen screen**
* Run Dorion with either, or both, of the following environment variables:
```sh
Expand Down

0 comments on commit d6f74a2

Please sign in to comment.