eeglab icon indicating copy to clipboard operation
eeglab copied to clipboard

A compiled (standalone) version fails to load XDF files

Open marles77 opened this issue 2 years ago • 3 comments

Description

The plugin for importing XDF files in a standalone version does not work.


Steps to Reproduce

  1. Choose Import data from the File menu
  2. Choose plugins/From .XDF or .XDFZ file
  3. Watch a popup with a pop_loadxdf() error message

Expected behavior:

An open file dialog shows up to choose an XDF file.


Actual behavior:

A modal pops up with an error message informing that pop_loadxdf() is not recognized.


Versions

OS version [Windows 10]
Matlab version [-]
EEGLAB version [2021.1]

marles77 avatar Jun 17 '22 21:06 marles77

OK, thank you. We will address this in the next compiled release within a month.

arnodelorme avatar Jun 21 '22 05:06 arnodelorme

I have reproduced similiar error loading xdf files in standalone, octave gui and matlab R2013b. Older matlab version so i have extracted plugin instead of using manager.

In my case error message is:

EEGLAB error in function eeg_load_xdf() at line 35:

Undefined function "load_xdf" for input arguments of type "char"

Favorable0350 avatar Jun 28 '22 07:06 Favorable0350

Yes, it is a path issue. Will be addressed within 2 weeks

arnodelorme avatar Jul 23 '22 02:07 arnodelorme