mindaffect / pymindaffectBCI

Python SDK for high performance on-line Brain Computer Interface development.
https://mindaffect.nl
Other
63 stars 27 forks source link

eego2utopia #36

Open bukhariaujih opened 3 years ago

bukhariaujih commented 3 years ago

Hello there,

I use eego sport I got error when running with setting 'config['acquisition']='eego''

"The application was unable to start correctly (0xc000007b)"

Thanks for your attention

jadref commented 3 years ago

Hi, to try and understand your issue further, can I check how you are running the code?
Specifically: 1) How did you install, i.e. from the github, or from pip install? 2) What OS version you are running on? that is, windows-10, linux, mac? 3) If windows, is it running to 64-bit or 32-bit mode?

As a possible 'fix', can you try installing and running from the github WIP (work-in-progress) branch? To do so: 1) clone the wip branch from github.com/mindaffect/pymindaffectBCI 2) install: with python3 -m pip install -e PATH_WHERE_YOU_INSTALLED_PYMINDAFFECTBCI where you replace PATH_WHERE... with the actual path where it's installed.

Thanks,

jadref commented 3 years ago

Hi, So we've looked into this, and were able to reproduce your issue, and we think come up with a fix. I've pushed a new version of the eego2utopia.exe file to our repository here eego2utopia. You can use it either by: 1) updating your checkout 2) downloading just this file and replacing the one in your copy.

Can you please test and let us know if it solves your issue.