ProteoWizard / pwiz

The ProteoWizard Library is a set of software libraries and tools for rapid development of mass spectrometry and proteomic data analysis software.
http://proteowizard.sourceforge.net/
Apache License 2.0
216 stars 99 forks source link

msconvert 'loadlocale.c:129' error #29

Closed jspmccain closed 6 years ago

jspmccain commented 6 years ago

Hello,

I'm working on an Ubuntu computer and trying to access msconvert via the terminal. I'm getting an error message that I'm having a tough time interpreting:

msconvert: loadlocale.c:129: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed. Aborted (core dumped)

Other command line functions in ProteoWizard, like msaccess, do not give the same error and work fine.

I'm running:

Distributor ID: Ubuntu Description: Ubuntu Bionic Beaver (development branch) Release: 18.04

Any thoughts are appreciated!

chambm commented 6 years ago

Does it work if you set export LC_ALL=C?

jspmccain commented 6 years ago

Yes that works perfect, thanks! Now just to figure out converting raw files to mzML on Linux...

eladnoor commented 4 years ago

Hello,

I just encountered the same issue in release-3_0_19302_c1e9fb6 (I'm using Ubuntu 19.10). Perhaps it will be helpful to fix it or at least post this solution on the download page?