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

Core: Check if msr.DR and msr.IR are valid at ApplyStartupPatches #13329

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

noahpistilli
Copy link
Member

Checks if msr.DR and msr.IR are valid when patch engine calls ApplyStartupPatches. Solves the issue here.

From the conversation with @AdmiralCurtiss at #13312.

@AdmiralCurtiss
Copy link
Contributor

Makes sense to me.

@Tilka Any objections? You added ApplyStartupPatches() in #13136.

@Tilka
Copy link
Member

Tilka commented Feb 3, 2025

Doesn't this code only run once though? There is no retry. I think the correct fix would be to bring back the OnLoad patch system that was dropped in 2008.

@noahpistilli
Copy link
Member Author

Would it not retry at ApplyFramePatches? Or am I mistaken on how it works.

@Tilka
Copy link
Member

Tilka commented Feb 4, 2025

Oops, you're completely right.

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

Successfully merging this pull request may close these issues.

3 participants