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 found
\\\`
This 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.keys
\\\`
Step 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)