mirror of
https://github.com/two-torial/two-torial.git
synced 2026-03-21 21:24:07 -05:00
Merge pull request #146 from auxbh/some-things
Some checks failed
Build / deploy (push) Has been cancelled
Some checks failed
Build / deploy (push) Has been cancelled
Multiple fixes/changes
This commit is contained in:
commit
a92df2f1f0
|
|
@ -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 |
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
mkdocs
|
||||
fontawesome-markdown
|
||||
mkdocs-bootswatch
|
||||
mkdocs-material
|
||||
mkdocs-git-revision-date-localized-plugin
|
||||
Loading…
Reference in New Issue
Block a user