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

rsx: Fix exceptions #13082

Merged
merged 2 commits into from
Dec 17, 2022
Merged

rsx: Fix exceptions #13082

merged 2 commits into from
Dec 17, 2022

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Dec 16, 2022

  • Do not crash RPCS3 when encountering some invalid RSX instructions in the debugger.
  • Fix RSX exception message in some rare cases.

Fixes the log message in #13075, the anti-corruption mechanism was actually working just fine.
Fixes #9644

@elad335 elad335 force-pushed the patch-11 branch 3 times, most recently from 2102024 to 4b72921 Compare December 16, 2022 12:50
@elad335 elad335 force-pushed the patch-11 branch 2 times, most recently from ac30d30 to 765aaf4 Compare December 16, 2022 17:13
@elad335 elad335 changed the title rsx: Activate anti-blend-eq corruption rsx: Fix exceptions Dec 16, 2022
@elad335 elad335 force-pushed the patch-11 branch 2 times, most recently from 9513219 to 6367786 Compare December 16, 2022 17:21
@elad335
Copy link
Contributor Author

elad335 commented Dec 16, 2022

Turns out the exception message was actually wrong, it works fine before and after this pr on my pc so the crash is about something more specific currently unknown with specific setups.

Copy link
Contributor

@kd-11 kd-11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding all those "invalid" enumerations to enums is pollution and I don't agree with the solution from a design POV.
However, there are no easy/quick solutions to that as it is a design issue in the first place.
I've created #13091 to fix the problems I have with this PR.

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

Successfully merging this pull request may close these issues.

Debugger exception
3 participants