The Problem
When launching Tomodachi Life: Living the Dream on Ryujinx Stable, many players hit a yellow loading screen that freezes, followed by an AudioRenderer crash log:
Unhandled exception: AudioRenderer initialization failed
System.InvalidOperationException: Audio output device not foundThis happens because Ryujinx Stable's audio backend doesn't fully support the game's audio renderer version.
The Fix (Step by Step)
Step 1 โ Uninstall Ryujinx Stable
Close Ryujinx completely. You don't need to delete your save data โ it's stored separately.
Step 2 โ Download Ryujinx Canary 1.3.271+
Go to the [Ryujinx GitHub releases](https://github.com/Ryujinx/Ryujinx) and download the Canary build (not Stable). Look for version 1.3.271 or newer.
The Canary branch has the updated OpenAL audio backend that fixes this crash.
Step 3 โ Configure Audio Settings
Open Ryujinx โ Options โ Settings โ System:
- **Audio Backend**: Set to **OpenAL** (not SDL2)
- **Audio Volume**: 100%
Step 4 โ Verify Your Keys
Make sure your prod.keys file is up to date for firmware 19.0.0+. Place it in:
%appdata%\Ryujinx\system\prod.keysStep 5 โ Launch the Game
The game should now boot past the yellow screen. First launch may take 30-60 seconds for shader compilation.
Still Crashing?
If you're still getting crashes after following these steps:
- **Check your firmware version** โ you need Switch firmware 19.0.0 or higher installed in Ryujinx
- **Try SDL2 audio** if OpenAL doesn't work on your system
- **Disable docked mode** temporarily โ some GPU drivers have issues in docked mode
Related Guides
- [How to find your savedataArc.txt save file](/guides/find-savedataarc-file)
- [Best keyboard mapping for Tomodachi Life on PC](/guides/keyboard-mapping-guide)