Page 1 of 1

Scenario Control box not found

Posted: Tue Nov 27, 2018 1:35 am
by dannyng
I just started to use openvibe and currently running through the software tutorials. I encountered an error when I am trying out SSVEP-BCI-2 example.

In the designer view, the scenario control box is highlighted in red and cannot be found by the designer.

Running the example will throw an error - Failed to create runtime box [Scenario Control]

I compiled openvibe from source and running it in Ubuntu 18.04. Is there a way I can add the scenario control box to the designer?

Re: Scenario Control box not found

Posted: Tue Nov 27, 2018 9:21 am
by jtlindgren
Hi Danny,

the 'Scenario Control' is actually a 'Button VRPN Client' box which has been named as Scenario Control. If the box is missing it is likely that the VRPN dependency has not been successfully found and used during the compilation time. Look at the build logs and if its the case that its missing, try to fix that. It should have been installed by the dependency installer script, but maybe there's some glitch on 18.04.

Cheers,
Jussi

Re: Scenario Control box not found

Posted: Wed Nov 28, 2018 2:37 am
by dannyng
Yup that was the issue. Compiled VRPN and then I manage to get the scenario box in the designer view. Now looking at how to run VRPN as I am getting no response from server in the command line prompt.