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]: Debugger: 8 byte searches are broken #12365

Open
Loy2up opened this issue Feb 27, 2025 · 0 comments
Open

[BUG]: Debugger: 8 byte searches are broken #12365

Loy2up opened this issue Feb 27, 2025 · 0 comments

Comments

@Loy2up
Copy link
Contributor

Loy2up commented Feb 27, 2025

Describe the Bug

Searching for 8 bytes does not always work. Sometimes it does, others times it doesn't. I was thinking #12362 would fix it, but apparently not. Some values cannot be found at all, while some can be found, but not every single instance. For example, if you were searching for 5 sets of 8 byte data, you would only find a number such as 3 out of 5 or none of them at all. Here's a test I've done to help find the issue:

`Works

FFFFFFFF800195E8
0060F8093C1D0008
8CA300008E050008
00000000266A0048
1440FFFA00000000
03E0000800000000

Doesn't Work

FE02005000000000
8D22000400000000
0080882D7FB10410
8C620000244395B8
9062DD3003E00008`

Reproduction Steps

Try searching for 8 bytes, and see how fickle the search is.

Expected Behavior

Searching for 8 bytes should always work.

PCSX2 Revision

v2.3.184

Operating System

Windows 11

If Linux - Specify Distro

No response

Logs & Dumps

No response

@Loy2up Loy2up added the Bug label Feb 27, 2025
@Loy2up Loy2up changed the title [BUG]: 8 byte searches are broken [BUG]: Debugger: 8 byte searches are broken Feb 27, 2025
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

2 participants