diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index c0723eba..63c4b20a 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -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+) *** diff --git a/docs/wiki/Troubleshoots/Nothing-opens-when-I-press-`Ctrl`‐`Shift`‐`i`/Debugging tips/How-to-find-your-logs/BSMLogs.png b/docs/wiki/Troubleshoots/Nothing-opens-when-I-press-`Ctrl`‐`Shift`‐`i`/Debugging tips/How-to-find-your-logs/BSMLogs.png new file mode 100644 index 00000000..6a4e36a8 Binary files /dev/null and b/docs/wiki/Troubleshoots/Nothing-opens-when-I-press-`Ctrl`‐`Shift`‐`i`/Debugging tips/How-to-find-your-logs/BSMLogs.png differ diff --git a/docs/wiki/Troubleshoots/Nothing-opens-when-I-press-`Ctrl`‐`Shift`‐`i`/Debugging tips/How-to-find-your-logs/How-to-find-your-logs.md b/docs/wiki/Troubleshoots/Nothing-opens-when-I-press-`Ctrl`‐`Shift`‐`i`/Debugging tips/How-to-find-your-logs/How-to-find-your-logs.md new file mode 100644 index 00000000..d3c82da7 --- /dev/null +++ b/docs/wiki/Troubleshoots/Nothing-opens-when-I-press-`Ctrl`‐`Shift`‐`i`/Debugging tips/How-to-find-your-logs/How-to-find-your-logs.md @@ -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. + +
+ BSMLogs.png +
+ +## 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`__.