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

Fix a CtD #61853

Merged
Merged

Conversation

Computer-Engineer-Man
Copy link
Contributor

Summary

Bugfixes "Fixes a CtD"

Purpose of change

Fixes #54504. Prevents a rare crash to desktop.

Describe the solution

Solution described by dseguin. Mainly putting examine_id below the scroll_position and cursor so it does not cause a segfault.

Describe alternatives you've considered

None.

Testing

Compiled game, attempted the crash, it did not crash.

Additional context

None.

@github-actions github-actions bot added [C++] Changes (can be) made in C++. Previously named `Code` Info / User Interface Game - player communication, menus, etc. <Bugfix> This is a fix for a bug (or closes open issue) json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Oct 22, 2022
@ZhilkinSerg ZhilkinSerg merged commit 3772144 into CleverRaven:master Oct 22, 2022
@Computer-Engineer-Man Computer-Engineer-Man deleted the mutation-ui-ctd-fix branch October 22, 2022 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Bugfix> This is a fix for a bug (or closes open issue) [C++] Changes (can be) made in C++. Previously named `Code` Info / User Interface Game - player communication, menus, etc. json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mutation Menu CtD
2 participants