Hi Lowell,
Sorry to hear you're running into crashes with the latest Neuropixels plugin. Thanks for sharing the crash log and config files, that’s very helpful.
From the log, it looks like the plugin is crashing while trying to access the probe calibration files. Could you please confirm whether the calibration files (the ADC and Gain CSVs) are located in either of these directories?
C:\Users\<username>\AppData\Local\Open Ephys\CalibrationInfo\<probe_serial_number>
<open-ephys-executable-folder>\CalibrationInfo\<probe_serial_number>
If they are, please try temporarily removing the probe’s calibration folder (the one named after the serial number) from both locations. Then restart Open Ephys. If the plugin loads and shows a “Calibration files not found” warning instead of crashing, it likely means the issue is related to how the plugin is accessing the calibration files, and we can investigate that next.
Thanks,
Anjal
Thanks for verifying that. I’ve added a couple of checks and early returns to the plugin when accessing the calibration CSV files. I’ve compiled a custom build of the plugin and linked it below. Please try it out by following these steps:
Let me know how it goes.
Anjal
That’s interesting. I tested it multiple times on my end with different probes, and it worked without issues. A couple more things you can try:
If neither of these steps resolves the issue, it’s likely specific to your system. In that case, we may need to arrange a remote debugging session so I can access your setup directly.
Sorry for the trouble this has caused, and thanks for your patience while we narrow it down.
Anjal