Merge pull request #146 from auxbh/some-things
Some checks failed
Build / deploy (push) Has been cancelled

Multiple fixes/changes
This commit is contained in:
Akitake 2025-07-18 21:52:37 +02:00 committed by GitHub
commit a92df2f1f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 4 deletions

View File

@ -19,11 +19,11 @@
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"
??? tip "`EXCEPTION_ILLEGAL_INSTRUCTION` in logs"
- Open `log.txt` using an editor that supports `SHIFT-JIS` encoding for Japanese text (like [Notepad++](https://notepad-plus-plus.org/downloads/))
- Search for `EXCEPTION_ACCESS_VIOLATION`
- Search for `EXCEPTION_ILLEGAL_INSTRUCTION`
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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -1,6 +1,8 @@
!!! tip ""
- Right-click on the volume setting in your taskbar and select `Sounds`
- Open sound settings
- On Windows 10: Right-click on the volume icon in your taskbar and select `Sounds`
- On Windows 11: Right-click on the volume icon in your taskbar and select `Sound settings` then scroll down and click on `More sound settings`
- Navigate to the `Playback` tab, right click on your default audio device, and click on `Properties`
- Go to the `Advanced` tab
- Check both boxes under `Exclusive Mode`

View File

@ -1,5 +1,4 @@
mkdocs
fontawesome-markdown
mkdocs-bootswatch
mkdocs-material
mkdocs-git-revision-date-localized-plugin