I am attempting to use CFD wind speed results as inputs to the wind_speed input of the UTCI Comfort. I fed the folder path to the input, but upon running the simulation this error shows up. The csv file has also disappeared from the original folder containing the csv file. Note that the simulation runs without problems if I don’t feed custom wind speeds.
Solution exception:
The recipe failed to run with the following error(s):
2026-02-26 16:43:12 ERROR: “SplitAirSpeedFolder” failed. See below for more information:
FileNotFoundError: [Errno 2] No such file or directory: ‘C:\Users\Kenneth-HM.Leung\AppData\Local\Temp\SplitAirSpeedFolder-d1ivi_k1\input_folder\focusAreas.csv’
Execution Summary
Scheduled 39 tasks of which:
23 ran successfully:
1 CopyGridInfo(…)
1 CopyRedistInfo(…)
1 CopyResultInfo(…)
1 CreateDirectSky(…)
1 CreateDynamicShadeOctrees(…)
…
1 failed:
1 SplitAirSpeedFolder(…)
15 were left pending, among these:
1 were missing external dependencies:
1 PrepareFolder(…)
1 had failed dependencies:
1 _PrepareFolder_1f915e33Orchestrator(…)
12 had missing dependencies:
1 LetUtciComfortMapFly(…)
1 RestructureConditionIntensityResults(…)
1 RestructureConditionResults(…)
1 RestructureCspResults(…)
1 RestructureHspResults(…)
…
1 was not granted run permission by the scheduler:
1 PrepareFolder(…)
This progress looks because there were failed tasks
Would be grateful if someone could have a look! I have attached the csv file. I am simulating for one hour only.
On a separate issue, I realise that if the geometry is too complicated e.g. if “trees” in the rhino model is included (component disabled in grasshopper now), the simulation would take significant longer to finish (or in a worse case memory runs out eventually). Should I raise this issue in a separate thread?
The Grasshopper file is missing the referenced geometry. Maybe you have to set it again. I compared it to the old Grasshopper and I am still not able to recreate the issue.
Also, please share the log file for the failed run. You should be able to find it in a path similar to the below. Since you used the _folder_ in HB Recipe Settings you should navigate to that folder.
I gave it a check and I found that all the reference geometries are there, even though the “RoomSolid” components are throwing an error. Please let me know if I’m misunderstanding your response.
Right! Here are two sets of log files, one with the reference to the tree objects enabled and the other disabled (the one with trees referenced never finished running as it would have taken too long, I force-quitted it).
The issue is no longer the same as the one you mentioned in the first post. It fails later in the recipe because the wind speed file is UTF-8 BOM encoded. If you change it to UTF-8 it should run. I imagine you can change the encoding in whatever software you used to save the file.
You can try to make a mesh of the trees. Just be careful that it doesn’t create 12.480 mesh faces for some of the trees. You probably want to avoid that so you will have to simplify it or create the mesh in a different way.
If you plug the mesh into HB Shade it will create ShadeMesh objects.