djhackersdev / bemanitools

Runs recent Konami arcade games and emulates various arcade hardware.
The Unlicense
84 stars 16 forks source link

DDR: Unable to run DDR X2 and DDR X3 with BemaniTools 5 #83

Closed icex2 closed 1 year ago

icex2 commented 3 years ago

In GitLab by @arnim on Jul 20, 2021, 04:19

Summary

DDR X2 and DDR X3 won't run with BemaniTools 5

Expected Behavior

Game should launch.

Current Behavior

Game does not launch and launcher crashes.

Detailed Description

When using Bemanitools 5 to run DDR X2 (JDX) and DDR X3 (KDX) using it's respective gamestart bat (gamestart-12.bat and gamestart-13.bat), launcher crashes. Log is empty. Tried both in Windows 7 x64 and Windows 10 x64

Steps To Reproduce

  1. Put DDR X2 / X3 data in a folder
  2. Extract the ddr-12-to-16.zip into the game folder
  3. Launch the game using gamestart-12.bat (JDX) or gamestart-13.bat (KDX)

Context (Environment)

Bemanitools Version(s) Affected

5.35

Game(s) and version(s) affected

Log output

None, unable to get log

Configuration Files

N/A

Command Line Arguments

The default included in .zip file

OS Version

Hardware Specs

icex2 commented 2 years ago

In GitLab by @phuzion on Dec 2, 2021, 03:16

Confirming this issue as well, unable to launch X2 on my system.

Specs:

icex2 commented 2 years ago

In GitLab by @33c17f40 on May 14, 2022, 17:30

It's a avs mismatch error. The code is being compiled against avs2 1508 which isn't compatible with the avs version used in X2. I'll check the others and send a fix.

Edit: X2: avs2 1040 -> 1002 compatible (currently builds with 1508)
X3: avs2 1306 -> 1304 compatible (currently builds with 1508)
DDR 2013: avs2 1508 -> ok
DDR 2014: avs2 1508 -> ok

icex2 commented 2 years ago

Fix included in !113