Open KarenWGard opened 1 year ago
Maybe it has to do with Dropbox? Can you reproduce the issue if you run outside a Dropbox directory?
hi @shorowit - thanks for the response. I just ran it again, both with Dropbox and non-dropbox locations and both ran OK. It's a finicky bug, in that it doesn't happen all the time. My understanding is that Dropbox is basically a program for syncing files between a local drive and the cloud. There were no incomming changes from the could for the folder used in the simulation, so I don't think Dropbox would've effected it.
My guess is that sometimes the expidf takes an extra split second to be released from the generation program, and it is enough to be unavailable for simulation.
Issue overview
I am generating idf files with an external ruby program and then simulating them using the command line interface (also through Ruby). When the idf files include template objects, the EnergyPlus simulation sometimes fails with the following in the .err file:
The ruby code used to simulate EnergyPlus is:
I stress that this error happens some of the time, but not all of the time.
Details
Some additional details for this issue (if relevant):
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.