mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2024-12-16 06:27:07 +00:00
readme: update the runtime version in the guide
This commit is contained in:
parent
02d1ac7740
commit
aa8b224c1c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Yuzu is an experimental Nintendo Switch emulator. For more information, please [visit our website](https://yuzu-emu.org/).
|
Yuzu is an experimental Nintendo Switch emulator. For more information, please [visit our website](https://yuzu-emu.org/).
|
||||||
|
|
||||||
To install the Flatpak version of Yuzu Emulator, please visit https://flathub.org/apps/details/org.yuzu_emu.yuzu.
|
To install the Flatpak version of Yuzu Emulator, please visit <https://flathub.org/apps/details/org.yuzu_emu.yuzu>.
|
||||||
|
|
||||||
For issues with basic functionality and usage, please use our [Community Forum](https://community.citra-emu.org/) or join our [Discord channel](https://discord.gg/u77vRWY).
|
For issues with basic functionality and usage, please use our [Community Forum](https://community.citra-emu.org/) or join our [Discord channel](https://discord.gg/u77vRWY).
|
||||||
|
|
||||||
@ -24,14 +24,14 @@ Obtaining a debugger trace is a bit complicated, so please bear with us:
|
|||||||
|
|
||||||
#### Obtaining a debugger trace after the crash
|
#### Obtaining a debugger trace after the crash
|
||||||
|
|
||||||
1. Install debuggers in Flatpak: `flatpak install org.kde.Sdk//5.15-22.08`
|
1. Install debuggers in Flatpak: `flatpak install org.kde.Sdk//5.15-23.08`
|
||||||
2. Install debug information for yuzu: `flatpak install org.yuzu_emu.yuzu.Debug`
|
2. Install debug information for yuzu: `flatpak install org.yuzu_emu.yuzu.Debug`
|
||||||
3. Execute this command in your terminal: `flatpak-coredumpctl org.yuzu_emu.yuzu -m yuzu --gdb-arguments "--batch -ex 'thread apply all bt'" > /tmp/yuzu-backtrace.log`
|
3. Execute this command in your terminal: `flatpak-coredumpctl org.yuzu_emu.yuzu -m yuzu --gdb-arguments "--batch -ex 'thread apply all bt'" > /tmp/yuzu-backtrace.log`
|
||||||
4. Please attach the file `/tmp/yuzu-backtrace.log` file to your report
|
4. Please attach the file `/tmp/yuzu-backtrace.log` file to your report
|
||||||
|
|
||||||
#### Obtaining a debugger trace as the crash happens
|
#### Obtaining a debugger trace as the crash happens
|
||||||
|
|
||||||
1. Install debuggers in Flatpak: `flatpak install org.kde.Sdk//5.15-22.08`
|
1. Install debuggers in Flatpak: `flatpak install org.kde.Sdk//5.15-23.08`
|
||||||
2. Install debug information for yuzu: `flatpak install org.yuzu_emu.yuzu.Debug`
|
2. Install debug information for yuzu: `flatpak install org.yuzu_emu.yuzu.Debug`
|
||||||
3. Execute this command in your terminal: `flatpak run --devel --command=sh org.yuzu_emu.yuzu`
|
3. Execute this command in your terminal: `flatpak run --devel --command=sh org.yuzu_emu.yuzu`
|
||||||
4. Type `gdb /app/bin/yuzu` in the coming up prompt and wait for the `(gdb)` prompt to show up
|
4. Type `gdb /app/bin/yuzu` in the coming up prompt and wait for the `(gdb)` prompt to show up
|
||||||
|
Loading…
Reference in New Issue
Block a user