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

[Bombastic Perks] Fix perk-choosing crash(?) #71995

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

Standing-Storm
Copy link
Contributor

@Standing-Storm Standing-Storm commented Feb 26, 2024

Summary

Bugfixes "[Bombastic Perks] Fix perk-choosing crash(?)"

Purpose of change

Failing to explicitly list "category" and "use_vitamins" was causing crashes for some people when selecting a perk. But not me. Everything worked perfectly for me, so there's something else going wrong with u_mutate_towards that this PR does not fix.

I am told it fixes #71944

Describe the solution

Add "category": "ANY", "use_vitamins": false to the perk-gaining EoCs

Describe alternatives you've considered

Testing

I had no crashes afterwards and could properly select perks, but I also had no crashes before and could properly select perks. Someone on the Discord tested the fix and told me it works.

Additional context

I still do not know why I had no crashes at all. The documentation states that category and use_vitamins are optional but that appears to not be the case...except for my machine. Except now that I think about it, I think I did have the same problem in #71724 until I explicitly listed "category": "MAANTOUCHED" there.

@github-actions github-actions bot added <Bugfix> This is a fix for a bug (or closes open issue) [JSON] Changes (can be) made in JSON Mods Issues related to mods or modding Mods: Bombastic Perks labels Feb 26, 2024
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Auto-requesting reviews from non-collaborators: @bombasticSlacks

@github-actions github-actions bot added astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Feb 26, 2024
@Maleclypse Maleclypse merged commit 135db22 into CleverRaven:master Feb 26, 2024
27 checks passed
@Standing-Storm Standing-Storm deleted the perk-fixes branch February 27, 2024 04:41
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) [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions Mods: Bombastic Perks Mods Issues related to mods or modding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bombastic Perks] Gaining any perk segfaults the game
2 participants