Skip to content
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

Segmentation fault in the example #1

Open
miwamasa opened this issue Jul 7, 2016 · 0 comments
Open

Segmentation fault in the example #1

miwamasa opened this issue Jul 7, 2016 · 0 comments

Comments

@miwamasa
Copy link

miwamasa commented Jul 7, 2016

Hi NREL friends,

I have installed the project then execuiteed,

rake workflow:make_models

After "Creating 'Interior Partition'"
I get several warning/error messages

Setting Default Construction Set for the Building.
WARNING MESSAGES
ERROR MESSAGES
**Machine-Readable Attributes*

Then comes the segmentation fault as follows

C:/Users/d9013310/Documents/GitHub/OpenStudio-programmatic-modeling-master/measu
res/AssignThermostatsBasedonStandardsBuildingTypeandStandardsSpaceType/measure.r
b:68: [BUG] Segmentation fault
ruby 2.0.0p648 (2015-12-16) [x64-mingw32]

Followings are the part of the error messages
Any Idea?

My environemnt is

OS:Windows 8.1 Pro
OpenStudio.1.12.0 windows 64bit
ruby 2.0.0


Creating 'ASHRAE 90.1-2004 ExtWindow ClimateZone 4-6'
Creating 'Exterior Door'
Creating 'Interior Window'
Creating 'Interior Door'
Creating 'Interior Partition'
Setting Default Construction Set for the Building.
**WARNING MESSAGES**
**ERROR MESSAGES**
***Machine-Readable Attributes**
{
    "attributes": {
        "buildingType": "Office",
        "climateZone": "ASHRAE 169-2006-5B",
        "createConstructionSet": true,
        "createSpaceTypes": true,
        "setBuildingDefaults": true,
        "source": "SpaceTypeAndConstructionSetWizard",
        "template": "DOE Ref 2004"
    },
    "openstudio_version": "1.12.0"
}


building area 4645.151999999999
**MEASURE APPLICABILITY**
0 = Success
**INITIAL CONDITION**
The building started with 0 spaces.
**FINAL CONDITION**
The building finished with 30 spaces.
**INFO MESSAGES**
**WARNING MESSAGES**
**ERROR MESSAGES**
***Machine-Readable Attributes**
{
    "attributes": {
        "floor_to_floor_height_ip": 10,
        "ns_to_ew_ratio": 2,
        "num_floors": 2,
        "source": "BarAspectRatioSlicedBySpaceType",
        "spaceTypeHashString": "{    :DOE Ref 2004 - Office - Corridor => '0.3',
    :DOE Ref 2004 - Office - Conference => '0.2',    :DOE Ref 2004 - Office - Cl
osedOffice => '0.5'  }",
        "total_bldg_area_ip": 50000
    },
    "openstudio_version": "1.12.0"
}


**MEASURE APPLICABILITY**
0 = Success
**INITIAL CONDITION**
The model's initial window to wall ratio for North facing exterior walls was 0.0
0.
**FINAL CONDITION**
The model's final window to wall ratio for North facing exterior walls is 0.40.
Window area increased by 1,789 (ft^2). The material and construction costs incre
ased by $0.
**INFO MESSAGES**
**WARNING MESSAGES**
**ERROR MESSAGES**
***Machine-Readable Attributes**
{
    "attributes": {
        "facade": "North",
        "sillHeight": 30,
        "source": "Set Window to Wall Ratio by Facade",
        "wwr": 0.40000000000000002
    },
    "openstudio_version": "1.12.0"
}


**MEASURE APPLICABILITY**
0 = Success
**INITIAL CONDITION**
The model's initial window to wall ratio for East facing exterior walls was 0.00
.
**FINAL CONDITION**
The model's final window to wall ratio for East facing exterior walls is 0.15. W
indow area increased by 335 (ft^2). The material and construction costs increase
d by $0.
**INFO MESSAGES**
**WARNING MESSAGES**
**ERROR MESSAGES**
***Machine-Readable Attributes**
{
    "attributes": {
        "facade": "East",
        "sillHeight": 30,
        "source": "Set Window to Wall Ratio by Facade",
        "wwr": 0.14999999999999999
    },
    "openstudio_version": "1.12.0"
}


**MEASURE APPLICABILITY**
0 = Success
**INITIAL CONDITION**
The model's initial window to wall ratio for South facing exterior walls was 0.0
0.
**FINAL CONDITION**
The model's final window to wall ratio for South facing exterior walls is 0.40.
Window area increased by 1,789 (ft^2). The material and construction costs incre
ased by $0.
**INFO MESSAGES**
**WARNING MESSAGES**
**ERROR MESSAGES**
***Machine-Readable Attributes**
{
    "attributes": {
        "facade": "South",
        "sillHeight": 30,
        "source": "Set Window to Wall Ratio by Facade",
        "wwr": 0.40000000000000002
    },
    "openstudio_version": "1.12.0"
}


**MEASURE APPLICABILITY**
0 = Success
**INITIAL CONDITION**
The model's initial window to wall ratio for West facing exterior walls was 0.00
.
**FINAL CONDITION**
The model's final window to wall ratio for West facing exterior walls is 0.15. W
indow area increased by 335 (ft^2). The material and construction costs increase
d by $0.
**INFO MESSAGES**
**WARNING MESSAGES**
**ERROR MESSAGES**
***Machine-Readable Attributes**
{
    "attributes": {
        "facade": "West",
        "sillHeight": 30,
        "source": "Set Window to Wall Ratio by Facade",
        "wwr": 0.14999999999999999
    },
    "openstudio_version": "1.12.0"
}


C:/Users/d9013310/Documents/GitHub/OpenStudio-programmatic-modeling-master/measu
res/AssignThermostatsBasedonStandardsBuildingTypeandStandardsSpaceType/measure.r
b:68: [BUG] Segmentation fault
ruby 2.0.0p648 (2015-12-16) [x64-mingw32]


```-- Control frame information -----------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant