-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
App crashes when multiplying (cloning) Dual Duct AirLoopHVAC #217
Comments
Worth noting that I can reproduce this with a dual duct air loop but NOT with a single duct airloop. It does seem like a OSApp issue, since it works in the SDK bindings without crashing [1] OSApp-build(main)> m = Model.new
=> #<OpenStudio::Model::Model:0x000056168ee431f8
@__swigtype__="_p_openstudio__model__Model">
(reverse-i-search)`':
[2] OSApp-build(main)> a = AirLoopHVAC.new(m, true)
=> #<OpenStudio::Model::AirLoopHVAC:0x00005616909d81c0
@__swigtype__="_p_openstudio__model__AirLoopHVAC">
[3] OSApp-build(main)> a.clone(m)
[utilities.idf.Workspace] <-1> Renamed Object of type 'OS:AirLoopHVAC' and named 'Air Loop HVAC 1' to 'Air Loop HVAC 2' to avoid a name conflict upon WorkspaceObject addition.
[utilities.idf.Workspace] <-1> Renamed Object of type 'OS:Schedule:Constant' and named 'Always On Discrete' to 'Always On Discrete 1' to avoid a name conflict upon WorkspaceObject addition.
[utilities.idf.Workspace] <-1> Renamed Object of type 'OS:Connector:Splitter' and named 'Connector Splitter 1' to 'Connector Splitter 2' to avoid a name conflict upon WorkspaceObject addition.
=> #<OpenStudio::Model::ModelObject:0x000056169027f3b0
@__swigtype__="_p_openstudio__model__ModelObject"> |
@jmarrec I noticed that cloning the dual duct loop results in some dangling nodes, which I think the App has problems displaying (but OpenStudio translates just fine):
|
Backtrace:
|
Moved to NREL/OpenStudio#4060 as it should. Leaving open until we can test in App that there isn't something else to be done. |
Thanks for looking into this @eringold |
Issue overview
When attempting to use the x2 button on an air loop, the app crashesCurrent Behavior
see gif:Expected Behavior
It should replicate the air loop.Steps to Reproduce
Possible Solution
Details
Environment Windows 10, App Version 1.01
Some additional details about your environment for this issue (if relevant):
Context
The text was updated successfully, but these errors were encountered: