1
0
mirror of https://github.com/yxrei/bemani-guide.git synced 2024-11-24 06:50:17 +01:00

iidx11: fix troubleshooting inconsistency

This commit is contained in:
yurei 2024-10-28 13:50:13 +01:00
parent d1804778fc
commit c483ca1b88
2 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
### My Game Is Running Crazy Fast! ### My Game Is Running Crazy Fast!
!!! tip "" !!! tip ""
The most common reason for this is the game is running over its required 59.95hz, the game is hardcoded to run at 59.95hz and this cannot be changed. To solve this, check [this section](setup.md#setting-up-the-games-resolution-locking-fps-and-fixing-stretched-videos) of the guide again. The most common reason for this is the game is running over its required 59.95hz, the game is hardcoded to run at 59.95hz and this cannot be changed. To solve this, check [this section](setup.md#game-resolution-and-locking-fps) of the guide again.
### I'm getting "NETWORK WARNING" instead of "NETWORK OK" ### I'm getting "NETWORK WARNING" instead of "NETWORK OK"
@ -23,18 +23,18 @@
You need to install a codec. You need to install a codec.
Inside the [Bemanitools Supplement](https://github.com/djhackersdev/bemanitools-supplement/releases/download/1.6/bemanitools-supplement-1.6.zip) archive, navigate to `\iidx.zip\iidx\misc\` where you'll find `CLVSD.ax`. Inside the :material-zip-box:[Bemanitools Supplement](https://github.com/djhackersdev/bemanitools-supplement/releases/download/1.6/bemanitools-supplement-1.6.zip) archive, navigate to :material-folder:`\iidx.zip\iidx\misc\` where you'll find :material-file:`CLVSD.ax`.
Extract `CLVSD.ax` inside a folder that you know won't be moved or renamed. Extract :material-file:`CLVSD.ax` inside a :material-folder:folder that you know won't be moved or renamed.
Open up the command prompt as ***administrator***. Now type `regsvr32 "<location of the file>\CLVSD.ax"` into the command prompt. Open up the :material-console:command prompt as ***administrator***. Now type `regsvr32 "<location of the file>\CLVSD.ax"` into the command prompt.
As an example, it could look like this: `regsvr32 "D:\BEMANI\IIDX\CLVSD.ax"` A prompt should appear telling you that it has been installed successfully. As an example, it could look like this: `regsvr32 "D:\BEMANI\IIDX\CLVSD.ax"` A prompt should appear telling you that it has been installed successfully.
This applies for all styles that require this codec. This applies for all styles that require this codec.
If an error occurs, you didn't run the command prompt as administrator or you messed up the location of the file. If an error occurs, you didn't run the command prompt as administrator or you messed up the location of the file.
You ***can not*** move or delete `CLVSD.ax` ***at all***, otherwise it will revert the changes and you have to install it again. You ***can not*** move or delete :material-file:`CLVSD.ax` ***at all***, otherwise it will revert the changes and you have to install it again.
### My game crashes immediately! ### My game crashes immediately!
@ -54,4 +54,4 @@
#### Fix #2 (RtEffects.dll didn't get replaced) #### Fix #2 (RtEffects.dll didn't get replaced)
!!! tip "" !!! tip ""
Refer to [Getting Started](setup.md#getting-started) again and check if you have followed all the instructions explained in it. Refer to [Using iidxhook-11.conf & RtEffect.dll](setup.md#using-iidxhook-11conf-rteffectdll) again and check if you have followed all the instructions explained in it.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 18 KiB