You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed/Unchanged Search Filter Filters Out Addresses Improperly (When searching for a 4 Byte, Float, or Double value)
Reproduction Steps
Start a Not Equal To (shown as 'Not Equals' in the Debugger) search with the Byte Type set to 4 Bytes (or Float/Double), and the starting value of 0 (workaround to do Unknown Value Searching as it is not implemented yet), then attempt multiple Changed/Unchanged filter searches while looking for something like the player's position.
Afterwards, the debugger will return a couple of addresses but it seems to fail to return addresses properly. Likely incorrectly filtering out what may as well have been the correct addresses.
Doing the same steps above, but instead doing a 2 byte search, appears to work a little better with the Changed\Unchanged searching.
Maybe it is something to do with the rate of how the Debugger is trying to return values, but is late in fetching addresses, causing some addresses to be filtered out incorrectly, or something else.
Expected Behavior
Debugger should properly return addresses when doing an Unchanged/Changed memory search without misfiltering results.
PCSX2 Revision
PCSX2 v2.3.40
Operating System
Linux (64bit) - Specify distro below
If Linux - Specify Distro
Linux Mint 22 Cinnamon - Wilma
Logs & Dumps
No response
The text was updated successfully, but these errors were encountered:
Describe the Bug
Changed/Unchanged Search Filter Filters Out Addresses Improperly (When searching for a 4 Byte, Float, or Double value)
Reproduction Steps
Start a Not Equal To (shown as 'Not Equals' in the Debugger) search with the Byte Type set to 4 Bytes (or Float/Double), and the starting value of 0 (workaround to do Unknown Value Searching as it is not implemented yet), then attempt multiple Changed/Unchanged filter searches while looking for something like the player's position.
Afterwards, the debugger will return a couple of addresses but it seems to fail to return addresses properly. Likely incorrectly filtering out what may as well have been the correct addresses.
Doing the same steps above, but instead doing a 2 byte search, appears to work a little better with the Changed\Unchanged searching.
Maybe it is something to do with the rate of how the Debugger is trying to return values, but is late in fetching addresses, causing some addresses to be filtered out incorrectly, or something else.
Expected Behavior
Debugger should properly return addresses when doing an Unchanged/Changed memory search without misfiltering results.
PCSX2 Revision
PCSX2 v2.3.40
Operating System
Linux (64bit) - Specify distro below
If Linux - Specify Distro
Linux Mint 22 Cinnamon - Wilma
Logs & Dumps
No response
The text was updated successfully, but these errors were encountered: