simulation error argument 'measures_json'
I can´t run the simulation. This is the text in the simulation process (it stops in 50%):
ExpandObjects Started.
Begin reading Energy+.idd file.
Done reading Energy+.idd file.
ExpandObjects Finished. Time: 0.094
Script executing from: C:/Users/Gorka/AppData/Local/Temp/OpenStudio.p10496/resources/run/3-UserScript-0
Found argument 'measures_json' with value '[{"arguments":{},"measure":"C:/Program Files/OpenStudio 1.11.0/share/openstudio-1.11.0/pat/Measures/StandardReports/measure.rb"}]'.
Found UserScript 'Report Request'.
And this is the text in the error output file:
DL is deprecated, please use Fiddle
in.rb:280:in `chdir': Permission denied - C:/Users/Gorka/AppData/Local/Temp/OpenStudio.p10496/resources/run/3-UserScript-0 (Errno::EACCES) from in.rb:280:in `<main>'
Don´t know if it has to do with the fact that I´ve installed windows 10. Even with openstudio 1.11.0.
Welcome to unmet hours, we're glad to have you. We'd appreciate if you could do a bit of an effort when choosing a title, this one is a bit vague :)
Thanks for the advice. Changed.
What measures are you running? Looks like the error is related to Windows permissions (http://ruby-doc.org/core-2.0.0/Errno....) related to a
chdir
method in one of your measures. I'm guessing the radiance measure, based on line numbers.It happens with no new measures added to the basics on Openstudio. The error output file is the eplusout.err.
It seems like a permission issue, on your temp folder. Can you go to %AppData%/Local/, right click on folder 'Temp', go to Security and make sure your user (Gorka) has Full control of this folder?
Alternatively, try to launch openstudio as administrator too.