Page 1 of 1

error when reading GDF file

Posted: Wed Sep 27, 2023 10:03 pm
by KJeffrey
I am trying to read in a GDF file and use it as input to a scenario that works fine with OpenViBE EEG recordings. I can display the contents of this GDF file in a simple scenario with the Signal Display box, but when I try to substitute it into my main scenario I get this:

[ ERROR ] Exception caught in box
[ ERROR ] [name:Bu S1 R1]
[ ERROR ] [class identifier:(0x00006a81, 0x0000610e)]
[ ERROR ] [hint: Box processing]
[ ERROR ] [cause:bad allocation]
[ ERROR ] {Error description} : {Caught exception: bad allocation}, {Error type} : {Kernel::ErrorType::ExceptionCaught (code 4)}, {Error location} : {E:\ovm-m\sdk\kernel\src\kernel\player\ovkCScheduler.cpp::634}
[ ERROR ] Scheduler loop failed.

A copy of the scenario is attached.

-Jeff