WINE Conflicts
Because EViews for OSX is designed to run using WINE (within it's own bottle), if you happen to have WINE already installed on your system, this may cause conflicts. Our recommendation is to try uninstalling WINE, then re-installing EViews to see if that resolves your issues.
"Unidentified developer error" while trying to install EViews
Both mac versions of EViews is installed using a PKG file. You would normally double-click the PKG file to start the installation, but because our PKG installer is not signed, you may see an error stating "Unidentified Developer Error". To get around this, hold down the CTRL key when clicking the PKG file (or simply right-click the PKG file) and then select "Open". This new dialog will allow you to continue the installation.
"Not authorized to send Apple events to Terminal"
You must give the EViews application Automation rights in order to run it properly. To do this:
- Go to System Preferences/Privacy and Security.
Click on "Automation" and view the apps that have requested access.
If required, click the Lock icon to unlock this dialog and allow changes. You will have to authenticate to do this.
In the list of apps, if you don't see the EViews app, click the "+" button to add it.
Make sure EViews has access to Terminal, Finder, & System Events.
Code: Select all
sudo tccutil reset AppleEvents
Cannot see files in the File Open dialog
You must give the EViews application access to files and folders in order to run it properly. To do this:
- Go to System Preferences/Privacy and Security.
Click on "Files and Folders" and view the apps that have requested access.
If required, click the Lock icon to unlock this dialog and allow changes. You will have to authenticate to do this.
In the list of apps, if you don't see the EViews app, click the "+" button to add it.
Under EViews, make sure the Documents Folder is allowed.
Restart EViews and try the File Open dialog again.
Cannot save license file
Upon first run, EViews will attempt to register your serial number and then save the new license file locally. If EViews can't save your license files, there is probably a file permissions issue that must be resolved manually. To do this, run the following commands in a Terminal window:
For EViews 12 University Edition:
Code: Select all
cd /Library/Application\ Support
sudo mkdir IHS
sudo mkdir IHS/EViews\ University\ Edition
sudo mkdir IHS/EViews\ University\ Edition/12.00.000
sudo chmod 777 IHS/EViews\ University\ Edition/12.00.000
Code: Select all
cd /Library/Application\ Support
sudo mkdir IHS
sudo mkdir IHS/EViews\ Student\ Version
sudo mkdir IHS/EViews\ Student\ Version/12.00.000
sudo chmod 777 IHS/EViews\ Student\ Version/12.00.000
Missing fonts
If you see an error stating that fonts are missing or if suspect the standard fonts are not available to EViews, run the following to install them onto your system:
Code: Select all
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install freetype
If you still can't get EViews to run and your mac is running OSX Catalina, OSX Big Sur, or OSX Monterey, you can try the following:
- Download this fixup file to your Downloads folder.
In a Terminal window, run the following commands (authenticate yourself when asked):If you see any error messages appear, please double-check the command you typed in (or copied).Code: Select all
sudo chmod a+x ~/Downloads/EV12_BigSur_fixup sudo ~/Downloads/EV12_BigSur_fixup
Try running EViews.
If the issue still persists, try running the command above for "Missing fonts".
Steve