timsTOF Bruker error Maximum expected frame size exceeded.

support
timsTOF Bruker error Maximum expected frame size exceeded. a l hipgrave ederveen  2025-02-24 07:50
 

Recently, our acquisition software was updated from ofofControl 6.2.901 to timsTOF 6.0.8.0. Unfortunately, this seems to result in the following error for data acquired with timsTOF 6.0.8.0: "Maximum expected frame size exceeded." Please find the full error description below.
I encountered this error using Skyline-daily (64-bit) 24.1.1.398 (e8afca524). The error occurs when attempting to import the data file (specifically when acquired in timsTOF 6.0.8.0: 2024GLY00161-GSL-A01_GA2_1_433.d) into Skyline, causing the program to fail during the import process. This specific file acquired with timsTOF 6.0.8.0 does not contain any TIMS data, so I was wondering whether this could be the cause of the error.
I have included screenshots of the acquisition software of the files. Additionally, I have uploaded the Skyline files to Panorama (https://panoramaweb.org/Leiden University Medical Center - Tissue Glycomics/Troubleshooting/project-begin.view: AHE_24_024_GSL_Error.sky.zip).
Thank you in advance for looking into this issue.

Kind regards,
Agnes

At 15:25:
Failed importing results file 'Z:\instruments\TIM\Data\Tao\20250221-GSL-MS2\2024GLY00161-GSL-A01_GA2_1_433.d'.
Maximum expected frame size exceeded.
pwiz.Skyline.Model.Results.ChromCacheBuildException: Failed importing results file 'Z:\instruments\TIM\Data\Tao\20250221-GSL-MS2\2024GLY00161-GSL-A01_GA2_1_433.d'.
Maximum expected frame size exceeded. ---> System.Exception: Maximum expected frame size exceeded.
at pwiz.CLI.msdata.SpectrumList.spectrum(Int32 index, Boolean getBinaryData)
at pwiz.ProteowizardWrapper.MsDataFileImpl.HasSrmSpectraInList(SpectrumList spectrumList) in C:\proj\pwiz\pwiz_tools\Shared\ProteowizardWrapper\MsDataFileImpl.cs:line 1304
at pwiz.ProteowizardWrapper.MsDataFileImpl.get_SpectrumList() in C:\proj\pwiz\pwiz_tools\Shared\ProteowizardWrapper\MsDataFileImpl.cs:line 624
at pwiz.ProteowizardWrapper.MsDataFileImpl.get_HasCombinedIonMobilitySpectra() in C:\proj\pwiz\pwiz_tools\Shared\ProteowizardWrapper\MsDataFileImpl.cs:line 698
at pwiz.Skyline.Model.Results.FileBuildInfo..ctor(MsDataFileUri msDataFileUri, MsDataFileImpl file) in C:\proj\pwiz\pwiz_tools\Skyline\Model\Results\ChromCacheBuilder.cs:line 1409
at pwiz.Skyline.Model.Results.ChromCacheBuilder.BuildCache() in C:\proj\pwiz\pwiz_tools\Skyline\Model\Results\ChromCacheBuilder.cs:line 226
--- End of inner exception stack trace ---

 
 
Brian Pratt responded:  2025-02-24 09:02

That link isn't working for me - "User does not have permission to perform this operation."

Can you zip the Z:\instruments\TIM\Data\Tao\20250221-GSL-MS2\2024GLY00161-GSL-A01_GA2_1_433.d directory and upload it to http://skyline.ms/files.url ? I'm guessing the problem can also be diagnosed with msconvert, which uses the same underlying reader code.

That error message doesn't appear in our own code so it's probable that the error message is coming from the Bruker-supplied reader library, but we'll know more once we can look at the data.

Thanks for using the Skyline support board,

Brian Pratt

 
Nick Shulman responded:  2025-02-24 09:58

Agnes & Brian,

I do see that error message in some code that we have for interfacing with Bruker:
https://github.com/ProteoWizard/pwiz/blob/master/pwiz_aux/msrc/utility/vendor_api/Bruker/timsdata_cpp_pwiz.h#L214

Here's what the code looks like:

if(required_len > 16777216) // arbitrary limit for now...
    BOOST_THROW_EXCEPTION(std::runtime_error("Maximum expected frame size exceeded."));

I am not sure whether fixing this is as simple as increasing that number.

I did download the "2024GLY00161-GSL-A01_GA2_1_433.d" folder from Panorama:
https://panoramaweb.org/_webdav/Leiden University Medical Center - Tissue Glycomics/Troubleshooting/%40files/RawFiles/2024GLY00161-GSL-A01_GA2_1_433.d/
However, I am getting the error "2024GLY00161-GSL-A01_GA2_1_433.d\analysis.tsf_bin doesn't exist." so I think that folder might be missing some necessary files.

-- Nick

 
a l hipgrave ederveen responded:  2025-02-24 23:26

Dear Brian & Nick,

Thank you for looking into this.

Edited:
MSConvertGUI (Version: 3.0.25055-ff3d22ec, automated build) can convert the file; however, the resulting mzXML file still produces the "Maximum expected frame size exceeded." error. This suggests that the issue is indeed related to conversion.

My apologies—there was an issue with the initial file upload to Panorama. I have now ensured that all files are correctly uploaded to the 2024GLY00161-GSL-A01_GA2_1_433.d folder: (https://panoramaweb.org/Leiden University Medical Center - Tissue Glycomics/Troubleshooting/project-begin.view?pageId=Raw Data).

Please see the attached screenshot for reference.

At the moment, I have found a workaround: exporting mzXML files directly within DataAnalysis Version 6.1 (Build 119.2.0) allows me to open the file in Skyline without errors. However, I would appreciate any further assistance in importing the raw file into Skyline.

Please let me know if you need any additional information.

Kind regards,

Agnes

 
Brian Pratt responded:  2025-02-25 10:13

Thanks for the files.

Working with your file I see that this is a misleading message - the actual problem is that the reader DLL supplied by Bruker is complaining about a corrupt file ("bdal::io::tims::CorruptFrameDataError"). It's interesting that you were able to convert it with DataAnalysis - were there no warning messages given?

Best regards,

Brian

 
a l hipgrave ederveen responded:  2025-02-25 23:22

Dear Brian,

No error message was prompted in DA. Is this something you suggest I should take up with Bruker?

Kind regards,
Agnes

 
Matt Chambers responded:  2025-02-26 12:12

Try converting with peakpicking enabled. It shouldn't be required because it should fall back to centroided spectra if profile are unavailable, but that looks like a bug on our end.

 
a l hipgrave ederveen responded:  2025-03-14 05:43

Dear Matt,

Thank you for your help. I have tested multiple conversion settings but would prefer to import raw data directly into a Skyline template.

Bruker support (TC developers) explained that they could read the file without any problems using the TDF-SDK and recommended acquiring spectra in profile mode. The latest file (in profile mode) allows Skyline to import the file without error messages.

However, upon further inspection and considering your previous comments, I wonder if there might be an issue with the peak-picking algorithm or some sort of file reading error. In Skyline-daily (64-bit) version 24.1.1.398 I have uploaded the Skyline example file (Example_A04_Profile.sky.zip) and raw data file (2024GLY00161-GSL-A04-OLC_GA2_1_530.d) to https://panoramaweb.org/Leiden University Medical Center - Tissue Glycomics/Troubleshooting/project-begin.view.

Specifically, when selecting transition m/z 634.2200 (H2S1) and examining the chromatographic peak apex, the isotopic pattern appears distorted at Scan#3866, while Scan#3906 displays a more expected isotopic distribution. The spectra displayed in the Full Scan window are actually from MS2 scans (precursors 700.158 and 634.237). The extracted ion chromatogram (EIC) does not reflect the anomalies observed in the Full Scan peaks, yet something seems to be going wrong.

Could you please take a look and provide further guidance? I have also attached images illustrating the issue.

Kind regards,
Agnes

 
Matt Chambers responded:  2025-03-24 09:03

I am able to reproduce your issue when using your sky.zip file, but if I reimport with the current Skyline-daily the problem goes away. What version did you import with? If you use the latest Skyline-daily and reimport does that resolve the issue?

 
a l hipgrave ederveen responded:  2025-03-25 00:09

Dear Matt,

Thanks again for your help. Previously, reimporting did not resolve the issue. However, I attempted it again just now, and this time it was successful.

After changing the Transition Settings > Full Scan 'Precursor mass analyzer' from Centroided to TOF, I encountered a similar issue again. This time a mixture of MS2 and MS1 scans are depicted in the Full Scan panel. I have uploaded the file to Panorama "Example_A04_Profile_TOF_20250325.sky.zip", please see m/z 634.2200 as an example—Scans #3772-3906 are MS2 spectra, whereas Scans #3911-3984 depict MS1 spectra. This time, I reimported twice, but the issue persists.

Zip file link: https://panoramaweb.org/Leiden University Medical Center - Tissue Glycomics/Troubleshooting/project-begin.view
Skyline version: Skyline-daily (64-bit) version 24.1.1.398

 
Matt Chambers responded:  2025-03-28 13:43

Yeah I can reproduce that too with the TOF analyzer. Weird. Will look into it next week. I think you should use Centroided though because timsTOF is always acquired as centroid data.