mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-30 14:50:08 +00:00
minor edits (#113)
This commit is contained in:
parent
279735b607
commit
50bcf87bb6
|
@ -4,8 +4,7 @@ description: A guide designed to get you started with yuzu quickly.
|
|||
---
|
||||
|
||||
{{< youtube RwojT7zPVhI >}}
|
||||
|
||||
|
||||
<h1 id="hardware"><br></h1>
|
||||
## Hardware Requirements
|
||||
| | CPU | GPU | RAM |
|
||||
|----- |--- |--- |--- |
|
||||
|
|
|
@ -3,21 +3,24 @@ title: Getting Log Files
|
|||
description: "How to properly gather and upload log files from yuzu."
|
||||
---
|
||||
|
||||
### Before starting, please make sure that the log filter is set to `*:Info` for better analyzation purposes. You can check the current log filter by going to Emulation -> Configure -> General -> Debug, under the Logging section.
|
||||
<article class="message has-text-weight-semibold">
|
||||
<div class="message-body">
|
||||
<p>Before starting, please make sure that the log filter is set to <span style="color:cyan">*:Info</span> for better analyzation purposes. You can check the current log filter by going to <span style="color:cyan">Emulation -> Configure -> General -> Debug</span>, under the Logging section.</p>
|
||||
<img src="https://i.imgur.com/9fLfykf.png"></img>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
1. Launch the game that exhibits incorrect behaviour.
|
||||
|
||||
2. Close out of yuzu once the game crashes, freezes or shows any kind of unwanted behaviour.
|
||||
|
||||
**Note: After this step, yuzu needs to remain closed. Do not open the emulator until the rest of the steps are completed.**
|
||||
<p style="color:cyan"><b>Note: After this step, yuzu needs to remain closed. Do not open the emulator until the rest of the steps are completed.</b></p>
|
||||
|
||||
3. Gathering the log files:
|
||||
- 3a. *(Windows only)* Navigate to `%appdata%/Roaming/yuzu/log`. A file called `yuzu_log.txt` should be present in the directory.
|
||||
|
||||
* 3a. *(Windows only)* Navigate to `%appdata%/Roaming/yuzu/log`. A file called `yuzu_log.txt` should be present in the directory.
|
||||
- 3b. *(Linux only)* In the terminal, type `echo $XDG_DATA_HOME`. This command will print out the user-specific data directory. If nothing gets printed out, that means the directory hasn't been changed and the log is present in `~/.local/share/yuzu/log`. If something has been printed out, however, you should follow that directory instead and manually navigate to `/yuzu/log` there.
|
||||
|
||||
* 3b. *(Linux only)* In the terminal, type `echo $XDG_DATA_HOME`. This command will print out the user-specific data directory. If nothing gets printed out, that means the directory hasn't been changed and the log is present in `~/.local/share/yuzu/log`. If something has been printed out, however, you should follow that directory instead and manually navigate to `/yuzu/log` there.
|
||||
|
||||
4. *(Optional)* If the log file is larger than 8 MB and you are planning to upload the file to Discord, you'll need to compress the file with a compression tool, such as 7-Zip.
|
||||
4. *(Optional)* If the log file is larger than 8 MB and you are planning to upload the file to Discord, you'll need to compress the file with a compression tool, such as [**7-Zip**](https://www.7-zip.org/).
|
||||
|
||||
5. Once you have obtained the log file, upload it where you were asked to provide a log file by this guide. (Discord, Community Forums...)
|
||||
|
||||
|
|
Loading…
Reference in a new issue