I have been developing a script in grasshopper that receives data from the speckle server and then creates a wall from it. When developing on my computer AirMac M2 2023, no issues, but when testing the grasshopper script on a Windows10 PC it crashes when receiving the data from the speckle server. There is no error shown when this happens, so i’ve been having a hard time troubleshooting it.
The data send to the speckle server is send from a internal tool that uses specklepy to create a commit and push it to the server. The data is custom and does not use the objects from speckle. Only the mandatory Base object is used.
Thanks for the quick reply! I have done some digging and debugging in the GH script, and found the issue to be the Speckle receiver or stream get, as seen in the example i uploaded with the steps on Windows10.
The Speckle stream is located on a speckle server (temporary) hosted on a virtual (ec2) instance.
The Speckle server is running on v. 2.18.4, i just updated it to v. 2.18.8
This is an example of the object that we are trying to receive - works on ARM not on x86.