Add detailed instructions for finding logs in new How-to-find-your-logs.md file and update link in Home.md

This commit is contained in:
shidorien
2024-12-01 22:21:30 +01:00
parent 250b41cd10
commit 513dba8393
3 changed files with 35 additions and 1 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ Our troubleshooting section is here to help you resolve common issues quickly an
Steps to gather logs and identify specific issues
- ~~[How to find your logs](How-to-find-your-logs)~~
- [How to find your logs](how-to-find-your-logs)
- [Submitting a bug report](https://github.com/Zagrios/bs-manager/issues/new?assignees=Zagrios&labels=bug&projects=&template=1-bug-report.yaml&title=%5BBUG%5D+%3A+)
***
@@ -0,0 +1,34 @@
## Summary
- [BSManager Logs files](#bsmanager-logs-files)
- [Beat Saber (BSIPA) log files](#beat-saber-bsipa-log-files)
- [Player.log (Unity) log file](#playerlog-unity-log-file)
## BSManager Logs files
1. Launch BSManager and go to Settings.
2. Scroll to the bottom of the page.
3. Click on the `Open logs` button.
4. Right-click on the log file to be sent and select `Copy`.
> 📍 The requested file is usually the most recent log file, located at the bottom of the list.
5. `Paste` your file in the channel where log files are requested.
<div align="center">
<img src="../wiki/Troubleshoots/Debugging tips/How-to-find-your-logs/BSMLogs.png" alt="BSMLogs.png" />
</div>
## Beat Saber (BSIPA) log files
1. Launch BSManager and select the version with which you are experiencing the problem.
2. Click the version options button at the top right of the interface, then select `Open Folder`.
3. Double click the `Logs` folder to open it.
4. Right-click the log file named `_latest.log` (or just `_latest`), and select Copy.
> 📍 This file will usually be at the top of the list.
5. `Paste` the file in the channel where log files are requested with __`ctrl+v`__.
## Player.log (Unity) log file
1. Press __`win+r`__ simultaneously on your keyboard.
2. Type or copy paste the following path into the window that pops up, and press enter: `%appdata%\..\LocalLow\Hyperbolic Magnetism\Beat Saber`
3. Right-click the log file named __`Player.log`__ (or just __`Player`__, and select __`Copy`__).
4. __`Paste`__ the file in the channel where log files are requested with __`ctrl+v`__.