Page 1 of 1

Unhandled Exception

Posted: 18 Jun 2010, 19:58
by dsteines
Hello,

I recently implemented a FeedbackTask, and when I run it, I get the following error after varying lengths of time ( sometimes after 12 trials, sometimes after 40, etc. ):

CoreModule::Run: unhandled exception class std::__non_rtti_object (Access violation - no RTTI data!),
terminating Application module.

I over-rode the FeedbackTask::Initialization routine and made its private members protected so that I could access them in my implementation--I need to dynamically change the ITI duration and feedback duration for each trial in the experiment, so I needed access to those variables in the base class.

What is CoreModule? Is the error in my Application Module, or is it in the Signal Acquisition Module? It's a bit unclear to me where the error is being thrown from.

Thanks for any hints that you can provide.

David

Posted: 21 Jun 2010, 13:01
by dsteines
I fixed this and the error was in my code. I accidentally referenced an array incorrectly.

David