Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
3

While running OpenStudio measure, receive error "DL is deprecated, please use Fiddle"

asked 2015-12-01 15:57:55 -0500

JustinLueker's avatar

updated 2015-12-01 20:20:42 -0500

I know there have been some questions on this before, but I've not seen any related to this specific measure.

I'm attempting to run an OpenStudio measure "btap_equest_converter" to import eQuest geometry into an OS file, and I receive the following error code. Is this an issue with my Ruby version, or the measure itself?

DL is deprecated, please use Fiddle

C:/Program Files/OpenStudio 1.9.0/ruby-install/ruby/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in require': cannot load such file -- C:/Users/jlueker/AppData/Local/Temp/OpenStudio.xx9804/ApplyMeasureNow/UserScript/../../../../lib/btap/lib/btap.rb (LoadError) from C:/Program Files/OpenStudio 1.9.0/ruby-install/ruby/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:inrequire' from C:/Users/jlueker/AppData/Local/Temp/OpenStudio.xx9804/ApplyMeasureNow/UserScript/user_script.rb:36:in <top (required)>' from in.rb:103:inload' from in.rb:103:in `<main>' Script executing from: C:/Users/jlueker/AppData/Local/Temp/OpenStudio.xx9804/ApplyMeasureNow/UserScript Found argument 'inp_file' with value 'C:/00Models/0715SNFCCproposed.inp'.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2015-12-01 22:14:55 -0500

The message 'DL is deprecated, please use Fiddle' is a result of requiring Win32API in Ruby 2.0, it is a benign warning and out of our control to fix it. The actual error is in the backtrace where it says require': cannot load such file. As mentioned in this post the eQuest converter measure is a work in progress and that is likely the reason for this error.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: 2015-12-01 15:57:55 -0500

Seen: 347 times

Last updated: Dec 01 '15