-
Notifications
You must be signed in to change notification settings - Fork 635
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
bug when opening file #3991
Comments
@ParametricMonkey , a similar issue is fixed by our development team and the fix is in testing right now. Issue is tracked at (MAGN-6634).Please retest in the next daily build.If you can see this error in a file where there are no Revit nodes please send me the file. Thanks for reporting this. |
Note sure if this is the same... Exception of type 'ProtoCore.Exceptions.CompilerInternalException' was thrown. at ProtoCore.Utils.ArrayUtils.GetKeys(StackValue array, RuntimeCore runtimeCore) |
@ParametricMonkey the issue you originally mentioned first is fixed in latest daily build posted yesterday. The second crash looks like the same in #3989 If its different pls send me your file. |
@ParametricMonkey Closing this issue as a fix has been linked for #1 and a duplicate exists for #2. Please re-open and provide comments if this is unique. |
I get this when trying to open a file:
Exception has been thrown by the target of an invocation.
at System.RuntimeMethodHandle.SerializationInvoke(IRuntimeMethodInfo method, Object target, SerializationInfo info, StreamingContext& context)
at System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Object obj, SerializationInfo info, StreamingContext context)
at System.Runtime.Serialization.ObjectManager.FixupSpecialObject(ObjectHolder holder)
at System.Runtime.Serialization.ObjectManager.DoFixups()
at System.Runtime.Serialization.Formatters.Soap.ObjectReader.Deserialize(HeaderHandler handler, ISerParser serParser)
at System.Runtime.Serialization.Formatters.Soap.SoapFormatter.Deserialize(Stream serializationStream, HeaderHandler handler)
at ProtoCore.CallSite.LoadSerializedDataIntoTraceCache(String serializedTraceData)
at ProtoCore.CallSite..ctor(Int32 classScope, String methodName, FunctionTable globalFunctionTable, ExecutionMode execMode, String serializedTraceData)
at ProtoCore.RuntimeData.GetCallSite(GraphNode graphNode, Int32 classScope, String methodName, Executable executable, Int32 runningBlock, Options options, RuntimeStatus runtimeStatus)
at ProtoCore.DSASM.Executive.Callr(Int32 functionIndex, Int32 classIndex, Int32 depth, Boolean& explicitCall, Boolean isDynamicCall, Boolean hasDebugInfo)
at ProtoCore.DSASM.Executive.CALLR_Handler(Instruction instruction)
at ProtoCore.DSASM.Executive.Execute(Int32 exeblock, Int32 entry, Language language)
at ProtoCore.DSASM.Interpreter.Run(Int32 codeblock, Int32 entry, Language lang, List
1 breakpoints) at ProtoCore.DSASM.Executive.Bounce(Int32 exeblock, Int32 entry, Context context, StackFrame stackFrame, Int32 locals, Boolean fepRun, Executive exec, List
1 breakpoints)at ProtoScript.Runners.ProtoScriptTestRunner.Execute(Core core, Int32 runningBlock, Context staticContext, Context runtimeContext)
at ProtoScript.Runners.LiveRunner.Execute()
at ProtoScript.Runners.LiveRunner.CompileAndExecute(List
1 astList) at ProtoScript.Runners.LiveRunner.CompileAndExecuteForDeltaExecution(List
1 astList)at ProtoScript.Runners.LiveRunner.UpdateGraph(GraphSyncData syncData)
at Dynamo.Core.Threading.AsyncTask.Execute()
The text was updated successfully, but these errors were encountered: