-
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 unusable on MacOS14 with M2 #688
Comments
On Mac the commands would be:
If you can send the output of that including the crash it will really help to diagnose the issue. I am not seeing this crash on Mac M2 13..5.2, its possible it might be an issue with upgrading to 14, I'll try it. |
Thanks for the instructions. See the attached debug report.
|
@bwinsatt you installed the arm64 installer not the x86_64 one right? OpenStudioApplication-1.7.0+b070178884-macOS12.1-arm64.dmg |
Correct, I installed the arm64 version. To verify, I performed a fresh install and the issue persists. |
@jmarrec I am having the same issues with M1 and version 1.7. Previous versions work fine. |
@bwinsatt or @mioruggieroguida do either of you happen to have the OpenStudio Application set to use a language other than English? Is your Mac using a language other than English? I can see |
It looks like this might be related to this Qt bug https://bugreports.qt.io/browse/QTBUG-120469 I can try updating to Qt 6.6.2 and see if that fixes the issue for you |
@bwinsatt @mioruggieroguida if you are able to download and install https://github.com/openstudiocoalition/OpenStudioApplication/actions/runs/8316866444/artifacts/1333384380 to see if that fixes your issues that would be really helpful to me since I can't reproduce the crash locally |
@macumber My mac is set to English only. |
@macumber I have downloaded and done some basic testing. All seems to work as expected. The new Not sure if this is related to the new version or simply there is more debug shown during the simulation, but I have noticed these errors when running the simulation on the same model
|
@mioruggieroguida that's not an OSApp message, it's issued by the ForwardTranslator of the OpenStudio SDK. Feels free to open an issue on https://github.com/NREL/OpenStudio including this snippet of code if that bothers you EDIT: Actually I am also annoyed by it, so I filed:
|
Should be fixed via NREL/OpenStudio#5117 |
@macumber Sorry for the late reply I was away from my computer for the past week. I downloaded and tested, and the link you provided seems to work great. Thanks for your help |
Issue overview
Opening an existing model will cause the application to crash. Navigating the application will also cause it to crash.
Current Behavior
When the application is first opened, and I navigate to file>open and select an existing model, the application will ask if I want to save the existing model. I select "Don't Save" (because this is a blank model after just opening the app) and the Application crashes. This happens with any model, even the built in example model from File>Examples>Example Model.
I tried to see if I could create a model and save, and after creating a floorspace, I navigated to the first screen (Site) and the application crashed.
I attempted to enable DEBUG log and followed the instructions provided, but am not very familiar with command line interface and received an error that the directory could not be found. This is after opening the Terminal within the OpenStudioApp folder in Finder.
Expected Behavior
The Application should open a model file.
Steps to Reproduce
Example model: https://github.com/NREL/OpenStudio/blob/develop/resources/Examples/compact_osw/files/seb.osm
Possible Solution
OpenStudio Application 1.6. worked fine without any crashes.
Details
Environment
Some additional details about your environment for this issue (if relevant):
Context
The text was updated successfully, but these errors were encountered: