Skip to content

AML: Cannot interpret methods that contain FieldUnits #247

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

Open
newcomb-luke opened this issue Apr 13, 2025 · 0 comments
Open

AML: Cannot interpret methods that contain FieldUnits #247

newcomb-luke opened this issue Apr 13, 2025 · 0 comments

Comments

@newcomb-luke
Copy link

FieldUnit expansion is not yet implemented, and this causes method entries such as some _CRS methods and others to fail.
This causes this match branch to be called:

_ => Err(AmlError::TypeCannotBeWrittenToBufferField(value.type_of())),

This crashes, even though for some more simple methods, this should be able to be executed.

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

No branches or pull requests

1 participant