Cannot open OpenVpn on Mac
Posted: Sun Nov 25, 2018 1:47 am
I have been using OpenVPN for about a year. Suddenly the application failed and since then I can't open the app at all. I have tried uninstalling and installing again, but nothing helps.
- If I run:
I get:
Code: Select all
open /Applications/OpenVPN/OpenVPN\ Connect.app/
When I open the system log I see:Code: Select all
LSOpenURLsWithRole() failed with error -10810 for the file /Applications/OpenVPN/OpenVPN Connect.app.
Code: Select all
com.apple.xpc.launchd[1] (net.openvpn.OpenVPNConnect.2228[18626]): Service exited with abnormal code: 1
- If I double-click on the application, nothing happens.
- If i open the executable within the contents of the app, I get this error:
Code: Select all
/Applications/OpenVPN/OpenVPN\ Connect.app/Contents/MacOS/OpenVPNConnect ; exit; Traceback (most recent call last): File "<string>", line 1, in <module> File "/Library/Frameworks/OpenVPN.framework/Versions/Current/lib/python2.7/site-packages/pyovpn-2.1-py2.7.egg/pyovpn/mac/ovpntray.py", line 34, in <module> File "/Library/Frameworks/OpenVPN.framework/Versions/Current/lib/python2.7/site-packages/pyovpn-2.1-py2.7.egg/pyovpn/tray/trayapp.py", line 8, in <module> File "/Library/Frameworks/OpenVPN.framework/Versions/Current/lib/python2.7/site-packages/pyovpn-2.1-py2.7.egg/pyovpn/tray/trayclient.py", line 18, in <module> File "/Library/Frameworks/OpenVPN.framework/Versions/Current/lib/python2.7/site-packages/pyovpn-2.1-py2.7.egg/pyovpn/util/rand.py", line 2, in <module> File "/usr/local/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module> from OpenSSL import crypto, SSL File "/usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py", line 12, in <module> from cryptography import x509 File "/usr/local/lib/python2.7/site-packages/cryptography/x509/__init__.py", line 7, in <module> from cryptography.x509 import certificate_transparency ImportError: cannot import name certificate_transparency