gcam-core icon indicating copy to clipboard operation
gcam-core copied to clipboard

GCAM 7.1 Mac OS release packages missing model interface configuration file

Open ssmithClimate opened this issue 1 year ago • 4 comments

The GCAM v7.1 release packages are missing model interface configuration file, which means that the model interface will not run. To remedy download the attached model_interface.properties file, remove the .txt extension (added to allow upload here), and place this into the ModelInterface folder within your GCAM folder.

model_interface.properties.txt

ssmithClimate avatar Jun 27 '24 20:06 ssmithClimate

Hi @ssmithClimate, I ran into the below error saying "ModelInterface" is damaged and can't be opened

Image

I downloaded the file and moved it to the ModelInterface folder, but still am getting the same issue

This is on gcam-v7.1-Mac_arm64 after successfully running run-gcam.command

gidden avatar Mar 07 '25 22:03 gidden

Is there any update on this, as I am finding the same issue

nancyb-liu avatar Apr 09 '25 14:04 nancyb-liu

@gidden were you able to fix that? You probably have to let the Mac OS know this model interface exe file is "safe".

ssmithClimate avatar Apr 09 '25 23:04 ssmithClimate

Should have reported back! Using xattr worked for me:

''' xattr -cr /path/to/application.app '''

gidden avatar Apr 10 '25 01:04 gidden