DynamoDS / Dynamo

Open Source Graphical Programming for Design
https://dynamobim.org
Other
1.74k stars 634 forks source link

daily build 0.8.0 not working. #4015

Closed ksobon closed 9 years ago

ksobon commented 9 years ago

Issue with the daily build: http://dynamobim.com/forums/topic/lunchbox-not-working/#post-13632

Is there documentation for what changed in the latest release? It looks like my Python nodes are fried.

Thanks!

RodRecker commented 9 years ago

Hi Konrad - we're working to get an updated build out today.

RodRecker commented 9 years ago

Hi Konrad - the new build is posted. Let us know if this improves things for you.

FMFuk commented 9 years ago

All previous dyn files cannot be run in 0.8.0.706, program exits each time. Any migration processes are required ?

Error message as below:- 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, List1 breakpoints) at ProtoCore.DSASM.Executive.Bounce(Int32 exeblock, Int32 entry, Context context, StackFrame stackFrame, Int32 locals, Boolean fepRun, Executive exec, List1 breakpoints) at ProtoScript.Runners.ProtoScriptTestRunner.Execute(Core core, Int32 runningBlock, Context staticContext, Context runtimeContext) at ProtoScript.Runners.LiveRunner.Execute() at ProtoScript.Runners.LiveRunner.CompileAndExecute(List1 astList) at ProtoScript.Runners.LiveRunner.CompileAndExecuteForDeltaExecution(List1 astList) at ProtoScript.Runners.LiveRunner.UpdateGraph(GraphSyncData syncData) at Dynamo.Core.Threading.AsyncTask.Execute()

monikaprabhu commented 9 years ago

@ksobon I think its the same issue reported in here- https://github.com/DynamoDS/Dynamo/issues/3991

Please test in the latest build -0.8.0.756(DynamoInstall0.8.0.20150317T1508.exe). Seems to have fixed. If not please send me your file , because 3991 is fixed on this build.

FMFuk commented 9 years ago

Thanks, it is fixed using the latest build.