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

Ensure plugin launches when board is unplugged #20

Closed
jsiegle opened this issue Apr 26, 2024 · 3 comments
Closed

Ensure plugin launches when board is unplugged #20

jsiegle opened this issue Apr 26, 2024 · 3 comments

Comments

@jsiegle
Copy link
Contributor

jsiegle commented Apr 26, 2024

See open-ephys/plugin-GUI#611

@ChucklesOnGitHub
Copy link

ChucklesOnGitHub commented Apr 30, 2024

FYI This was happening for us in the GUI version 0.6.7, plugin version 0.2.6. I am using v0.6.6 and plugin v0.2.3 on another computer and have no issues using the OE Acquisition Board source processor in the signal chain without the board being connected.

@anjaldoshi
Copy link
Contributor

Just adding to this. It is most likely happening due to a combination of the plugin and ONI/FTDI driver version. If you look at crash log attached in the original issue, the last call in the stack trace was oni_write_frame.

@jsiegle
Copy link
Contributor Author

jsiegle commented Apr 30, 2024

I was able to replicate this, and pushed a fix to the testing branch of the rhythm-oni-plugin repo. It was indeed related to checking the FTDI driver version – I just changed it so this only happens if the board is connected.

@jsiegle jsiegle closed this as completed May 1, 2024
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

3 participants