Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Devil May Cry 2 Taikenban Demo [SLPM-61037] - No Response to Controller Inputs #12347

Open
escape209 opened this issue Feb 23, 2025 · 3 comments
Assignees

Comments

@escape209
Copy link
Contributor

escape209 commented Feb 23, 2025

Describe the Bug

The demo does not respond to controller inputs at all, regardless of input source (keyboard, Series X controller, Dualsense etc.)

Apparently this is a regression, as I narrowed this behavior down to version 1.7.4792 (#8480). Anything older than that works; that version and newer is broken.

I also successfully verified my dump of the game to rule out a bad dump

Reproduction Steps

  1. Boot the demo with a correctly setup input device
  2. Keep pressing Start and Circle for at least 10 seconds (the game should begin accepting inputs by this point) to try and proceed past the intro video and start screen

Expected Behavior

Game should respond to inputs as any other game should.

PCSX2 Revision

v2.3.171

Operating System

Windows 11

If Linux - Specify Distro

No response

CPU

AMD Ryzen 9 7900X

GPU

AMD Radeon RX 6700 XT

GS Settings

No response

Emulation Settings

No response

GS Window Screenshots

No response

Logs & Dumps

No response

@lightningterror
Copy link
Contributor

Can you post a blockdump?

@RedPanda4552
Copy link
Contributor

RedPanda4552 commented Feb 24, 2025

First look at this - game is configuring controller 1 for enabling the analog light but then subsequent reads are still just done in digital mode... Strangely, controller 2 is then set up in DS2 mode. This will take a bit to work out but current suspicion is there is a problem with analog mode kicking on.

Also noteworthy is the game does lots of polls on controller 2 but then just only periodically pokes controller 1. Almost as if it thinks the controller has gone missing...

@escape209
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants