-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Openstudio application crashes after clicking on thermal zone tab #554
Comments
Moved from NREL/OpenStudio#4617 @Nischal0150 Would you be able to post the model here (you can rename it to a .txt extension and upload it to the issue) or send it privately to [email protected]? |
I have sent the model to [email protected] |
Thanks @Nischal0150, I can reproduce the crash. I think this has something to do with |
Another odd thing seems to be that the ThermalZones are missing an inletPortList, was this OSM created through some script or other process? Did it use the OS SDK to create the ThermalZone objects? If you used the OpenStudio SketchUp Plug-in, what version of the plug-in and what version of the OS Application is the plug-in pointed at? |
Possibly related to #414. The "Add New Thermal Zone For Spaces With No Thermal Zone" seems to be calling the right ThermalZone constructor https://github.com/openstudiocoalition/openstudio-sketchup-plugin/blob/develop/plugin/openstudio/user_scripts/Alter%20or%20Add%20Model%20Elements/Add_New_Thermal_Zone_For_Spaces_With_No_Thermal_Zone.rb#L62 |
Yes, the thermal zones were created through openstudio user script using openstudio sketchup plugin V 1.4.0 |
Hmm, I was not able to reproduce this using SketchUp 2021 on Windows 11, OpenStudio SketchUp Plug-in 1.4.0, OpenStudio Application 1.4.0, and OpenStudio SDK 1.4.0 Can you check your OpenStudio SketchUp Plug-in preferences to make sure that you have the plug-in pointed at the right OpenStudio Application version? |
I can't reproduce this (by making a new model in the SketchUp Plug-in and running the "Add New Thermal Zone For Spaces With No Thermal Zone" user script with 1.5.0-rc.1 either. I'm going to close this issue, we can re-open it if we know how the zones were created without the necessary port objects. The code in the OS ThermalZone constructor hasn't changed for 7 years. |
Windows 10 Same thing is happening - click on a group to change thermal zone, it gives me this: RuntimeError And when I click on Thermal Zones in the Inspector it crashes. It gives me the same error when I click on Render by Thermal Zone. I've tried different versions and I'm still getting it? |
@lutareeem are you using the same model as before? Do your ThermalZone objects have valid Here is a ThermalZone from the last example model I got from you in a text editor: |
Re-closing until we get more information |
Issue overview
I am using Openstudio 3.40 to model a building with 50 thermal zones. But every time I click on the thermal zone tab on Openstudio, the application stalls for a few seconds and then crashes abruptly.
Current Behavior
Expected Behavior
Steps to Reproduce
Possible Solution
Details
Environment
Some additional details about your environment for this issue (if relevant):
Context
The text was updated successfully, but these errors were encountered: