-
Notifications
You must be signed in to change notification settings - Fork 188
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
Unhandled exception in Dynamo engine: The virtual machine that powers dynamo is experiencing some unexpected errors internally and... #1817
Comments
did u know the cause of this error ? how u solve |
@anorsworthy could you send us your graph or outline the steps you took before you saw this exception. It will greatly help in debugging the issue. |
Thanks Alot for your care really & i'll wait for your answer
…On Wed, Jan 3, 2018 at 5:05 PM, aparajit-pratap ***@***.***> wrote:
@anorsworthy <https://github.com/anorsworthy> could you send us your
graph or outline the steps you took before you saw this exception. It will
greatly help in debugging the issue.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1817 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ag34FGluAhuj_kiEa90up7OGF2U4QDR4ks5tG5dQgaJpZM4P8iVB>
.
|
I have the same circumstances. The graph runs correctly, without node errors, |
@anorsworthy could you repost this issue with more details in https://github.com/DynamoDS/Dynamo. @mjkkirschner @QilongTang how can we port such issues that don't belong here into DynamoCore repo? |
I will post it as you request. It’s where I started, but there’s a notice that if the issue involves Revit, to post where I did.
Cheers,
Dave
From: aparajit-pratap <notifications@github.com>
Sent: Sunday, March 10, 2019 3:58 PM
To: DynamoDS/DynamoRevit <DynamoRevit@noreply.github.com>
Cc: Dave Clark <dc@daveclarkconsulting.ca>; Comment <comment@noreply.github.com>
Subject: Re: [DynamoDS/DynamoRevit] Unhandled exception in Dynamo engine: The virtual machine that powers dynamo is experiencing some unexpected errors internally and... (#1817)
@anorsworthy<https://github.com/anorsworthy> could you repost this issue with more details in https://github.com/DynamoDS/Dynamo. @mjkkirschner<https://github.com/mjkkirschner> @QilongTang<https://github.com/QilongTang> how can we port such issues that don't belong here into DynamoCore repo?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#1817 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AuIGV0qZzSi4SnUH57uIncZTLq90idt3ks5vVWPJgaJpZM4P8iVB>.
|
@aparajit-pratap GitHub now supports issue transfer! |
Dynamo version
Dynamo Core 1.3.1.1736
Dynamo Revit 1.3.1.1736 (Update pending 1.3.2.0)
Revit version
Revit 2017.2
Operating system
Windows 10
What did you do?
Tried to run script
What did you expect to see?
Successful script i.e. no errors
What did you see instead?
Unhandled exception in Dynamo engine
The virtual machine that powers Dynamo is experiencing some unexpected errors internally and is likely "having great difficulties pulling itself together. it is "recommended that you save your work now and reload the file. Giving the Dynamo VM a new lease of life can potentially make it feel happier and behave better.
If you don't mind, it would be helpful for you to send us your file. That will make it quicker for us to get these issues fixed.
Runtime exception occured. The type of StackValue is not FunctionIndex
at ProtoCore.DSASM.StackValue.get_FunctionIndex()
at ProtoCore.DSASM.Executive.GetCurrentScope(Int32& classIndex, Int32& functionIndex)
at ProtoCore.DSASM.Executive.DEP_Handler(Instruction instruction)
at ProtoCore.DSASM.Executive.Execute(Int32 exeblock, Int32 entry, Language language)
at ProtoCore.DSASM.Executive.Execute(Int32 exeblock, Int32 entry, List
1 breakpoints, Language language) at ProtoCore.DSASM.Executive.BounceUsingExecutive(Executive executive, Int32 exeblock, Int32 entry, StackFrame stackFrame, Int32 locals, Boolean fepRun, Executive exec, List
1 breakpoints)at ProtoScript.Runners.ProtoScriptRunner.ExecuteLive(Core core, RuntimeCore runtimeCore)
at ProtoScript.Runners.LiveRunner.Execute(Boolean isCodeCompiled)
at ProtoScript.Runners.LiveRunner.CompileAndExecute(List
1 astList) at ProtoScript.Runners.LiveRunner.CompileAndExecuteForDeltaExecution(List
1 astList)at ProtoScript.Runners.LiveRunner.SynchronizeInternal(GraphSyncData syncData)
at ProtoScript.Runners.LiveRunner.UpdateGraph(GraphSyncData syncData)
at Dynamo.Scheduler.UpdateGraphAsyncTask.HandleTaskExecutionCore()
at Dynamo.Scheduler.AsyncTask.Execute())
The text was updated successfully, but these errors were encountered: