-
Notifications
You must be signed in to change notification settings - Fork 41
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
[LT79] Assertion nullptr != src failed #2032
Comments
Backtrace:
(this is |
Seems related to this requirement in the ruleset |
There is just no Lines 532 to 555 in c028f42
Server bug: should have caught this at ruleset load time and either ignored the effect or failed to load. Client bug: should validate what the server is sending. |
Check that the value of enum-based requirements is valid and fail otherwise. See longturn#2032.
Checks are copied from universal_value_from_str(). We don't fail when encountering invalid requirements because we want to keep forward compatibility and new requirement types are added often. Instead we set them to the "none" requirement so we don't try to interpret them. Closes longturn#2032.
Check that the value of enum-based requirements is valid and fail otherwise. See #2032.
Checks are copied from universal_value_from_str(). We don't fail when encountering invalid requirements because we want to keep forward compatibility and new requirement types are added often. Instead we set them to the "none" requirement so we don't try to interpret them. Closes #2032.
Describe the bug
To Reproduce
Expected behavior
Platform and version:
Additional context
The text was updated successfully, but these errors were encountered: