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

COM interface createPerformer throwing exception #85

Open
0xchase opened this issue Nov 8, 2024 · 0 comments
Open

COM interface createPerformer throwing exception #85

0xchase opened this issue Nov 8, 2024 · 0 comments

Comments

@0xchase
Copy link

0xchase commented Nov 8, 2024

Found another place the COM interface may throw an exception -- PerformerInterface::createPerformer. Rust can't catch foreign exceptions which makes this unrecoverable. Adding a try/catch to the cmajor source indicates it's a AbortCompilationException, but I haven't managed to identify what's throwing it since (to my knowledge) there's not a way to get a DiagnosticMessage or a result type.

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