HB Annual daylight component failing - with following report

  1. Solution exception:The recipe failed to run with the following summary:

Scheduled 11 tasks of which:

  • 6 ran successfully:
    • 1 CreateDirectSky(…)
    • 1 CreateRadFolder(…)
    • 1 CreateSkyDome(…)
    • 1 CreateTotalSky(…)
    • 1 GenerateSunpath(…)
  • 1 failed:
    • 1 PrepareMultiphase(…)
  • 4 were left pending, among these:
    • 4 had failed dependencies:
      • 1 CalculateAnnualMetrics(…)
      • 1 CalculateTwoPhaseMatrix(…)
      • 1 LetAnnualDaylightFly(…)
      • 1 _Main_8529a1a1Orchestrator(…)

This progress looks :frowning: because there were failed tasks

Use the report_out attribute of recipe settings to see a full report.

Hi @Urvi,

Are you able to share your Grasshopper file with internalized geometry or just the HBJSON file of your model? You can find the latter in the project folder.

Hi Mikkel,

Thank you for your response
I have uploaded the rhino and corresponding grasshopper file on WeTransfer
here is a link to download the files

Hi @Urvi,

Can you try to update your core libraries by running LB Versioner? The simulation runs fine on my end.

I tried running lb versioner multiple times earlier, but it did not seem to work until I ran it again while the toggle to component was set to true.
The script works well now.

Thank you for your support

1 Like

@mikkel Hi,I have got a same problem in my research,but it counld be run at another computer.I have tried to update my core libraries by running [LB Versioner],but it didnt work. Is there any other way to solve it,thank you very much.

Hi @JAZZ,

I have to see the exact error to help you. Can you share the log file or your script so I can try to recreate your issue? The log file is found at a location similar to this:

C:\Users\[USERNAME]\simulation\sample_model_grid\annual_daylight\__logs__\logs.log

HI,here is the recent daylight simulation log file and my gh file.The problem is as the following summary.Thank you very much.

  1. Solution exception:The recipe failed to run with the following summary:

Scheduled 11 tasks of which:

  • 5 ran successfully:
    • 1 CreateDirectSky(…)
    • 1 CreateSkyDome(…)
    • 1 CreateTotalSky(…)
    • 1 GenerateSunpath(…)
    • 1 ParseSunUpHours(…)
  • 1 failed:
    • 1 CreateRadFolder(…)
  • 5 were left pending, among these:
    • 5 had failed dependencies:
      • 1 CalculateAnnualMetrics(…)
      • 1 CalculateTwoPhaseMatrix(…)
      • 1 LetAnnualDaylightFly(…)
      • 1 PrepareMultiphase(…)
      • 1 _Main_8529a1a1Orchestrator(…)

This progress looks :frowning: because there were failed tasks

Use the report_out attribute of recipe settings to see a full report.
logs.7z|attachment (3.1 KB)
daylight.gh (477.6 KB)

Hi @JAZZ,

I pushed a fix. If you run LB Versioner again you should be able to get it.

However, I noticed that the Shades in your model causes the Radiance program oconv to run for a very long time*, and the resulting octree is larger than 5 GB, which is quite unusual. You should probably check your model and make sure there are no duplicates of Shades.

*It never finished inside Grasshopper so I had to test it manually by the honeybee-radiance CLI.

Hi@mikkel ,Thanks for your help,my Radiance program has run successfully.I will try to check my model carefully.