From 7561e9a78f083037e918ce29ea274a99a042708b Mon Sep 17 00:00:00 2001 From: yurei Date: Sun, 17 Sep 2023 01:27:02 +0200 Subject: [PATCH] update IIDX9 problems page (CLVSD.ax) --- docs/files/install-CLVSD.bat | 1 - docs/games/iidx9/problems.md | 20 ++++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 docs/files/install-CLVSD.bat diff --git a/docs/files/install-CLVSD.bat b/docs/files/install-CLVSD.bat deleted file mode 100644 index bebf267..0000000 --- a/docs/files/install-CLVSD.bat +++ /dev/null @@ -1 +0,0 @@ -regsvr32 CLVSD.ax \ No newline at end of file diff --git a/docs/games/iidx9/problems.md b/docs/games/iidx9/problems.md index 0425d83..f973521 100644 --- a/docs/games/iidx9/problems.md +++ b/docs/games/iidx9/problems.md @@ -7,26 +7,26 @@ !!! 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](/games/iidx9/setup/#final-steps-and-setting-up-the-game) of the guide again. -### My game crashes immediately! +### My game crashes immediately! !!! warning "This can have multiple reasons. We will provide two possible fixes." ### Fix #1 (Missing codec) !!! tip "" + You need to install a codec that is missing. 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`. - + Extract `CLVSD.ax` inside the folder that contains the bm2dx.exe which should be located in `\C02\D\C02\JAG` - - We have [provided a `.bat` file](/files/install-CLVSD.bat). Right click the link and select `Save link as`, save it into `\C02\D\C02\JAG` again. - - When you have both files in that directory, right click `install-CLVSD.bat` and select `Run as administrator`. This will install the codec for you. - - You may want to delete `install-CLVSD.bat` now but you **can not** move or delete `CLVSD.ax` **at all** + + Open up the command prompt as ***administrator***. Now type `regsvr32 "\CLVSD.ax"` into the command prompt. + + As an example, it could look like this: `regsvr32 "D:\BEMANI\IIDX\9TH-STYLE\C02\JAG\CLVSD.ax"` A prompt should appear telling you that it has been installed successfully. 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. ### Fix #2 (Missing file) !!! tip "" If the game still refuses to start, 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` and extract `RtEffect_stub.dll` inside the folder that contains the bm2dx.exe which should be located in `\C02\D\C02\JAG`. - - Rename `RtEffect_stub.dll` to `RtEffect.dll`. + Rename `RtEffect_stub.dll` to `RtEffect.dll`.