-
-
Notifications
You must be signed in to change notification settings - Fork 24
FAQ
Chances are good that OpenChrom will be able to read data files generated by your instrument, but OpenChrom does not have device control capabilities. It is a software for data analysis only.
Give it a try! We are improving data reading and adding support for new file formats constantly. Contact us if your files won't work with OpenChrom yet.
- Windows
- macOS
- Linux
You get the File Path too Long
error on Microsoft Windows because there is a maximum file path limitation. Try to extract to a more shallow directory or use another program for unzipping, for example, 7-Zip. The OpenChrom Chocolatey package contains a workaround and is not affected. The limitation is also avoided when using the .exe
installer.
Windows Defender significantly slows down OpenChrom startup. The problem has been reported to Microsoft already. Until it is addressed, add an exclusion to Windows Security to the OpenChrom root directory.
If you are behind a proxy, you may need to configure it in OpenChrom:
- In OpenChrom select
Window
→Preferences
- Choose
Network Connections
- Select
Manual
from theActive Provider
dropdown list. - Select
HTTPS
in the List and clickEdit
button.
Fill in the proxy server host and port number, including username and password if the proxy server requires it. Restart the application. If it still does not work, clear all entries except of HTTPS
.
If you see an error message like
Connection to https://converter.openchrom.net/p2.index failed on PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.
and you are using a security solution that does SSL inspection, either whitelist the domain converter.openchrom.net
or if the root certificate of the firewall is located on the Microsoft Windows desktop machine then edit openchrom.ini
adding
-Djavax.net.ssl.trustStoreType=WINDOWS-ROOT
after -vmargs
with a new line so it looks like this
-vmargs
-Djavax.net.ssl.trustStoreType=WINDOWS-ROOT
and restart the application.