You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aAbortCompilationException
, but I haven't managed to identify what's throwing it since (to my knowledge) there's not a way to get aDiagnosticMessage
or a result type.The text was updated successfully, but these errors were encountered: