Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running into an error when starting up OSL #73

Open
avaruuser opened this issue Jun 23, 2022 · 0 comments
Open

Running into an error when starting up OSL #73

avaruuser opened this issue Jun 23, 2022 · 0 comments

Comments

@avaruuser
Copy link

Dear all,

I am running into an error during the installation of OSL:

Warning: Multiple versions of FieldTrip on your path will confuse FieldTrip 
Output argument "varargout{2}" (and possibly others) not assigned a value in the execution with "ft_notification"
function.

Error in ft_warning (line 58)
  [varargout{1:nargout}] = ft_notification(varargin{:});

Error in ft_defaults>checkMultipleToolbox (line 276)
  [ws, warned] = ft_warning(sprintf('Multiple versions of %s on your path will confuse FieldTrip', toolbox));

Error in ft_defaults (line 103)
  checkMultipleToolbox('FieldTrip',           'ft_defaults.m');

Error in spm (line 429)
    ft_defaults;

Error in initialise_spm (line 96)
    spm('Defaults','EEG')

Error in osl_startup (line 69)
    initialise_spm();

This error occurs even if I remove FieldTrip from my paths. What could be the cause of this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant