Mac Big Sur update

I am not able to run the Gauss program after updating mac OS to Big Sur. I am not sure whether it is only me but was wondering if some one can take a look into this.

Thank you very much!

2 Answers



0



It looks like Mac broke compatibility with the underlying framework that GAUSS uses for the user interface with the release of Big Sur. We've discovered a temporary workaround for GAUSS 20 that works until a permanent fix is deployed.

Please change '20' to the version of GAUSS that you are using. Also note that this workaround has only been tested on version 20.

1. Please open Terminal.app (via Spotlight)
2. Type the following commands:

export QT_MAC_WANTS_LAYER=1
export LC_NUMERIC=C
"/Applications/GAUSS 20.app/Contents/MacOS/gauss"

I've added this to a shell script that you download and place for easy startup going forward if you'd like (instead of typing the above commands each time):

cd ~/gauss20
wget https://www.aptech.com/downloads/scripts/gauss.sh
chmod +x gauss.sh

You can now just run this script to start up GAUSS:

~/gauss20/gauss.sh

aptech

1,773


0



Thank you very much.

Your Answer

2 Answers

0

It looks like Mac broke compatibility with the underlying framework that GAUSS uses for the user interface with the release of Big Sur. We've discovered a temporary workaround for GAUSS 20 that works until a permanent fix is deployed.

Please change '20' to the version of GAUSS that you are using. Also note that this workaround has only been tested on version 20.

1. Please open Terminal.app (via Spotlight)
2. Type the following commands:

export QT_MAC_WANTS_LAYER=1
export LC_NUMERIC=C
"/Applications/GAUSS 20.app/Contents/MacOS/gauss"

I've added this to a shell script that you download and place for easy startup going forward if you'd like (instead of typing the above commands each time):

cd ~/gauss20
wget https://www.aptech.com/downloads/scripts/gauss.sh
chmod +x gauss.sh

You can now just run this script to start up GAUSS:

~/gauss20/gauss.sh

0

Thank you very much.


You must login to post answers.

Have a Specific Question?

Get a real answer from a real person

Need Support?

Get help from our friendly experts.

Try GAUSS for 14 days for FREE

See what GAUSS can do for your data

© Aptech Systems, Inc. All rights reserved.

Privacy Policy