-
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
OS X 14.5 1.71 Crash on attempt to open gbXML #726
Comments
Thanks for the bug report @arossti. It looks like this crash is being generated in the OpenStudio SDK:
The OS SDK is expecting begin and end dates of the schedules to be formatted like:
But they are coming in like:
I will file a bug on the OpenStudio SDK site, as a workaround you could do a find/replace using a text editor: "01:00 Jan. 01" -> "2009-01-01" |
I think the file is not valid according to https://www.gbxml.org/schema/5-01/GreenBuildingXML_Ver5.01.xsd.txt, |
openstudio -e "rt = OpenStudio::GbXML::GbXMLReverseTranslator.new; rt.loadModel('broken_date.xml')" It does say
|
Issue overview
Fresh install of 1.7.1. (ARM) Trying to get models from ArchiCad/StruSoft gbXML format to import. Hard crash on open.
Current Behavior
File/Import/gbXML, point to file - kaboom.
M-K OS test file.xml.zip
OSX Sonoma 14.5, Silicon, ARM install. OS 1.7.1. (1.8 crashes on opening EPW files)
Just trying to populate a file so I can learn the UI. Would be helpful if you shipped with a few demo files, ie. timber frame house and a concrete to steel commercial building...
The text was updated successfully, but these errors were encountered: