error removing four pipe active beams in os v26 and v27

asked 2019-02-19 12:26:32 -0500

xchen's avatar

updated 2019-02-19 12:41:46 -0500

I'm trying to remove some four pipe active beams in openstudio v2.6 and have the following issues:

1). when i try to remove directly in openstudio by clicking the x button for the beam object at zone level, the program gives this error "unhandled exception" error.

image description

2). when i try to remove it via openstudio measure, using equipment.remove. The program throws the following advanced output for the error:

[BOOST_ASSERT] Assertion wo failed on line 244 of class std::vector > __cdecl openstudio::model::detail::ZoneHVACEquipmentList_Impl::equipmentInCoolingOrder(void) in file C:\Git\OS\openstudiocore\src\model\ZoneHVACEquipmentList.cpp. 
[10:22:40.833915 ERROR] Found error in state 'translator' with message ["Access violation - no RTTI data!::/ruby/2.2.0/gems/openstudio-workflow-1.3.3/lib/openstudio/workflow/util/model.rb:66:in `translateModel'\n:/ruby/2.2.0/gems/openstudio-workflow-1.3.3/lib/openstudio/workflow/util/model.rb:66:in `translate_to_energyplus'\n:/ruby/2.2.0/gems/openstudio-workflow-1.3.3/lib/openstudio/workflow/jobs/run_translation.rb:54:in `perform'\n:/ruby/2.2.0/gems/openstudio-workflow-1.3.3/lib/openstudio/workflow/run.rb:269:in `step'\n:/ruby/2.2.0/gems/openstudio-workflow-1.3.3/lib/openstudio/workflow/run.rb:216:in `run'\n:/openstudio_cli.rb:848:in `execute'\n:/openstudio_cli.rb:639:in `execute'\n:/openstudio_cli.rb:1614:in `'\neval:107:in `eval'\neval:107:in `require_embedded_absolute'\neval:92:in `block in require'\neval:86:in `each'\neval:86:in `require'\neval:2:in `'"]} 

Standard Error:

[BOOST_ASSERT] Assertion wo failed on line 244 of class std::vector > __cdecl openstudio::model::detail::ZoneHVACEquipmentList_Impl::equipmentInCoolingOrder(void) in file C:\Git\OS\openstudiocore\src\model\ZoneHVACEquipmentList.cpp. 

run.log:

[10:22:40.833915 ERROR] Found error in state 'translator' with message ["Access violation - no RTTI data!::/ruby/2.2.0/gems/openstudio-workflow-1.3.3/lib/openstudio/workflow/util/model.rb:66:in `translateModel'\n:/ruby/2.2.0/gems/openstudio-workflow-1.3.3/lib/openstudio/workflow/util/model.rb:66:in `translate_to_energyplus'\n:/ruby/2.2.0/gems/openstudio-workflow-1.3.3/lib/openstudio/workflow/jobs/run_translation.rb:54:in `perform'\n:/ruby/2.2.0/gems/openstudio-workflow-1.3.3/lib/openstudio/workflow/run.rb:269:in `step'\n:/ruby/2.2.0/gems/openstudio-workflow-1.3.3/lib/openstudio/workflow/run.rb:216:in `run'\n:/openstudio_cli.rb:848:in `execute'\n:/openstudio_cli.rb:639:in `execute'\n:/openstudio_cli.rb:1614:in `'\neval:107:in `eval'\neval:107:in `require_embedded_absolute'\neval:92:in `block in require'\neval:86:in `each'\neval:86:in `require'\neval:2:in `'"]} 

3). when i use the "enable ideal air loads for all zones" measure, it also throws this unhandled exception

Anyone knows what might cause this error? Same happens in OpenStudio v2.7.

edit retag flag offensive close merge delete

Comments

Can you give an actual example (minimal if possible)? I'm having trouble reproducing it. We should move the conversation to the Github issue that was opened please: https://github.com/NREL/OpenStudio/is...

Julien Marrec's avatar Julien Marrec  ( 2019-02-26 09:13:55 -0500 )edit