I just noticed Emrbio is consistently crashing if I have a declaration of any kind. The following node does absolutely nothing but declare an integer variable called "x" and assign it to zero.
<EmbrioCopy>
<Version>1.2.9.0</Version>
<Nodes>
<Node>
<UniqueID>46d60855-71bd-4970-9126-01f1b483073a</UniqueID>
<AssemblyType>Embrio.NodeEngine.AgentController.Nodes.AgentControllerCustomArduinoNode</AssemblyType>
<NodeType>Custom Arduino Node</NodeType>
<UserDefinedName></UserDefinedName>
<Description>A node that lets you write any Arduino code to interact with the Arduino hardware. Can be both an input and output.</Description>
<NodeColor>144,183,227,255</NodeColor>
<X>0</X>
<Y>0</Y>
<Width>260</Width>
<IncludeCode></IncludeCode>
<DeclerationCode>int x = 0;</DeclerationCode>
<SetupCode></SetupCode>
<ImageName>arduino.png</ImageName>
<InfoURL></InfoURL>
<CodeDefinitions></CodeDefinitions>
<Inputs></Inputs>
<Outputs></Outputs>
</Node>
</Nodes>
</EmbrioCopy>
An otherwise empty project crashes almost as soon as I hit the "compile and upload" button or the "run timing code" button. It has no trouble "connecting". This is on Emrbio 1.2.9.0
Edited by user Friday, December 18, 2015 1:30:19 PM(UTC)
| Reason: Not specified