Updated FAQ and Troubleshooting (markdown)

MetrosexualGarbodor 2023-10-22 19:30:40 +01:00
parent 292766538d
commit e85fb0b42c
1 changed files with 4 additions and 1 deletions

@ -389,7 +389,7 @@ Close the console window, it will also close the other one. If youve hidden t
### • Game crashes with `|E| GUI.RenderThread Application : Unhandled exception caught: Ryujinx.Graphics.Vulkan.VulkanException: Unexpected API error "ErrorOutOfDeviceMemory".` ### • Game crashes with `|E| GUI.RenderThread Application : Unhandled exception caught: Ryujinx.Graphics.Vulkan.VulkanException: Unexpected API error "ErrorOutOfDeviceMemory".`
This means your VRAM was exhausted. Check that your resolution scaling isnt too high; 4x is overkill for virtually every setup. This means your VRAM was exhausted. Check that your resolution scaling isnt too high; 4x is overkill for virtually every setup.
If youre playing Astral Chain, Bayonetta 3, Fire Emblem Engage, Metroid Prime Remastered or The Legend of Zelda: Tears of the Kingdom, you might need to enable texture recompression in graphics settings. This is because these games use ASTC textures, which are supported natively without needing to be decompressed on the Switch, but when decompressed on PC can become massive and take up a lot of VRAM. If youre playing Astral Chain, Bayonetta 3, Fire Emblem Engage, Metroid Prime Remastered, Super Mario Bros. Wonder or The Legend of Zelda: Tears of the Kingdom, you might need to enable texture recompression in graphics settings. This is because these games use ASTC textures, which are supported natively without needing to be decompressed on the Switch, but when decompressed on PC can become massive and take up a lot of VRAM.
If youre playing other games and your resolution is on native, it might be an issue with emulating that particular game. Check the [game compatibility list](https://github.com/Ryujinx/Ryujinx-Games-List/issues) to see if its been reported, and if not, post a test result. If youre playing other games and your resolution is on native, it might be an issue with emulating that particular game. Check the [game compatibility list](https://github.com/Ryujinx/Ryujinx-Games-List/issues) to see if its been reported, and if not, post a test result.
@ -660,6 +660,9 @@ Disable docked mode and `Direct Mouse Access`. Touch functionality will not work
- Cant level up or get weapons: NSO is not supported and therefore its impossible to level up on Ryujinx. You need to download a save file with gear already unlocked or transfer your own from your Switch. - Cant level up or get weapons: NSO is not supported and therefore its impossible to level up on Ryujinx. You need to download a save file with gear already unlocked or transfer your own from your Switch.
### Super Mario Bros. Wonder
- Crashing with `ErrorOutOfDeviceMemory`: [see above](https://github.com/Ryujinx/Ryujinx/wiki/FAQ-and-Troubleshooting#-game-crashes-with-e-guirenderthread-application--unhandled-exception-caught-ryujinxgraphicsvulkanvulkanexception-unexpected-api-error-erroroutofdevicememory).
### Super Mario Maker 2 ### Super Mario Maker 2
- Cant connect to course world and download levels: you need a save file with the levels already loaded into it, as NSO is not supported. - Cant connect to course world and download levels: you need a save file with the levels already loaded into it, as NSO is not supported.