From 8f35d573d2872c6b1d01db1e3bc5abbfc0194cef Mon Sep 17 00:00:00 2001 From: auxbh Date: Thu, 3 Jul 2025 17:22:09 +0000 Subject: [PATCH] Clarify audio error message --- docs/games/bemani/iidx/common/31plus/troubleshooting.md | 4 ++-- docs/games/bemani/sdvx/6_exceedgear/troubleshooting.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/games/bemani/iidx/common/31plus/troubleshooting.md b/docs/games/bemani/iidx/common/31plus/troubleshooting.md index f0115f8a..17156783 100644 --- a/docs/games/bemani/iidx/common/31plus/troubleshooting.md +++ b/docs/games/bemani/iidx/common/31plus/troubleshooting.md @@ -16,14 +16,14 @@ - Search for `Superstep` - If you find a line with `Audio device is not available!!!`, it means the game hasn't found refuses to boot due to misconfigured audio. + If you find a line with `Audio device is not available!!!`, it means the game refuses to boot due to a misconfigured or missing audio device. Check the setup guide's **Configuring audio** section as well as our general [Audio guide](/extras/audio.md) to understand the issue better. ??? tip "`EXCEPTION_ACCESS_VIOLATION` in logs" - Open `log.txt` using an editor that supports `SHIFT-JIS` encoding for Japanese text (like [Notepad++](https://notepad-plus-plus.org/downloads/)) - - Look for this error message: `EXCEPTION_ACCESS_VIOLATION` + - Search for `EXCEPTION_ACCESS_VIOLATION` beatmania IIDX 31 and above require a CPU that is AVX2 capable. If you encounter this message, it may indicate that your CPU is too old and does not support AVX2. A known workaround is renaming/deleting the `movies` folder to prevent the game from loading them altogether. diff --git a/docs/games/bemani/sdvx/6_exceedgear/troubleshooting.md b/docs/games/bemani/sdvx/6_exceedgear/troubleshooting.md index 010e2b64..53766ea2 100644 --- a/docs/games/bemani/sdvx/6_exceedgear/troubleshooting.md +++ b/docs/games/bemani/sdvx/6_exceedgear/troubleshooting.md @@ -43,7 +43,7 @@ - Search for `Superstep` - If you find a line with `Audio device is not available!!!`, it means the game hasn't found refuses to boot due to misconfigured audio. + If you find a line with `Audio device is not available!!!`, it means the game refuses to boot due to a misconfigured or missing audio device." Check the setup guide's [Configuring audio section](setup.md#configuring-audio) as well as our general [Audio guide](/extras/audio.md) to understand the issue better. ??? tip "I'm using a laptop with a hybrid internal+dedicated GPU setup"